+ unset GREP_OPTIONS + umask 022 + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin +++ dirname ./stack.sh ++ cd . ++ pwd + TOP_DIR=/opt/stack/devstack + NOUNSET= + [[ -n '' ]] + [[ -r /opt/stack/devstack/.stackenv ]] + FILES=/opt/stack/devstack/files + '[' '!' -d /opt/stack/devstack/files ']' + '[' '!' -d /opt/stack/devstack/inc ']' + '[' '!' -d /opt/stack/devstack/lib ']' + [[ '' == \y ]] + [[ 1000 -eq 0 ]] + [[ -e /home/vagrant/.no-devstack ]] + LAST_SPINNER_PID= + source /opt/stack/devstack/functions ++ [[ -z '' ]] ++ declare -r _DEVSTACK_FUNCTIONS=1 ++++ dirname /opt/stack/devstack/functions +++ cd /opt/stack/devstack +++ pwd ++ FUNC_DIR=/opt/stack/devstack ++ source /opt/stack/devstack/functions-common ++++ set +o ++++ grep xtrace +++ XTRACE='set -o xtrace' +++ set +o xtrace ++ source /opt/stack/devstack/inc/ini-config ++++ set +o ++++ grep xtrace +++ INC_CONF_TRACE='set -o xtrace' +++ set +o xtrace ++ source /opt/stack/devstack/inc/python ++++ set +o ++++ grep xtrace +++ INC_PY_TRACE='set -o xtrace' +++ set +o xtrace ++ source /opt/stack/devstack/inc/rootwrap ++++ set +o ++++ grep xtrace +++ INC_ROOT_TRACE='set -o xtrace' +++ set +o xtrace +++ set +o +++ grep xtrace ++ XTRACE='set -o xtrace' ++ set +o xtrace + source /opt/stack/devstack/inc/meta-config +++ set +o +++ grep xtrace ++ INC_META_XTRACE='set -o xtrace' ++ set +o xtrace + source /opt/stack/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 /opt/stack/devstack/.localrc.auto + [[ -r /opt/stack/devstack/local.conf ]] ++ get_meta_section_files /opt/stack/devstack/local.conf local ++ local file=/opt/stack/devstack/local.conf ++ local matchgroup=local ++ [[ -r /opt/stack/devstack/local.conf ]] ++ awk -v matchgroup=local ' /^\[\[.+\|.*\]\]/ { gsub("[][]", "", $1); split($1, a, "|"); if (a[1] == matchgroup) print a[2] } ' /opt/stack/devstack/local.conf + LRC=localrc + for lfile in '$LRC' + [[ localrc == \l\o\c\a\l\r\c ]] + [[ -r /opt/stack/devstack/localrc ]] + echo '# Generated file, do not edit' + get_meta_section /opt/stack/devstack/local.conf local localrc + local file=/opt/stack/devstack/local.conf + local matchgroup=local + local configfile=localrc + [[ -r /opt/stack/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 } ' /opt/stack/devstack/local.conf + [[ ! -r /opt/stack/devstack/stackrc ]] + source /opt/stack/devstack/stackrc ++ [[ -z '' ]] ++ declare -r _DEVSTACK_STACKRC=1 ++ unset LANG ++ unset LANGUAGE ++ LC_ALL=C ++ export LC_ALL ++++ dirname /opt/stack/devstack/stackrc +++ cd /opt/stack/devstack +++ pwd ++ RC_DIR=/opt/stack/devstack ++ source /opt/stack/devstack/functions +++ [[ -z 1 ]] +++ return 0 ++ DEST=/opt/stack ++ DATA_DIR=/opt/stack/data ++ SERVICE_DIR=/opt/stack/status ++ [[ 1000 -eq 0 ]] +++ whoami ++ STACK_USER=vagrant ++ 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,zookeeper ++ ENABLE_HTTPD_MOD_WSGI_SERVICES=True ++ NOVA_ENABLED_APIS=ec2,osapi_compute,metadata ++ HORIZON_APACHE_ROOT=/dashboard ++ USE_SCREEN=True ++ [[ -r /opt/stack/devstack/.localrc.password ]] ++ [[ -f /opt/stack/devstack/localrc ]] ++ [[ -f /opt/stack/devstack/.localrc.auto ]] ++ source /opt/stack/devstack/.localrc.auto +++ HOST_IP=10.0.2.15 ++++ ifconfig -a ++++ grep -B 1 10.0.2.15 ++++ head -n 1 ++++ cut -d ' ' -f 1 ++++ tr -d : +++ HOST_IP_IFACE=eth0 ++++ hostname +++ HOST_NAME=node +++ MYSQL_PASSWORD=password +++ DATABASE_PASSWORD=password +++ RABBIT_PASSWORD=password +++ ADMIN_PASSWORD=password +++ SERVICE_PASSWORD=password +++ HORIZON_PASSWORD=password +++ SERVICE_TOKEN=tokentoken +++ FORCE=yes +++ RECLONE=False +++ OFFLINE=False +++ enable_plugin networking-odl http://git.openstack.org/openstack/networking-odl master +++ local name=networking-odl +++ local url=http://git.openstack.org/openstack/networking-odl +++ local branch=master +++ DEVSTACK_PLUGINS+=,networking-odl +++ GITREPO[$name]=http://git.openstack.org/openstack/networking-odl +++ GITDIR[$name]=/opt/stack/networking-odl +++ GITBRANCH[$name]=master +++ disable_service n-net +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace +++ enable_service n-cpu +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace +++ enable_service neutron +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace +++ enable_service q-svc +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace +++ enable_service q-dhcp +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace +++ enable_service q-l3 +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace +++ enable_service q-meta +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace +++ DEST=/opt/stack +++ SCREEN_LOGDIR=/opt/stack/logs/screen +++ LOGFILE=/opt/stack/logs/screen/xstack.sh.log +++ LOGDAYS=1 +++ IP_VERSION=4 +++ Q_ML2_PLUGIN_MECHANISM_DRIVERS=opendaylight +++ Q_ML2_PLUGIN_TYPE_DRIVERS=vlan,flat,local +++ Q_ML2_TENANT_NETWORK_TYPE=vlan +++ ENABLE_TENANT_VLANS=True +++ ENABLE_TENANT_TUNNELS=True +++ OVS_NUM_HUGEPAGES=2048 +++ OVS_DATAPATH_TYPE=netdev +++ OVS_GIT_TAG=master +++ OVS_DPDK_VHOST_USER_DEBUG=n +++ OVS_LOG_DIR=/opt/stack/logs +++ OVS_HUGEPAGE_MOUNT_PAGESIZE=2M +++ OVS_ALLOCATE_HUGEPAGES=True +++ OVS_DPDK_GIT_TAG=v2.0.0 +++ OVS_BRIDGE_MAPPINGS=default:eth2 +++ OVS_DPDK_MEM_SEGMENTS=1000 +++ INTERNAL_NETWORK_IP='192.168.50.*' ++++ ifconfig -a ++++ head -n 1 ++++ grep -B 1 '192.168.50.*' ++++ tr -d : ++++ cut -d ' ' -f 1 +++ INTERNAL_IFACE=eth1 +++ ODL_PROVIDER_MAPPINGS=default:eth1 +++ ML2_VLAN_RANGES=default:1000:1010 +++ MULTI_HOST=0 ++ IDENTITY_API_VERSION=2.0 +++ trueorfalse True ENABLE_IDENTITY_V2 +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace ++ ENABLE_IDENTITY_V2=True ++ '[' True == False ']' +++ trueorfalse False USE_VENV +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace ++ USE_VENV=False ++ ADDITIONAL_VENV_PACKAGES= +++ trueorfalse False DATABASE_QUERY_LOGGING +++ local xtrace ++++ set +o ++++ grep xtrace +++ 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=master ++ GLANCE_REPO=git://git.openstack.org/openstack/glance.git ++ GLANCE_BRANCH=master ++ HEAT_REPO=git://git.openstack.org/openstack/heat.git ++ HEAT_BRANCH=master ++ HORIZON_REPO=git://git.openstack.org/openstack/horizon.git ++ HORIZON_BRANCH=master ++ IRONIC_REPO=git://git.openstack.org/openstack/ironic.git ++ IRONIC_BRANCH=master ++ KEYSTONE_REPO=git://git.openstack.org/openstack/keystone.git ++ KEYSTONE_BRANCH=master ++ NEUTRON_REPO=git://git.openstack.org/openstack/neutron.git ++ NEUTRON_BRANCH=master ++ NEUTRON_FWAAS_REPO=git://git.openstack.org/openstack/neutron-fwaas.git ++ NEUTRON_FWAAS_BRANCH=master ++ NEUTRON_LBAAS_REPO=git://git.openstack.org/openstack/neutron-lbaas.git ++ NEUTRON_LBAAS_BRANCH=master ++ NEUTRON_VPNAAS_REPO=git://git.openstack.org/openstack/neutron-vpnaas.git ++ NEUTRON_VPNAAS_BRANCH=master ++ NOVA_REPO=git://git.openstack.org/openstack/nova.git ++ NOVA_BRANCH=master ++ SWIFT_REPO=git://git.openstack.org/openstack/swift.git ++ SWIFT_BRANCH=master ++ REQUIREMENTS_REPO=git://git.openstack.org/openstack/requirements.git ++ REQUIREMENTS_BRANCH=master ++ 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.privsep"]=git://git.openstack.org/openstack/oslo.privsep.git ++ GITBRANCH["oslo.privsep"]=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 +++ local xtrace ++++ set +o ++++ grep xtrace +++ 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 +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace ++ PRECACHE_IMAGES=False ++ [[ False == \T\r\u\e ]] ++ for image_url in '${IMAGE_URLS//,/ }' +++ echo http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz +++ grep -o -F http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz +++ wc -l ++ '[' 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 ++ [[ libvirt = \f\a\k\e ]] +++ nproc +++ nproc ++ API_WORKERS=2 ++ SERVICE_TIMEOUT=60 ++ YUM=yum +++ trueorfalse False OFFLINE +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace ++ OFFLINE=False +++ trueorfalse False ERROR_ON_CLONE +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace ++ ERROR_ON_CLONE=False +++ trueorfalse True ENABLE_DEBUG_LOG_LEVEL +++ local xtrace ++++ set +o ++++ grep xtrace +++ 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=eth0 ++ HOST_IP=10.0.2.15 ++ HOST_IPV6= +++ get_default_host_ip 10.0.0.0/24 172.24.4.0/24 eth0 10.0.2.15 inet +++ local fixed_range=10.0.0.0/24 +++ local floating_range=172.24.4.0/24 +++ local host_ip_iface=eth0 +++ local host_ip=10.0.2.15 +++ local af=inet +++ '[' -z 10.0.2.15 -o 10.0.2.15 == dhcp ']' +++ echo 10.0.2.15 ++ HOST_IP=10.0.2.15 ++ '[' 10.0.2.15 == '' ']' +++ get_default_host_ip '' '' eth0 '' inet6 +++ local fixed_range= +++ local floating_range= +++ local host_ip_iface=eth0 +++ local host_ip= +++ local af=inet6 +++ '[' -z '' -o '' == dhcp ']' +++ host_ip= +++ host_ip_iface=eth0 +++ local host_ips ++++ LC_ALL=C ++++ sed /temporary/d ++++ awk '/inet6/ {split($2,parts,"/"); print parts[1]}' ++++ ip -f inet6 addr show eth0 +++ host_ips=fe80::a00:27ff:fef2:f2d9 +++ local ip +++ for ip in '$host_ips' +++ [[ inet6 == \i\n\e\t\6 ]] +++ host_ip=fe80::a00:27ff:fef2:f2d9 +++ break +++ echo fe80::a00:27ff:fef2:f2d9 ++ HOST_IPV6=fe80::a00:27ff:fef2:f2d9 ++ SERVICE_IP_VERSION=4 ++ [[ 4 != \4 ]] ++ [[ 4 == 4 ]] ++ DEF_SERVICE_HOST=10.0.2.15 ++ 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=10.0.2.15 ++ SERVICE_LOCAL_HOST=127.0.0.1 ++ REGION_NAME=RegionOne +++ trueorfalse False SYSLOG +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace ++ SYSLOG=False ++ SYSLOG_HOST=10.0.2.15 ++ SYSLOG_PORT=516 +++ trueorfalse True LOG_COLOR +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace ++ LOG_COLOR=True ++ GIT_DEPTH=0 +++ trueorfalse False USE_SSL +++ local xtrace ++++ set +o ++++ grep xtrace +++ xtrace='set -o xtrace' +++ set +o xtrace ++ USE_SSL=False ++ [[ -z '' ]] ++ default_logdir=/opt/stack/logs ++ [[ -z /opt/stack/logs/screen/xstack.sh.log ]] ++ LOGDIR=/opt/stack/logs/screen ++ logfile=xstack.sh.log ++ [[ -z /opt/stack/logs/screen ]] ++ [[ /opt/stack/logs/screen == \x\s\t\a\c\k\.\s\h\.\l\o\g ]] ++ [[ /opt/stack/logs/screen == \/\o\p\t\/\s\t\a\c\k\/\l\o\g\s\/\s\c\r\e\e\n ]] ++ unset SCREEN_LOGDIR ++ unset default_logdir logfile + [[ ! trusty =~ (precise|trusty|vivid|7.0|wheezy|sid|testing|jessie|f21|f22|rhel7) ]] + type -p screen + screen -ls + egrep -q '[0-9]\.stack' + export_proxy_variables + isset http_proxy + [[ -v http_proxy ]] + export http_proxy=http://proxy.ir.intel.com:911/ + http_proxy=http://proxy.ir.intel.com:911/ + isset https_proxy + [[ -v https_proxy ]] + export https_proxy=https://proxy.ir.intel.com:911/ + https_proxy=https://proxy.ir.intel.com:911/ + isset no_proxy + [[ -v no_proxy ]] + export no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node + no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node + disable_negated_services + local xtrace ++ set +o ++ grep xtrace + xtrace='set -o xtrace' + set +o xtrace + 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.3l0XQWtQIG + echo 'vagrant ALL=(root) NOPASSWD:ALL' + echo 'Defaults:vagrant secure_path=/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin' + echo 'Defaults:vagrant !requiretty' + chmod 0440 /tmp/tmp.3l0XQWtQIG + sudo chown root:root /tmp/tmp.3l0XQWtQIG + sudo mv /tmp/tmp.3l0XQWtQIG /etc/sudoers.d/50_stack_sh + is_ubuntu + [[ -z deb ]] + '[' deb = deb ']' + echo 'APT::Acquire::Retries "20";' + sudo tee /etc/apt/apt.conf.d/80retry + 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 vagrant /opt/stack + _safe_permission_operation chown -R vagrant /opt/stack + local xtrace ++ set +o ++ grep xtrace + xtrace='set -o xtrace' + set +o xtrace + sudo chown -R vagrant /opt/stack + safe_chmod 0755 /opt/stack + _safe_permission_operation chmod 0755 /opt/stack + local xtrace ++ set +o ++ grep xtrace + xtrace='set -o xtrace' + set +o xtrace + sudo chmod 0755 /opt/stack + DATA_DIR=/opt/stack/data + sudo mkdir -p /opt/stack/data + safe_chown -R vagrant /opt/stack/data + _safe_permission_operation chown -R vagrant /opt/stack/data + local xtrace ++ set +o ++ grep xtrace + xtrace='set -o xtrace' + set +o xtrace + sudo chown -R vagrant /opt/stack/data ++ hostname -s + LOCAL_HOSTNAME=node ++ grep '^127.0.0.1' /etc/hosts ++ grep node + '[' -z '' ']' + sudo sed -i 's/\(^127.0.0.1.*\)/\1 node/' /etc/hosts ++ trueorfalse True VERBOSE ++ local xtrace +++ set +o +++ grep xtrace ++ xtrace='set -o xtrace' ++ set +o xtrace + VERBOSE=True + TIMESTAMP_FORMAT=%F-%H%M%S + LOGDAYS=1 ++ date +%F-%H%M%S + CURRENT_LOG_TIME=2015-11-06-025836 + [[ -n /opt/stack/logs/screen ]] + mkdir -p /opt/stack/logs/screen + [[ -n /opt/stack/logs/screen/xstack.sh.log ]] + LOGFILE_DIR=/opt/stack/logs/screen + LOGFILE_NAME=xstack.sh.log + mkdir -p /opt/stack/logs/screen + find /opt/stack/logs/screen -maxdepth 1 -name 'xstack.sh.log.*' -mtime +1 -exec rm '{}' ';' + LOGFILE=/opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836 + SUMFILE=/opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836.summary.2015-11-06-025836 + exec + [[ True == \T\r\u\e ]] + exec ++ /opt/stack/devstack/tools/outfilter.py -v -o /opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836 2015-11-06 02:58:36.907 | + exec 2015-11-06 02:58:36.909 | + echo_summary 'stack.sh log /opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836' 2015-11-06 02:58:36.909 | + [[ -t 3 ]] 2015-11-06 02:58:36.910 | + echo -e stack.sh log /opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836 2015-11-06 02:58:36.910 | + ln -sf /opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836 /opt/stack/logs/screen/xstack.sh.log 2015-11-06 02:58:36.911 | ++ /opt/stack/devstack/tools/outfilter.py -o /opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836.summary.2015-11-06-025836 2015-11-06 02:58:36.912 | + ln -sf /opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836.summary.2015-11-06-025836 /opt/stack/logs/screen/xstack.sh.log.summary 2015-11-06 02:58:36.912 | + [[ -n '' ]] 2015-11-06 02:58:36.914 | + check_path_perm_sanity /opt/stack 2015-11-06 02:58:36.914 | + local real_path 2015-11-06 02:58:36.914 | ++ readlink -f /opt/stack 2015-11-06 02:58:36.914 | + real_path=/opt/stack 2015-11-06 02:58:36.915 | + local rebuilt_path= 2015-11-06 02:58:36.915 | ++ echo /opt/stack 2015-11-06 02:58:36.915 | ++ tr / ' ' 2015-11-06 02:58:36.915 | + for i in '$(echo ${real_path} | tr "/" " ")' 2015-11-06 02:58:36.915 | + rebuilt_path=/opt 2015-11-06 02:58:36.916 | ++ stat -c %a /opt 2015-11-06 02:58:36.916 | + [[ 755 = 700 ]] 2015-11-06 02:58:36.916 | + for i in '$(echo ${real_path} | tr "/" " ")' 2015-11-06 02:58:36.916 | + rebuilt_path=/opt/stack 2015-11-06 02:58:36.916 | ++ stat -c %a /opt/stack 2015-11-06 02:58:36.917 | + [[ 755 = 700 ]] 2015-11-06 02:58:36.917 | + trap exit_trap EXIT 2015-11-06 02:58:36.917 | + trap err_trap ERR 2015-11-06 02:58:36.917 | + set -o errexit 2015-11-06 02:58:36.917 | + uname -a 2015-11-06 02:58:36.918 | Linux node 3.13.0-66-generic #108-Ubuntu SMP Wed Oct 7 15:20:27 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux 2015-11-06 02:58:36.918 | + SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2015-11-06 02:58:36.919 | + rm -f /opt/stack/data/ca-bundle.pem 2015-11-06 02:58:36.919 | + source /opt/stack/devstack/lib/database 2015-11-06 02:58:36.926 | + source /opt/stack/devstack/lib/rpc_backend 2015-11-06 02:58:36.931 | + SSL_ENABLED_SERVICES=key,nova,cinder,glance,s-proxy,neutron 2015-11-06 02:58:36.931 | + is_service_enabled tls-proxy 2015-11-06 02:58:36.935 | + return 1 2015-11-06 02:58:36.935 | + fetch_plugins 2015-11-06 02:58:36.935 | + local plugins=,networking-odl 2015-11-06 02:58:36.936 | + local plugin 2015-11-06 02:58:36.936 | + [[ -z ,networking-odl ]] 2015-11-06 02:58:36.936 | + echo 'Fetching DevStack plugins' 2015-11-06 02:58:36.936 | Fetching DevStack plugins 2015-11-06 02:58:36.937 | + for plugin in '${plugins//,/ }' 2015-11-06 02:58:36.937 | + git_clone_by_name networking-odl 2015-11-06 02:58:36.937 | + local name=networking-odl 2015-11-06 02:58:36.937 | + local repo=http://git.openstack.org/openstack/networking-odl 2015-11-06 02:58:36.938 | + local dir=/opt/stack/networking-odl 2015-11-06 02:58:36.938 | + local branch=master 2015-11-06 02:58:36.938 | + git_clone http://git.openstack.org/openstack/networking-odl /opt/stack/networking-odl master 2015-11-06 02:58:36.938 | + local git_remote=http://git.openstack.org/openstack/networking-odl 2015-11-06 02:58:36.939 | + local git_dest=/opt/stack/networking-odl 2015-11-06 02:58:36.939 | + local git_ref=master 2015-11-06 02:58:36.940 | + local orig_dir 2015-11-06 02:58:36.940 | ++ pwd 2015-11-06 02:58:36.940 | + orig_dir=/opt/stack/devstack 2015-11-06 02:58:36.941 | + local git_clone_flags= 2015-11-06 02:58:36.941 | ++ trueorfalse False RECLONE 2015-11-06 02:58:36.941 | + RECLONE=False 2015-11-06 02:58:36.942 | + [[ 0 -gt 0 ]] 2015-11-06 02:58:36.942 | + [[ False = \T\r\u\e ]] 2015-11-06 02:58:36.943 | + echo master 2015-11-06 02:58:36.943 | + egrep -q '^refs' 2015-11-06 02:58:36.943 | + [[ ! -d /opt/stack/networking-odl ]] 2015-11-06 02:58:36.944 | + [[ False = \T\r\u\e ]] 2015-11-06 02:58:36.944 | + git_timed clone http://git.openstack.org/openstack/networking-odl /opt/stack/networking-odl 2015-11-06 02:58:36.945 | + local count=0 2015-11-06 02:58:36.945 | + local timeout=0 2015-11-06 02:58:36.946 | + [[ -n 0 ]] 2015-11-06 02:58:36.946 | + timeout=0 2015-11-06 02:58:36.946 | + timeout -s SIGINT 0 git clone http://git.openstack.org/openstack/networking-odl /opt/stack/networking-odl 2015-11-06 02:58:36.948 | Cloning into '/opt/stack/networking-odl'... 2015-11-06 02:58:59.539 | + cd /opt/stack/networking-odl 2015-11-06 02:58:59.540 | + git checkout master 2015-11-06 02:58:59.545 | Already on 'master' 2015-11-06 02:58:59.545 | Your branch is up-to-date with 'origin/master'. 2015-11-06 02:58:59.546 | + cd /opt/stack/networking-odl 2015-11-06 02:58:59.546 | + git show --oneline 2015-11-06 02:58:59.550 | + head -1 2015-11-06 02:58:59.551 | 8c06d8c Merge "make tempest.api.network.test_extensions.ExtensionsTestJSON pass" 2015-11-06 02:58:59.552 | + cd /opt/stack/devstack 2015-11-06 02:58:59.553 | + run_phase override_defaults 2015-11-06 02:58:59.553 | + local mode=override_defaults 2015-11-06 02:58:59.554 | + local phase= 2015-11-06 02:58:59.554 | + [[ -d /opt/stack/devstack/extras.d ]] 2015-11-06 02:58:59.554 | + local extra_plugin_file_name 2015-11-06 02:58:59.555 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 02:58:59.555 | + [[ -r /opt/stack/devstack/extras.d/50-ironic.sh ]] 2015-11-06 02:58:59.556 | + source /opt/stack/devstack/extras.d/50-ironic.sh override_defaults 2015-11-06 02:58:59.556 | ++ is_service_enabled ir-api ir-cond 2015-11-06 02:58:59.559 | ++ return 1 2015-11-06 02:58:59.559 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 02:58:59.559 | + local extra 2015-11-06 02:58:59.560 | ++ basename /opt/stack/devstack/extras.d/50-ironic.sh 2015-11-06 02:58:59.562 | + extra=50-ironic.sh 2015-11-06 02:58:59.563 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 50-ironic\.sh ]] 2015-11-06 02:58:59.563 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 02:58:59.563 | + [[ -r /opt/stack/devstack/extras.d/60-ceph.sh ]] 2015-11-06 02:58:59.564 | + source /opt/stack/devstack/extras.d/60-ceph.sh override_defaults 2015-11-06 02:58:59.564 | ++ is_service_enabled ceph 2015-11-06 02:58:59.568 | ++ return 1 2015-11-06 02:58:59.568 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 02:58:59.568 | + local extra 2015-11-06 02:58:59.569 | ++ basename /opt/stack/devstack/extras.d/60-ceph.sh 2015-11-06 02:58:59.571 | + extra=60-ceph.sh 2015-11-06 02:58:59.572 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]] 2015-11-06 02:58:59.572 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 02:58:59.572 | + [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2015-11-06 02:58:59.573 | + source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2015-11-06 02:58:59.573 | ++ is_service_enabled tempest 2015-11-06 02:58:59.577 | ++ return 0 2015-11-06 02:58:59.578 | ++ [[ override_defaults == \s\o\u\r\c\e ]] 2015-11-06 02:58:59.578 | ++ [[ override_defaults == \s\t\a\c\k ]] 2015-11-06 02:58:59.579 | ++ [[ override_defaults == \s\t\a\c\k ]] 2015-11-06 02:58:59.579 | ++ [[ override_defaults == \s\t\a\c\k ]] 2015-11-06 02:58:59.580 | ++ [[ override_defaults == \s\t\a\c\k ]] 2015-11-06 02:58:59.580 | ++ [[ override_defaults == \u\n\s\t\a\c\k ]] 2015-11-06 02:58:59.580 | ++ [[ override_defaults == \c\l\e\a\n ]] 2015-11-06 02:58:59.581 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 02:58:59.581 | + local extra 2015-11-06 02:58:59.582 | ++ basename /opt/stack/devstack/extras.d/80-tempest.sh 2015-11-06 02:58:59.582 | + extra=80-tempest.sh 2015-11-06 02:58:59.582 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]] 2015-11-06 02:58:59.583 | + [[ override_defaults == \s\o\u\r\c\e ]] 2015-11-06 02:58:59.583 | + [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2015-11-06 02:58:59.583 | + plugin_override_defaults 2015-11-06 02:58:59.584 | + local plugins=,networking-odl 2015-11-06 02:58:59.584 | + local plugin 2015-11-06 02:58:59.584 | + [[ -z ,networking-odl ]] 2015-11-06 02:58:59.585 | + echo 'Overriding Configuration Defaults' 2015-11-06 02:58:59.585 | Overriding Configuration Defaults 2015-11-06 02:58:59.585 | + for plugin in '${plugins//,/ }' 2015-11-06 02:58:59.586 | + local dir=/opt/stack/networking-odl 2015-11-06 02:58:59.586 | + [[ -f /opt/stack/networking-odl/devstack/override-defaults ]] 2015-11-06 02:58:59.586 | + echo 'networking-odl has overriden the following defaults' 2015-11-06 02:58:59.587 | networking-odl has overriden the following defaults 2015-11-06 02:58:59.587 | + cat /opt/stack/networking-odl/devstack/override-defaults 2015-11-06 02:58:59.587 | # Override few things here as early as we can 2015-11-06 02:58:59.588 | 2015-11-06 02:58:59.588 | # We are explicitly enabling the opendaylight ML2 MechanismDriver here. 2015-11-06 02:58:59.588 | # Note we are also enabling the logger driver, which is helpful for 2015-11-06 02:58:59.589 | # debugging things on the Neutron side. 2015-11-06 02:58:59.589 | Q_ML2_PLUGIN_MECHANISM_DRIVERS=opendaylight,logger 2015-11-06 02:58:59.589 | 2015-11-06 02:58:59.590 | # This triggers the provisioning of L3 resources like routers and 2015-11-06 02:58:59.590 | # external network, if not overriden. 2015-11-06 02:58:59.590 | Q_L3_ENABLED=${Q_L3_ENABLED:-True} 2015-11-06 02:58:59.591 | 2015-11-06 02:58:59.591 | # We have to disable the neutron L2 agent. OpenDaylight does not use the 2015-11-06 02:58:59.592 | # L2 agent, it instead uses a combination of OpenFlow and OVSDB commands 2015-11-06 02:58:59.592 | # to program OVS on each compute and network node host. 2015-11-06 02:58:59.592 | disable_service q-agt 2015-11-06 02:58:59.593 | 2015-11-06 02:58:59.593 | # If ODL_L3 is enabled, then we don't need the L3 agent and OpenDaylight 2015-11-06 02:58:59.593 | # is going to act as the ML2's L3 service plugin. 2015-11-06 02:58:59.594 | if [[ "$ODL_L3" == "True" ]] 2015-11-06 02:58:59.594 | then 2015-11-06 02:58:59.594 | disable_service q-l3 2015-11-06 02:58:59.595 | ML2_L3_PLUGIN="networking_odl.l3.l3_odl.OpenDaylightL3RouterPlugin" 2015-11-06 02:58:59.595 | fi 2015-11-06 02:58:59.595 | 2015-11-06 02:58:59.596 | # [networking-feature-enabled] api-extensions 2015-11-06 02:58:59.596 | # api-extensions=all means any kind of extensions is enabled irrelevant of what plugin supports 2015-11-06 02:58:59.596 | # ML2 plugin with ODL driver supports only the following extensions, not all 2015-11-06 02:58:59.597 | # Those list must be maintained as ML2 plugin with ODL driver supports more extensions 2015-11-06 02:58:59.597 | NETWORK_API_EXTENSIONS=${NETWORK_API_EXTENSIONS:-"dns-integration,address-scope,ext-gw-mode,binding,agent,subnet_allocation,dhcp_agent_scheduler,external-net,flavors,net-mtu,quotas,provider,multi-provider,extraroute,vlan-transparent,router,extra_dhcp_opt,security-group,rbac-policies,port-security,allowed-address-pairs,dvr"} 2015-11-06 02:58:59.597 | + source /opt/stack/networking-odl/devstack/override-defaults 2015-11-06 02:58:59.598 | ++ Q_ML2_PLUGIN_MECHANISM_DRIVERS=opendaylight,logger 2015-11-06 02:58:59.598 | ++ Q_L3_ENABLED=True 2015-11-06 02:58:59.598 | ++ disable_service q-agt 2015-11-06 02:58:59.611 | ++ [[ '' == \T\r\u\e ]] 2015-11-06 02:58:59.611 | ++ NETWORK_API_EXTENSIONS=dns-integration,address-scope,ext-gw-mode,binding,agent,subnet_allocation,dhcp_agent_scheduler,external-net,flavors,net-mtu,quotas,provider,multi-provider,extraroute,vlan-transparent,router,extra_dhcp_opt,security-group,rbac-policies,port-security,allowed-address-pairs,dvr 2015-11-06 02:58:59.611 | + source /opt/stack/devstack/lib/apache 2015-11-06 02:58:59.619 | + source /opt/stack/devstack/lib/tls 2015-11-06 02:58:59.620 | ++ is_service_enabled tls-proxy 2015-11-06 02:58:59.624 | ++ return 1 2015-11-06 02:58:59.625 | +++ hostname -f 2015-11-06 02:58:59.627 | ++ DEVSTACK_HOSTNAME=localhost 2015-11-06 02:58:59.628 | ++ DEVSTACK_CERT_NAME=devstack-cert 2015-11-06 02:58:59.628 | ++ DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2015-11-06 02:58:59.629 | ++ ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2015-11-06 02:58:59.629 | ++ INT_CA_DIR=/opt/stack/data/CA/int-ca 2015-11-06 02:58:59.629 | ++ ORG_NAME=OpenStack 2015-11-06 02:58:59.630 | ++ ORG_UNIT_NAME=DevStack 2015-11-06 02:58:59.630 | ++ STUD_PROTO=--tls 2015-11-06 02:58:59.631 | ++ STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2015-11-06 02:58:59.631 | ++ OPENSSL=/usr/bin/openssl 2015-11-06 02:58:59.631 | + source /opt/stack/devstack/lib/infra 2015-11-06 02:58:59.635 | + source /opt/stack/devstack/lib/oslo 2015-11-06 02:58:59.644 | + source /opt/stack/devstack/lib/lvm 2015-11-06 02:58:59.649 | + source /opt/stack/devstack/lib/horizon 2015-11-06 02:58:59.654 | + source /opt/stack/devstack/lib/keystone 2015-11-06 02:58:59.673 | + source /opt/stack/devstack/lib/glance 2015-11-06 02:58:59.689 | + source /opt/stack/devstack/lib/nova 2015-11-06 02:58:59.763 | + source /opt/stack/devstack/lib/cinder 2015-11-06 02:58:59.796 | + source /opt/stack/devstack/lib/swift 2015-11-06 02:58:59.829 | + source /opt/stack/devstack/lib/heat 2015-11-06 02:58:59.860 | + source /opt/stack/devstack/lib/neutron-legacy 2015-11-06 02:58:59.861 | ++ IP_VERSION=4 2015-11-06 02:58:59.862 | ++ [[ 4 != \4 ]] 2015-11-06 02:58:59.862 | ++ NETWORK_GATEWAY=10.0.0.1 2015-11-06 02:58:59.863 | ++ PUBLIC_NETWORK_GATEWAY=172.24.4.1 2015-11-06 02:58:59.863 | ++ PRIVATE_SUBNET_NAME=private-subnet 2015-11-06 02:58:59.864 | ++ PUBLIC_SUBNET_NAME=public-subnet 2015-11-06 02:58:59.864 | ++ is_ssl_enabled_service neutron 2015-11-06 02:58:59.865 | ++ local services=neutron 2015-11-06 02:58:59.865 | ++ local service= 2015-11-06 02:58:59.865 | ++ '[' False == False ']' 2015-11-06 02:58:59.866 | ++ return 1 2015-11-06 02:58:59.866 | ++ is_service_enabled tls-proxy 2015-11-06 02:58:59.867 | ++ return 1 2015-11-06 02:58:59.867 | +++ uuidgen 2015-11-06 02:58:59.868 | +++ sed s/-//g 2015-11-06 02:58:59.868 | +++ cut -c 23- 2015-11-06 02:58:59.869 | +++ sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2015-11-06 02:58:59.872 | ++ IPV6_GLOBAL_ID=69:7c1a:2bfa 2015-11-06 02:58:59.872 | ++ IPV6_RA_MODE=slaac 2015-11-06 02:58:59.873 | ++ IPV6_ADDRESS_MODE=slaac 2015-11-06 02:58:59.873 | ++ IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2015-11-06 02:58:59.874 | ++ IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2015-11-06 02:58:59.874 | ++ FIXED_RANGE_V6=fd69:7c1a:2bfa::/64 2015-11-06 02:58:59.875 | ++ IPV6_PRIVATE_NETWORK_GATEWAY=fd69:7c1a:2bfa::1 2015-11-06 02:58:59.875 | ++ IPV6_PUBLIC_RANGE=2001:db8::/64 2015-11-06 02:58:59.876 | ++ IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2015-11-06 02:58:59.876 | ++ IPV6_ROUTER_GW_IP=2001:db8::1 2015-11-06 02:58:59.877 | ++ GITDIR["python-neutronclient"]=/opt/stack/python-neutronclient 2015-11-06 02:58:59.877 | ++ NEUTRON_DIR=/opt/stack/neutron 2015-11-06 02:58:59.877 | ++ NEUTRON_FWAAS_DIR=/opt/stack/neutron-fwaas 2015-11-06 02:58:59.878 | ++ NEUTRON_LBAAS_DIR=/opt/stack/neutron-lbaas 2015-11-06 02:58:59.879 | ++ NEUTRON_VPNAAS_DIR=/opt/stack/neutron-vpnaas 2015-11-06 02:58:59.879 | ++ NEUTRON_AUTH_CACHE_DIR=/var/cache/neutron 2015-11-06 02:58:59.880 | ++ [[ -d /opt/stack/neutron/bin/neutron-server ]] 2015-11-06 02:58:59.880 | +++ get_python_exec_prefix 2015-11-06 02:58:59.881 | +++ is_fedora 2015-11-06 02:58:59.881 | +++ [[ -z Ubuntu ]] 2015-11-06 02:58:59.881 | +++ '[' Ubuntu = Fedora ']' 2015-11-06 02:58:59.882 | +++ '[' Ubuntu = 'Red Hat' ']' 2015-11-06 02:58:59.882 | +++ '[' Ubuntu = CentOS ']' 2015-11-06 02:58:59.883 | +++ '[' Ubuntu = OracleLinux ']' 2015-11-06 02:58:59.883 | +++ '[' Ubuntu = CloudLinux ']' 2015-11-06 02:58:59.883 | +++ is_suse 2015-11-06 02:58:59.884 | +++ [[ -z Ubuntu ]] 2015-11-06 02:58:59.884 | +++ '[' Ubuntu = openSUSE ']' 2015-11-06 02:58:59.884 | +++ '[' Ubuntu = 'SUSE LINUX' ']' 2015-11-06 02:58:59.885 | +++ echo /usr/local/bin 2015-11-06 02:58:59.885 | ++ NEUTRON_BIN_DIR=/usr/local/bin 2015-11-06 02:58:59.885 | ++ NEUTRON_CONF_DIR=/etc/neutron 2015-11-06 02:58:59.886 | ++ NEUTRON_CONF=/etc/neutron/neutron.conf 2015-11-06 02:58:59.886 | ++ export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2015-11-06 02:58:59.887 | ++ NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2015-11-06 02:58:59.887 | ++ AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2015-11-06 02:58:59.887 | ++ AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2015-11-06 02:58:59.888 | ++ AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2015-11-06 02:58:59.888 | ++ Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2015-11-06 02:58:59.888 | ++ Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2015-11-06 02:58:59.889 | ++ Q_FWAAS_CONF_FILE=/etc/neutron/fwaas_driver.ini 2015-11-06 02:58:59.889 | ++ Q_VPN_CONF_FILE=/etc/neutron/vpn_agent.ini 2015-11-06 02:58:59.890 | ++ Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2015-11-06 02:58:59.890 | ++ Q_DB_NAME=neutron 2015-11-06 02:58:59.890 | ++ Q_PLUGIN=ml2 2015-11-06 02:58:59.891 | ++ Q_PORT=9696 2015-11-06 02:58:59.891 | ++ Q_PORT_INT=19696 2015-11-06 02:58:59.891 | ++ Q_HOST=10.0.2.15 2015-11-06 02:58:59.892 | ++ Q_PROTOCOL=http 2015-11-06 02:58:59.892 | ++ Q_LISTEN_ADDRESS=0.0.0.0 2015-11-06 02:58:59.893 | ++ Q_ADMIN_USERNAME=neutron 2015-11-06 02:58:59.893 | ++ Q_AUTH_STRATEGY=keystone 2015-11-06 02:58:59.893 | ++ Q_OVS_USE_VETH=False 2015-11-06 02:58:59.894 | ++ Q_USE_ROOTWRAP=True 2015-11-06 02:58:59.894 | +++ trueorfalse True Q_USE_ROOTWRAP_DAEMON 2015-11-06 02:58:59.895 | ++ Q_USE_ROOTWRAP_DAEMON=True 2015-11-06 02:58:59.895 | ++ Q_META_DATA_IP=10.0.2.15 2015-11-06 02:58:59.895 | ++ Q_ALLOW_OVERLAPPING_IP=True 2015-11-06 02:58:59.896 | ++ Q_USE_DEBUG_COMMAND=False 2015-11-06 02:58:59.896 | ++ Q_ROUTER_NAME=router1 2015-11-06 02:58:59.896 | ++ Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2015-11-06 02:58:59.897 | ++ Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2015-11-06 02:58:59.897 | ++ VIF_PLUGGING_IS_FATAL=True 2015-11-06 02:58:59.898 | ++ VIF_PLUGGING_TIMEOUT=300 2015-11-06 02:58:59.898 | ++ NEUTRON_CREATE_INITIAL_NETWORKS=True 2015-11-06 02:58:59.898 | ++ PROVIDER_SUBNET_NAME=provider_net 2015-11-06 02:58:59.899 | ++ PUBLIC_BRIDGE=br-ex 2015-11-06 02:58:59.899 | ++ Q_USE_PROVIDERNET_FOR_PUBLIC=False 2015-11-06 02:58:59.899 | ++ PUBLIC_PHYSICAL_NETWORK=public 2015-11-06 02:58:59.900 | ++ Q_USE_PUBLIC_VETH=False 2015-11-06 02:58:59.900 | ++ Q_PUBLIC_VETH_EX=veth-pub-ex 2015-11-06 02:58:59.900 | ++ Q_PUBLIC_VETH_INT=veth-pub-int 2015-11-06 02:58:59.901 | ++ Q_L3_ENABLED=True 2015-11-06 02:58:59.901 | ++ Q_L3_ROUTER_PER_TENANT=True 2015-11-06 02:58:59.901 | ++ declare -a Q_PLUGIN_EXTRA_CONF_FILES 2015-11-06 02:58:59.902 | ++ declare -a Q_VPN_EXTRA_CONF_FILES 2015-11-06 02:58:59.902 | ++ Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2015-11-06 02:58:59.903 | ++ [[ True == \F\a\l\s\e ]] 2015-11-06 02:58:59.903 | +++ get_rootwrap_location neutron 2015-11-06 02:58:59.903 | +++ local module=neutron 2015-11-06 02:58:59.904 | ++++ get_python_exec_prefix 2015-11-06 02:58:59.904 | ++++ is_fedora 2015-11-06 02:58:59.904 | ++++ [[ -z Ubuntu ]] 2015-11-06 02:58:59.905 | ++++ '[' Ubuntu = Fedora ']' 2015-11-06 02:58:59.905 | ++++ '[' Ubuntu = 'Red Hat' ']' 2015-11-06 02:58:59.905 | ++++ '[' Ubuntu = CentOS ']' 2015-11-06 02:58:59.906 | ++++ '[' Ubuntu = OracleLinux ']' 2015-11-06 02:58:59.906 | ++++ '[' Ubuntu = CloudLinux ']' 2015-11-06 02:58:59.906 | ++++ is_suse 2015-11-06 02:58:59.907 | ++++ [[ -z Ubuntu ]] 2015-11-06 02:58:59.907 | ++++ '[' Ubuntu = openSUSE ']' 2015-11-06 02:58:59.907 | ++++ '[' Ubuntu = 'SUSE LINUX' ']' 2015-11-06 02:58:59.907 | ++++ echo /usr/local/bin 2015-11-06 02:58:59.908 | +++ echo /usr/local/bin/neutron-rootwrap 2015-11-06 02:58:59.908 | ++ NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2015-11-06 02:58:59.908 | ++ Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2015-11-06 02:58:59.909 | ++ [[ True == \T\r\u\e ]] 2015-11-06 02:58:59.909 | ++ Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2015-11-06 02:58:59.909 | ++ Q_DVR_MODE=legacy 2015-11-06 02:58:59.910 | ++ [[ legacy != \l\e\g\a\c\y ]] 2015-11-06 02:58:59.910 | ++ ENABLE_TENANT_TUNNELS=True 2015-11-06 02:58:59.910 | ++ TENANT_TUNNEL_RANGES=1:1000 2015-11-06 02:58:59.911 | ++ ENABLE_TENANT_VLANS=True 2015-11-06 02:58:59.911 | ++ TENANT_VLAN_RANGE= 2015-11-06 02:58:59.911 | ++ PHYSICAL_NETWORK= 2015-11-06 02:58:59.911 | ++ OVS_PHYSICAL_BRIDGE= 2015-11-06 02:58:59.912 | ++ LB_PHYSICAL_INTERFACE= 2015-11-06 02:58:59.912 | ++ TUNNEL_ENDPOINT_IP=10.0.2.15 2015-11-06 02:58:59.912 | ++ OVS_ENABLE_TUNNELING=True 2015-11-06 02:58:59.913 | ++ ENABLE_ISOLATED_METADATA=False 2015-11-06 02:58:59.913 | ++ ENABLE_METADATA_NETWORK=False 2015-11-06 02:58:59.913 | ++ '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2015-11-06 02:58:59.914 | ++ source /opt/stack/devstack/lib/neutron_plugins/ml2 2015-11-06 02:58:59.917 | ++ source /opt/stack/devstack/lib/neutron_plugins/services/loadbalancer 2015-11-06 02:58:59.920 | ++ source /opt/stack/devstack/lib/neutron_plugins/services/metering 2015-11-06 02:58:59.924 | ++ source /opt/stack/devstack/lib/neutron_plugins/services/vpn 2015-11-06 02:58:59.927 | ++ source /opt/stack/devstack/lib/neutron_plugins/services/firewall 2015-11-06 02:58:59.931 | ++ has_neutron_plugin_security_group 2015-11-06 02:58:59.931 | ++ return 0 2015-11-06 02:58:59.932 | ++ Q_USE_SECGROUP=True 2015-11-06 02:58:59.955 | + source /opt/stack/devstack/lib/ldap 2015-11-06 02:58:59.960 | + source /opt/stack/devstack/lib/dstat 2015-11-06 02:58:59.963 | + source /opt/stack/devstack/lib/zookeeper 2015-11-06 02:58:59.967 | + run_phase source 2015-11-06 02:58:59.967 | + local mode=source 2015-11-06 02:58:59.967 | + local phase= 2015-11-06 02:58:59.968 | + [[ -d /opt/stack/devstack/extras.d ]] 2015-11-06 02:58:59.968 | + local extra_plugin_file_name 2015-11-06 02:58:59.968 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 02:58:59.969 | + [[ -r /opt/stack/devstack/extras.d/50-ironic.sh ]] 2015-11-06 02:58:59.969 | + source /opt/stack/devstack/extras.d/50-ironic.sh source 2015-11-06 02:58:59.969 | ++ is_service_enabled ir-api ir-cond 2015-11-06 02:58:59.971 | ++ return 1 2015-11-06 02:58:59.971 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 02:58:59.972 | + local extra 2015-11-06 02:58:59.972 | ++ basename /opt/stack/devstack/extras.d/50-ironic.sh 2015-11-06 02:58:59.973 | + extra=50-ironic.sh 2015-11-06 02:58:59.973 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 50-ironic\.sh ]] 2015-11-06 02:58:59.974 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 02:58:59.974 | + [[ -r /opt/stack/devstack/extras.d/60-ceph.sh ]] 2015-11-06 02:58:59.974 | + source /opt/stack/devstack/extras.d/60-ceph.sh source 2015-11-06 02:58:59.975 | ++ is_service_enabled ceph 2015-11-06 02:58:59.977 | ++ return 1 2015-11-06 02:58:59.977 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 02:58:59.978 | + local extra 2015-11-06 02:58:59.978 | ++ basename /opt/stack/devstack/extras.d/60-ceph.sh 2015-11-06 02:58:59.979 | + extra=60-ceph.sh 2015-11-06 02:58:59.979 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]] 2015-11-06 02:58:59.980 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 02:58:59.980 | + [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2015-11-06 02:58:59.980 | + source /opt/stack/devstack/extras.d/80-tempest.sh source 2015-11-06 02:58:59.981 | ++ is_service_enabled tempest 2015-11-06 02:58:59.983 | ++ return 0 2015-11-06 02:58:59.984 | ++ [[ source == \s\o\u\r\c\e ]] 2015-11-06 02:58:59.984 | ++ source /opt/stack/devstack/lib/tempest 2015-11-06 02:59:00.008 | ++ [[ source == \u\n\s\t\a\c\k ]] 2015-11-06 02:59:00.008 | ++ [[ source == \c\l\e\a\n ]] 2015-11-06 02:59:00.009 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 02:59:00.009 | + local extra 2015-11-06 02:59:00.009 | ++ basename /opt/stack/devstack/extras.d/80-tempest.sh 2015-11-06 02:59:00.010 | + extra=80-tempest.sh 2015-11-06 02:59:00.010 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]] 2015-11-06 02:59:00.011 | + [[ source == \s\o\u\r\c\e ]] 2015-11-06 02:59:00.011 | + load_plugin_settings 2015-11-06 02:59:00.011 | + local plugins=,networking-odl 2015-11-06 02:59:00.012 | + local plugin 2015-11-06 02:59:00.012 | + [[ -z ,networking-odl ]] 2015-11-06 02:59:00.012 | + echo 'Loading plugin settings' 2015-11-06 02:59:00.013 | Loading plugin settings 2015-11-06 02:59:00.013 | + for plugin in '${plugins//,/ }' 2015-11-06 02:59:00.013 | + local dir=/opt/stack/networking-odl 2015-11-06 02:59:00.014 | + [[ -f /opt/stack/networking-odl/devstack/settings ]] 2015-11-06 02:59:00.014 | + source /opt/stack/networking-odl/devstack/settings 2015-11-06 02:59:00.014 | ++ ODL_MODE=allinone 2015-11-06 02:59:00.015 | ++ case $ODL_MODE in 2015-11-06 02:59:00.015 | ++ enable_service odl-server odl-compute 2015-11-06 02:59:00.040 | +++ trueorfalse False IS_GATE 2015-11-06 02:59:00.043 | ++ IS_GATE=False 2015-11-06 02:59:00.044 | ++ [[ False == \T\r\u\e ]] 2015-11-06 02:59:00.044 | + verify_disabled_services 2015-11-06 02:59:00.044 | + local service 2015-11-06 02:59:00.045 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.045 | + [[ ,n-net,q-agt, =~ ,key, ]] 2015-11-06 02:59:00.045 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.046 | + [[ ,n-net,q-agt, =~ ,n-api, ]] 2015-11-06 02:59:00.046 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.046 | + [[ ,n-net,q-agt, =~ ,n-cpu, ]] 2015-11-06 02:59:00.047 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.047 | + [[ ,n-net,q-agt, =~ ,n-cond, ]] 2015-11-06 02:59:00.047 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.048 | + [[ ,n-net,q-agt, =~ ,n-sch, ]] 2015-11-06 02:59:00.048 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.048 | + [[ ,n-net,q-agt, =~ ,n-novnc, ]] 2015-11-06 02:59:00.049 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.049 | + [[ ,n-net,q-agt, =~ ,n-crt, ]] 2015-11-06 02:59:00.049 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.050 | + [[ ,n-net,q-agt, =~ ,n-cauth, ]] 2015-11-06 02:59:00.050 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.050 | + [[ ,n-net,q-agt, =~ ,g-api, ]] 2015-11-06 02:59:00.051 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.051 | + [[ ,n-net,q-agt, =~ ,g-reg, ]] 2015-11-06 02:59:00.051 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.052 | + [[ ,n-net,q-agt, =~ ,c-sch, ]] 2015-11-06 02:59:00.052 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.052 | + [[ ,n-net,q-agt, =~ ,c-api, ]] 2015-11-06 02:59:00.053 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.053 | + [[ ,n-net,q-agt, =~ ,c-vol, ]] 2015-11-06 02:59:00.053 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.054 | + [[ ,n-net,q-agt, =~ ,horizon, ]] 2015-11-06 02:59:00.054 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.054 | + [[ ,n-net,q-agt, =~ ,rabbit, ]] 2015-11-06 02:59:00.055 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.055 | + [[ ,n-net,q-agt, =~ ,tempest, ]] 2015-11-06 02:59:00.055 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.055 | + [[ ,n-net,q-agt, =~ ,mysql, ]] 2015-11-06 02:59:00.056 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.056 | + [[ ,n-net,q-agt, =~ ,dstat, ]] 2015-11-06 02:59:00.056 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.057 | + [[ ,n-net,q-agt, =~ ,zookeeper, ]] 2015-11-06 02:59:00.057 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.057 | + [[ ,n-net,q-agt, =~ ,neutron, ]] 2015-11-06 02:59:00.058 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.058 | + [[ ,n-net,q-agt, =~ ,q-svc, ]] 2015-11-06 02:59:00.058 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.058 | + [[ ,n-net,q-agt, =~ ,q-dhcp, ]] 2015-11-06 02:59:00.059 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.059 | + [[ ,n-net,q-agt, =~ ,q-l3, ]] 2015-11-06 02:59:00.059 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.060 | + [[ ,n-net,q-agt, =~ ,q-meta, ]] 2015-11-06 02:59:00.060 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.060 | + [[ ,n-net,q-agt, =~ ,odl-server, ]] 2015-11-06 02:59:00.061 | + for service in '${ENABLED_SERVICES//,/ }' 2015-11-06 02:59:00.061 | + [[ ,n-net,q-agt, =~ ,odl-compute, ]] 2015-11-06 02:59:00.061 | + initialize_database_backends 2015-11-06 02:59:00.062 | + for backend in '$DATABASE_BACKENDS' 2015-11-06 02:59:00.062 | + is_service_enabled mysql 2015-11-06 02:59:00.062 | + return 0 2015-11-06 02:59:00.063 | + DATABASE_TYPE=mysql 2015-11-06 02:59:00.063 | + for backend in '$DATABASE_BACKENDS' 2015-11-06 02:59:00.063 | + is_service_enabled postgresql 2015-11-06 02:59:00.063 | + return 1 2015-11-06 02:59:00.064 | + '[' -z mysql ']' 2015-11-06 02:59:00.064 | + MYSQL_HOST=127.0.0.1 2015-11-06 02:59:00.064 | + MYSQL_USER=root 2015-11-06 02:59:00.065 | + [[ 4 == 6 ]] 2015-11-06 02:59:00.065 | + DATABASE_HOST=127.0.0.1 2015-11-06 02:59:00.065 | + DATABASE_USER=root 2015-11-06 02:59:00.066 | + '[' -n password ']' 2015-11-06 02:59:00.066 | + DATABASE_PASSWORD=password 2015-11-06 02:59:00.066 | ++ get_database_type_mysql 2015-11-06 02:59:00.067 | ++ [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2015-11-06 02:59:00.068 | ++ echo mysql+pymysql 2015-11-06 02:59:00.068 | + BASE_SQL_CONN=mysql+pymysql://root:password@127.0.0.1 2015-11-06 02:59:00.069 | + return 0 2015-11-06 02:59:00.069 | + echo 'Using mysql database backend' 2015-11-06 02:59:00.069 | Using mysql database backend 2015-11-06 02:59:00.070 | + RABBIT_USERID=stackrabbit 2015-11-06 02:59:00.070 | + is_service_enabled rabbit 2015-11-06 02:59:00.070 | + return 0 2015-11-06 02:59:00.071 | + RABBIT_HOST=10.0.2.15 2015-11-06 02:59:00.071 | + read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2015-11-06 02:59:00.071 | + is_service_enabled keystone 2015-11-06 02:59:00.072 | + return 0 2015-11-06 02:59:00.072 | + read_password SERVICE_TOKEN 'ENTER A SERVICE_TOKEN TO USE FOR THE SERVICE ADMIN TOKEN.' 2015-11-06 02:59:00.073 | + read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2015-11-06 02:59:00.076 | + read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2015-11-06 02:59:00.079 | + is_service_enabled ldap 2015-11-06 02:59:00.082 | + return 1 2015-11-06 02:59:00.083 | + is_service_enabled s-proxy 2015-11-06 02:59:00.086 | + return 1 2015-11-06 02:59:00.087 | + save_stackenv 674 2015-11-06 02:59:00.087 | + local tag=674 2015-11-06 02:59:00.087 | ++ date +%F-%H%M%S 2015-11-06 02:59:00.088 | + time_stamp=2015-11-06-025900 2015-11-06 02:59:00.089 | + echo '# 2015-11-06-025900 674' 2015-11-06 02:59:00.089 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.089 | + echo BASE_SQL_CONN=mysql+pymysql://root:password@127.0.0.1 2015-11-06 02:59:00.090 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.090 | + echo DATA_DIR=/opt/stack/data 2015-11-06 02:59:00.090 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.091 | + echo DEST=/opt/stack 2015-11-06 02:59:00.091 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.091 | + echo ENABLED_SERVICES=key,n-api,n-cpu,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,zookeeper,neutron,q-svc,q-dhcp,q-l3,q-meta,odl-server,odl-compute 2015-11-06 02:59:00.092 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.092 | + echo HOST_IP=10.0.2.15 2015-11-06 02:59:00.092 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.093 | + echo KEYSTONE_AUTH_PROTOCOL=http 2015-11-06 02:59:00.093 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.093 | + echo KEYSTONE_AUTH_URI=http://10.0.2.15:35357 2015-11-06 02:59:00.094 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.094 | + echo KEYSTONE_SERVICE_URI=http://10.0.2.15:5000 2015-11-06 02:59:00.094 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.095 | + echo LOGFILE=/opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836 2015-11-06 02:59:00.095 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.095 | + echo OS_CACERT= 2015-11-06 02:59:00.096 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.096 | + echo SERVICE_HOST=10.0.2.15 2015-11-06 02:59:00.096 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.096 | + echo SERVICE_PROTOCOL=http 2015-11-06 02:59:00.097 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.097 | + echo STACK_USER=vagrant 2015-11-06 02:59:00.097 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.098 | + echo TLS_IP= 2015-11-06 02:59:00.098 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.098 | + echo HOST_IPV6=fe80::a00:27ff:fef2:f2d9 2015-11-06 02:59:00.099 | + for i in '$STACK_ENV_VARS' 2015-11-06 02:59:00.099 | + echo SERVICE_IP_VERSION=4 2015-11-06 02:59:00.099 | + git_clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements master 2015-11-06 02:59:00.100 | + local git_remote=git://git.openstack.org/openstack/requirements.git 2015-11-06 02:59:00.100 | + local git_dest=/opt/stack/requirements 2015-11-06 02:59:00.100 | + local git_ref=master 2015-11-06 02:59:00.100 | + local orig_dir 2015-11-06 02:59:00.101 | ++ pwd 2015-11-06 02:59:00.101 | + orig_dir=/opt/stack/devstack 2015-11-06 02:59:00.101 | + local git_clone_flags= 2015-11-06 02:59:00.102 | ++ trueorfalse False RECLONE 2015-11-06 02:59:00.102 | + RECLONE=False 2015-11-06 02:59:00.102 | + [[ 0 -gt 0 ]] 2015-11-06 02:59:00.103 | + [[ False = \T\r\u\e ]] 2015-11-06 02:59:00.104 | + echo master 2015-11-06 02:59:00.104 | + egrep -q '^refs' 2015-11-06 02:59:00.105 | + [[ ! -d /opt/stack/requirements ]] 2015-11-06 02:59:00.105 | + [[ False = \T\r\u\e ]] 2015-11-06 02:59:00.106 | + git_timed clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements 2015-11-06 02:59:00.107 | + local count=0 2015-11-06 02:59:00.107 | + local timeout=0 2015-11-06 02:59:00.108 | + [[ -n 0 ]] 2015-11-06 02:59:00.108 | + timeout=0 2015-11-06 02:59:00.109 | + timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements 2015-11-06 02:59:00.110 | Cloning into '/opt/stack/requirements'... 2015-11-06 02:59:02.495 | + cd /opt/stack/requirements 2015-11-06 02:59:02.496 | + git checkout master 2015-11-06 02:59:02.502 | Already on 'master' 2015-11-06 02:59:02.503 | Your branch is up-to-date with 'origin/master'. 2015-11-06 02:59:02.505 | + cd /opt/stack/requirements 2015-11-06 02:59:02.505 | + git show --oneline 2015-11-06 02:59:02.506 | + head -1 2015-11-06 02:59:02.509 | 5b7ab7e Merge "Bump minimum Django version" 2015-11-06 02:59:02.510 | + cd /opt/stack/devstack 2015-11-06 02:59:02.511 | + echo_summary 'Installing package prerequisites' 2015-11-06 02:59:02.512 | + [[ -t 3 ]] 2015-11-06 02:59:02.512 | + echo -e Installing package prerequisites 2015-11-06 02:59:02.513 | + source /opt/stack/devstack/tools/install_prereqs.sh 2015-11-06 02:59:02.513 | ++ FORCE_PREREQ=0 2015-11-06 02:59:02.514 | ++ getopts :f opt 2015-11-06 02:59:02.515 | ++ [[ -z /opt/stack/devstack ]] 2015-11-06 02:59:02.515 | ++ PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2015-11-06 02:59:02.515 | ++ PREREQ_RERUN_HOURS=2 2015-11-06 02:59:02.516 | ++ PREREQ_RERUN_SECONDS=7200 2015-11-06 02:59:02.516 | +++ date +%s 2015-11-06 02:59:02.519 | ++ NOW=1446778742 2015-11-06 02:59:02.520 | +++ head -1 /opt/stack/devstack/.prereqs 2015-11-06 02:59:02.523 | +++ echo 0 2015-11-06 02:59:02.524 | ++ LAST_RUN=0 2015-11-06 02:59:02.524 | ++ DELTA=1446778742 2015-11-06 02:59:02.525 | ++ [[ 1446778742 -lt 7200 ]] 2015-11-06 02:59:02.525 | ++ export_proxy_variables 2015-11-06 02:59:02.526 | ++ isset http_proxy 2015-11-06 02:59:02.526 | ++ [[ -v http_proxy ]] 2015-11-06 02:59:02.527 | ++ export http_proxy=http://proxy.ir.intel.com:911/ 2015-11-06 02:59:02.527 | ++ http_proxy=http://proxy.ir.intel.com:911/ 2015-11-06 02:59:02.528 | ++ isset https_proxy 2015-11-06 02:59:02.528 | ++ [[ -v https_proxy ]] 2015-11-06 02:59:02.529 | ++ export https_proxy=https://proxy.ir.intel.com:911/ 2015-11-06 02:59:02.530 | ++ https_proxy=https://proxy.ir.intel.com:911/ 2015-11-06 02:59:02.530 | ++ isset no_proxy 2015-11-06 02:59:02.530 | ++ [[ -v no_proxy ]] 2015-11-06 02:59:02.531 | ++ export no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node 2015-11-06 02:59:02.531 | ++ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node 2015-11-06 02:59:02.532 | +++ get_packages general key,n-api,n-cpu,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,zookeeper,neutron,q-svc,q-dhcp,q-l3,q-meta,odl-server,odl-compute 2015-11-06 02:59:02.581 | ++ PACKAGES='bridge-utils 2015-11-06 02:59:02.581 | screen 2015-11-06 02:59:02.582 | unzip 2015-11-06 02:59:02.582 | wget 2015-11-06 02:59:02.583 | psmisc 2015-11-06 02:59:02.583 | gcc 2015-11-06 02:59:02.583 | g++ 2015-11-06 02:59:02.584 | git 2015-11-06 02:59:02.584 | graphviz 2015-11-06 02:59:02.584 | lsof 2015-11-06 02:59:02.585 | openssh-server 2015-11-06 02:59:02.585 | openssl 2015-11-06 02:59:02.586 | iputils-ping 2015-11-06 02:59:02.586 | wget 2015-11-06 02:59:02.587 | curl 2015-11-06 02:59:02.587 | tcpdump 2015-11-06 02:59:02.588 | tar 2015-11-06 02:59:02.588 | python-dev 2015-11-06 02:59:02.588 | python2.7 2015-11-06 02:59:02.589 | python-gdbm 2015-11-06 02:59:02.589 | bc 2015-11-06 02:59:02.590 | libyaml-dev 2015-11-06 02:59:02.590 | libffi-dev 2015-11-06 02:59:02.591 | libssl-dev 2015-11-06 02:59:02.591 | gettext 2015-11-06 02:59:02.591 | pkg-config 2015-11-06 02:59:02.592 | python-lxml 2015-11-06 02:59:02.592 | sqlite3 2015-11-06 02:59:02.592 | python-mysqldb 2015-11-06 02:59:02.593 | python-mysql.connector 2015-11-06 02:59:02.593 | libldap2-dev 2015-11-06 02:59:02.594 | libsasl2-dev 2015-11-06 02:59:02.594 | libkrb5-dev 2015-11-06 02:59:02.595 | fping 2015-11-06 02:59:02.595 | dnsmasq-base 2015-11-06 02:59:02.595 | dnsmasq-utils 2015-11-06 02:59:02.596 | conntrack 2015-11-06 02:59:02.596 | kpartx 2015-11-06 02:59:02.596 | parted 2015-11-06 02:59:02.597 | iputils-arping 2015-11-06 02:59:02.597 | libmysqlclient-dev 2015-11-06 02:59:02.598 | python-mysqldb 2015-11-06 02:59:02.598 | python-mysql.connector 2015-11-06 02:59:02.598 | python-lxml 2015-11-06 02:59:02.599 | gawk 2015-11-06 02:59:02.599 | iptables 2015-11-06 02:59:02.600 | ebtables 2015-11-06 02:59:02.600 | sqlite3 2015-11-06 02:59:02.600 | sudo 2015-11-06 02:59:02.601 | pm-utils 2015-11-06 02:59:02.601 | libjs-jquery-tablesorter 2015-11-06 02:59:02.601 | vlan 2015-11-06 02:59:02.602 | curl 2015-11-06 02:59:02.602 | genisoimage 2015-11-06 02:59:02.603 | socat 2015-11-06 02:59:02.603 | python-libxml2 2015-11-06 02:59:02.603 | python-numpy 2015-11-06 02:59:02.604 | python-m2crypto 2015-11-06 02:59:02.604 | libmysqlclient-dev 2015-11-06 02:59:02.605 | libpq-dev 2015-11-06 02:59:02.605 | libssl-dev 2015-11-06 02:59:02.605 | libxml2-dev 2015-11-06 02:59:02.606 | libxslt1-dev 2015-11-06 02:59:02.606 | zlib1g-dev 2015-11-06 02:59:02.606 | qemu-utils 2015-11-06 02:59:02.607 | open-iscsi 2015-11-06 02:59:02.607 | genisoimage 2015-11-06 02:59:02.607 | sysfsutils 2015-11-06 02:59:02.608 | sg3-utils 2015-11-06 02:59:02.608 | cryptsetup 2015-11-06 02:59:02.609 | python-numpy 2015-11-06 02:59:02.610 | lvm2 2015-11-06 02:59:02.610 | qemu-utils 2015-11-06 02:59:02.611 | libpq-dev 2015-11-06 02:59:02.611 | open-iscsi 2015-11-06 02:59:02.612 | libpcre3-dev 2015-11-06 02:59:02.612 | libxml2-dev 2015-11-06 02:59:02.612 | libxslt1-dev 2015-11-06 02:59:02.613 | dstat 2015-11-06 02:59:02.613 | zookeeperd 2015-11-06 02:59:02.613 | acl 2015-11-06 02:59:02.614 | ebtables 2015-11-06 02:59:02.614 | iptables 2015-11-06 02:59:02.614 | iputils-ping 2015-11-06 02:59:02.615 | iputils-arping 2015-11-06 02:59:02.615 | libmysqlclient-dev 2015-11-06 02:59:02.615 | sudo 2015-11-06 02:59:02.616 | postgresql-server-dev-all 2015-11-06 02:59:02.616 | python-mysqldb 2015-11-06 02:59:02.616 | python-mysql.connector 2015-11-06 02:59:02.617 | dnsmasq-base 2015-11-06 02:59:02.617 | sqlite3 2015-11-06 02:59:02.617 | vlan 2015-11-06 02:59:02.618 | uuid-runtime 2015-11-06 02:59:02.618 | conntrack 2015-11-06 02:59:02.619 | conntrackd 2015-11-06 02:59:02.619 | keepalived' 2015-11-06 02:59:02.619 | +++ get_plugin_packages 2015-11-06 02:59:02.620 | ++ PACKAGES='bridge-utils 2015-11-06 02:59:02.620 | screen 2015-11-06 02:59:02.620 | unzip 2015-11-06 02:59:02.621 | wget 2015-11-06 02:59:02.621 | psmisc 2015-11-06 02:59:02.621 | gcc 2015-11-06 02:59:02.622 | g++ 2015-11-06 02:59:02.622 | git 2015-11-06 02:59:02.622 | graphviz 2015-11-06 02:59:02.623 | lsof 2015-11-06 02:59:02.623 | openssh-server 2015-11-06 02:59:02.623 | openssl 2015-11-06 02:59:02.624 | iputils-ping 2015-11-06 02:59:02.624 | wget 2015-11-06 02:59:02.624 | curl 2015-11-06 02:59:02.625 | tcpdump 2015-11-06 02:59:02.625 | tar 2015-11-06 02:59:02.625 | python-dev 2015-11-06 02:59:02.626 | python2.7 2015-11-06 02:59:02.626 | python-gdbm 2015-11-06 02:59:02.626 | bc 2015-11-06 02:59:02.627 | libyaml-dev 2015-11-06 02:59:02.627 | libffi-dev 2015-11-06 02:59:02.627 | libssl-dev 2015-11-06 02:59:02.627 | gettext 2015-11-06 02:59:02.628 | pkg-config 2015-11-06 02:59:02.628 | python-lxml 2015-11-06 02:59:02.628 | sqlite3 2015-11-06 02:59:02.629 | python-mysqldb 2015-11-06 02:59:02.629 | python-mysql.connector 2015-11-06 02:59:02.629 | libldap2-dev 2015-11-06 02:59:02.630 | libsasl2-dev 2015-11-06 02:59:02.630 | libkrb5-dev 2015-11-06 02:59:02.630 | fping 2015-11-06 02:59:02.631 | dnsmasq-base 2015-11-06 02:59:02.631 | dnsmasq-utils 2015-11-06 02:59:02.631 | conntrack 2015-11-06 02:59:02.632 | kpartx 2015-11-06 02:59:02.632 | parted 2015-11-06 02:59:02.632 | iputils-arping 2015-11-06 02:59:02.633 | libmysqlclient-dev 2015-11-06 02:59:02.633 | python-mysqldb 2015-11-06 02:59:02.633 | python-mysql.connector 2015-11-06 02:59:02.634 | python-lxml 2015-11-06 02:59:02.634 | gawk 2015-11-06 02:59:02.634 | iptables 2015-11-06 02:59:02.635 | ebtables 2015-11-06 02:59:02.635 | sqlite3 2015-11-06 02:59:02.635 | sudo 2015-11-06 02:59:02.636 | pm-utils 2015-11-06 02:59:02.636 | libjs-jquery-tablesorter 2015-11-06 02:59:02.636 | vlan 2015-11-06 02:59:02.636 | curl 2015-11-06 02:59:02.637 | genisoimage 2015-11-06 02:59:02.637 | socat 2015-11-06 02:59:02.638 | python-libxml2 2015-11-06 02:59:02.639 | python-numpy 2015-11-06 02:59:02.639 | python-m2crypto 2015-11-06 02:59:02.639 | libmysqlclient-dev 2015-11-06 02:59:02.640 | libpq-dev 2015-11-06 02:59:02.640 | libssl-dev 2015-11-06 02:59:02.640 | libxml2-dev 2015-11-06 02:59:02.640 | libxslt1-dev 2015-11-06 02:59:02.641 | zlib1g-dev 2015-11-06 02:59:02.641 | qemu-utils 2015-11-06 02:59:02.641 | open-iscsi 2015-11-06 02:59:02.642 | genisoimage 2015-11-06 02:59:02.642 | sysfsutils 2015-11-06 02:59:02.642 | sg3-utils 2015-11-06 02:59:02.643 | cryptsetup 2015-11-06 02:59:02.643 | python-numpy 2015-11-06 02:59:02.643 | lvm2 2015-11-06 02:59:02.644 | qemu-utils 2015-11-06 02:59:02.644 | libpq-dev 2015-11-06 02:59:02.644 | open-iscsi 2015-11-06 02:59:02.644 | libpcre3-dev 2015-11-06 02:59:02.645 | libxml2-dev 2015-11-06 02:59:02.645 | libxslt1-dev 2015-11-06 02:59:02.645 | dstat 2015-11-06 02:59:02.646 | zookeeperd 2015-11-06 02:59:02.647 | acl 2015-11-06 02:59:02.647 | ebtables 2015-11-06 02:59:02.648 | iptables 2015-11-06 02:59:02.648 | iputils-ping 2015-11-06 02:59:02.648 | iputils-arping 2015-11-06 02:59:02.649 | libmysqlclient-dev 2015-11-06 02:59:02.649 | sudo 2015-11-06 02:59:02.649 | postgresql-server-dev-all 2015-11-06 02:59:02.650 | python-mysqldb 2015-11-06 02:59:02.650 | python-mysql.connector 2015-11-06 02:59:02.651 | dnsmasq-base 2015-11-06 02:59:02.651 | sqlite3 2015-11-06 02:59:02.651 | vlan 2015-11-06 02:59:02.652 | uuid-runtime 2015-11-06 02:59:02.652 | conntrack 2015-11-06 02:59:02.652 | conntrackd 2015-11-06 02:59:02.653 | keepalived ' 2015-11-06 02:59:02.653 | ++ is_ubuntu 2015-11-06 02:59:02.653 | ++ [[ -z deb ]] 2015-11-06 02:59:02.653 | ++ '[' deb = deb ']' 2015-11-06 02:59:02.654 | ++ 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 gettext pkg-config python-lxml 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 python-lxml gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat python-libxml2 python-numpy python-m2crypto libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup python-numpy lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat zookeeperd acl ebtables iptables iputils-ping iputils-arping libmysqlclient-dev sudo postgresql-server-dev-all python-mysqldb python-mysql.connector dnsmasq-base sqlite3 vlan uuid-runtime conntrack conntrackd keepalived 2015-11-06 02:59:02.654 | ++ grep -q dkms 2015-11-06 02:59:02.654 | ++ 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 gettext pkg-config python-lxml 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 python-lxml gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat python-libxml2 python-numpy python-m2crypto libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup python-numpy lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat zookeeperd acl ebtables iptables iputils-ping iputils-arping libmysqlclient-dev sudo postgresql-server-dev-all python-mysqldb python-mysql.connector dnsmasq-base sqlite3 vlan uuid-runtime conntrack conntrackd keepalived 2015-11-06 02:59:02.655 | ++ update_package_repo 2015-11-06 02:59:02.655 | ++ NO_UPDATE_REPOS=False 2015-11-06 02:59:02.655 | ++ REPOS_UPDATED=False 2015-11-06 02:59:02.656 | ++ RETRY_UPDATE=False 2015-11-06 02:59:02.656 | ++ [[ False = \T\r\u\e ]] 2015-11-06 02:59:02.656 | ++ is_ubuntu 2015-11-06 02:59:02.657 | ++ [[ -z deb ]] 2015-11-06 02:59:02.657 | ++ '[' deb = deb ']' 2015-11-06 02:59:02.713 | Ign http://ubuntu-cloud.archive.canonical.com trusty-updates/kilo InRelease 2015-11-06 02:59:02.739 | Hit http://security.ubuntu.com trusty-security InRelease 2015-11-06 02:59:02.740 | Hit http://ubuntu-cloud.archive.canonical.com trusty-updates/kilo Release.gpg 2015-11-06 02:59:02.763 | Hit http://ubuntu-cloud.archive.canonical.com trusty-updates/kilo Release 2015-11-06 02:59:02.804 | Hit http://ubuntu-cloud.archive.canonical.com trusty-updates/kilo/main amd64 Packages 2015-11-06 02:59:02.884 | Ign http://archive.ubuntu.com trusty InRelease 2015-11-06 02:59:02.932 | Ign http://ubuntu-cloud.archive.canonical.com trusty-updates/kilo/main Translation-en 2015-11-06 02:59:02.983 | Hit http://archive.ubuntu.com trusty-updates InRelease 2015-11-06 02:59:02.989 | Hit http://security.ubuntu.com trusty-security/main Sources 2015-11-06 02:59:03.206 | Get:1 http://archive.ubuntu.com trusty Release.gpg [933 B] 2015-11-06 02:59:03.208 | Hit http://security.ubuntu.com trusty-security/universe Sources 2015-11-06 02:59:03.280 | Hit http://security.ubuntu.com trusty-security/main amd64 Packages 2015-11-06 02:59:03.305 | Hit http://archive.ubuntu.com trusty-updates/main Sources 2015-11-06 02:59:03.378 | Hit http://archive.ubuntu.com trusty-updates/universe Sources 2015-11-06 02:59:03.481 | Hit http://security.ubuntu.com trusty-security/universe amd64 Packages 2015-11-06 02:59:03.527 | Hit http://security.ubuntu.com trusty-security/main Translation-en 2015-11-06 02:59:03.560 | Hit http://security.ubuntu.com trusty-security/universe Translation-en 2015-11-06 02:59:03.572 | Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages 2015-11-06 02:59:03.618 | Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages 2015-11-06 02:59:03.814 | Hit http://archive.ubuntu.com trusty-updates/main Translation-en 2015-11-06 02:59:04.035 | Hit http://archive.ubuntu.com trusty-updates/universe Translation-en 2015-11-06 02:59:04.229 | Hit http://archive.ubuntu.com trusty Release 2015-11-06 02:59:04.352 | Hit http://archive.ubuntu.com trusty/main Sources 2015-11-06 02:59:04.579 | Hit http://archive.ubuntu.com trusty/universe Sources 2015-11-06 02:59:04.624 | Hit http://archive.ubuntu.com trusty/main amd64 Packages 2015-11-06 02:59:04.730 | Hit http://archive.ubuntu.com trusty/universe amd64 Packages 2015-11-06 02:59:04.760 | Hit http://archive.ubuntu.com trusty/main Translation-en 2015-11-06 02:59:04.866 | Hit http://archive.ubuntu.com trusty/universe Translation-en 2015-11-06 02:59:06.335 | Fetched 933 B in 3s (254 B/s) 2015-11-06 02:59:07.591 | Reading package lists... 2015-11-06 02:59:07.603 | ++ 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 gettext pkg-config python-lxml 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 python-lxml gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat python-libxml2 python-numpy python-m2crypto libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup python-numpy lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat zookeeperd acl ebtables iptables iputils-ping iputils-arping libmysqlclient-dev sudo postgresql-server-dev-all python-mysqldb python-mysql.connector dnsmasq-base sqlite3 vlan uuid-runtime conntrack conntrackd keepalived 2015-11-06 02:59:07.604 | ++ is_ubuntu 2015-11-06 02:59:07.604 | ++ [[ -z deb ]] 2015-11-06 02:59:07.605 | ++ '[' deb = deb ']' 2015-11-06 02:59:07.605 | ++ 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 gettext pkg-config python-lxml 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 python-lxml gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat python-libxml2 python-numpy python-m2crypto libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup python-numpy lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat zookeeperd acl ebtables iptables iputils-ping iputils-arping libmysqlclient-dev sudo postgresql-server-dev-all python-mysqldb python-mysql.connector dnsmasq-base sqlite3 vlan uuid-runtime conntrack conntrackd keepalived 2015-11-06 02:59:07.614 | ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node 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 gettext pkg-config python-lxml 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 python-lxml gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat python-libxml2 python-numpy python-m2crypto libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup python-numpy lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat zookeeperd acl ebtables iptables iputils-ping iputils-arping libmysqlclient-dev sudo postgresql-server-dev-all python-mysqldb python-mysql.connector dnsmasq-base sqlite3 vlan uuid-runtime conntrack conntrackd keepalived 2015-11-06 02:59:07.632 | Reading package lists... 2015-11-06 02:59:07.731 | Building dependency tree... 2015-11-06 02:59:07.732 | Reading state information... 2015-11-06 02:59:07.808 | bc is already the newest version. 2015-11-06 02:59:07.808 | bridge-utils is already the newest version. 2015-11-06 02:59:07.809 | cryptsetup is already the newest version. 2015-11-06 02:59:07.809 | ebtables is already the newest version. 2015-11-06 02:59:07.809 | g++ is already the newest version. 2015-11-06 02:59:07.810 | g++ set to manually installed. 2015-11-06 02:59:07.810 | gawk is already the newest version. 2015-11-06 02:59:07.811 | gcc is already the newest version. 2015-11-06 02:59:07.811 | gcc set to manually installed. 2015-11-06 02:59:07.811 | iptables is already the newest version. 2015-11-06 02:59:07.812 | lsof is already the newest version. 2015-11-06 02:59:07.812 | psmisc is already the newest version. 2015-11-06 02:59:07.813 | python-gdbm is already the newest version. 2015-11-06 02:59:07.813 | screen is already the newest version. 2015-11-06 02:59:07.813 | tar is already the newest version. 2015-11-06 02:59:07.814 | socat is already the newest version. 2015-11-06 02:59:07.814 | curl is already the newest version. 2015-11-06 02:59:07.815 | git is already the newest version. 2015-11-06 02:59:07.815 | iputils-ping is already the newest version. 2015-11-06 02:59:07.816 | openssh-server is already the newest version. 2015-11-06 02:59:07.816 | openssl is already the newest version. 2015-11-06 02:59:07.817 | parted is already the newest version. 2015-11-06 02:59:07.817 | python2.7 is already the newest version. 2015-11-06 02:59:07.817 | sudo is already the newest version. 2015-11-06 02:59:07.818 | tcpdump is already the newest version. 2015-11-06 02:59:07.818 | uuid-runtime is already the newest version. 2015-11-06 02:59:07.819 | wget is already the newest version. 2015-11-06 02:59:07.819 | The following extra packages will be installed: 2015-11-06 02:59:07.819 | ca-certificates-java comerr-dev dctrl-tools default-jre-headless fontconfig 2015-11-06 02:59:07.820 | fontconfig-config fonts-dejavu-core fonts-liberation iproute ipvsadm 2015-11-06 02:59:07.820 | java-common javascript-common krb5-multidev libaio1 libasprintf-dev 2015-11-06 02:59:07.820 | libasyncns0 libavahi-client3 libavahi-common-data libavahi-common3 libblas3 2015-11-06 02:59:07.821 | libboost-system1.54.0 libboost-thread1.54.0 libcairo2 libcdt5 libcgraph6 2015-11-06 02:59:07.822 | libcroco3 libcups2 libdatrie1 libdevmapper-event1.02.1 libflac8 2015-11-06 02:59:07.822 | libfontconfig1 libgd3 libgettextpo-dev libgettextpo0 libgfortran3 2015-11-06 02:59:07.822 | libgraphite2-3 libgssrpc4 libgvc6 libgvpr2 libharfbuzz0b libjbig0 2015-11-06 02:59:07.823 | libjline-java libjpeg-turbo8 libjpeg8 libjs-jquery-metadata 2015-11-06 02:59:07.823 | libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 liblapack3 liblcms2-2 2015-11-06 02:59:07.823 | liblog4j1.2-java libltdl7 libmnl0 libmysqlclient18 libnetfilter-conntrack3 2015-11-06 02:59:07.824 | libnetfilter-cthelper0 libnetfilter-queue1 libnetty-java libnl-3-200 2015-11-06 02:59:07.824 | libnl-genl-3-200 libnspr4 libnss3 libnss3-nssdb libogg0 libpango-1.0-0 2015-11-06 02:59:07.825 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcrecpp0 libpcsclite1 2015-11-06 02:59:07.825 | libperl5.18 libpq5 libpulse0 libpython-dev librados2 librbd1 libreadline5 2015-11-06 02:59:07.825 | libsctp1 libsensors4 libservlet2.5-java libsgutils2-2 libslf4j-java 2015-11-06 02:59:07.826 | libsndfile1 libsnmp-base libsnmp30 libssl-doc libsysfs2 libthai-data 2015-11-06 02:59:07.826 | libthai0 libtiff5 libunistring0 libvorbis0a libvorbisenc2 libvpx1 libx86-1 2015-11-06 02:59:07.827 | libxcb-render0 libxcb-shm0 libxerces2-java libxml-commons-external-java 2015-11-06 02:59:07.827 | libxml-commons-resolver1.1-java libxslt1.1 libzookeeper-java 2015-11-06 02:59:07.827 | libzookeeper-java-doc lksctp-tools mysql-common openjdk-7-jre-headless 2015-11-06 02:59:07.828 | postgresql-client-common postgresql-common postgresql-server-dev-9.3 2015-11-06 02:59:07.828 | sharutils ssl-cert tzdata-java vbetool watershed zookeeper 2015-11-06 02:59:07.828 | Suggested packages: 2015-11-06 02:59:07.829 | doc-base debtags default-jre wodim cdrkit-doc gettext-doc gsfonts 2015-11-06 02:59:07.829 | graphviz-doc heartbeat ldirectord equivs apache2 lighttpd httpd krb5-doc 2015-11-06 02:59:07.830 | cups-common libgd-tools krb5-user libjline-java-doc liblcms2-utils 2015-11-06 02:59:07.830 | liblog4j1.2-java-doc libgnumail-java ttf-baekmuk ttf-arphic-gbsn00lp 2015-11-06 02:59:07.831 | ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp pcscd 2015-11-06 02:59:07.831 | postgresql-doc-9.3 pulseaudio lm-sensors libcommons-logging-java 2015-11-06 02:59:07.831 | snmp-mibs-downloader libxerces2-java-doc libxerces2-java-gcj 2015-11-06 02:59:07.832 | libxml-commons-resolver1.1-java-doc thin-provisioning-tools 2015-11-06 02:59:07.832 | icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra 2015-11-06 02:59:07.832 | fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei 2015-11-06 02:59:07.833 | ttf-indic-fonts-core ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts 2015-11-06 02:59:07.833 | ttf-bengali-fonts cpufrequtils wireless-tools radeontool python-lxml-dbg 2015-11-06 02:59:07.833 | python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg 2015-11-06 02:59:07.834 | gfortran python-nose python-numpy-dbg python-numpy-doc debootstrap bsd-mailx 2015-11-06 02:59:07.834 | mailx sqlite3-doc openssl-blacklist zip 2015-11-06 02:59:07.835 | The following NEW packages will be installed: 2015-11-06 02:59:07.835 | acl ca-certificates-java comerr-dev conntrack conntrackd dctrl-tools 2015-11-06 02:59:07.835 | default-jre-headless dnsmasq-base dnsmasq-utils dstat fontconfig 2015-11-06 02:59:07.836 | fontconfig-config fonts-dejavu-core fonts-liberation fping genisoimage 2015-11-06 02:59:07.836 | gettext graphviz iproute iputils-arping ipvsadm java-common 2015-11-06 02:59:07.836 | javascript-common keepalived kpartx krb5-multidev libaio1 libasprintf-dev 2015-11-06 02:59:07.837 | libasyncns0 libavahi-client3 libavahi-common-data libavahi-common3 libblas3 2015-11-06 02:59:07.837 | libboost-system1.54.0 libboost-thread1.54.0 libcairo2 libcdt5 libcgraph6 2015-11-06 02:59:07.837 | libcroco3 libcups2 libdatrie1 libdevmapper-event1.02.1 libffi-dev libflac8 2015-11-06 02:59:07.838 | libfontconfig1 libgd3 libgettextpo-dev libgettextpo0 libgfortran3 2015-11-06 02:59:07.838 | libgraphite2-3 libgssrpc4 libgvc6 libgvpr2 libharfbuzz0b libjbig0 2015-11-06 02:59:07.839 | libjline-java libjpeg-turbo8 libjpeg8 libjs-jquery-metadata 2015-11-06 02:59:07.839 | libjs-jquery-tablesorter libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 2015-11-06 02:59:07.839 | libkrb5-dev liblapack3 liblcms2-2 libldap2-dev liblog4j1.2-java libltdl7 2015-11-06 02:59:07.840 | libmnl0 libmysqlclient-dev libmysqlclient18 libnetfilter-conntrack3 2015-11-06 02:59:07.840 | libnetfilter-cthelper0 libnetfilter-queue1 libnetty-java libnl-3-200 2015-11-06 02:59:07.840 | libnl-genl-3-200 libnspr4 libnss3 libnss3-nssdb libogg0 libpango-1.0-0 2015-11-06 02:59:07.841 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcre3-dev libpcrecpp0 2015-11-06 02:59:07.841 | libpcsclite1 libperl5.18 libpq-dev libpq5 libpulse0 libpython-dev librados2 2015-11-06 02:59:07.841 | librbd1 libreadline5 libsasl2-dev libsctp1 libsensors4 libservlet2.5-java 2015-11-06 02:59:07.842 | libsgutils2-2 libslf4j-java libsndfile1 libsnmp-base libsnmp30 libssl-dev 2015-11-06 02:59:07.842 | libssl-doc libsysfs2 libthai-data libthai0 libtiff5 libunistring0 2015-11-06 02:59:07.843 | libvorbis0a libvorbisenc2 libvpx1 libx86-1 libxcb-render0 libxcb-shm0 2015-11-06 02:59:07.843 | libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java 2015-11-06 02:59:07.843 | libxml2-dev libxslt1-dev libxslt1.1 libyaml-dev libzookeeper-java 2015-11-06 02:59:07.844 | libzookeeper-java-doc lksctp-tools lvm2 mysql-common open-iscsi 2015-11-06 02:59:07.844 | openjdk-7-jre-headless pkg-config pm-utils postgresql-client-common 2015-11-06 02:59:07.844 | postgresql-common postgresql-server-dev-9.3 postgresql-server-dev-all 2015-11-06 02:59:07.845 | python-dev python-libxml2 python-lxml python-m2crypto python-mysql.connector 2015-11-06 02:59:07.845 | python-mysqldb python-numpy qemu-utils sg3-utils sharutils sqlite3 ssl-cert 2015-11-06 02:59:07.846 | sysfsutils tzdata-java unzip vbetool vlan watershed zlib1g-dev zookeeper 2015-11-06 02:59:07.846 | zookeeperd 2015-11-06 02:59:07.878 | 0 upgraded, 160 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 02:59:07.879 | Need to get 75.2 MB of archives. 2015-11-06 02:59:07.879 | After this operation, 199 MB of additional disk space will be used. 2015-11-06 02:59:07.880 | Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B] 2015-11-06 02:59:07.908 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main librados2 amd64 0.94.3-0ubuntu0.15.04.1~cloud0 [1470 kB] 2015-11-06 02:59:08.067 | Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] 2015-11-06 02:59:08.165 | Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libavahi-common-data amd64 0.6.31-4ubuntu1 [21.2 kB] 2015-11-06 02:59:08.219 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main librbd1 amd64 0.94.3-0ubuntu0.15.04.1~cloud0 [1595 kB] 2015-11-06 02:59:08.270 | Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main libavahi-common3 amd64 0.6.31-4ubuntu1 [21.7 kB] 2015-11-06 02:59:08.370 | Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libavahi-client3 amd64 0.6.31-4ubuntu1 [25.1 kB] 2015-11-06 02:59:08.384 | Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] 2015-11-06 02:59:08.397 | Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] 2015-11-06 02:59:08.410 | Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] 2015-11-06 02:59:08.452 | Get:11 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main qemu-utils amd64 1:2.2+dfsg-5expubuntu9.3~cloud0 [466 kB] 2015-11-06 02:59:08.653 | Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.1 [47.4 kB] 2015-11-06 02:59:08.671 | Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.1 [123 kB] 2015-11-06 02:59:08.699 | Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main libxcb-render0 amd64 1.10-2ubuntu1 [11.0 kB] 2015-11-06 02:59:08.710 | Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main libxcb-shm0 amd64 1.10-2ubuntu1 [5432 B] 2015-11-06 02:59:08.720 | Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcairo2 amd64 1.13.0~20140204-0ubuntu1.1 [535 kB] 2015-11-06 02:59:08.813 | Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] 2015-11-06 02:59:08.921 | Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.6 [178 kB] 2015-11-06 02:59:08.985 | Get:19 http://archive.ubuntu.com/ubuntu/ trusty/main libdatrie1 amd64 0.2.8-1 [16.7 kB] 2015-11-06 02:59:08.997 | Get:20 http://archive.ubuntu.com/ubuntu/ trusty/main libdevmapper-event1.02.1 amd64 2:1.02.77-6ubuntu2 [10.8 kB] 2015-11-06 02:59:09.097 | Get:21 http://archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] 2015-11-06 02:59:09.110 | Get:22 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] 2015-11-06 02:59:09.362 | Get:23 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2 [104 kB] 2015-11-06 02:59:09.471 | Get:24 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] 2015-11-06 02:59:09.483 | Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] 2015-11-06 02:59:09.607 | Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.3 [143 kB] 2015-11-06 02:59:09.639 | Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] 2015-11-06 02:59:09.721 | Get:28 http://archive.ubuntu.com/ubuntu/ trusty/main libgd3 amd64 2.1.0-3 [147 kB] 2015-11-06 02:59:09.748 | Get:29 http://archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] 2015-11-06 02:59:09.791 | Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] 2015-11-06 02:59:09.811 | Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgfortran3 amd64 4.8.4-2ubuntu1~14.04 [249 kB] 2015-11-06 02:59:09.846 | Get:32 http://archive.ubuntu.com/ubuntu/ trusty/main libgraphite2-3 amd64 1.2.4-1ubuntu1 [53.8 kB] 2015-11-06 02:59:09.860 | Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.1 [53.1 kB] 2015-11-06 02:59:09.875 | Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libharfbuzz0b amd64 0.9.27-1ubuntu1 [127 kB] 2015-11-06 02:59:09.896 | Get:35 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5clnt-mit9 amd64 1.12+dfsg-2ubuntu5.1 [36.1 kB] 2015-11-06 02:59:09.908 | Get:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkdb5-7 amd64 1.12+dfsg-2ubuntu5.1 [36.2 kB] 2015-11-06 02:59:09.921 | Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5srv-mit9 amd64 1.12+dfsg-2ubuntu5.1 [50.3 kB] 2015-11-06 02:59:10.024 | Get:38 http://archive.ubuntu.com/ubuntu/ trusty/main liblcms2-2 amd64 2.5-0ubuntu4 [132 kB] 2015-11-06 02:59:10.048 | Get:39 http://archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] 2015-11-06 02:59:10.149 | Get:40 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.46-0ubuntu0.14.04.2 [14.1 kB] 2015-11-06 02:59:10.161 | Get:41 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.46-0ubuntu0.14.04.2 [597 kB] 2015-11-06 02:59:10.228 | Get:42 http://archive.ubuntu.com/ubuntu/ trusty/main libnl-3-200 amd64 3.2.21-1 [44.5 kB] 2015-11-06 02:59:10.242 | Get:43 http://archive.ubuntu.com/ubuntu/ trusty/main libnl-genl-3-200 amd64 3.2.21-1 [10.2 kB] 2015-11-06 02:59:10.342 | Get:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.10.10-0ubuntu0.14.04.1 [111 kB] 2015-11-06 02:59:10.450 | Get:45 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.19.2.1-0ubuntu0.14.04.1 [10.6 kB] 2015-11-06 02:59:10.549 | Get:46 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.19.2.1-0ubuntu0.14.04.1 [1104 kB] 2015-11-06 02:59:10.682 | Get:47 http://archive.ubuntu.com/ubuntu/ trusty/main libthai-data all 0.1.20-3 [130 kB] 2015-11-06 02:59:10.804 | Get:48 http://archive.ubuntu.com/ubuntu/ trusty/main libthai0 amd64 0.1.20-3 [16.9 kB] 2015-11-06 02:59:10.816 | Get:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig amd64 2.11.0-0ubuntu4.1 [176 kB] 2015-11-06 02:59:10.840 | Get:50 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpango-1.0-0 amd64 1.36.3-1ubuntu1.1 [149 kB] 2015-11-06 02:59:10.862 | Get:51 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpangoft2-1.0-0 amd64 1.36.3-1ubuntu1.1 [32.7 kB] 2015-11-06 02:59:10.877 | Get:52 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpangocairo-1.0-0 amd64 1.36.3-1ubuntu1.1 [20.0 kB] 2015-11-06 02:59:10.888 | Get:53 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpcrecpp0 amd64 1:8.31-2ubuntu2.1 [14.5 kB] 2015-11-06 02:59:10.987 | Get:54 http://archive.ubuntu.com/ubuntu/ trusty/main libpcsclite1 amd64 1.8.10-1ubuntu1 [20.9 kB] 2015-11-06 02:59:11.087 | Get:55 http://archive.ubuntu.com/ubuntu/ trusty/main libvorbis0a amd64 1.3.2-1.3ubuntu1 [87.2 kB] 2015-11-06 02:59:11.191 | Get:56 http://archive.ubuntu.com/ubuntu/ trusty/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1 [84.5 kB] 2015-11-06 02:59:11.296 | Get:57 http://archive.ubuntu.com/ubuntu/ trusty/main libsndfile1 amd64 1.0.25-7ubuntu2 [136 kB] 2015-11-06 02:59:11.408 | Get:58 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] 2015-11-06 02:59:11.446 | Get:59 http://archive.ubuntu.com/ubuntu/ trusty/main libreadline5 amd64 5.2+dfsg-2 [130 kB] 2015-11-06 02:59:11.555 | Get:60 http://archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] 2015-11-06 02:59:11.566 | Get:61 http://archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] 2015-11-06 02:59:11.580 | Get:62 http://archive.ubuntu.com/ubuntu/ trusty/main libperl5.18 amd64 5.18.2-2ubuntu1 [1322 B] 2015-11-06 02:59:11.590 | Get:63 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsnmp-base all 5.7.2~dfsg-8.1ubuntu3.1 [203 kB] 2015-11-06 02:59:11.618 | Get:64 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsnmp30 amd64 5.7.2~dfsg-8.1ubuntu3.1 [787 kB] 2015-11-06 02:59:11.701 | Get:65 http://archive.ubuntu.com/ubuntu/ trusty/main libsysfs2 amd64 2.1.0+repack-3ubuntu1 [19.3 kB] 2015-11-06 02:59:11.801 | Get:66 http://archive.ubuntu.com/ubuntu/ trusty/main libx86-1 amd64 1.1+ds1-10 [83.0 kB] 2015-11-06 02:59:11.816 | Get:67 http://archive.ubuntu.com/ubuntu/ trusty/main libxslt1.1 amd64 1.1.28-2build1 [145 kB] 2015-11-06 02:59:11.927 | Get:68 http://archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] 2015-11-06 02:59:11.984 | Get:69 http://archive.ubuntu.com/ubuntu/ trusty/main default-jre-headless amd64 2:1.7-51 [3834 B] 2015-11-06 02:59:12.095 | Get:70 http://archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] 2015-11-06 02:59:12.195 | Get:71 http://archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2015g-0ubuntu0.14.04 [69.6 kB] 2015-11-06 02:59:12.211 | Get:72 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u85-2.6.1-5ubuntu0.14.04.1 [39.6 MB] 2015-11-06 02:59:16.226 | Get:73 http://archive.ubuntu.com/ubuntu/ trusty/main python-m2crypto amd64 0.21.1-3ubuntu5 [156 kB] 2015-11-06 02:59:16.250 | Get:74 http://archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] 2015-11-06 02:59:16.262 | Get:75 http://archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] 2015-11-06 02:59:16.278 | Get:76 http://archive.ubuntu.com/ubuntu/ trusty/universe libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6530 B] 2015-11-06 02:59:16.298 | Get:77 http://archive.ubuntu.com/ubuntu/ trusty/main acl amd64 2.2.52-1 [43.8 kB] 2015-11-06 02:59:16.312 | Get:78 http://archive.ubuntu.com/ubuntu/ trusty/universe conntrack amd64 1:1.4.1-1ubuntu1 [25.1 kB] 2015-11-06 02:59:16.324 | Get:79 http://archive.ubuntu.com/ubuntu/ trusty/universe libnetfilter-queue1 amd64 1.0.2-1 [12.8 kB] 2015-11-06 02:59:16.333 | Get:80 http://archive.ubuntu.com/ubuntu/ trusty/universe conntrackd amd64 1:1.4.1-1ubuntu1 [108 kB] 2015-11-06 02:59:16.451 | Get:81 http://archive.ubuntu.com/ubuntu/ trusty/main dctrl-tools amd64 2.23ubuntu1 [101 kB] 2015-11-06 02:59:16.478 | Get:82 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.1 [257 kB] 2015-11-06 02:59:16.513 | Get:83 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-utils amd64 2.68-1ubuntu0.1 [8072 B] 2015-11-06 02:59:16.526 | Get:84 http://archive.ubuntu.com/ubuntu/ trusty/universe dstat all 0.7.2-3build1 [68.2 kB] 2015-11-06 02:59:16.554 | Get:85 http://archive.ubuntu.com/ubuntu/ trusty/main fonts-liberation all 1.07.3-3 [1320 kB] 2015-11-06 02:59:16.692 | Get:86 http://archive.ubuntu.com/ubuntu/ trusty/universe fping amd64 3.8-1 [30.7 kB] 2015-11-06 02:59:16.792 | Get:87 http://archive.ubuntu.com/ubuntu/ trusty/main genisoimage amd64 9:1.1.11-2ubuntu3 [587 kB] 2015-11-06 02:59:16.858 | Get:88 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3 [829 kB] 2015-11-06 02:59:16.944 | Get:89 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcdt5 amd64 2.36.0-0ubuntu3.1 [23.3 kB] 2015-11-06 02:59:16.955 | Get:90 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcgraph6 amd64 2.36.0-0ubuntu3.1 [44.1 kB] 2015-11-06 02:59:16.967 | Get:91 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpathplan4 amd64 2.36.0-0ubuntu3.1 [26.3 kB] 2015-11-06 02:59:17.449 | Get:92 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgvc6 amd64 2.36.0-0ubuntu3.1 [576 kB] 2015-11-06 02:59:17.518 | Get:93 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgvpr2 amd64 2.36.0-0ubuntu3.1 [169 kB] 2015-11-06 02:59:17.543 | Get:94 http://archive.ubuntu.com/ubuntu/ trusty-updates/main graphviz amd64 2.36.0-0ubuntu3.1 [461 kB] 2015-11-06 02:59:17.593 | Get:95 http://archive.ubuntu.com/ubuntu/ trusty-updates/main iproute all 1:3.12.0-2ubuntu1 [2392 B] 2015-11-06 02:59:17.604 | Get:96 http://archive.ubuntu.com/ubuntu/ trusty-updates/main iputils-arping amd64 3:20121221-4ubuntu1.1 [26.6 kB] 2015-11-06 02:59:17.616 | Get:97 http://archive.ubuntu.com/ubuntu/ trusty/main javascript-common all 11 [6066 B] 2015-11-06 02:59:17.629 | Get:98 http://archive.ubuntu.com/ubuntu/ trusty/main ipvsadm amd64 1:1.26-2ubuntu1 [44.4 kB] 2015-11-06 02:59:17.645 | Get:99 http://archive.ubuntu.com/ubuntu/ trusty/main keepalived amd64 1:1.2.7-1ubuntu1 [155 kB] 2015-11-06 02:59:17.670 | Get:100 http://archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] 2015-11-06 02:59:17.683 | Get:101 http://archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-multidev amd64 1.12+dfsg-2ubuntu5.1 [111 kB] 2015-11-06 02:59:17.790 | Get:102 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3 [4438 B] 2015-11-06 02:59:17.802 | Get:103 http://archive.ubuntu.com/ubuntu/ trusty/main libblas3 amd64 1.2.20110419-7 [215 kB] 2015-11-06 02:59:17.831 | Get:104 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3 [122 kB] 2015-11-06 02:59:17.852 | Get:105 http://archive.ubuntu.com/ubuntu/ trusty/main libjline-java all 1.0-2 [69.4 kB] 2015-11-06 02:59:17.869 | Get:106 http://archive.ubuntu.com/ubuntu/ trusty/main libjs-jquery-metadata all 8-2 [6856 B] 2015-11-06 02:59:17.881 | Get:107 http://archive.ubuntu.com/ubuntu/ trusty/main libjs-jquery-tablesorter all 8-2 [64.0 kB] 2015-11-06 02:59:17.897 | Get:108 http://archive.ubuntu.com/ubuntu/ trusty/main liblapack3 amd64 3.5.0-2ubuntu1 [1730 kB] 2015-11-06 02:59:18.074 | Get:109 http://archive.ubuntu.com/ubuntu/ trusty/main liblog4j1.2-java all 1.2.17-4ubuntu3 [383 kB] 2015-11-06 02:59:18.118 | Get:110 http://archive.ubuntu.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB] 2015-11-06 02:59:18.232 | Get:111 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.46-0ubuntu0.14.04.2 [867 kB] 2015-11-06 02:59:18.322 | Get:112 http://archive.ubuntu.com/ubuntu/ trusty/universe libnetty-java all 1:3.2.6.Final-2 [671 kB] 2015-11-06 02:59:18.395 | Get:113 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpcre3-dev amd64 1:8.31-2ubuntu2.1 [237 kB] 2015-11-06 02:59:18.426 | Get:114 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.10-0ubuntu0.14.04 [81.5 kB] 2015-11-06 02:59:18.499 | Get:115 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.15 [1073 kB] 2015-11-06 02:59:18.611 | Get:116 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.10-0ubuntu0.14.04 [140 kB] 2015-11-06 02:59:18.633 | Get:117 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] 2015-11-06 02:59:18.644 | Get:118 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-dev amd64 2.1.25.dfsg1-17build1 [311 kB] 2015-11-06 02:59:18.680 | Get:119 http://archive.ubuntu.com/ubuntu/ trusty/universe libservlet2.5-java all 6.0.39-1 [209 kB] 2015-11-06 02:59:18.708 | Get:120 http://archive.ubuntu.com/ubuntu/ trusty/main libsgutils2-2 amd64 1.36-1ubuntu1 [52.8 kB] 2015-11-06 02:59:18.721 | Get:121 http://archive.ubuntu.com/ubuntu/ trusty/universe libslf4j-java all 1.7.5-2 [110 kB] 2015-11-06 02:59:18.738 | Get:122 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.15 [966 kB] 2015-11-06 02:59:18.848 | Get:123 http://archive.ubuntu.com/ubuntu/ trusty/main libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] 2015-11-06 02:59:18.864 | Get:124 http://archive.ubuntu.com/ubuntu/ trusty/main libxml-commons-external-java all 1.4.01-2build1 [245 kB] 2015-11-06 02:59:18.894 | Get:125 http://archive.ubuntu.com/ubuntu/ trusty/main libxerces2-java all 2.11.0-7 [1362 kB] 2015-11-06 02:59:19.038 | Get:126 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.4 [630 kB] 2015-11-06 02:59:19.116 | Get:127 http://archive.ubuntu.com/ubuntu/ trusty/main libxslt1-dev amd64 1.1.28-2build1 [407 kB] 2015-11-06 02:59:19.162 | Get:128 http://archive.ubuntu.com/ubuntu/ trusty/universe libzookeeper-java all 3.4.5+dfsg-1 [1237 kB] 2015-11-06 02:59:19.291 | Get:129 http://archive.ubuntu.com/ubuntu/ trusty/universe libzookeeper-java-doc all 3.4.5+dfsg-1 [682 kB] 2015-11-06 02:59:19.363 | Get:130 http://archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] 2015-11-06 02:59:19.377 | Get:131 http://archive.ubuntu.com/ubuntu/ trusty/main watershed amd64 7 [11.4 kB] 2015-11-06 02:59:19.386 | Get:132 http://archive.ubuntu.com/ubuntu/ trusty/main lvm2 amd64 2.02.98-6ubuntu2 [470 kB] 2015-11-06 02:59:19.441 | Get:133 http://archive.ubuntu.com/ubuntu/ trusty/main open-iscsi amd64 2.0.873-3ubuntu9 [268 kB] 2015-11-06 02:59:19.474 | Get:134 http://archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] 2015-11-06 02:59:19.575 | Get:135 http://archive.ubuntu.com/ubuntu/ trusty-updates/main pm-utils all 1.4.1-13ubuntu0.1 [50.8 kB] 2015-11-06 02:59:19.591 | Get:136 http://archive.ubuntu.com/ubuntu/ trusty-updates/main postgresql-client-common all 154ubuntu1 [25.4 kB] 2015-11-06 02:59:19.701 | Get:137 http://archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 kB] 2015-11-06 02:59:19.714 | Get:138 http://archive.ubuntu.com/ubuntu/ trusty-updates/main postgresql-common all 154ubuntu1 [103 kB] 2015-11-06 02:59:19.733 | Get:139 http://archive.ubuntu.com/ubuntu/ trusty-updates/main postgresql-server-dev-9.3 amd64 9.3.10-0ubuntu0.14.04 [599 kB] 2015-11-06 02:59:19.795 | Get:140 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe postgresql-server-dev-all all 154ubuntu1 [8178 B] 2015-11-06 02:59:19.806 | Get:141 http://archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] 2015-11-06 02:59:19.816 | Get:142 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-libxml2 amd64 2.9.1+dfsg1-3ubuntu4.4 [139 kB] 2015-11-06 02:59:19.838 | Get:143 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-lxml amd64 3.3.3-1ubuntu0.1 [629 kB] 2015-11-06 02:59:19.910 | Get:144 http://archive.ubuntu.com/ubuntu/ trusty/universe python-mysql.connector all 1.1.6-1 [67.2 kB] 2015-11-06 02:59:19.924 | Get:145 http://archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] 2015-11-06 02:59:19.938 | Get:146 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-numpy amd64 1:1.8.2-0ubuntu0.1 [1603 kB] 2015-11-06 02:59:20.106 | Get:147 http://archive.ubuntu.com/ubuntu/ trusty/main sg3-utils amd64 1.36-1ubuntu1 [539 kB] 2015-11-06 02:59:20.164 | Get:148 http://archive.ubuntu.com/ubuntu/ trusty/main sharutils amd64 1:4.14-1ubuntu1 [145 kB] 2015-11-06 02:59:20.187 | Get:149 http://archive.ubuntu.com/ubuntu/ trusty-updates/main sqlite3 amd64 3.8.2-1ubuntu2.1 [28.8 kB] 2015-11-06 02:59:20.288 | Get:150 http://archive.ubuntu.com/ubuntu/ trusty-updates/main unzip amd64 6.0-9ubuntu1.4 [157 kB] 2015-11-06 02:59:21.473 | Get:151 http://archive.ubuntu.com/ubuntu/ trusty/main vbetool amd64 1.1-3 [11.6 kB] 2015-11-06 02:59:21.485 | Get:152 http://archive.ubuntu.com/ubuntu/ trusty/universe zookeeper all 3.4.5+dfsg-1 [109 kB] 2015-11-06 02:59:21.505 | Get:153 http://archive.ubuntu.com/ubuntu/ trusty/universe zookeeperd all 3.4.5+dfsg-1 [8812 B] 2015-11-06 02:59:21.605 | Get:154 http://archive.ubuntu.com/ubuntu/ trusty-updates/main kpartx amd64 0.4.9-3ubuntu7.4 [20.7 kB] 2015-11-06 02:59:21.618 | Get:155 http://archive.ubuntu.com/ubuntu/ trusty/main libffi-dev amd64 3.1~rc1+r3.0.13-12 [99.8 kB] 2015-11-06 02:59:21.637 | Get:156 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-dev amd64 1.12+dfsg-2ubuntu5.1 [14.4 kB] 2015-11-06 02:59:21.650 | Get:157 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libldap2-dev amd64 2.4.31-1+nmu2ubuntu8.2 [260 kB] 2015-11-06 02:59:21.682 | Get:158 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libyaml-dev amd64 0.1.4-3ubuntu3.1 [55.9 kB] 2015-11-06 02:59:21.803 | Get:159 http://archive.ubuntu.com/ubuntu/ trusty/universe sysfsutils amd64 2.1.0+repack-3ubuntu1 [12.7 kB] 2015-11-06 02:59:21.816 | Get:160 http://archive.ubuntu.com/ubuntu/ trusty/main vlan amd64 1.9-3ubuntu10 [30.3 kB] 2015-11-06 02:59:22.338 | Extracting templates from packages: 18% Extracting templates from packages: 37% Extracting templates from packages: 56% Extracting templates from packages: 75% Extracting templates from packages: 93% Extracting templates from packages: 100% 2015-11-06 02:59:22.345 | Preconfiguring packages ... 2015-11-06 02:59:22.423 | Fetched 75.2 MB in 13s (5386 kB/s) 2015-11-06 02:59:22.462 | Selecting previously unselected package libaio1:amd64. 2015-11-06 02:59:22.544 | (Reading database ... 63379 files and directories currently installed.) 2015-11-06 02:59:22.545 | Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... 2015-11-06 02:59:22.547 | Unpacking libaio1:amd64 (0.3.109-4) ... 2015-11-06 02:59:22.568 | Selecting previously unselected package libasyncns0:amd64. 2015-11-06 02:59:22.570 | Preparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ... 2015-11-06 02:59:22.572 | Unpacking libasyncns0:amd64 (0.8-4ubuntu2) ... 2015-11-06 02:59:22.592 | Selecting previously unselected package libavahi-common-data:amd64. 2015-11-06 02:59:22.594 | Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1_amd64.deb ... 2015-11-06 02:59:22.595 | Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1) ... 2015-11-06 02:59:22.617 | Selecting previously unselected package libavahi-common3:amd64. 2015-11-06 02:59:22.619 | Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1_amd64.deb ... 2015-11-06 02:59:22.621 | Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1) ... 2015-11-06 02:59:22.641 | Selecting previously unselected package libavahi-client3:amd64. 2015-11-06 02:59:22.643 | Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1_amd64.deb ... 2015-11-06 02:59:22.645 | Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1) ... 2015-11-06 02:59:22.665 | Selecting previously unselected package libboost-system1.54.0:amd64. 2015-11-06 02:59:22.667 | Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... 2015-11-06 02:59:22.669 | Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... 2015-11-06 02:59:22.687 | Selecting previously unselected package libboost-thread1.54.0:amd64. 2015-11-06 02:59:22.689 | Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... 2015-11-06 02:59:22.691 | Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... 2015-11-06 02:59:22.709 | Selecting previously unselected package fonts-dejavu-core. 2015-11-06 02:59:22.711 | Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... 2015-11-06 02:59:22.713 | Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... 2015-11-06 02:59:22.826 | Selecting previously unselected package fontconfig-config. 2015-11-06 02:59:22.829 | Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.1_all.deb ... 2015-11-06 02:59:22.840 | Unpacking fontconfig-config (2.11.0-0ubuntu4.1) ... 2015-11-06 02:59:22.870 | Selecting previously unselected package libfontconfig1:amd64. 2015-11-06 02:59:22.873 | Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.1_amd64.deb ... 2015-11-06 02:59:22.874 | Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.1) ... 2015-11-06 02:59:22.903 | Selecting previously unselected package libxcb-render0:amd64. 2015-11-06 02:59:22.905 | Preparing to unpack .../libxcb-render0_1.10-2ubuntu1_amd64.deb ... 2015-11-06 02:59:22.906 | Unpacking libxcb-render0:amd64 (1.10-2ubuntu1) ... 2015-11-06 02:59:22.925 | Selecting previously unselected package libxcb-shm0:amd64. 2015-11-06 02:59:22.927 | Preparing to unpack .../libxcb-shm0_1.10-2ubuntu1_amd64.deb ... 2015-11-06 02:59:22.928 | Unpacking libxcb-shm0:amd64 (1.10-2ubuntu1) ... 2015-11-06 02:59:22.945 | Selecting previously unselected package libcairo2:amd64. 2015-11-06 02:59:22.948 | Preparing to unpack .../libcairo2_1.13.0~20140204-0ubuntu1.1_amd64.deb ... 2015-11-06 02:59:22.949 | Unpacking libcairo2:amd64 (1.13.0~20140204-0ubuntu1.1) ... 2015-11-06 02:59:23.018 | Selecting previously unselected package libcroco3:amd64. 2015-11-06 02:59:23.023 | Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... 2015-11-06 02:59:23.025 | Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... 2015-11-06 02:59:23.062 | Selecting previously unselected package libcups2:amd64. 2015-11-06 02:59:23.064 | Preparing to unpack .../libcups2_1.7.2-0ubuntu1.6_amd64.deb ... 2015-11-06 02:59:23.065 | Unpacking libcups2:amd64 (1.7.2-0ubuntu1.6) ... 2015-11-06 02:59:23.100 | Selecting previously unselected package libdatrie1:amd64. 2015-11-06 02:59:23.102 | Preparing to unpack .../libdatrie1_0.2.8-1_amd64.deb ... 2015-11-06 02:59:23.103 | Unpacking libdatrie1:amd64 (0.2.8-1) ... 2015-11-06 02:59:23.123 | Selecting previously unselected package libdevmapper-event1.02.1:amd64. 2015-11-06 02:59:23.125 | Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.77-6ubuntu2_amd64.deb ... 2015-11-06 02:59:23.126 | Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.77-6ubuntu2) ... 2015-11-06 02:59:23.145 | Selecting previously unselected package libogg0:amd64. 2015-11-06 02:59:23.149 | Preparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ... 2015-11-06 02:59:23.151 | Unpacking libogg0:amd64 (1.3.1-1ubuntu1) ... 2015-11-06 02:59:23.171 | Selecting previously unselected package libflac8:amd64. 2015-11-06 02:59:23.174 | Preparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ... 2015-11-06 02:59:23.176 | Unpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... 2015-11-06 02:59:23.216 | Selecting previously unselected package libjpeg-turbo8:amd64. 2015-11-06 02:59:23.220 | Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2_amd64.deb ... 2015-11-06 02:59:23.222 | Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... 2015-11-06 02:59:23.267 | Selecting previously unselected package libjpeg8:amd64. 2015-11-06 02:59:23.270 | Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... 2015-11-06 02:59:23.272 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2015-11-06 02:59:23.296 | Selecting previously unselected package libjbig0:amd64. 2015-11-06 02:59:23.300 | Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... 2015-11-06 02:59:23.302 | Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... 2015-11-06 02:59:23.327 | Selecting previously unselected package libtiff5:amd64. 2015-11-06 02:59:23.331 | Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.3_amd64.deb ... 2015-11-06 02:59:23.332 | Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.3) ... 2015-11-06 02:59:23.377 | Selecting previously unselected package libvpx1:amd64. 2015-11-06 02:59:23.381 | Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... 2015-11-06 02:59:23.383 | Unpacking libvpx1:amd64 (1.3.0-2) ... 2015-11-06 02:59:23.492 | Selecting previously unselected package libgd3:amd64. 2015-11-06 02:59:23.495 | Preparing to unpack .../libgd3_2.1.0-3_amd64.deb ... 2015-11-06 02:59:23.498 | Unpacking libgd3:amd64 (2.1.0-3) ... 2015-11-06 02:59:23.535 | Selecting previously unselected package libunistring0:amd64. 2015-11-06 02:59:23.541 | Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... 2015-11-06 02:59:23.543 | Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... 2015-11-06 02:59:23.614 | Selecting previously unselected package libgettextpo0:amd64. 2015-11-06 02:59:23.616 | Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... 2015-11-06 02:59:23.619 | Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-06 02:59:23.663 | Selecting previously unselected package libgfortran3:amd64. 2015-11-06 02:59:23.667 | Preparing to unpack .../libgfortran3_4.8.4-2ubuntu1~14.04_amd64.deb ... 2015-11-06 02:59:23.669 | Unpacking libgfortran3:amd64 (4.8.4-2ubuntu1~14.04) ... 2015-11-06 02:59:23.738 | Selecting previously unselected package libgraphite2-3:amd64. 2015-11-06 02:59:23.738 | Preparing to unpack .../libgraphite2-3_1.2.4-1ubuntu1_amd64.deb ... 2015-11-06 02:59:23.740 | Unpacking libgraphite2-3:amd64 (1.2.4-1ubuntu1) ... 2015-11-06 02:59:23.772 | Selecting previously unselected package libgssrpc4:amd64. 2015-11-06 02:59:23.776 | Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.1_amd64.deb ... 2015-11-06 02:59:23.778 | Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:23.812 | Selecting previously unselected package libharfbuzz0b:amd64. 2015-11-06 02:59:23.816 | Preparing to unpack .../libharfbuzz0b_0.9.27-1ubuntu1_amd64.deb ... 2015-11-06 02:59:23.818 | Unpacking libharfbuzz0b:amd64 (0.9.27-1ubuntu1) ... 2015-11-06 02:59:23.858 | Selecting previously unselected package libkadm5clnt-mit9:amd64. 2015-11-06 02:59:23.860 | Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.1_amd64.deb ... 2015-11-06 02:59:23.861 | Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:23.886 | Selecting previously unselected package libkdb5-7:amd64. 2015-11-06 02:59:23.889 | Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.1_amd64.deb ... 2015-11-06 02:59:23.891 | Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:23.921 | Selecting previously unselected package libkadm5srv-mit9:amd64. 2015-11-06 02:59:23.922 | Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.1_amd64.deb ... 2015-11-06 02:59:23.923 | Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:23.953 | Selecting previously unselected package liblcms2-2:amd64. 2015-11-06 02:59:23.955 | Preparing to unpack .../liblcms2-2_2.5-0ubuntu4_amd64.deb ... 2015-11-06 02:59:23.956 | Unpacking liblcms2-2:amd64 (2.5-0ubuntu4) ... 2015-11-06 02:59:24.011 | Selecting previously unselected package libltdl7:amd64. 2015-11-06 02:59:24.014 | Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... 2015-11-06 02:59:24.016 | Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... 2015-11-06 02:59:24.048 | Selecting previously unselected package mysql-common. 2015-11-06 02:59:24.052 | Preparing to unpack .../mysql-common_5.5.46-0ubuntu0.14.04.2_all.deb ... 2015-11-06 02:59:24.054 | Unpacking mysql-common (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 02:59:24.083 | Selecting previously unselected package libmysqlclient18:amd64. 2015-11-06 02:59:24.087 | Preparing to unpack .../libmysqlclient18_5.5.46-0ubuntu0.14.04.2_amd64.deb ... 2015-11-06 02:59:24.089 | Unpacking libmysqlclient18:amd64 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 02:59:24.218 | Selecting previously unselected package libnl-3-200:amd64. 2015-11-06 02:59:24.221 | Preparing to unpack .../libnl-3-200_3.2.21-1_amd64.deb ... 2015-11-06 02:59:24.223 | Unpacking libnl-3-200:amd64 (3.2.21-1) ... 2015-11-06 02:59:24.268 | Selecting previously unselected package libnl-genl-3-200:amd64. 2015-11-06 02:59:24.274 | Preparing to unpack .../libnl-genl-3-200_3.2.21-1_amd64.deb ... 2015-11-06 02:59:24.277 | Unpacking libnl-genl-3-200:amd64 (3.2.21-1) ... 2015-11-06 02:59:24.313 | Selecting previously unselected package libnspr4:amd64. 2015-11-06 02:59:24.319 | Preparing to unpack .../libnspr4_2%3a4.10.10-0ubuntu0.14.04.1_amd64.deb ... 2015-11-06 02:59:24.321 | Unpacking libnspr4:amd64 (2:4.10.10-0ubuntu0.14.04.1) ... 2015-11-06 02:59:24.364 | Selecting previously unselected package libnss3-nssdb. 2015-11-06 02:59:24.368 | Preparing to unpack .../libnss3-nssdb_2%3a3.19.2.1-0ubuntu0.14.04.1_all.deb ... 2015-11-06 02:59:24.371 | Unpacking libnss3-nssdb (2:3.19.2.1-0ubuntu0.14.04.1) ... 2015-11-06 02:59:24.411 | Selecting previously unselected package libnss3:amd64. 2015-11-06 02:59:24.416 | Preparing to unpack .../libnss3_2%3a3.19.2.1-0ubuntu0.14.04.1_amd64.deb ... 2015-11-06 02:59:24.419 | Unpacking libnss3:amd64 (2:3.19.2.1-0ubuntu0.14.04.1) ... 2015-11-06 02:59:24.608 | Selecting previously unselected package libthai-data. 2015-11-06 02:59:24.616 | Preparing to unpack .../libthai-data_0.1.20-3_all.deb ... 2015-11-06 02:59:24.619 | Unpacking libthai-data (0.1.20-3) ... 2015-11-06 02:59:24.690 | Selecting previously unselected package libthai0:amd64. 2015-11-06 02:59:24.696 | Preparing to unpack .../libthai0_0.1.20-3_amd64.deb ... 2015-11-06 02:59:24.699 | Unpacking libthai0:amd64 (0.1.20-3) ... 2015-11-06 02:59:24.738 | Selecting previously unselected package fontconfig. 2015-11-06 02:59:24.738 | Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.1_amd64.deb ... 2015-11-06 02:59:24.743 | Unpacking fontconfig (2.11.0-0ubuntu4.1) ... 2015-11-06 02:59:24.810 | Selecting previously unselected package libpango-1.0-0:amd64. 2015-11-06 02:59:24.812 | Preparing to unpack .../libpango-1.0-0_1.36.3-1ubuntu1.1_amd64.deb ... 2015-11-06 02:59:24.815 | Unpacking libpango-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-06 02:59:24.877 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2015-11-06 02:59:24.880 | Preparing to unpack .../libpangoft2-1.0-0_1.36.3-1ubuntu1.1_amd64.deb ... 2015-11-06 02:59:24.882 | Unpacking libpangoft2-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-06 02:59:24.914 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2015-11-06 02:59:24.917 | Preparing to unpack .../libpangocairo-1.0-0_1.36.3-1ubuntu1.1_amd64.deb ... 2015-11-06 02:59:24.919 | Unpacking libpangocairo-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-06 02:59:24.946 | Selecting previously unselected package libpcrecpp0:amd64. 2015-11-06 02:59:24.948 | Preparing to unpack .../libpcrecpp0_1%3a8.31-2ubuntu2.1_amd64.deb ... 2015-11-06 02:59:24.951 | Unpacking libpcrecpp0:amd64 (1:8.31-2ubuntu2.1) ... 2015-11-06 02:59:24.977 | Selecting previously unselected package libpcsclite1:amd64. 2015-11-06 02:59:24.979 | Preparing to unpack .../libpcsclite1_1.8.10-1ubuntu1_amd64.deb ... 2015-11-06 02:59:24.983 | Unpacking libpcsclite1:amd64 (1.8.10-1ubuntu1) ... 2015-11-06 02:59:25.020 | Selecting previously unselected package libvorbis0a:amd64. 2015-11-06 02:59:25.030 | Preparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1_amd64.deb ... 2015-11-06 02:59:25.032 | Unpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1) ... 2015-11-06 02:59:25.081 | Selecting previously unselected package libvorbisenc2:amd64. 2015-11-06 02:59:25.086 | Preparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1_amd64.deb ... 2015-11-06 02:59:25.089 | Unpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1) ... 2015-11-06 02:59:25.168 | Selecting previously unselected package libsndfile1:amd64. 2015-11-06 02:59:25.178 | Preparing to unpack .../libsndfile1_1.0.25-7ubuntu2_amd64.deb ... 2015-11-06 02:59:25.180 | Unpacking libsndfile1:amd64 (1.0.25-7ubuntu2) ... 2015-11-06 02:59:25.239 | Selecting previously unselected package libpulse0:amd64. 2015-11-06 02:59:25.244 | Preparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ... 2015-11-06 02:59:25.246 | Unpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ... 2015-11-06 02:59:25.316 | Selecting previously unselected package librados2. 2015-11-06 02:59:25.325 | Preparing to unpack .../librados2_0.94.3-0ubuntu0.15.04.1~cloud0_amd64.deb ... 2015-11-06 02:59:25.328 | Unpacking librados2 (0.94.3-0ubuntu0.15.04.1~cloud0) ... 2015-11-06 02:59:25.575 | Selecting previously unselected package librbd1. 2015-11-06 02:59:25.582 | Preparing to unpack .../librbd1_0.94.3-0ubuntu0.15.04.1~cloud0_amd64.deb ... 2015-11-06 02:59:25.583 | Unpacking librbd1 (0.94.3-0ubuntu0.15.04.1~cloud0) ... 2015-11-06 02:59:25.849 | Selecting previously unselected package libreadline5:amd64. 2015-11-06 02:59:25.854 | Preparing to unpack .../libreadline5_5.2+dfsg-2_amd64.deb ... 2015-11-06 02:59:25.856 | Unpacking libreadline5:amd64 (5.2+dfsg-2) ... 2015-11-06 02:59:25.895 | Selecting previously unselected package libsctp1:amd64. 2015-11-06 02:59:25.895 | Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... 2015-11-06 02:59:25.897 | Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... 2015-11-06 02:59:25.926 | Selecting previously unselected package libsensors4:amd64. 2015-11-06 02:59:25.926 | Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... 2015-11-06 02:59:25.990 | Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... 2015-11-06 02:59:26.016 | Selecting previously unselected package libperl5.18. 2015-11-06 02:59:26.021 | Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1_amd64.deb ... 2015-11-06 02:59:26.023 | Unpacking libperl5.18 (5.18.2-2ubuntu1) ... 2015-11-06 02:59:26.045 | Selecting previously unselected package libsnmp-base. 2015-11-06 02:59:26.049 | Preparing to unpack .../libsnmp-base_5.7.2~dfsg-8.1ubuntu3.1_all.deb ... 2015-11-06 02:59:26.051 | Unpacking libsnmp-base (5.7.2~dfsg-8.1ubuntu3.1) ... 2015-11-06 02:59:26.126 | Selecting previously unselected package libsnmp30:amd64. 2015-11-06 02:59:26.130 | Preparing to unpack .../libsnmp30_5.7.2~dfsg-8.1ubuntu3.1_amd64.deb ... 2015-11-06 02:59:26.131 | Unpacking libsnmp30:amd64 (5.7.2~dfsg-8.1ubuntu3.1) ... 2015-11-06 02:59:26.278 | Selecting previously unselected package libsysfs2:amd64. 2015-11-06 02:59:26.282 | Preparing to unpack .../libsysfs2_2.1.0+repack-3ubuntu1_amd64.deb ... 2015-11-06 02:59:26.285 | Unpacking libsysfs2:amd64 (2.1.0+repack-3ubuntu1) ... 2015-11-06 02:59:26.322 | Selecting previously unselected package libx86-1:amd64. 2015-11-06 02:59:26.328 | Preparing to unpack .../libx86-1_1.1+ds1-10_amd64.deb ... 2015-11-06 02:59:26.330 | Unpacking libx86-1:amd64 (1.1+ds1-10) ... 2015-11-06 02:59:26.385 | Selecting previously unselected package libxslt1.1:amd64. 2015-11-06 02:59:26.389 | Preparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ... 2015-11-06 02:59:26.392 | Unpacking libxslt1.1:amd64 (1.1.28-2build1) ... 2015-11-06 02:59:26.436 | Selecting previously unselected package java-common. 2015-11-06 02:59:26.440 | Preparing to unpack .../java-common_0.51_all.deb ... 2015-11-06 02:59:26.442 | Unpacking java-common (0.51) ... 2015-11-06 02:59:26.485 | Selecting previously unselected package default-jre-headless. 2015-11-06 02:59:26.489 | Preparing to unpack .../default-jre-headless_2%3a1.7-51_amd64.deb ... 2015-11-06 02:59:26.491 | Unpacking default-jre-headless (2:1.7-51) ... 2015-11-06 02:59:26.515 | Selecting previously unselected package ca-certificates-java. 2015-11-06 02:59:26.518 | Preparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ... 2015-11-06 02:59:26.524 | Unpacking ca-certificates-java (20130815ubuntu1) ... 2015-11-06 02:59:26.548 | Selecting previously unselected package tzdata-java. 2015-11-06 02:59:26.552 | Preparing to unpack .../tzdata-java_2015g-0ubuntu0.14.04_all.deb ... 2015-11-06 02:59:26.553 | Unpacking tzdata-java (2015g-0ubuntu0.14.04) ... 2015-11-06 02:59:26.707 | Selecting previously unselected package openjdk-7-jre-headless:amd64. 2015-11-06 02:59:26.710 | Preparing to unpack .../openjdk-7-jre-headless_7u85-2.6.1-5ubuntu0.14.04.1_amd64.deb ... 2015-11-06 02:59:26.715 | Unpacking openjdk-7-jre-headless:amd64 (7u85-2.6.1-5ubuntu0.14.04.1) ... 2015-11-06 02:59:29.685 | Selecting previously unselected package python-m2crypto. 2015-11-06 02:59:29.690 | Preparing to unpack .../python-m2crypto_0.21.1-3ubuntu5_amd64.deb ... 2015-11-06 02:59:29.692 | Unpacking python-m2crypto (0.21.1-3ubuntu5) ... 2015-11-06 02:59:29.748 | Selecting previously unselected package libmnl0:amd64. 2015-11-06 02:59:29.749 | Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... 2015-11-06 02:59:29.751 | Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... 2015-11-06 02:59:29.773 | Selecting previously unselected package libnetfilter-conntrack3:amd64. 2015-11-06 02:59:29.775 | Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... 2015-11-06 02:59:29.776 | Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... 2015-11-06 02:59:29.796 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2015-11-06 02:59:29.799 | Preparing to unpack .../libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2015-11-06 02:59:29.801 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2015-11-06 02:59:29.820 | Selecting previously unselected package acl. 2015-11-06 02:59:29.822 | Preparing to unpack .../acl_2.2.52-1_amd64.deb ... 2015-11-06 02:59:29.823 | Unpacking acl (2.2.52-1) ... 2015-11-06 02:59:29.854 | Selecting previously unselected package conntrack. 2015-11-06 02:59:29.857 | Preparing to unpack .../conntrack_1%3a1.4.1-1ubuntu1_amd64.deb ... 2015-11-06 02:59:29.859 | Unpacking conntrack (1:1.4.1-1ubuntu1) ... 2015-11-06 02:59:29.888 | Selecting previously unselected package libnetfilter-queue1. 2015-11-06 02:59:29.891 | Preparing to unpack .../libnetfilter-queue1_1.0.2-1_amd64.deb ... 2015-11-06 02:59:29.893 | Unpacking libnetfilter-queue1 (1.0.2-1) ... 2015-11-06 02:59:29.916 | Selecting previously unselected package conntrackd. 2015-11-06 02:59:29.919 | Preparing to unpack .../conntrackd_1%3a1.4.1-1ubuntu1_amd64.deb ... 2015-11-06 02:59:29.923 | Unpacking conntrackd (1:1.4.1-1ubuntu1) ... 2015-11-06 02:59:29.966 | Selecting previously unselected package dctrl-tools. 2015-11-06 02:59:29.968 | Preparing to unpack .../dctrl-tools_2.23ubuntu1_amd64.deb ... 2015-11-06 02:59:29.975 | Unpacking dctrl-tools (2.23ubuntu1) ... 2015-11-06 02:59:30.015 | Selecting previously unselected package dnsmasq-base. 2015-11-06 02:59:30.018 | Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.1_amd64.deb ... 2015-11-06 02:59:30.020 | Unpacking dnsmasq-base (2.68-1ubuntu0.1) ... 2015-11-06 02:59:30.081 | Selecting previously unselected package dnsmasq-utils. 2015-11-06 02:59:30.091 | Preparing to unpack .../dnsmasq-utils_2.68-1ubuntu0.1_amd64.deb ... 2015-11-06 02:59:30.093 | Unpacking dnsmasq-utils (2.68-1ubuntu0.1) ... 2015-11-06 02:59:30.138 | Selecting previously unselected package dstat. 2015-11-06 02:59:30.144 | Preparing to unpack .../dstat_0.7.2-3build1_all.deb ... 2015-11-06 02:59:30.147 | Unpacking dstat (0.7.2-3build1) ... 2015-11-06 02:59:30.190 | Selecting previously unselected package fonts-liberation. 2015-11-06 02:59:30.193 | Preparing to unpack .../fonts-liberation_1.07.3-3_all.deb ... 2015-11-06 02:59:30.195 | Unpacking fonts-liberation (1.07.3-3) ... 2015-11-06 02:59:30.247 | Selecting previously unselected package fping. 2015-11-06 02:59:30.250 | Preparing to unpack .../archives/fping_3.8-1_amd64.deb ... 2015-11-06 02:59:30.251 | Unpacking fping (3.8-1) ... 2015-11-06 02:59:30.272 | Selecting previously unselected package genisoimage. 2015-11-06 02:59:30.274 | Preparing to unpack .../genisoimage_9%3a1.1.11-2ubuntu3_amd64.deb ... 2015-11-06 02:59:30.276 | Unpacking genisoimage (9:1.1.11-2ubuntu3) ... 2015-11-06 02:59:30.317 | Selecting previously unselected package gettext. 2015-11-06 02:59:30.324 | Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... 2015-11-06 02:59:30.326 | Unpacking gettext (0.18.3.1-1ubuntu3) ... 2015-11-06 02:59:30.530 | Selecting previously unselected package libcdt5. 2015-11-06 02:59:30.530 | Preparing to unpack .../libcdt5_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-06 02:59:30.534 | Unpacking libcdt5 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:30.583 | Selecting previously unselected package libcgraph6. 2015-11-06 02:59:30.591 | Preparing to unpack .../libcgraph6_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-06 02:59:30.595 | Unpacking libcgraph6 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:30.643 | Selecting previously unselected package libpathplan4. 2015-11-06 02:59:30.650 | Preparing to unpack .../libpathplan4_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-06 02:59:30.654 | Unpacking libpathplan4 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:30.686 | Selecting previously unselected package libgvc6. 2015-11-06 02:59:30.689 | Preparing to unpack .../libgvc6_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-06 02:59:30.693 | Unpacking libgvc6 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:30.806 | Selecting previously unselected package libgvpr2. 2015-11-06 02:59:30.814 | Preparing to unpack .../libgvpr2_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-06 02:59:30.818 | Unpacking libgvpr2 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:30.883 | Selecting previously unselected package graphviz. 2015-11-06 02:59:30.888 | Preparing to unpack .../graphviz_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-06 02:59:30.891 | Unpacking graphviz (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:31.042 | Selecting previously unselected package iproute. 2015-11-06 02:59:31.050 | Preparing to unpack .../iproute_1%3a3.12.0-2ubuntu1_all.deb ... 2015-11-06 02:59:31.053 | Unpacking iproute (1:3.12.0-2ubuntu1) ... 2015-11-06 02:59:31.081 | Selecting previously unselected package iputils-arping. 2015-11-06 02:59:31.086 | Preparing to unpack .../iputils-arping_3%3a20121221-4ubuntu1.1_amd64.deb ... 2015-11-06 02:59:31.088 | Unpacking iputils-arping (3:20121221-4ubuntu1.1) ... 2015-11-06 02:59:31.123 | Selecting previously unselected package javascript-common. 2015-11-06 02:59:31.126 | Preparing to unpack .../javascript-common_11_all.deb ... 2015-11-06 02:59:31.136 | Unpacking javascript-common (11) ... 2015-11-06 02:59:31.169 | Selecting previously unselected package ipvsadm. 2015-11-06 02:59:31.169 | Preparing to unpack .../ipvsadm_1%3a1.26-2ubuntu1_amd64.deb ... 2015-11-06 02:59:31.171 | Unpacking ipvsadm (1:1.26-2ubuntu1) ... 2015-11-06 02:59:31.200 | Selecting previously unselected package keepalived. 2015-11-06 02:59:31.203 | Preparing to unpack .../keepalived_1%3a1.2.7-1ubuntu1_amd64.deb ... 2015-11-06 02:59:31.205 | Unpacking keepalived (1:1.2.7-1ubuntu1) ... 2015-11-06 02:59:31.243 | Selecting previously unselected package comerr-dev. 2015-11-06 02:59:31.246 | Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... 2015-11-06 02:59:31.248 | Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... 2015-11-06 02:59:31.278 | Selecting previously unselected package krb5-multidev. 2015-11-06 02:59:31.281 | Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.1_amd64.deb ... 2015-11-06 02:59:31.283 | Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:31.337 | Selecting previously unselected package libasprintf-dev:amd64. 2015-11-06 02:59:31.340 | Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... 2015-11-06 02:59:31.342 | Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-06 02:59:31.369 | Selecting previously unselected package libblas3. 2015-11-06 02:59:31.372 | Preparing to unpack .../libblas3_1.2.20110419-7_amd64.deb ... 2015-11-06 02:59:31.377 | Unpacking libblas3 (1.2.20110419-7) ... 2015-11-06 02:59:31.407 | Selecting previously unselected package libgettextpo-dev:amd64. 2015-11-06 02:59:31.411 | Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... 2015-11-06 02:59:31.412 | Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-06 02:59:31.460 | Selecting previously unselected package libjline-java. 2015-11-06 02:59:31.463 | Preparing to unpack .../libjline-java_1.0-2_all.deb ... 2015-11-06 02:59:31.467 | Unpacking libjline-java (1.0-2) ... 2015-11-06 02:59:31.494 | Selecting previously unselected package libjs-jquery-metadata. 2015-11-06 02:59:31.497 | Preparing to unpack .../libjs-jquery-metadata_8-2_all.deb ... 2015-11-06 02:59:31.498 | Unpacking libjs-jquery-metadata (8-2) ... 2015-11-06 02:59:31.516 | Selecting previously unselected package libjs-jquery-tablesorter. 2015-11-06 02:59:31.520 | Preparing to unpack .../libjs-jquery-tablesorter_8-2_all.deb ... 2015-11-06 02:59:31.521 | Unpacking libjs-jquery-tablesorter (8-2) ... 2015-11-06 02:59:31.556 | Selecting previously unselected package liblapack3. 2015-11-06 02:59:31.559 | Preparing to unpack .../liblapack3_3.5.0-2ubuntu1_amd64.deb ... 2015-11-06 02:59:31.564 | Unpacking liblapack3 (3.5.0-2ubuntu1) ... 2015-11-06 02:59:31.811 | Selecting previously unselected package liblog4j1.2-java. 2015-11-06 02:59:31.816 | Preparing to unpack .../liblog4j1.2-java_1.2.17-4ubuntu3_all.deb ... 2015-11-06 02:59:31.817 | Unpacking liblog4j1.2-java (1.2.17-4ubuntu3) ... 2015-11-06 02:59:31.884 | Selecting previously unselected package zlib1g-dev:amd64. 2015-11-06 02:59:31.889 | Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb ... 2015-11-06 02:59:31.891 | Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... 2015-11-06 02:59:31.921 | Selecting previously unselected package libmysqlclient-dev. 2015-11-06 02:59:31.926 | Preparing to unpack .../libmysqlclient-dev_5.5.46-0ubuntu0.14.04.2_amd64.deb ... 2015-11-06 02:59:31.927 | Unpacking libmysqlclient-dev (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 02:59:32.097 | Selecting previously unselected package libnetty-java. 2015-11-06 02:59:32.101 | Preparing to unpack .../libnetty-java_1%3a3.2.6.Final-2_all.deb ... 2015-11-06 02:59:32.102 | Unpacking libnetty-java (1:3.2.6.Final-2) ... 2015-11-06 02:59:32.137 | Selecting previously unselected package libpcre3-dev:amd64. 2015-11-06 02:59:32.139 | Preparing to unpack .../libpcre3-dev_1%3a8.31-2ubuntu2.1_amd64.deb ... 2015-11-06 02:59:32.142 | Unpacking libpcre3-dev:amd64 (1:8.31-2ubuntu2.1) ... 2015-11-06 02:59:32.236 | Selecting previously unselected package libpq5. 2015-11-06 02:59:32.240 | Preparing to unpack .../libpq5_9.3.10-0ubuntu0.14.04_amd64.deb ... 2015-11-06 02:59:32.242 | Unpacking libpq5 (9.3.10-0ubuntu0.14.04) ... 2015-11-06 02:59:32.276 | Selecting previously unselected package libssl-dev:amd64. 2015-11-06 02:59:32.279 | Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.15_amd64.deb ... 2015-11-06 02:59:32.280 | Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.15) ... 2015-11-06 02:59:32.515 | Selecting previously unselected package libpq-dev. 2015-11-06 02:59:32.523 | Preparing to unpack .../libpq-dev_9.3.10-0ubuntu0.14.04_amd64.deb ... 2015-11-06 02:59:32.525 | Unpacking libpq-dev (9.3.10-0ubuntu0.14.04) ... 2015-11-06 02:59:32.581 | Selecting previously unselected package libpython-dev:amd64. 2015-11-06 02:59:32.586 | Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... 2015-11-06 02:59:32.588 | Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... 2015-11-06 02:59:32.615 | Selecting previously unselected package libsasl2-dev. 2015-11-06 02:59:32.623 | Preparing to unpack .../libsasl2-dev_2.1.25.dfsg1-17build1_amd64.deb ... 2015-11-06 02:59:32.625 | Unpacking libsasl2-dev (2.1.25.dfsg1-17build1) ... 2015-11-06 02:59:32.689 | Selecting previously unselected package libservlet2.5-java. 2015-11-06 02:59:32.695 | Preparing to unpack .../libservlet2.5-java_6.0.39-1_all.deb ... 2015-11-06 02:59:32.697 | Unpacking libservlet2.5-java (6.0.39-1) ... 2015-11-06 02:59:32.767 | Selecting previously unselected package libsgutils2-2. 2015-11-06 02:59:32.771 | Preparing to unpack .../libsgutils2-2_1.36-1ubuntu1_amd64.deb ... 2015-11-06 02:59:32.774 | Unpacking libsgutils2-2 (1.36-1ubuntu1) ... 2015-11-06 02:59:32.806 | Selecting previously unselected package libslf4j-java. 2015-11-06 02:59:32.808 | Preparing to unpack .../libslf4j-java_1.7.5-2_all.deb ... 2015-11-06 02:59:32.810 | Unpacking libslf4j-java (1.7.5-2) ... 2015-11-06 02:59:32.853 | Selecting previously unselected package libssl-doc. 2015-11-06 02:59:32.857 | Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.15_all.deb ... 2015-11-06 02:59:32.859 | Unpacking libssl-doc (1.0.1f-1ubuntu2.15) ... 2015-11-06 02:59:33.162 | Selecting previously unselected package libxml-commons-resolver1.1-java. 2015-11-06 02:59:33.168 | Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... 2015-11-06 02:59:33.171 | Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... 2015-11-06 02:59:33.213 | Selecting previously unselected package libxml-commons-external-java. 2015-11-06 02:59:33.213 | Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... 2015-11-06 02:59:33.215 | Unpacking libxml-commons-external-java (1.4.01-2build1) ... 2015-11-06 02:59:33.253 | Selecting previously unselected package libxerces2-java. 2015-11-06 02:59:33.259 | Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... 2015-11-06 02:59:33.261 | Unpacking libxerces2-java (2.11.0-7) ... 2015-11-06 02:59:33.319 | Selecting previously unselected package libxml2-dev:amd64. 2015-11-06 02:59:33.324 | Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.4_amd64.deb ... 2015-11-06 02:59:33.328 | Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.4) ... 2015-11-06 02:59:33.484 | Selecting previously unselected package libxslt1-dev:amd64. 2015-11-06 02:59:33.494 | Preparing to unpack .../libxslt1-dev_1.1.28-2build1_amd64.deb ... 2015-11-06 02:59:33.498 | Unpacking libxslt1-dev:amd64 (1.1.28-2build1) ... 2015-11-06 02:59:33.640 | Selecting previously unselected package libzookeeper-java. 2015-11-06 02:59:33.647 | Preparing to unpack .../libzookeeper-java_3.4.5+dfsg-1_all.deb ... 2015-11-06 02:59:33.651 | Unpacking libzookeeper-java (3.4.5+dfsg-1) ... 2015-11-06 02:59:33.713 | Selecting previously unselected package libzookeeper-java-doc. 2015-11-06 02:59:33.722 | Preparing to unpack .../libzookeeper-java-doc_3.4.5+dfsg-1_all.deb ... 2015-11-06 02:59:33.725 | Unpacking libzookeeper-java-doc (3.4.5+dfsg-1) ... 2015-11-06 02:59:34.133 | Selecting previously unselected package lksctp-tools. 2015-11-06 02:59:34.138 | Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... 2015-11-06 02:59:34.140 | Unpacking lksctp-tools (1.0.15+dfsg-1) ... 2015-11-06 02:59:34.168 | Selecting previously unselected package watershed. 2015-11-06 02:59:34.173 | Preparing to unpack .../archives/watershed_7_amd64.deb ... 2015-11-06 02:59:34.175 | Unpacking watershed (7) ... 2015-11-06 02:59:34.206 | Selecting previously unselected package lvm2. 2015-11-06 02:59:34.209 | Preparing to unpack .../lvm2_2.02.98-6ubuntu2_amd64.deb ... 2015-11-06 02:59:34.213 | Unpacking lvm2 (2.02.98-6ubuntu2) ... 2015-11-06 02:59:34.328 | Selecting previously unselected package open-iscsi. 2015-11-06 02:59:34.338 | Preparing to unpack .../open-iscsi_2.0.873-3ubuntu9_amd64.deb ... 2015-11-06 02:59:34.342 | Unpacking open-iscsi (2.0.873-3ubuntu9) ... 2015-11-06 02:59:34.453 | Selecting previously unselected package pkg-config. 2015-11-06 02:59:34.458 | Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... 2015-11-06 02:59:34.460 | Unpacking pkg-config (0.26-1ubuntu4) ... 2015-11-06 02:59:34.492 | Selecting previously unselected package pm-utils. 2015-11-06 02:59:34.497 | Preparing to unpack .../pm-utils_1.4.1-13ubuntu0.1_all.deb ... 2015-11-06 02:59:34.499 | Unpacking pm-utils (1.4.1-13ubuntu0.1) ... 2015-11-06 02:59:34.548 | Selecting previously unselected package postgresql-client-common. 2015-11-06 02:59:34.552 | Preparing to unpack .../postgresql-client-common_154ubuntu1_all.deb ... 2015-11-06 02:59:34.553 | Unpacking postgresql-client-common (154ubuntu1) ... 2015-11-06 02:59:34.588 | Selecting previously unselected package ssl-cert. 2015-11-06 02:59:34.592 | Preparing to unpack .../ssl-cert_1.0.33_all.deb ... 2015-11-06 02:59:34.594 | Unpacking ssl-cert (1.0.33) ... 2015-11-06 02:59:34.628 | Selecting previously unselected package postgresql-common. 2015-11-06 02:59:34.632 | Preparing to unpack .../postgresql-common_154ubuntu1_all.deb ... 2015-11-06 02:59:34.653 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2015-11-06 02:59:34.657 | Unpacking postgresql-common (154ubuntu1) ... 2015-11-06 02:59:34.716 | Selecting previously unselected package postgresql-server-dev-9.3. 2015-11-06 02:59:34.721 | Preparing to unpack .../postgresql-server-dev-9.3_9.3.10-0ubuntu0.14.04_amd64.deb ... 2015-11-06 02:59:34.723 | Unpacking postgresql-server-dev-9.3 (9.3.10-0ubuntu0.14.04) ... 2015-11-06 02:59:34.981 | Selecting previously unselected package postgresql-server-dev-all. 2015-11-06 02:59:34.985 | Preparing to unpack .../postgresql-server-dev-all_154ubuntu1_all.deb ... 2015-11-06 02:59:34.988 | Unpacking postgresql-server-dev-all (154ubuntu1) ... 2015-11-06 02:59:35.011 | Selecting previously unselected package python-dev. 2015-11-06 02:59:35.015 | Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... 2015-11-06 02:59:35.018 | Unpacking python-dev (2.7.5-5ubuntu3) ... 2015-11-06 02:59:35.043 | Selecting previously unselected package python-libxml2. 2015-11-06 02:59:35.047 | Preparing to unpack .../python-libxml2_2.9.1+dfsg1-3ubuntu4.4_amd64.deb ... 2015-11-06 02:59:35.049 | Unpacking python-libxml2 (2.9.1+dfsg1-3ubuntu4.4) ... 2015-11-06 02:59:35.110 | Selecting previously unselected package python-lxml. 2015-11-06 02:59:35.114 | Preparing to unpack .../python-lxml_3.3.3-1ubuntu0.1_amd64.deb ... 2015-11-06 02:59:35.116 | Unpacking python-lxml (3.3.3-1ubuntu0.1) ... 2015-11-06 02:59:35.236 | Selecting previously unselected package python-mysql.connector. 2015-11-06 02:59:35.239 | Preparing to unpack .../python-mysql.connector_1.1.6-1_all.deb ... 2015-11-06 02:59:35.241 | Unpacking python-mysql.connector (1.1.6-1) ... 2015-11-06 02:59:35.289 | Selecting previously unselected package python-mysqldb. 2015-11-06 02:59:35.289 | Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... 2015-11-06 02:59:35.291 | Unpacking python-mysqldb (1.2.3-2ubuntu1) ... 2015-11-06 02:59:35.321 | Selecting previously unselected package python-numpy. 2015-11-06 02:59:35.324 | Preparing to unpack .../python-numpy_1%3a1.8.2-0ubuntu0.1_amd64.deb ... 2015-11-06 02:59:35.327 | Unpacking python-numpy (1:1.8.2-0ubuntu0.1) ... 2015-11-06 02:59:35.626 | Selecting previously unselected package qemu-utils. 2015-11-06 02:59:35.629 | Preparing to unpack .../qemu-utils_1%3a2.2+dfsg-5expubuntu9.3~cloud0_amd64.deb ... 2015-11-06 02:59:35.631 | Unpacking qemu-utils (1:2.2+dfsg-5expubuntu9.3~cloud0) ... 2015-11-06 02:59:35.726 | Selecting previously unselected package sg3-utils. 2015-11-06 02:59:35.731 | Preparing to unpack .../sg3-utils_1.36-1ubuntu1_amd64.deb ... 2015-11-06 02:59:35.732 | Unpacking sg3-utils (1.36-1ubuntu1) ... 2015-11-06 02:59:35.851 | Selecting previously unselected package sharutils. 2015-11-06 02:59:35.856 | Preparing to unpack .../sharutils_1%3a4.14-1ubuntu1_amd64.deb ... 2015-11-06 02:59:35.857 | Unpacking sharutils (1:4.14-1ubuntu1) ... 2015-11-06 02:59:35.908 | Selecting previously unselected package sqlite3. 2015-11-06 02:59:35.911 | Preparing to unpack .../sqlite3_3.8.2-1ubuntu2.1_amd64.deb ... 2015-11-06 02:59:35.913 | Unpacking sqlite3 (3.8.2-1ubuntu2.1) ... 2015-11-06 02:59:35.937 | Selecting previously unselected package unzip. 2015-11-06 02:59:35.941 | Preparing to unpack .../unzip_6.0-9ubuntu1.4_amd64.deb ... 2015-11-06 02:59:35.942 | Unpacking unzip (6.0-9ubuntu1.4) ... 2015-11-06 02:59:35.993 | Selecting previously unselected package vbetool. 2015-11-06 02:59:35.994 | Preparing to unpack .../vbetool_1.1-3_amd64.deb ... 2015-11-06 02:59:35.996 | Unpacking vbetool (1.1-3) ... 2015-11-06 02:59:36.020 | Selecting previously unselected package zookeeper. 2015-11-06 02:59:36.024 | Preparing to unpack .../zookeeper_3.4.5+dfsg-1_all.deb ... 2015-11-06 02:59:36.026 | Unpacking zookeeper (3.4.5+dfsg-1) ... 2015-11-06 02:59:36.058 | Selecting previously unselected package zookeeperd. 2015-11-06 02:59:36.061 | Preparing to unpack .../zookeeperd_3.4.5+dfsg-1_all.deb ... 2015-11-06 02:59:36.064 | Unpacking zookeeperd (3.4.5+dfsg-1) ... 2015-11-06 02:59:36.087 | Selecting previously unselected package kpartx. 2015-11-06 02:59:36.091 | Preparing to unpack .../kpartx_0.4.9-3ubuntu7.4_amd64.deb ... 2015-11-06 02:59:36.094 | Unpacking kpartx (0.4.9-3ubuntu7.4) ... 2015-11-06 02:59:36.117 | Selecting previously unselected package libffi-dev:amd64. 2015-11-06 02:59:36.120 | Preparing to unpack .../libffi-dev_3.1~rc1+r3.0.13-12_amd64.deb ... 2015-11-06 02:59:36.122 | Unpacking libffi-dev:amd64 (3.1~rc1+r3.0.13-12) ... 2015-11-06 02:59:36.161 | Selecting previously unselected package libkrb5-dev. 2015-11-06 02:59:36.165 | Preparing to unpack .../libkrb5-dev_1.12+dfsg-2ubuntu5.1_amd64.deb ... 2015-11-06 02:59:36.167 | Unpacking libkrb5-dev (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:36.192 | Selecting previously unselected package libldap2-dev:amd64. 2015-11-06 02:59:36.196 | Preparing to unpack .../libldap2-dev_2.4.31-1+nmu2ubuntu8.2_amd64.deb ... 2015-11-06 02:59:36.198 | Unpacking libldap2-dev:amd64 (2.4.31-1+nmu2ubuntu8.2) ... 2015-11-06 02:59:36.307 | Selecting previously unselected package libyaml-dev:amd64. 2015-11-06 02:59:36.311 | Preparing to unpack .../libyaml-dev_0.1.4-3ubuntu3.1_amd64.deb ... 2015-11-06 02:59:36.313 | Unpacking libyaml-dev:amd64 (0.1.4-3ubuntu3.1) ... 2015-11-06 02:59:36.352 | Selecting previously unselected package sysfsutils. 2015-11-06 02:59:36.356 | Preparing to unpack .../sysfsutils_2.1.0+repack-3ubuntu1_amd64.deb ... 2015-11-06 02:59:36.360 | Unpacking sysfsutils (2.1.0+repack-3ubuntu1) ... 2015-11-06 02:59:36.384 | Selecting previously unselected package vlan. 2015-11-06 02:59:36.386 | Preparing to unpack .../vlan_1.9-3ubuntu10_amd64.deb ... 2015-11-06 02:59:36.389 | Unpacking vlan (1.9-3ubuntu10) ... 2015-11-06 02:59:36.407 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 02:59:39.963 | Processing triggers for ca-certificates (20141019ubuntu0.14.04.1) ... 2015-11-06 02:59:40.806 | Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. 2015-11-06 02:59:40.809 | Running hooks in /etc/ca-certificates/update.d....done. 2015-11-06 02:59:40.818 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 02:59:40.827 | Processing triggers for install-info (5.2.0.dfsg.1-2) ... 2015-11-06 02:59:41.035 | Processing triggers for mime-support (3.54ubuntu1.1) ... 2015-11-06 02:59:41.112 | Setting up libaio1:amd64 (0.3.109-4) ... 2015-11-06 02:59:41.133 | Setting up libasyncns0:amd64 (0.8-4ubuntu2) ... 2015-11-06 02:59:41.145 | Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1) ... 2015-11-06 02:59:41.151 | Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1) ... 2015-11-06 02:59:41.164 | Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1) ... 2015-11-06 02:59:41.177 | Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... 2015-11-06 02:59:41.189 | Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... 2015-11-06 02:59:41.200 | Setting up fonts-dejavu-core (2.34-1ubuntu1) ... 2015-11-06 02:59:41.222 | Setting up fontconfig-config (2.11.0-0ubuntu4.1) ... 2015-11-06 02:59:41.296 | Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.1) ... 2015-11-06 02:59:41.308 | Setting up libxcb-render0:amd64 (1.10-2ubuntu1) ... 2015-11-06 02:59:41.319 | Setting up libxcb-shm0:amd64 (1.10-2ubuntu1) ... 2015-11-06 02:59:41.332 | Setting up libcairo2:amd64 (1.13.0~20140204-0ubuntu1.1) ... 2015-11-06 02:59:41.344 | Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... 2015-11-06 02:59:41.354 | Setting up libcups2:amd64 (1.7.2-0ubuntu1.6) ... 2015-11-06 02:59:41.367 | Setting up libdatrie1:amd64 (0.2.8-1) ... 2015-11-06 02:59:41.379 | Setting up libdevmapper-event1.02.1:amd64 (2:1.02.77-6ubuntu2) ... 2015-11-06 02:59:41.392 | Setting up libogg0:amd64 (1.3.1-1ubuntu1) ... 2015-11-06 02:59:41.403 | Setting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... 2015-11-06 02:59:41.413 | Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... 2015-11-06 02:59:41.428 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2015-11-06 02:59:41.435 | Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... 2015-11-06 02:59:41.449 | Setting up libtiff5:amd64 (4.0.3-7ubuntu0.3) ... 2015-11-06 02:59:41.464 | Setting up libvpx1:amd64 (1.3.0-2) ... 2015-11-06 02:59:41.479 | Setting up libgd3:amd64 (2.1.0-3) ... 2015-11-06 02:59:41.494 | Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... 2015-11-06 02:59:41.512 | Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-06 02:59:41.527 | Setting up libgfortran3:amd64 (4.8.4-2ubuntu1~14.04) ... 2015-11-06 02:59:41.541 | Setting up libgraphite2-3:amd64 (1.2.4-1ubuntu1) ... 2015-11-06 02:59:41.558 | Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:41.572 | Setting up libharfbuzz0b:amd64 (0.9.27-1ubuntu1) ... 2015-11-06 02:59:41.586 | Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:41.600 | Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:41.613 | Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:41.628 | Setting up liblcms2-2:amd64 (2.5-0ubuntu4) ... 2015-11-06 02:59:41.640 | Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... 2015-11-06 02:59:41.653 | Setting up mysql-common (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 02:59:41.666 | Setting up libmysqlclient18:amd64 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 02:59:41.679 | Setting up libnl-3-200:amd64 (3.2.21-1) ... 2015-11-06 02:59:41.700 | Setting up libnl-genl-3-200:amd64 (3.2.21-1) ... 2015-11-06 02:59:41.713 | Setting up libnspr4:amd64 (2:4.10.10-0ubuntu0.14.04.1) ... 2015-11-06 02:59:41.727 | Setting up libthai-data (0.1.20-3) ... 2015-11-06 02:59:41.733 | Setting up libthai0:amd64 (0.1.20-3) ... 2015-11-06 02:59:41.749 | Setting up fontconfig (2.11.0-0ubuntu4.1) ... 2015-11-06 02:59:44.926 | Regenerating fonts cache... done. 2015-11-06 02:59:44.933 | Setting up libpango-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-06 02:59:44.960 | Setting up libpangoft2-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-06 02:59:44.980 | Setting up libpangocairo-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-06 02:59:45.000 | Setting up libpcrecpp0:amd64 (1:8.31-2ubuntu2.1) ... 2015-11-06 02:59:45.019 | Setting up libpcsclite1:amd64 (1.8.10-1ubuntu1) ... 2015-11-06 02:59:45.039 | Setting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1) ... 2015-11-06 02:59:45.058 | Setting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1) ... 2015-11-06 02:59:45.077 | Setting up libsndfile1:amd64 (1.0.25-7ubuntu2) ... 2015-11-06 02:59:45.094 | Setting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ... 2015-11-06 02:59:45.113 | Setting up libreadline5:amd64 (5.2+dfsg-2) ... 2015-11-06 02:59:45.129 | Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... 2015-11-06 02:59:45.145 | Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... 2015-11-06 02:59:45.166 | Setting up libperl5.18 (5.18.2-2ubuntu1) ... 2015-11-06 02:59:45.181 | Setting up libsnmp-base (5.7.2~dfsg-8.1ubuntu3.1) ... 2015-11-06 02:59:45.188 | Setting up libsnmp30:amd64 (5.7.2~dfsg-8.1ubuntu3.1) ... 2015-11-06 02:59:45.206 | Setting up libsysfs2:amd64 (2.1.0+repack-3ubuntu1) ... 2015-11-06 02:59:45.220 | Setting up libx86-1:amd64 (1.1+ds1-10) ... 2015-11-06 02:59:45.233 | Setting up libxslt1.1:amd64 (1.1.28-2build1) ... 2015-11-06 02:59:45.247 | Setting up java-common (0.51) ... 2015-11-06 02:59:45.264 | Setting up tzdata-java (2015g-0ubuntu0.14.04) ... 2015-11-06 02:59:45.271 | Setting up python-m2crypto (0.21.1-3ubuntu5) ... 2015-11-06 02:59:45.430 | Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... 2015-11-06 02:59:45.449 | Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... 2015-11-06 02:59:45.467 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2015-11-06 02:59:45.489 | Setting up acl (2.2.52-1) ... 2015-11-06 02:59:45.503 | Setting up conntrack (1:1.4.1-1ubuntu1) ... 2015-11-06 02:59:45.523 | Setting up libnetfilter-queue1 (1.0.2-1) ... 2015-11-06 02:59:45.539 | Setting up conntrackd (1:1.4.1-1ubuntu1) ... 2015-11-06 02:59:45.610 | * Starting conntrackd 2015-11-06 02:59:45.635 | ...done. 2015-11-06 02:59:45.640 | Setting up dctrl-tools (2.23ubuntu1) ... 2015-11-06 02:59:45.648 | Setting up dnsmasq-base (2.68-1ubuntu0.1) ... 2015-11-06 02:59:45.761 | Setting up dnsmasq-utils (2.68-1ubuntu0.1) ... 2015-11-06 02:59:45.766 | Setting up dstat (0.7.2-3build1) ... 2015-11-06 02:59:45.942 | Setting up fonts-liberation (1.07.3-3) ... 2015-11-06 02:59:45.953 | Setting up fping (3.8-1) ... 2015-11-06 02:59:45.964 | Setting up genisoimage (9:1.1.11-2ubuntu3) ... 2015-11-06 02:59:45.973 | Setting up gettext (0.18.3.1-1ubuntu3) ... 2015-11-06 02:59:45.994 | Setting up libcdt5 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:46.012 | Setting up libcgraph6 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:46.028 | Setting up libpathplan4 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:46.042 | Setting up libgvc6 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:46.073 | Setting up libgvpr2 (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:46.084 | Setting up graphviz (2.36.0-0ubuntu3.1) ... 2015-11-06 02:59:46.091 | Setting up iproute (1:3.12.0-2ubuntu1) ... 2015-11-06 02:59:46.095 | Setting up iputils-arping (3:20121221-4ubuntu1.1) ... 2015-11-06 02:59:46.108 | Setting up javascript-common (11) ... 2015-11-06 02:59:46.130 | Setting up ipvsadm (1:1.26-2ubuntu1) ... 2015-11-06 02:59:46.168 | * ipvsadm is not configured to run. Please edit /etc/default/ipvsadm 2015-11-06 02:59:46.170 | Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... 2015-11-06 02:59:46.174 | Setting up krb5-multidev (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:46.178 | Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-06 02:59:46.182 | Setting up libblas3 (1.2.20110419-7) ... 2015-11-06 02:59:46.199 | update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode 2015-11-06 02:59:46.202 | Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-06 02:59:46.206 | Setting up libjline-java (1.0-2) ... 2015-11-06 02:59:46.210 | Setting up libjs-jquery-metadata (8-2) ... 2015-11-06 02:59:46.214 | Setting up libjs-jquery-tablesorter (8-2) ... 2015-11-06 02:59:46.217 | Setting up liblapack3 (3.5.0-2ubuntu1) ... 2015-11-06 02:59:46.224 | update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode 2015-11-06 02:59:46.227 | Setting up liblog4j1.2-java (1.2.17-4ubuntu3) ... 2015-11-06 02:59:46.231 | Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... 2015-11-06 02:59:46.235 | Setting up libmysqlclient-dev (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 02:59:46.238 | Setting up libnetty-java (1:3.2.6.Final-2) ... 2015-11-06 02:59:46.242 | Setting up libpcre3-dev:amd64 (1:8.31-2ubuntu2.1) ... 2015-11-06 02:59:46.246 | Setting up libpq5 (9.3.10-0ubuntu0.14.04) ... 2015-11-06 02:59:46.257 | Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.15) ... 2015-11-06 02:59:46.261 | Setting up libpq-dev (9.3.10-0ubuntu0.14.04) ... 2015-11-06 02:59:46.264 | Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... 2015-11-06 02:59:46.268 | Setting up libsasl2-dev (2.1.25.dfsg1-17build1) ... 2015-11-06 02:59:46.272 | Setting up libservlet2.5-java (6.0.39-1) ... 2015-11-06 02:59:46.276 | Setting up libsgutils2-2 (1.36-1ubuntu1) ... 2015-11-06 02:59:46.285 | Setting up libslf4j-java (1.7.5-2) ... 2015-11-06 02:59:46.289 | Setting up libssl-doc (1.0.1f-1ubuntu2.15) ... 2015-11-06 02:59:46.293 | Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... 2015-11-06 02:59:46.298 | Setting up libxml-commons-external-java (1.4.01-2build1) ... 2015-11-06 02:59:46.302 | Setting up libxerces2-java (2.11.0-7) ... 2015-11-06 02:59:46.305 | Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.4) ... 2015-11-06 02:59:46.309 | Setting up libxslt1-dev:amd64 (1.1.28-2build1) ... 2015-11-06 02:59:46.313 | Setting up libzookeeper-java (3.4.5+dfsg-1) ... 2015-11-06 02:59:46.317 | Setting up libzookeeper-java-doc (3.4.5+dfsg-1) ... 2015-11-06 02:59:46.320 | Setting up lksctp-tools (1.0.15+dfsg-1) ... 2015-11-06 02:59:46.324 | Setting up watershed (7) ... 2015-11-06 02:59:46.334 | update-initramfs: deferring update (trigger activated) 2015-11-06 02:59:46.338 | Setting up lvm2 (2.02.98-6ubuntu2) ... 2015-11-06 02:59:46.354 | update-initramfs: deferring update (trigger activated) 2015-11-06 02:59:46.356 | Setting up open-iscsi (2.0.873-3ubuntu9) ... 2015-11-06 02:59:46.393 | Setting up pkg-config (0.26-1ubuntu4) ... 2015-11-06 02:59:46.398 | Setting up pm-utils (1.4.1-13ubuntu0.1) ... 2015-11-06 02:59:46.407 | Setting up postgresql-client-common (154ubuntu1) ... 2015-11-06 02:59:46.414 | Setting up ssl-cert (1.0.33) ... 2015-11-06 02:59:46.759 | Setting up postgresql-common (154ubuntu1) ... 2015-11-06 02:59:47.113 | Adding user postgres to group ssl-cert 2015-11-06 02:59:47.283 | 2015-11-06 02:59:47.283 | Creating config file /etc/logrotate.d/postgresql-common with new version 2015-11-06 02:59:47.402 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2015-11-06 02:59:47.402 | Removing obsolete dictionary files: 2015-11-06 02:59:47.480 | * No PostgreSQL clusters exist; see "man pg_createcluster" 2015-11-06 02:59:47.537 | Setting up python-dev (2.7.5-5ubuntu3) ... 2015-11-06 02:59:47.547 | Setting up python-libxml2 (2.9.1+dfsg1-3ubuntu4.4) ... 2015-11-06 02:59:47.744 | Setting up python-lxml (3.3.3-1ubuntu0.1) ... 2015-11-06 02:59:47.902 | Setting up python-mysql.connector (1.1.6-1) ... 2015-11-06 02:59:48.051 | Setting up python-mysqldb (1.2.3-2ubuntu1) ... 2015-11-06 02:59:48.192 | Setting up python-numpy (1:1.8.2-0ubuntu0.1) ... 2015-11-06 02:59:49.174 | Setting up sg3-utils (1.36-1ubuntu1) ... 2015-11-06 02:59:49.183 | Setting up sharutils (1:4.14-1ubuntu1) ... 2015-11-06 02:59:49.191 | Setting up sqlite3 (3.8.2-1ubuntu2.1) ... 2015-11-06 02:59:49.211 | Setting up unzip (6.0-9ubuntu1.4) ... 2015-11-06 02:59:49.228 | Setting up vbetool (1.1-3) ... 2015-11-06 02:59:49.236 | Setting up kpartx (0.4.9-3ubuntu7.4) ... 2015-11-06 02:59:49.245 | Setting up libffi-dev:amd64 (3.1~rc1+r3.0.13-12) ... 2015-11-06 02:59:49.251 | Setting up libkrb5-dev (1.12+dfsg-2ubuntu5.1) ... 2015-11-06 02:59:49.258 | Setting up libldap2-dev:amd64 (2.4.31-1+nmu2ubuntu8.2) ... 2015-11-06 02:59:49.264 | Setting up libyaml-dev:amd64 (0.1.4-3ubuntu3.1) ... 2015-11-06 02:59:49.272 | Setting up sysfsutils (2.1.0+repack-3ubuntu1) ... 2015-11-06 02:59:49.316 | * Setting sysfs variables... 2015-11-06 02:59:49.318 | ...done. 2015-11-06 02:59:49.321 | Setting up vlan (1.9-3ubuntu10) ... 2015-11-06 02:59:49.337 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 02:59:49.352 | Setting up keepalived (1:1.2.7-1ubuntu1) ... 2015-11-06 02:59:49.375 | update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match keepalived Default-Stop values (1) 2015-11-06 02:59:49.401 | Setting up postgresql-server-dev-9.3 (9.3.10-0ubuntu0.14.04) ... 2015-11-06 02:59:49.409 | Setting up postgresql-server-dev-all (154ubuntu1) ... 2015-11-06 02:59:49.417 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 02:59:49.430 | Setting up libnss3-nssdb (2:3.19.2.1-0ubuntu0.14.04.1) ... 2015-11-06 02:59:49.439 | Setting up libnss3:amd64 (2:3.19.2.1-0ubuntu0.14.04.1) ... 2015-11-06 02:59:49.455 | Setting up librados2 (0.94.3-0ubuntu0.15.04.1~cloud0) ... 2015-11-06 02:59:49.469 | Setting up librbd1 (0.94.3-0ubuntu0.15.04.1~cloud0) ... 2015-11-06 02:59:49.483 | Setting up openjdk-7-jre-headless:amd64 (7u85-2.6.1-5ubuntu0.14.04.1) ... 2015-11-06 02:59:49.542 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode 2015-11-06 02:59:49.547 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode 2015-11-06 02:59:49.551 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode 2015-11-06 02:59:49.556 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode 2015-11-06 02:59:49.559 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode 2015-11-06 02:59:49.565 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode 2015-11-06 02:59:49.568 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode 2015-11-06 02:59:49.573 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode 2015-11-06 02:59:49.578 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode 2015-11-06 02:59:49.582 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode 2015-11-06 02:59:50.319 | Setting up ca-certificates-java (20130815ubuntu1) ... 2015-11-06 02:59:50.803 | Adding debian:AffirmTrust_Commercial.pem 2015-11-06 02:59:50.807 | Adding debian:GeoTrust_Primary_Certification_Authority.pem 2015-11-06 02:59:50.810 | Adding debian:T-TeleSec_GlobalRoot_Class_3.pem 2015-11-06 02:59:50.898 | Adding debian:COMODO_ECC_Certification_Authority.pem 2015-11-06 02:59:50.903 | Adding debian:WoSign_China.pem 2015-11-06 02:59:50.908 | Adding debian:DigiCert_Global_Root_G3.pem 2015-11-06 02:59:50.913 | Adding debian:WoSign.pem 2015-11-06 02:59:50.918 | Adding debian:E-Tugra_Certification_Authority.pem 2015-11-06 02:59:50.921 | Adding debian:Buypass_Class_3_CA_1.pem 2015-11-06 02:59:50.924 | Adding debian:AffirmTrust_Networking.pem 2015-11-06 02:59:50.926 | Adding debian:A-Trust-nQual-03.pem 2015-11-06 02:59:50.930 | Adding debian:Equifax_Secure_CA.pem 2015-11-06 02:59:50.936 | Adding debian:StartCom_Certification_Authority_2.pem 2015-11-06 02:59:50.938 | Adding debian:ACEDICOM_Root.pem 2015-11-06 02:59:50.941 | Adding debian:NetLock_Qualified_=Class_QA=_Root.pem 2015-11-06 02:59:50.951 | Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem 2015-11-06 02:59:50.957 | Adding debian:StartCom_Certification_Authority.pem 2015-11-06 02:59:50.960 | Adding debian:Juur-SK.pem 2015-11-06 02:59:50.962 | Adding debian:Comodo_Secure_Services_root.pem 2015-11-06 02:59:50.964 | Adding debian:AddTrust_Public_Services_Root.pem 2015-11-06 02:59:50.967 | Adding debian:EE_Certification_Centre_Root_CA.pem 2015-11-06 02:59:50.970 | Adding debian:Root_CA_Generalitat_Valenciana.pem 2015-11-06 02:59:50.973 | Adding debian:AC_Raíz_Certicámara_S.A..pem 2015-11-06 02:59:50.974 | Adding debian:certSIGN_ROOT_CA.pem 2015-11-06 02:59:50.976 | Adding debian:Equifax_Secure_Global_eBusiness_CA.pem 2015-11-06 02:59:50.978 | Adding debian:XRamp_Global_CA_Root.pem 2015-11-06 02:59:50.980 | Adding debian:GlobalSign_Root_CA_-_R2.pem 2015-11-06 02:59:50.982 | Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem 2015-11-06 02:59:50.984 | Adding debian:Taiwan_GRCA.pem 2015-11-06 02:59:50.986 | Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem 2015-11-06 02:59:50.988 | Adding debian:E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.pem 2015-11-06 02:59:50.990 | Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2.pem 2015-11-06 02:59:50.994 | Adding debian:Camerfirma_Global_Chambersign_Root.pem 2015-11-06 02:59:50.997 | Adding debian:Swisscom_Root_CA_2.pem 2015-11-06 02:59:50.999 | Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem 2015-11-06 02:59:51.002 | Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem 2015-11-06 02:59:51.004 | Adding debian:CA_Disig.pem 2015-11-06 02:59:51.006 | Adding debian:Hongkong_Post_Root_CA_1.pem 2015-11-06 02:59:51.008 | Adding debian:QuoVadis_Root_CA_2.pem 2015-11-06 02:59:51.010 | Adding debian:RSA_Security_2048_v3.pem 2015-11-06 02:59:51.012 | Adding debian:Buypass_Class_2_CA_1.pem 2015-11-06 02:59:51.015 | Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem 2015-11-06 02:59:51.017 | Adding debian:Global_Chambersign_Root_-_2008.pem 2015-11-06 02:59:51.019 | Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem 2015-11-06 02:59:51.021 | Adding debian:Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem 2015-11-06 02:59:51.023 | Adding debian:Microsec_e-Szigno_Root_CA_2009.pem 2015-11-06 02:59:51.025 | Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem 2015-11-06 02:59:51.026 | Adding debian:CNNIC_ROOT.pem 2015-11-06 02:59:51.028 | Adding debian:Certum_Trusted_Network_CA.pem 2015-11-06 02:59:51.030 | Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem 2015-11-06 02:59:51.034 | Adding debian:Go_Daddy_Class_2_CA.pem 2015-11-06 02:59:51.036 | Adding debian:Digital_Signature_Trust_Co._Global_CA_3.pem 2015-11-06 02:59:51.038 | Adding debian:Comodo_Trusted_Services_root.pem 2015-11-06 02:59:51.040 | Adding debian:Atos_TrustedRoot_2011.pem 2015-11-06 02:59:51.042 | Adding debian:Buypass_Class_2_Root_CA.pem 2015-11-06 02:59:51.043 | Adding debian:TURKTRUST_Certificate_Services_Provider_Root_1.pem 2015-11-06 02:59:51.045 | Adding debian:Buypass_Class_3_Root_CA.pem 2015-11-06 02:59:51.046 | Adding debian:EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.pem 2015-11-06 02:59:51.049 | Adding debian:NetLock_Notary_=Class_A=_Root.pem 2015-11-06 02:59:51.050 | Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_2.pem 2015-11-06 02:59:51.052 | Adding debian:DST_ACES_CA_X6.pem 2015-11-06 02:59:51.054 | Adding debian:WellsSecure_Public_Root_Certificate_Authority.pem 2015-11-06 02:59:51.055 | Adding debian:TC_TrustCenter_Universal_CA_I.pem 2015-11-06 02:59:51.059 | Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem 2015-11-06 02:59:51.063 | Adding debian:PSCProcert.pem 2015-11-06 02:59:51.065 | Adding debian:Digital_Signature_Trust_Co._Global_CA_1.pem 2015-11-06 02:59:51.068 | Adding debian:thawte_Primary_Root_CA_-_G2.pem 2015-11-06 02:59:51.071 | Adding debian:SwissSign_Silver_CA_-_G2.pem 2015-11-06 02:59:51.073 | Adding debian:Security_Communication_Root_CA.pem 2015-11-06 02:59:51.074 | Adding debian:Baltimore_CyberTrust_Root.pem 2015-11-06 02:59:51.077 | Adding debian:ACCVRAIZ1.pem 2015-11-06 02:59:51.079 | Adding debian:T-TeleSec_GlobalRoot_Class_2.pem 2015-11-06 02:59:51.083 | Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem 2015-11-06 02:59:51.085 | Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem 2015-11-06 02:59:51.087 | Adding debian:TWCA_Root_Certification_Authority.pem 2015-11-06 02:59:51.091 | Adding debian:Microsec_e-Szigno_Root_CA.pem 2015-11-06 02:59:51.099 | Adding debian:IGC_A.pem 2015-11-06 02:59:51.103 | Adding debian:Certigna.pem 2015-11-06 02:59:51.107 | Adding debian:DigiCert_Trusted_Root_G4.pem 2015-11-06 02:59:51.109 | Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority.pem 2015-11-06 02:59:51.112 | Adding debian:Entrust_Root_Certification_Authority.pem 2015-11-06 02:59:51.116 | Adding debian:SwissSign_Gold_CA_-_G2.pem 2015-11-06 02:59:51.119 | Adding debian:CA_Disig_Root_R1.pem 2015-11-06 02:59:51.122 | Adding debian:GlobalSign_Root_CA_-_R3.pem 2015-11-06 02:59:51.124 | Adding debian:Starfield_Class_2_CA.pem 2015-11-06 02:59:51.127 | Adding debian:Sonera_Class_1_Root_CA.pem 2015-11-06 02:59:51.130 | Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem 2015-11-06 02:59:51.132 | Adding debian:QuoVadis_Root_CA.pem 2015-11-06 02:59:51.137 | Adding debian:Secure_Global_CA.pem 2015-11-06 02:59:51.139 | Adding debian:AffirmTrust_Premium.pem 2015-11-06 02:59:51.142 | Adding debian:America_Online_Root_Certification_Authority_2.pem 2015-11-06 02:59:51.144 | Adding debian:DST_Root_CA_X3.pem 2015-11-06 02:59:51.146 | Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem 2015-11-06 02:59:51.148 | Adding debian:GeoTrust_Global_CA_2.pem 2015-11-06 02:59:51.150 | Adding debian:Trustis_FPS_Root_CA.pem 2015-11-06 02:59:51.154 | Adding debian:GeoTrust_Universal_CA.pem 2015-11-06 02:59:51.155 | Adding debian:NetLock_Express_=Class_C=_Root.pem 2015-11-06 02:59:51.157 | Adding debian:AddTrust_Qualified_Certificates_Root.pem 2015-11-06 02:59:51.159 | Adding debian:ePKI_Root_Certification_Authority.pem 2015-11-06 02:59:51.160 | Adding debian:Security_Communication_RootCA2.pem 2015-11-06 02:59:51.161 | Adding debian:GeoTrust_Universal_CA_2.pem 2015-11-06 02:59:51.165 | Adding debian:ApplicationCA_-_Japanese_Government.pem 2015-11-06 02:59:51.168 | Adding debian:AddTrust_Low-Value_Services_Root.pem 2015-11-06 02:59:51.170 | Adding debian:Sonera_Class_2_Root_CA.pem 2015-11-06 02:59:51.172 | Adding debian:DigiCert_Global_Root_G2.pem 2015-11-06 02:59:51.178 | Adding debian:spi-cacert-2008.pem 2015-11-06 02:59:51.182 | Adding debian:Chambers_of_Commerce_Root_-_2008.pem 2015-11-06 02:59:51.185 | Adding debian:UTN_USERFirst_Email_Root_CA.pem 2015-11-06 02:59:51.187 | Adding debian:America_Online_Root_Certification_Authority_1.pem 2015-11-06 02:59:51.189 | Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem 2015-11-06 02:59:51.191 | Adding debian:ssl-cert-snakeoil.pem 2015-11-06 02:59:51.194 | Adding debian:Swisscom_Root_EV_CA_2.pem 2015-11-06 02:59:51.196 | Adding debian:Certum_Root_CA.pem 2015-11-06 02:59:51.197 | Adding debian:EC-ACC.pem 2015-11-06 02:59:51.199 | Adding debian:UTN_USERFirst_Hardware_Root_CA.pem 2015-11-06 02:59:51.201 | Adding debian:DigiCert_Global_Root_CA.pem 2015-11-06 02:59:51.203 | Adding debian:Certplus_Class_2_Primary_CA.pem 2015-11-06 02:59:51.205 | Adding debian:TC_TrustCenter_Class_2_CA_II.pem 2015-11-06 02:59:51.207 | Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem 2015-11-06 02:59:51.209 | Adding debian:Cybertrust_Global_Root.pem 2015-11-06 02:59:51.210 | Adding debian:Izenpe.com.pem 2015-11-06 02:59:51.213 | Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem 2015-11-06 02:59:51.215 | Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem 2015-11-06 02:59:51.216 | Adding debian:TeliaSonera_Root_CA_v1.pem 2015-11-06 02:59:51.220 | Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem 2015-11-06 02:59:51.222 | Adding debian:StartCom_Certification_Authority_G2.pem 2015-11-06 02:59:51.224 | Adding debian:thawte_Primary_Root_CA.pem 2015-11-06 02:59:51.225 | Adding debian:TWCA_Global_Root_CA.pem 2015-11-06 02:59:51.227 | Adding debian:ComSign_Secured_CA.pem 2015-11-06 02:59:51.231 | Adding debian:AffirmTrust_Premium_ECC.pem 2015-11-06 02:59:51.233 | Adding debian:SG_TRUST_SERVICES_RACINE.pem 2015-11-06 02:59:51.235 | Adding debian:S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem 2015-11-06 02:59:51.236 | Adding debian:GeoTrust_Global_CA.pem 2015-11-06 02:59:51.238 | Adding debian:SwissSign_Platinum_CA_-_G2.pem 2015-11-06 02:59:51.241 | Adding debian:AddTrust_External_Root.pem 2015-11-06 02:59:51.242 | Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem 2015-11-06 02:59:51.244 | Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem 2015-11-06 02:59:51.245 | Adding debian:Network_Solutions_Certificate_Authority.pem 2015-11-06 02:59:51.247 | Adding debian:QuoVadis_Root_CA_3_G3.pem 2015-11-06 02:59:51.249 | Adding debian:Swisscom_Root_CA_1.pem 2015-11-06 02:59:51.251 | Adding debian:QuoVadis_Root_CA_3.pem 2015-11-06 02:59:51.252 | Adding debian:Visa_eCommerce_Root.pem 2015-11-06 02:59:51.254 | Adding debian:SecureTrust_CA.pem 2015-11-06 02:59:51.256 | Adding debian:Equifax_Secure_eBusiness_CA_1.pem 2015-11-06 02:59:51.257 | Adding debian:Security_Communication_EV_RootCA1.pem 2015-11-06 02:59:51.259 | Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem 2015-11-06 02:59:51.262 | Adding debian:QuoVadis_Root_CA_1_G3.pem 2015-11-06 02:59:51.263 | Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem 2015-11-06 02:59:51.266 | Adding debian:DigiCert_Assured_ID_Root_G3.pem 2015-11-06 02:59:51.268 | Adding debian:SecureSign_RootCA11.pem 2015-11-06 02:59:51.270 | Adding debian:Comodo_AAA_Services_root.pem 2015-11-06 02:59:51.271 | Adding debian:CA_Disig_Root_R2.pem 2015-11-06 02:59:51.273 | Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem 2015-11-06 02:59:51.274 | Adding debian:DigiCert_Assured_ID_Root_G2.pem 2015-11-06 02:59:51.276 | Adding debian:COMODO_Certification_Authority.pem 2015-11-06 02:59:51.278 | Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem 2015-11-06 02:59:51.280 | Adding debian:Actalis_Authentication_Root_CA.pem 2015-11-06 02:59:51.282 | Adding debian:thawte_Primary_Root_CA_-_G3.pem 2015-11-06 02:59:51.283 | Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority.pem 2015-11-06 02:59:51.285 | Adding debian:GlobalSign_Root_CA.pem 2015-11-06 02:59:51.286 | Adding debian:UTN_DATACorp_SGC_Root_CA.pem 2015-11-06 02:59:51.288 | Adding debian:Thawte_Premium_Server_CA.pem 2015-11-06 02:59:51.290 | Adding debian:VeriSign_Universal_Root_Certification_Authority.pem 2015-11-06 02:59:51.292 | Adding debian:Certinomis_-_Autorité_Racine.pem 2015-11-06 02:59:51.294 | Adding debian:ComSign_CA.pem 2015-11-06 02:59:51.295 | Adding debian:NetLock_Business_=Class_B=_Root.pem 2015-11-06 02:59:51.297 | Adding debian:DigiCert_Assured_ID_Root_CA.pem 2015-11-06 02:59:51.298 | Adding debian:Deutsche_Telekom_Root_CA_2.pem 2015-11-06 02:59:51.300 | Adding debian:Staat_der_Nederlanden_Root_CA.pem 2015-11-06 02:59:51.301 | Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem 2015-11-06 02:59:51.304 | Adding debian:QuoVadis_Root_CA_2_G3.pem 2015-11-06 02:59:51.305 | Adding debian:TC_TrustCenter_Class_3_CA_II.pem 2015-11-06 02:59:51.306 | Adding debian:Thawte_Server_CA.pem 2015-11-06 02:59:51.307 | Adding debian:GTE_CyberTrust_Global_Root.pem 2015-11-06 02:59:51.352 | done. 2015-11-06 02:59:51.359 | Setting up default-jre-headless (2:1.7-51) ... 2015-11-06 02:59:51.365 | Setting up qemu-utils (1:2.2+dfsg-5expubuntu9.3~cloud0) ... 2015-11-06 02:59:51.373 | Setting up zookeeper (3.4.5+dfsg-1) ... 2015-11-06 02:59:51.555 | adduser: Warning: The home directory `/var/lib/zookeeper' does not belong to the user you are currently creating. 2015-11-06 02:59:51.567 | update-alternatives: using /etc/zookeeper/conf_example to provide /etc/zookeeper/conf (zookeeper-conf) in auto mode 2015-11-06 02:59:51.575 | Setting up zookeeperd (3.4.5+dfsg-1) ... 2015-11-06 02:59:51.706 | zookeeper start/running, process 12436 2015-11-06 02:59:51.730 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-06 02:59:51.759 | Processing triggers for initramfs-tools (0.103ubuntu4.2) ... 2015-11-06 02:59:51.772 | update-initramfs: Generating /boot/initrd.img-3.13.0-66-generic 2015-11-06 02:59:58.236 | Processing triggers for ca-certificates (20141019ubuntu0.14.04.1) ... 2015-11-06 02:59:59.332 | Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. 2015-11-06 02:59:59.338 | Running hooks in /etc/ca-certificates/update.d.... 2015-11-06 02:59:59.967 | done. 2015-11-06 02:59:59.967 | done. 2015-11-06 02:59:59.977 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:00:00.173 | ++ time_stop apt-get 2015-11-06 03:00:00.174 | ++ local name 2015-11-06 03:00:00.175 | ++ local end_time 2015-11-06 03:00:00.175 | ++ local elpased_time 2015-11-06 03:00:00.176 | ++ local total 2015-11-06 03:00:00.176 | ++ local start_time 2015-11-06 03:00:00.176 | ++ name=apt-get 2015-11-06 03:00:00.177 | ++ start_time=1446778747 2015-11-06 03:00:00.178 | ++ [[ -z 1446778747 ]] 2015-11-06 03:00:00.178 | +++ date +%s 2015-11-06 03:00:00.182 | ++ end_time=1446778800 2015-11-06 03:00:00.182 | ++ elapsed_time=53 2015-11-06 03:00:00.182 | ++ total=5 2015-11-06 03:00:00.183 | ++ START_TIME[$name]= 2015-11-06 03:00:00.183 | ++ TOTAL_TIME[$name]=58 2015-11-06 03:00:00.184 | ++ 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 gettext pkg-config python-lxml 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 python-lxml gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat python-libxml2 python-numpy python-m2crypto libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup python-numpy lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat zookeeperd acl ebtables iptables iputils-ping iputils-arping libmysqlclient-dev sudo postgresql-server-dev-all python-mysqldb python-mysql.connector dnsmasq-base sqlite3 vlan uuid-runtime conntrack conntrackd keepalived 2015-11-06 03:00:00.184 | ++ is_ubuntu 2015-11-06 03:00:00.185 | ++ [[ -z deb ]] 2015-11-06 03:00:00.185 | ++ '[' deb = deb ']' 2015-11-06 03:00:00.186 | ++ 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 gettext pkg-config python-lxml 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 python-lxml gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat python-libxml2 python-numpy python-m2crypto libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup python-numpy lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat zookeeperd acl ebtables iptables iputils-ping iputils-arping libmysqlclient-dev sudo postgresql-server-dev-all python-mysqldb python-mysql.connector dnsmasq-base sqlite3 vlan uuid-runtime conntrack conntrackd keepalived 2015-11-06 03:00:00.196 | ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node 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 gettext pkg-config python-lxml 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 python-lxml gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat python-libxml2 python-numpy python-m2crypto libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup python-numpy lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat zookeeperd acl ebtables iptables iputils-ping iputils-arping libmysqlclient-dev sudo postgresql-server-dev-all python-mysqldb python-mysql.connector dnsmasq-base sqlite3 vlan uuid-runtime conntrack conntrackd keepalived 2015-11-06 03:00:00.216 | Reading package lists... 2015-11-06 03:00:00.384 | Building dependency tree... 2015-11-06 03:00:00.385 | Reading state information... 2015-11-06 03:00:00.497 | acl is already the newest version. 2015-11-06 03:00:00.497 | bc is already the newest version. 2015-11-06 03:00:00.498 | bridge-utils is already the newest version. 2015-11-06 03:00:00.498 | cryptsetup is already the newest version. 2015-11-06 03:00:00.499 | ebtables is already the newest version. 2015-11-06 03:00:00.499 | g++ is already the newest version. 2015-11-06 03:00:00.500 | gawk is already the newest version. 2015-11-06 03:00:00.500 | gcc is already the newest version. 2015-11-06 03:00:00.501 | genisoimage is already the newest version. 2015-11-06 03:00:00.501 | iptables is already the newest version. 2015-11-06 03:00:00.502 | keepalived is already the newest version. 2015-11-06 03:00:00.502 | libffi-dev is already the newest version. 2015-11-06 03:00:00.503 | libjs-jquery-tablesorter is already the newest version. 2015-11-06 03:00:00.503 | libsasl2-dev is already the newest version. 2015-11-06 03:00:00.504 | libxslt1-dev is already the newest version. 2015-11-06 03:00:00.504 | lsof is already the newest version. 2015-11-06 03:00:00.504 | lvm2 is already the newest version. 2015-11-06 03:00:00.505 | open-iscsi is already the newest version. 2015-11-06 03:00:00.505 | pkg-config is already the newest version. 2015-11-06 03:00:00.505 | psmisc is already the newest version. 2015-11-06 03:00:00.506 | python-dev is already the newest version. 2015-11-06 03:00:00.506 | python-gdbm is already the newest version. 2015-11-06 03:00:00.507 | python-m2crypto is already the newest version. 2015-11-06 03:00:00.507 | python-mysqldb is already the newest version. 2015-11-06 03:00:00.508 | screen is already the newest version. 2015-11-06 03:00:00.508 | sg3-utils is already the newest version. 2015-11-06 03:00:00.508 | tar is already the newest version. 2015-11-06 03:00:00.509 | vlan is already the newest version. 2015-11-06 03:00:00.509 | zlib1g-dev is already the newest version. 2015-11-06 03:00:00.510 | conntrack is already the newest version. 2015-11-06 03:00:00.510 | conntrackd is already the newest version. 2015-11-06 03:00:00.511 | dstat is already the newest version. 2015-11-06 03:00:00.511 | fping is already the newest version. 2015-11-06 03:00:00.511 | python-mysql.connector is already the newest version. 2015-11-06 03:00:00.512 | socat is already the newest version. 2015-11-06 03:00:00.512 | sysfsutils is already the newest version. 2015-11-06 03:00:00.513 | zookeeperd is already the newest version. 2015-11-06 03:00:00.513 | curl is already the newest version. 2015-11-06 03:00:00.514 | dnsmasq-base is already the newest version. 2015-11-06 03:00:00.514 | dnsmasq-utils is already the newest version. 2015-11-06 03:00:00.515 | gettext is already the newest version. 2015-11-06 03:00:00.515 | git is already the newest version. 2015-11-06 03:00:00.515 | graphviz is already the newest version. 2015-11-06 03:00:00.516 | iputils-arping is already the newest version. 2015-11-06 03:00:00.516 | iputils-ping is already the newest version. 2015-11-06 03:00:00.517 | kpartx is already the newest version. 2015-11-06 03:00:00.517 | libkrb5-dev is already the newest version. 2015-11-06 03:00:00.518 | libldap2-dev is already the newest version. 2015-11-06 03:00:00.519 | libmysqlclient-dev is already the newest version. 2015-11-06 03:00:00.519 | libpcre3-dev is already the newest version. 2015-11-06 03:00:00.519 | libpq-dev is already the newest version. 2015-11-06 03:00:00.520 | libssl-dev is already the newest version. 2015-11-06 03:00:00.520 | libxml2-dev is already the newest version. 2015-11-06 03:00:00.521 | libyaml-dev is already the newest version. 2015-11-06 03:00:00.521 | openssh-server is already the newest version. 2015-11-06 03:00:00.522 | openssl is already the newest version. 2015-11-06 03:00:00.522 | parted is already the newest version. 2015-11-06 03:00:00.523 | pm-utils is already the newest version. 2015-11-06 03:00:00.523 | python-libxml2 is already the newest version. 2015-11-06 03:00:00.524 | python-lxml is already the newest version. 2015-11-06 03:00:00.524 | python-numpy is already the newest version. 2015-11-06 03:00:00.525 | python2.7 is already the newest version. 2015-11-06 03:00:00.525 | sqlite3 is already the newest version. 2015-11-06 03:00:00.526 | sudo is already the newest version. 2015-11-06 03:00:00.526 | tcpdump is already the newest version. 2015-11-06 03:00:00.527 | unzip is already the newest version. 2015-11-06 03:00:00.527 | uuid-runtime is already the newest version. 2015-11-06 03:00:00.528 | wget is already the newest version. 2015-11-06 03:00:00.528 | postgresql-server-dev-all is already the newest version. 2015-11-06 03:00:00.529 | qemu-utils is already the newest version. 2015-11-06 03:00:00.529 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:00:00.530 | ++ time_stop apt-get 2015-11-06 03:00:00.530 | ++ local name 2015-11-06 03:00:00.530 | ++ local end_time 2015-11-06 03:00:00.531 | ++ local elpased_time 2015-11-06 03:00:00.531 | ++ local total 2015-11-06 03:00:00.532 | ++ local start_time 2015-11-06 03:00:00.532 | ++ name=apt-get 2015-11-06 03:00:00.532 | ++ start_time=1446778800 2015-11-06 03:00:00.533 | ++ [[ -z 1446778800 ]] 2015-11-06 03:00:00.533 | +++ date +%s 2015-11-06 03:00:00.534 | ++ end_time=1446778800 2015-11-06 03:00:00.534 | ++ elapsed_time=0 2015-11-06 03:00:00.535 | ++ total=58 2015-11-06 03:00:00.535 | ++ START_TIME[$name]= 2015-11-06 03:00:00.536 | ++ TOTAL_TIME[$name]=58 2015-11-06 03:00:00.536 | ++ [[ -n False ]] 2015-11-06 03:00:00.537 | ++ [[ False != \F\a\l\s\e ]] 2015-11-06 03:00:00.537 | ++ date +%s 2015-11-06 03:00:00.538 | ++ date 2015-11-06 03:00:00.538 | + [[ False != \T\r\u\e ]] 2015-11-06 03:00:00.539 | + PYPI_ALTERNATIVE_URL= 2015-11-06 03:00:00.539 | + /opt/stack/devstack/tools/install_pip.sh 2015-11-06 03:00:00.539 | +++ dirname /opt/stack/devstack/tools/install_pip.sh 2015-11-06 03:00:00.540 | ++ cd /opt/stack/devstack/tools 2015-11-06 03:00:00.540 | ++ pwd 2015-11-06 03:00:00.541 | + TOOLS_DIR=/opt/stack/devstack/tools 2015-11-06 03:00:00.541 | ++ cd /opt/stack/devstack/tools/.. 2015-11-06 03:00:00.542 | ++ pwd 2015-11-06 03:00:00.542 | + TOP_DIR=/opt/stack/devstack 2015-11-06 03:00:00.542 | + cd /opt/stack/devstack 2015-11-06 03:00:00.543 | + source /opt/stack/devstack/stackrc 2015-11-06 03:00:00.543 | ++ [[ -z '' ]] 2015-11-06 03:00:00.544 | ++ declare -r _DEVSTACK_STACKRC=1 2015-11-06 03:00:00.544 | ++ unset LANG 2015-11-06 03:00:00.545 | ++ unset LANGUAGE 2015-11-06 03:00:00.545 | ++ LC_ALL=C 2015-11-06 03:00:00.545 | ++ export LC_ALL 2015-11-06 03:00:00.546 | ++++ dirname /opt/stack/devstack/stackrc 2015-11-06 03:00:00.546 | +++ cd /opt/stack/devstack 2015-11-06 03:00:00.547 | +++ pwd 2015-11-06 03:00:00.547 | ++ RC_DIR=/opt/stack/devstack 2015-11-06 03:00:00.547 | ++ source /opt/stack/devstack/functions 2015-11-06 03:00:00.548 | +++ [[ -z '' ]] 2015-11-06 03:00:00.548 | +++ declare -r _DEVSTACK_FUNCTIONS=1 2015-11-06 03:00:00.549 | +++++ dirname /opt/stack/devstack/functions 2015-11-06 03:00:00.549 | ++++ cd /opt/stack/devstack 2015-11-06 03:00:00.550 | ++++ pwd 2015-11-06 03:00:00.550 | +++ FUNC_DIR=/opt/stack/devstack 2015-11-06 03:00:00.551 | +++ source /opt/stack/devstack/functions-common 2015-11-06 03:00:00.563 | +++ source /opt/stack/devstack/inc/ini-config 2015-11-06 03:00:00.569 | +++ source /opt/stack/devstack/inc/python 2015-11-06 03:00:00.574 | +++ source /opt/stack/devstack/inc/rootwrap 2015-11-06 03:00:00.587 | ++ DEST=/opt/stack 2015-11-06 03:00:00.587 | ++ DATA_DIR=/opt/stack/data 2015-11-06 03:00:00.587 | ++ SERVICE_DIR=/opt/stack/status 2015-11-06 03:00:00.588 | ++ [[ 1000 -eq 0 ]] 2015-11-06 03:00:00.589 | +++ whoami 2015-11-06 03:00:00.592 | ++ STACK_USER=vagrant 2015-11-06 03:00:00.592 | ++ REGION_NAME=RegionOne 2015-11-06 03:00:00.593 | ++ isset ENABLED_SERVICES 2015-11-06 03:00:00.593 | ++ [[ -v ENABLED_SERVICES ]] 2015-11-06 03:00:00.594 | ++ ENABLED_SERVICES=key 2015-11-06 03:00:00.594 | ++ ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth 2015-11-06 03:00:00.595 | ++ ENABLED_SERVICES+=,g-api,g-reg 2015-11-06 03:00:00.596 | ++ ENABLED_SERVICES+=,c-sch,c-api,c-vol 2015-11-06 03:00:00.596 | ++ ENABLED_SERVICES+=,horizon 2015-11-06 03:00:00.596 | ++ ENABLED_SERVICES+=,rabbit,tempest,mysql,dstat,zookeeper 2015-11-06 03:00:00.597 | ++ ENABLE_HTTPD_MOD_WSGI_SERVICES=True 2015-11-06 03:00:00.597 | ++ NOVA_ENABLED_APIS=ec2,osapi_compute,metadata 2015-11-06 03:00:00.598 | ++ HORIZON_APACHE_ROOT=/dashboard 2015-11-06 03:00:00.598 | ++ USE_SCREEN=True 2015-11-06 03:00:00.599 | ++ [[ -r /opt/stack/devstack/.localrc.password ]] 2015-11-06 03:00:00.599 | ++ [[ -f /opt/stack/devstack/localrc ]] 2015-11-06 03:00:00.600 | ++ [[ -f /opt/stack/devstack/.localrc.auto ]] 2015-11-06 03:00:00.600 | ++ source /opt/stack/devstack/.localrc.auto 2015-11-06 03:00:00.600 | +++ HOST_IP=10.0.2.15 2015-11-06 03:00:00.601 | ++++ ifconfig -a 2015-11-06 03:00:00.601 | ++++ grep -B 1 10.0.2.15 2015-11-06 03:00:00.602 | ++++ cut -d ' ' -f 1 2015-11-06 03:00:00.602 | ++++ tr -d : 2015-11-06 03:00:00.602 | ++++ head -n 1 2015-11-06 03:00:00.605 | +++ HOST_IP_IFACE=eth0 2015-11-06 03:00:00.606 | ++++ hostname 2015-11-06 03:00:00.610 | +++ HOST_NAME=node 2015-11-06 03:00:00.610 | +++ MYSQL_PASSWORD=password 2015-11-06 03:00:00.611 | +++ DATABASE_PASSWORD=password 2015-11-06 03:00:00.611 | +++ RABBIT_PASSWORD=password 2015-11-06 03:00:00.612 | +++ ADMIN_PASSWORD=password 2015-11-06 03:00:00.612 | +++ SERVICE_PASSWORD=password 2015-11-06 03:00:00.612 | +++ HORIZON_PASSWORD=password 2015-11-06 03:00:00.613 | +++ SERVICE_TOKEN=tokentoken 2015-11-06 03:00:00.613 | +++ FORCE=yes 2015-11-06 03:00:00.613 | +++ RECLONE=False 2015-11-06 03:00:00.614 | +++ OFFLINE=False 2015-11-06 03:00:00.614 | +++ enable_plugin networking-odl http://git.openstack.org/openstack/networking-odl master 2015-11-06 03:00:00.614 | +++ local name=networking-odl 2015-11-06 03:00:00.615 | +++ local url=http://git.openstack.org/openstack/networking-odl 2015-11-06 03:00:00.615 | +++ local branch=master 2015-11-06 03:00:00.615 | +++ DEVSTACK_PLUGINS+=,networking-odl 2015-11-06 03:00:00.615 | +++ GITREPO[$name]=http://git.openstack.org/openstack/networking-odl 2015-11-06 03:00:00.615 | +++ GITDIR[$name]=/opt/stack/networking-odl 2015-11-06 03:00:00.616 | +++ GITBRANCH[$name]=master 2015-11-06 03:00:00.616 | +++ disable_service n-net 2015-11-06 03:00:00.639 | +++ enable_service n-cpu 2015-11-06 03:00:00.673 | +++ enable_service neutron 2015-11-06 03:00:00.704 | +++ enable_service q-svc 2015-11-06 03:00:00.737 | +++ enable_service q-dhcp 2015-11-06 03:00:00.769 | +++ enable_service q-l3 2015-11-06 03:00:00.803 | +++ enable_service q-meta 2015-11-06 03:00:00.834 | +++ DEST=/opt/stack 2015-11-06 03:00:00.834 | +++ SCREEN_LOGDIR=/opt/stack/logs/screen 2015-11-06 03:00:00.835 | +++ LOGFILE=/opt/stack/logs/screen/xstack.sh.log 2015-11-06 03:00:00.835 | +++ LOGDAYS=1 2015-11-06 03:00:00.836 | +++ IP_VERSION=4 2015-11-06 03:00:00.836 | +++ Q_ML2_PLUGIN_MECHANISM_DRIVERS=opendaylight 2015-11-06 03:00:00.837 | +++ Q_ML2_PLUGIN_TYPE_DRIVERS=vlan,flat,local 2015-11-06 03:00:00.838 | +++ Q_ML2_TENANT_NETWORK_TYPE=vlan 2015-11-06 03:00:00.838 | +++ ENABLE_TENANT_VLANS=True 2015-11-06 03:00:00.839 | +++ ENABLE_TENANT_TUNNELS=True 2015-11-06 03:00:00.839 | +++ OVS_NUM_HUGEPAGES=2048 2015-11-06 03:00:00.840 | +++ OVS_DATAPATH_TYPE=netdev 2015-11-06 03:00:00.840 | +++ OVS_GIT_TAG=master 2015-11-06 03:00:00.841 | +++ OVS_DPDK_VHOST_USER_DEBUG=n 2015-11-06 03:00:00.841 | +++ OVS_LOG_DIR=/opt/stack/logs 2015-11-06 03:00:00.842 | +++ OVS_HUGEPAGE_MOUNT_PAGESIZE=2M 2015-11-06 03:00:00.843 | +++ OVS_ALLOCATE_HUGEPAGES=True 2015-11-06 03:00:00.843 | +++ OVS_DPDK_GIT_TAG=v2.0.0 2015-11-06 03:00:00.844 | +++ OVS_BRIDGE_MAPPINGS=default:eth2 2015-11-06 03:00:00.844 | +++ OVS_DPDK_MEM_SEGMENTS=1000 2015-11-06 03:00:00.844 | +++ INTERNAL_NETWORK_IP='192.168.50.*' 2015-11-06 03:00:00.845 | ++++ ifconfig -a 2015-11-06 03:00:00.845 | ++++ grep -B 1 '192.168.50.*' 2015-11-06 03:00:00.846 | ++++ cut -d ' ' -f 1 2015-11-06 03:00:00.846 | ++++ head -n 1 2015-11-06 03:00:00.847 | ++++ tr -d : 2015-11-06 03:00:00.847 | +++ INTERNAL_IFACE=eth1 2015-11-06 03:00:00.847 | +++ ODL_PROVIDER_MAPPINGS=default:eth1 2015-11-06 03:00:00.848 | +++ ML2_VLAN_RANGES=default:1000:1010 2015-11-06 03:00:00.848 | +++ MULTI_HOST=0 2015-11-06 03:00:00.849 | ++ IDENTITY_API_VERSION=2.0 2015-11-06 03:00:00.849 | +++ trueorfalse True ENABLE_IDENTITY_V2 2015-11-06 03:00:00.852 | ++ ENABLE_IDENTITY_V2=True 2015-11-06 03:00:00.853 | ++ '[' True == False ']' 2015-11-06 03:00:00.853 | +++ trueorfalse False USE_VENV 2015-11-06 03:00:00.858 | ++ USE_VENV=False 2015-11-06 03:00:00.858 | ++ ADDITIONAL_VENV_PACKAGES= 2015-11-06 03:00:00.858 | +++ trueorfalse False DATABASE_QUERY_LOGGING 2015-11-06 03:00:00.866 | ++ DATABASE_QUERY_LOGGING=False 2015-11-06 03:00:00.866 | ++ GIT_TIMEOUT=0 2015-11-06 03:00:00.867 | ++ GIT_BASE=git://git.openstack.org 2015-11-06 03:00:00.867 | ++ REQUIREMENTS_DIR=/opt/stack/requirements 2015-11-06 03:00:00.867 | ++ CINDER_REPO=git://git.openstack.org/openstack/cinder.git 2015-11-06 03:00:00.868 | ++ CINDER_BRANCH=master 2015-11-06 03:00:00.868 | ++ GLANCE_REPO=git://git.openstack.org/openstack/glance.git 2015-11-06 03:00:00.869 | ++ GLANCE_BRANCH=master 2015-11-06 03:00:00.869 | ++ HEAT_REPO=git://git.openstack.org/openstack/heat.git 2015-11-06 03:00:00.870 | ++ HEAT_BRANCH=master 2015-11-06 03:00:00.870 | ++ HORIZON_REPO=git://git.openstack.org/openstack/horizon.git 2015-11-06 03:00:00.870 | ++ HORIZON_BRANCH=master 2015-11-06 03:00:00.871 | ++ IRONIC_REPO=git://git.openstack.org/openstack/ironic.git 2015-11-06 03:00:00.871 | ++ IRONIC_BRANCH=master 2015-11-06 03:00:00.872 | ++ KEYSTONE_REPO=git://git.openstack.org/openstack/keystone.git 2015-11-06 03:00:00.872 | ++ KEYSTONE_BRANCH=master 2015-11-06 03:00:00.872 | ++ NEUTRON_REPO=git://git.openstack.org/openstack/neutron.git 2015-11-06 03:00:00.873 | ++ NEUTRON_BRANCH=master 2015-11-06 03:00:00.873 | ++ NEUTRON_FWAAS_REPO=git://git.openstack.org/openstack/neutron-fwaas.git 2015-11-06 03:00:00.874 | ++ NEUTRON_FWAAS_BRANCH=master 2015-11-06 03:00:00.874 | ++ NEUTRON_LBAAS_REPO=git://git.openstack.org/openstack/neutron-lbaas.git 2015-11-06 03:00:00.875 | ++ NEUTRON_LBAAS_BRANCH=master 2015-11-06 03:00:00.875 | ++ NEUTRON_VPNAAS_REPO=git://git.openstack.org/openstack/neutron-vpnaas.git 2015-11-06 03:00:00.876 | ++ NEUTRON_VPNAAS_BRANCH=master 2015-11-06 03:00:00.876 | ++ NOVA_REPO=git://git.openstack.org/openstack/nova.git 2015-11-06 03:00:00.876 | ++ NOVA_BRANCH=master 2015-11-06 03:00:00.877 | ++ SWIFT_REPO=git://git.openstack.org/openstack/swift.git 2015-11-06 03:00:00.877 | ++ SWIFT_BRANCH=master 2015-11-06 03:00:00.877 | ++ REQUIREMENTS_REPO=git://git.openstack.org/openstack/requirements.git 2015-11-06 03:00:00.878 | ++ REQUIREMENTS_BRANCH=master 2015-11-06 03:00:00.878 | ++ TEMPEST_REPO=git://git.openstack.org/openstack/tempest.git 2015-11-06 03:00:00.879 | ++ TEMPEST_BRANCH=master 2015-11-06 03:00:00.879 | ++ GITREPO["tempest-lib"]=git://git.openstack.org/openstack/tempest-lib.git 2015-11-06 03:00:00.880 | ++ GITBRANCH["tempest-lib"]=master 2015-11-06 03:00:00.880 | ++ GITREPO["python-cinderclient"]=git://git.openstack.org/openstack/python-cinderclient.git 2015-11-06 03:00:00.882 | ++ GITBRANCH["python-cinderclient"]=master 2015-11-06 03:00:00.882 | ++ GITREPO["python-glanceclient"]=git://git.openstack.org/openstack/python-glanceclient.git 2015-11-06 03:00:00.882 | ++ GITBRANCH["python-glanceclient"]=master 2015-11-06 03:00:00.883 | ++ GITREPO["python-heatclient"]=git://git.openstack.org/openstack/python-heatclient.git 2015-11-06 03:00:00.883 | ++ GITBRANCH["python-heatclient"]=master 2015-11-06 03:00:00.884 | ++ GITREPO["python-ironicclient"]=git://git.openstack.org/openstack/python-ironicclient.git 2015-11-06 03:00:00.884 | ++ GITBRANCH["python-ironicclient"]=master 2015-11-06 03:00:00.885 | ++ GITREPO["keystoneauth"]=git://git.openstack.org/openstack/keystoneauth.git 2015-11-06 03:00:00.885 | ++ GITBRANCH["keystoneauth"]=master 2015-11-06 03:00:00.886 | ++ GITREPO["python-keystoneclient"]=git://git.openstack.org/openstack/python-keystoneclient.git 2015-11-06 03:00:00.886 | ++ GITBRANCH["python-keystoneclient"]=master 2015-11-06 03:00:00.886 | ++ GITREPO["python-neutronclient"]=git://git.openstack.org/openstack/python-neutronclient.git 2015-11-06 03:00:00.887 | ++ GITBRANCH["python-neutronclient"]=master 2015-11-06 03:00:00.887 | ++ GITREPO["python-novaclient"]=git://git.openstack.org/openstack/python-novaclient.git 2015-11-06 03:00:00.888 | ++ GITBRANCH["python-novaclient"]=master 2015-11-06 03:00:00.888 | ++ GITREPO["python-swiftclient"]=git://git.openstack.org/openstack/python-swiftclient.git 2015-11-06 03:00:00.888 | ++ GITBRANCH["python-swiftclient"]=master 2015-11-06 03:00:00.889 | ++ GITREPO["python-openstackclient"]=git://git.openstack.org/openstack/python-openstackclient.git 2015-11-06 03:00:00.889 | ++ GITBRANCH["python-openstackclient"]=master 2015-11-06 03:00:00.890 | ++ GITDIR["python-openstackclient"]=/opt/stack/python-openstackclient 2015-11-06 03:00:00.890 | ++ GITREPO["cliff"]=git://git.openstack.org/openstack/cliff.git 2015-11-06 03:00:00.891 | ++ GITBRANCH["cliff"]=master 2015-11-06 03:00:00.891 | ++ GITREPO["futurist"]=git://git.openstack.org/openstack/futurist.git 2015-11-06 03:00:00.891 | ++ GITBRANCH["futurist"]=master 2015-11-06 03:00:00.892 | ++ GITREPO["debtcollector"]=git://git.openstack.org/openstack/debtcollector.git 2015-11-06 03:00:00.892 | ++ GITBRANCH["debtcollector"]=master 2015-11-06 03:00:00.893 | ++ GITREPO["automaton"]=git://git.openstack.org/openstack/automaton.git 2015-11-06 03:00:00.893 | ++ GITBRANCH["automaton"]=master 2015-11-06 03:00:00.894 | ++ GITREPO["oslo.cache"]=git://git.openstack.org/openstack/oslo.cache.git 2015-11-06 03:00:00.894 | ++ GITBRANCH["oslo.cache"]=master 2015-11-06 03:00:00.895 | ++ GITREPO["oslo.concurrency"]=git://git.openstack.org/openstack/oslo.concurrency.git 2015-11-06 03:00:00.895 | ++ GITBRANCH["oslo.concurrency"]=master 2015-11-06 03:00:00.895 | ++ GITREPO["oslo.config"]=git://git.openstack.org/openstack/oslo.config.git 2015-11-06 03:00:00.896 | ++ GITBRANCH["oslo.config"]=master 2015-11-06 03:00:00.896 | ++ GITREPO["oslo.context"]=git://git.openstack.org/openstack/oslo.context.git 2015-11-06 03:00:00.896 | ++ GITBRANCH["oslo.context"]=master 2015-11-06 03:00:00.897 | ++ GITREPO["oslo.db"]=git://git.openstack.org/openstack/oslo.db.git 2015-11-06 03:00:00.897 | ++ GITBRANCH["oslo.db"]=master 2015-11-06 03:00:00.898 | ++ GITREPO["oslo.i18n"]=git://git.openstack.org/openstack/oslo.i18n.git 2015-11-06 03:00:00.898 | ++ GITBRANCH["oslo.i18n"]=master 2015-11-06 03:00:00.899 | ++ GITREPO["oslo.log"]=git://git.openstack.org/openstack/oslo.log.git 2015-11-06 03:00:00.899 | ++ GITBRANCH["oslo.log"]=master 2015-11-06 03:00:00.899 | ++ GITREPO["oslo.messaging"]=git://git.openstack.org/openstack/oslo.messaging.git 2015-11-06 03:00:00.900 | ++ GITBRANCH["oslo.messaging"]=master 2015-11-06 03:00:00.900 | ++ GITREPO["oslo.middleware"]=git://git.openstack.org/openstack/oslo.middleware.git 2015-11-06 03:00:00.901 | ++ GITBRANCH["oslo.middleware"]=master 2015-11-06 03:00:00.901 | ++ GITREPO["oslo.policy"]=git://git.openstack.org/openstack/oslo.policy.git 2015-11-06 03:00:00.902 | ++ GITBRANCH["oslo.policy"]=master 2015-11-06 03:00:00.902 | ++ GITREPO["oslo.privsep"]=git://git.openstack.org/openstack/oslo.privsep.git 2015-11-06 03:00:00.902 | ++ GITBRANCH["oslo.privsep"]=master 2015-11-06 03:00:00.903 | ++ GITREPO["oslo.reports"]=git://git.openstack.org/openstack/oslo.reports.git 2015-11-06 03:00:00.903 | ++ GITBRANCH["oslo.reports"]=master 2015-11-06 03:00:00.904 | ++ GITREPO["oslo.rootwrap"]=git://git.openstack.org/openstack/oslo.rootwrap.git 2015-11-06 03:00:00.904 | ++ GITBRANCH["oslo.rootwrap"]=master 2015-11-06 03:00:00.905 | ++ GITREPO["oslo.serialization"]=git://git.openstack.org/openstack/oslo.serialization.git 2015-11-06 03:00:00.905 | ++ GITBRANCH["oslo.serialization"]=master 2015-11-06 03:00:00.905 | ++ GITREPO["oslo.service"]=git://git.openstack.org/openstack/oslo.service.git 2015-11-06 03:00:00.906 | ++ GITBRANCH["oslo.service"]=master 2015-11-06 03:00:00.906 | ++ GITREPO["oslo.utils"]=git://git.openstack.org/openstack/oslo.utils.git 2015-11-06 03:00:00.907 | ++ GITBRANCH["oslo.utils"]=master 2015-11-06 03:00:00.907 | ++ GITREPO["oslo.versionedobjects"]=git://git.openstack.org/openstack/oslo.versionedobjects.git 2015-11-06 03:00:00.907 | ++ GITBRANCH["oslo.versionedobjects"]=master 2015-11-06 03:00:00.908 | ++ GITREPO["oslo.vmware"]=git://git.openstack.org/openstack/oslo.vmware.git 2015-11-06 03:00:00.908 | ++ GITBRANCH["oslo.vmware"]=master 2015-11-06 03:00:00.909 | ++ GITREPO["pycadf"]=git://git.openstack.org/openstack/pycadf.git 2015-11-06 03:00:00.909 | ++ GITBRANCH["pycadf"]=master 2015-11-06 03:00:00.909 | ++ GITREPO["stevedore"]=git://git.openstack.org/openstack/stevedore.git 2015-11-06 03:00:00.910 | ++ GITBRANCH["stevedore"]=master 2015-11-06 03:00:00.910 | ++ GITREPO["taskflow"]=git://git.openstack.org/openstack/taskflow.git 2015-11-06 03:00:00.911 | ++ GITBRANCH["taskflow"]=master 2015-11-06 03:00:00.911 | ++ GITREPO["tooz"]=git://git.openstack.org/openstack/tooz.git 2015-11-06 03:00:00.911 | ++ GITBRANCH["tooz"]=master 2015-11-06 03:00:00.912 | ++ GITREPO["pbr"]=git://git.openstack.org/openstack-dev/pbr.git 2015-11-06 03:00:00.912 | ++ GITBRANCH["pbr"]=master 2015-11-06 03:00:00.912 | ++ GITREPO["glance_store"]=git://git.openstack.org/openstack/glance_store.git 2015-11-06 03:00:00.913 | ++ GITBRANCH["glance_store"]=master 2015-11-06 03:00:00.913 | ++ HEAT_CFNTOOLS_REPO=git://git.openstack.org/openstack/heat-cfntools.git 2015-11-06 03:00:00.914 | ++ HEAT_CFNTOOLS_BRANCH=master 2015-11-06 03:00:00.914 | ++ HEAT_TEMPLATES_REPO=git://git.openstack.org/openstack/heat-templates.git 2015-11-06 03:00:00.914 | ++ HEAT_TEMPLATES_BRANCH=master 2015-11-06 03:00:00.915 | ++ GITREPO["django_openstack_auth"]=git://git.openstack.org/openstack/django_openstack_auth.git 2015-11-06 03:00:00.915 | ++ GITBRANCH["django_openstack_auth"]=master 2015-11-06 03:00:00.915 | ++ GITREPO["keystonemiddleware"]=git://git.openstack.org/openstack/keystonemiddleware.git 2015-11-06 03:00:00.916 | ++ GITBRANCH["keystonemiddleware"]=master 2015-11-06 03:00:00.916 | ++ SWIFT3_REPO=git://git.openstack.org/openstack/swift3.git 2015-11-06 03:00:00.916 | ++ SWIFT3_BRANCH=master 2015-11-06 03:00:00.917 | ++ GITREPO["ceilometermiddleware"]=git://git.openstack.org/openstack/ceilometermiddleware.git 2015-11-06 03:00:00.917 | ++ GITBRANCH["ceilometermiddleware"]=master 2015-11-06 03:00:00.918 | ++ GITDIR["ceilometermiddleware"]=/opt/stack/ceilometermiddleware 2015-11-06 03:00:00.918 | ++ GITREPO["os-brick"]=git://git.openstack.org/openstack/os-brick.git 2015-11-06 03:00:00.918 | ++ GITBRANCH["os-brick"]=master 2015-11-06 03:00:00.919 | ++ GITREPO["ironic-lib"]=git://git.openstack.org/openstack/ironic-lib.git 2015-11-06 03:00:00.919 | ++ GITBRANCH["ironic-lib"]=master 2015-11-06 03:00:00.919 | ++ DIB_UTILS_REPO=git://git.openstack.org/openstack/dib-utils.git 2015-11-06 03:00:00.920 | ++ DIB_UTILS_BRANCH=master 2015-11-06 03:00:00.920 | ++ OAC_REPO=git://git.openstack.org/openstack/os-apply-config.git 2015-11-06 03:00:00.921 | ++ OAC_BRANCH=master 2015-11-06 03:00:00.921 | ++ OCC_REPO=git://git.openstack.org/openstack/os-collect-config.git 2015-11-06 03:00:00.921 | ++ OCC_BRANCH=master 2015-11-06 03:00:00.922 | ++ ORC_REPO=git://git.openstack.org/openstack/os-refresh-config.git 2015-11-06 03:00:00.922 | ++ ORC_BRANCH=master 2015-11-06 03:00:00.923 | ++ IRONIC_PYTHON_AGENT_REPO=git://git.openstack.org/openstack/ironic-python-agent.git 2015-11-06 03:00:00.923 | ++ IRONIC_PYTHON_AGENT_BRANCH=master 2015-11-06 03:00:00.923 | ++ NOVNC_REPO=https://github.com/kanaka/noVNC.git 2015-11-06 03:00:00.924 | ++ NOVNC_BRANCH=master 2015-11-06 03:00:00.924 | ++ SPICE_REPO=http://anongit.freedesktop.org/git/spice/spice-html5.git 2015-11-06 03:00:00.924 | ++ SPICE_BRANCH=master 2015-11-06 03:00:00.925 | ++ DEFAULT_VIRT_DRIVER=libvirt 2015-11-06 03:00:00.925 | ++ is_package_installed xenserver-core 2015-11-06 03:00:00.925 | ++ [[ -z xenserver-core ]] 2015-11-06 03:00:00.926 | ++ [[ -z '' ]] 2015-11-06 03:00:00.926 | ++ GetOSVersion 2015-11-06 03:00:00.927 | +++ which sw_vers 2015-11-06 03:00:00.927 | ++ [[ -x '' ]] 2015-11-06 03:00:00.927 | +++ which lsb_release 2015-11-06 03:00:00.928 | ++ [[ -x /usr/bin/lsb_release ]] 2015-11-06 03:00:00.928 | +++ lsb_release -i -s 2015-11-06 03:00:00.946 | ++ os_VENDOR=Ubuntu 2015-11-06 03:00:00.947 | +++ lsb_release -r -s 2015-11-06 03:00:00.994 | ++ os_RELEASE=14.04 2015-11-06 03:00:00.995 | ++ os_UPDATE= 2015-11-06 03:00:00.995 | ++ os_PACKAGE=rpm 2015-11-06 03:00:00.996 | ++ [[ Debian,Ubuntu,LinuxMint =~ Ubuntu ]] 2015-11-06 03:00:00.996 | ++ os_PACKAGE=deb 2015-11-06 03:00:00.997 | +++ lsb_release -c -s 2015-11-06 03:00:01.069 | ++ os_CODENAME=trusty 2015-11-06 03:00:01.069 | ++ export os_VENDOR os_RELEASE os_UPDATE os_PACKAGE os_CODENAME 2015-11-06 03:00:01.070 | ++ [[ deb = \d\e\b ]] 2015-11-06 03:00:01.071 | ++ dpkg -s xenserver-core 2015-11-06 03:00:01.095 | ++ VIRT_DRIVER=libvirt 2015-11-06 03:00:01.095 | ++ case "$VIRT_DRIVER" in 2015-11-06 03:00:01.096 | ++ LIBVIRT_TYPE=kvm 2015-11-06 03:00:01.097 | ++ [[ Ubuntu =~ (Debian) ]] 2015-11-06 03:00:01.097 | ++ LIBVIRT_GROUP=libvirtd 2015-11-06 03:00:01.098 | ++ CIRROS_VERSION=0.3.4 2015-11-06 03:00:01.099 | ++ CIRROS_ARCH=x86_64 2015-11-06 03:00:01.100 | +++ trueorfalse True DOWNLOAD_DEFAULT_IMAGES 2015-11-06 03:00:01.103 | ++ DOWNLOAD_DEFAULT_IMAGES=True 2015-11-06 03:00:01.104 | ++ [[ True == \T\r\u\e ]] 2015-11-06 03:00:01.104 | ++ [[ -n '' ]] 2015-11-06 03:00:01.105 | ++ case "$VIRT_DRIVER" in 2015-11-06 03:00:01.105 | ++ case "$LIBVIRT_TYPE" in 2015-11-06 03:00:01.106 | ++ DEFAULT_IMAGE_NAME=cirros-0.3.4-x86_64-uec 2015-11-06 03:00:01.107 | ++ IMAGE_URLS+=http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2015-11-06 03:00:01.108 | ++ DOWNLOAD_DEFAULT_IMAGES=False 2015-11-06 03:00:01.108 | +++ trueorfalse False PRECACHE_IMAGES 2015-11-06 03:00:01.112 | ++ PRECACHE_IMAGES=False 2015-11-06 03:00:01.113 | ++ [[ False == \T\r\u\e ]] 2015-11-06 03:00:01.114 | ++ for image_url in '${IMAGE_URLS//,/ }' 2015-11-06 03:00:01.115 | +++ echo http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2015-11-06 03:00:01.116 | +++ grep -o -F http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2015-11-06 03:00:01.116 | +++ wc -l 2015-11-06 03:00:01.119 | ++ '[' 1 -gt 1 ']' 2015-11-06 03:00:01.119 | ++ VOLUME_BACKING_FILE_SIZE=10250M 2015-11-06 03:00:01.120 | ++ VOLUME_NAME_PREFIX=volume- 2015-11-06 03:00:01.121 | ++ INSTANCE_NAME_PREFIX=instance- 2015-11-06 03:00:01.121 | ++ S3_SERVICE_PORT=3333 2015-11-06 03:00:01.122 | ++ PRIVATE_NETWORK_NAME=private 2015-11-06 03:00:01.123 | ++ PUBLIC_NETWORK_NAME=public 2015-11-06 03:00:01.123 | ++ USE_SCREEN=True 2015-11-06 03:00:01.124 | ++ SCREEN_NAME=stack 2015-11-06 03:00:01.125 | ++ SERVICE_PROTOCOL=http 2015-11-06 03:00:01.125 | ++ [[ libvirt = \f\a\k\e ]] 2015-11-06 03:00:01.126 | +++ nproc 2015-11-06 03:00:01.127 | +++ nproc 2015-11-06 03:00:01.130 | ++ API_WORKERS=2 2015-11-06 03:00:01.130 | ++ SERVICE_TIMEOUT=60 2015-11-06 03:00:01.131 | ++ YUM=yum 2015-11-06 03:00:01.132 | +++ trueorfalse False OFFLINE 2015-11-06 03:00:01.137 | ++ OFFLINE=False 2015-11-06 03:00:01.138 | +++ trueorfalse False ERROR_ON_CLONE 2015-11-06 03:00:01.143 | ++ ERROR_ON_CLONE=False 2015-11-06 03:00:01.144 | +++ trueorfalse True ENABLE_DEBUG_LOG_LEVEL 2015-11-06 03:00:01.150 | ++ ENABLE_DEBUG_LOG_LEVEL=True 2015-11-06 03:00:01.151 | ++ FLOATING_RANGE=172.24.4.0/24 2015-11-06 03:00:01.152 | ++ FIXED_RANGE=10.0.0.0/24 2015-11-06 03:00:01.152 | ++ FIXED_NETWORK_SIZE=256 2015-11-06 03:00:01.153 | ++ HOST_IP_IFACE=eth0 2015-11-06 03:00:01.153 | ++ HOST_IP=10.0.2.15 2015-11-06 03:00:01.154 | ++ HOST_IPV6= 2015-11-06 03:00:01.154 | +++ get_default_host_ip 10.0.0.0/24 172.24.4.0/24 eth0 10.0.2.15 inet 2015-11-06 03:00:01.155 | +++ local fixed_range=10.0.0.0/24 2015-11-06 03:00:01.155 | +++ local floating_range=172.24.4.0/24 2015-11-06 03:00:01.156 | +++ local host_ip_iface=eth0 2015-11-06 03:00:01.157 | +++ local host_ip=10.0.2.15 2015-11-06 03:00:01.157 | +++ local af=inet 2015-11-06 03:00:01.158 | +++ '[' -z 10.0.2.15 -o 10.0.2.15 == dhcp ']' 2015-11-06 03:00:01.159 | +++ echo 10.0.2.15 2015-11-06 03:00:01.159 | ++ HOST_IP=10.0.2.15 2015-11-06 03:00:01.160 | ++ '[' 10.0.2.15 == '' ']' 2015-11-06 03:00:01.160 | +++ get_default_host_ip '' '' eth0 '' inet6 2015-11-06 03:00:01.161 | +++ local fixed_range= 2015-11-06 03:00:01.161 | +++ local floating_range= 2015-11-06 03:00:01.162 | +++ local host_ip_iface=eth0 2015-11-06 03:00:01.163 | +++ local host_ip= 2015-11-06 03:00:01.163 | +++ local af=inet6 2015-11-06 03:00:01.164 | +++ '[' -z '' -o '' == dhcp ']' 2015-11-06 03:00:01.164 | +++ host_ip= 2015-11-06 03:00:01.165 | +++ host_ip_iface=eth0 2015-11-06 03:00:01.165 | +++ local host_ips 2015-11-06 03:00:01.166 | ++++ LC_ALL=C 2015-11-06 03:00:01.167 | ++++ ip -f inet6 addr show eth0 2015-11-06 03:00:01.167 | ++++ awk '/inet6/ {split($2,parts,"/"); print parts[1]}' 2015-11-06 03:00:01.168 | ++++ sed /temporary/d 2015-11-06 03:00:01.168 | +++ host_ips=fe80::a00:27ff:fef2:f2d9 2015-11-06 03:00:01.169 | +++ local ip 2015-11-06 03:00:01.169 | +++ for ip in '$host_ips' 2015-11-06 03:00:01.170 | +++ [[ inet6 == \i\n\e\t\6 ]] 2015-11-06 03:00:01.170 | +++ host_ip=fe80::a00:27ff:fef2:f2d9 2015-11-06 03:00:01.171 | +++ break 2015-11-06 03:00:01.171 | +++ echo fe80::a00:27ff:fef2:f2d9 2015-11-06 03:00:01.172 | ++ HOST_IPV6=fe80::a00:27ff:fef2:f2d9 2015-11-06 03:00:01.172 | ++ SERVICE_IP_VERSION=4 2015-11-06 03:00:01.173 | ++ [[ 4 != \4 ]] 2015-11-06 03:00:01.174 | ++ [[ 4 == 4 ]] 2015-11-06 03:00:01.174 | ++ DEF_SERVICE_HOST=10.0.2.15 2015-11-06 03:00:01.175 | ++ DEF_SERVICE_LOCAL_HOST=127.0.0.1 2015-11-06 03:00:01.175 | ++ DEF_SERVICE_LISTEN_ADDRESS=0.0.0.0 2015-11-06 03:00:01.176 | ++ [[ 4 == 6 ]] 2015-11-06 03:00:01.176 | ++ SERVICE_LISTEN_ADDRESS=0.0.0.0 2015-11-06 03:00:01.176 | ++ SERVICE_HOST=10.0.2.15 2015-11-06 03:00:01.177 | ++ SERVICE_LOCAL_HOST=127.0.0.1 2015-11-06 03:00:01.178 | ++ REGION_NAME=RegionOne 2015-11-06 03:00:01.178 | +++ trueorfalse False SYSLOG 2015-11-06 03:00:01.179 | ++ SYSLOG=False 2015-11-06 03:00:01.180 | ++ SYSLOG_HOST=10.0.2.15 2015-11-06 03:00:01.180 | ++ SYSLOG_PORT=516 2015-11-06 03:00:01.181 | +++ trueorfalse True LOG_COLOR 2015-11-06 03:00:01.186 | ++ LOG_COLOR=True 2015-11-06 03:00:01.186 | ++ GIT_DEPTH=0 2015-11-06 03:00:01.186 | +++ trueorfalse False USE_SSL 2015-11-06 03:00:01.192 | ++ USE_SSL=False 2015-11-06 03:00:01.192 | ++ [[ -z '' ]] 2015-11-06 03:00:01.193 | ++ default_logdir=/opt/stack/logs 2015-11-06 03:00:01.194 | ++ [[ -z /opt/stack/logs/screen/xstack.sh.log ]] 2015-11-06 03:00:01.194 | ++ LOGDIR=/opt/stack/logs/screen 2015-11-06 03:00:01.195 | ++ logfile=xstack.sh.log 2015-11-06 03:00:01.196 | ++ [[ -z /opt/stack/logs/screen ]] 2015-11-06 03:00:01.196 | ++ [[ /opt/stack/logs/screen == \x\s\t\a\c\k\.\s\h\.\l\o\g ]] 2015-11-06 03:00:01.197 | ++ [[ /opt/stack/logs/screen == \/\o\p\t\/\s\t\a\c\k\/\l\o\g\s\/\s\c\r\e\e\n ]] 2015-11-06 03:00:01.197 | ++ unset SCREEN_LOGDIR 2015-11-06 03:00:01.198 | ++ unset default_logdir logfile 2015-11-06 03:00:01.198 | + FILES=/opt/stack/devstack/files 2015-11-06 03:00:01.198 | + PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2015-11-06 03:00:01.199 | ++ basename https://bootstrap.pypa.io/get-pip.py 2015-11-06 03:00:01.199 | + LOCAL_PIP=/opt/stack/devstack/files/get-pip.py 2015-11-06 03:00:01.200 | + GetDistro 2015-11-06 03:00:01.200 | + GetOSVersion 2015-11-06 03:00:01.201 | ++ which sw_vers 2015-11-06 03:00:01.202 | + [[ -x '' ]] 2015-11-06 03:00:01.203 | ++ which lsb_release 2015-11-06 03:00:01.206 | + [[ -x /usr/bin/lsb_release ]] 2015-11-06 03:00:01.206 | ++ lsb_release -i -s 2015-11-06 03:00:01.261 | + os_VENDOR=Ubuntu 2015-11-06 03:00:01.262 | ++ lsb_release -r -s 2015-11-06 03:00:01.308 | + os_RELEASE=14.04 2015-11-06 03:00:01.309 | + os_UPDATE= 2015-11-06 03:00:01.310 | + os_PACKAGE=rpm 2015-11-06 03:00:01.311 | + [[ Debian,Ubuntu,LinuxMint =~ Ubuntu ]] 2015-11-06 03:00:01.311 | + os_PACKAGE=deb 2015-11-06 03:00:01.312 | ++ lsb_release -c -s 2015-11-06 03:00:01.373 | + os_CODENAME=trusty 2015-11-06 03:00:01.374 | + export os_VENDOR os_RELEASE os_UPDATE os_PACKAGE os_CODENAME 2015-11-06 03:00:01.374 | + [[ Ubuntu =~ (Ubuntu) ]] 2015-11-06 03:00:01.374 | + DISTRO=trusty 2015-11-06 03:00:01.375 | + export DISTRO 2015-11-06 03:00:01.375 | + echo 'Distro: trusty' 2015-11-06 03:00:01.375 | Distro: trusty 2015-11-06 03:00:01.375 | + get_versions 2015-11-06 03:00:01.375 | ++ which pip 2015-11-06 03:00:01.379 | + PIP=/usr/local/bin/pip 2015-11-06 03:00:01.379 | + [[ -n /usr/local/bin/pip ]] 2015-11-06 03:00:01.381 | ++ /usr/local/bin/pip --version 2015-11-06 03:00:01.381 | ++ awk '{ print $2}' 2015-11-06 03:00:01.664 | + PIP_VERSION=7.1.2 2015-11-06 03:00:01.665 | + echo 'pip: 7.1.2' 2015-11-06 03:00:01.665 | pip: 7.1.2 2015-11-06 03:00:01.666 | + uninstall_package python-pip 2015-11-06 03:00:01.666 | + is_ubuntu 2015-11-06 03:00:01.666 | + [[ -z deb ]] 2015-11-06 03:00:01.666 | + '[' deb = deb ']' 2015-11-06 03:00:01.666 | + apt_get purge python-pip 2015-11-06 03:00:01.672 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip 2015-11-06 03:00:01.687 | Reading package lists... 2015-11-06 03:00:01.850 | Building dependency tree... 2015-11-06 03:00:01.854 | Reading state information... 2015-11-06 03:00:01.992 | Package 'python-pip' is not installed, so not removed 2015-11-06 03:00:01.993 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:00:01.994 | + time_stop apt-get 2015-11-06 03:00:01.994 | + local name 2015-11-06 03:00:01.994 | + local end_time 2015-11-06 03:00:01.995 | + local elpased_time 2015-11-06 03:00:01.995 | + local total 2015-11-06 03:00:01.995 | + local start_time 2015-11-06 03:00:01.995 | + name=apt-get 2015-11-06 03:00:01.995 | + start_time=1446778801 2015-11-06 03:00:01.995 | + [[ -z 1446778801 ]] 2015-11-06 03:00:01.995 | ++ date +%s 2015-11-06 03:00:01.997 | + end_time=1446778801 2015-11-06 03:00:01.998 | + elapsed_time=0 2015-11-06 03:00:01.998 | + total=0 2015-11-06 03:00:01.998 | + START_TIME[$name]= 2015-11-06 03:00:01.999 | + TOTAL_TIME[$name]=0 2015-11-06 03:00:01.999 | + install_get_pip 2015-11-06 03:00:02.000 | + [[ -r /opt/stack/devstack/files/get-pip.py ]] 2015-11-06 03:00:02.000 | + [[ ! -r /opt/stack/devstack/files/get-pip.py ]] 2015-11-06 03:00:02.001 | + local timecond= 2015-11-06 03:00:02.002 | + [[ -r /opt/stack/devstack/files/get-pip.py ]] 2015-11-06 03:00:02.002 | + curl -f --retry 6 --retry-delay 5 -o /opt/stack/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2015-11-06 03:00:02.003 | % Total % Received % Xferd Average Speed Time Time Time Current 2015-11-06 03:00:02.004 | Dload Upload Total Spent Left Speed 2015-11-06 03:00:02.563 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1379k 100 1379k 0 0 2468k 0 --:--:-- --:--:-- --:--:-- 2472k 2015-11-06 03:00:02.564 | + touch /opt/stack/devstack/files/get-pip.py.downloaded 2015-11-06 03:00:02.566 | + sudo -H -E python /opt/stack/devstack/files/get-pip.py 2015-11-06 03:00:03.679 | /tmp/tmpQmUKMp/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-06 03:00:03.921 | Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages 2015-11-06 03:00:04.252 | /tmp/tmpQmUKMp/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-06 03:00:04.484 | + [[ -n '' ]] 2015-11-06 03:00:04.485 | + pip_install -U setuptools 2015-11-06 03:00:04.763 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U setuptools 2015-11-06 03:00:05.228 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:00:05.482 | /usr/local/lib/python2.7/dist-packages/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-06 03:00:05.483 | InsecurePlatformWarning 2015-11-06 03:00:05.888 | Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages 2015-11-06 03:00:06.129 | + local test_req=setuptools/test-requirements.txt 2015-11-06 03:00:06.130 | + [[ -e setuptools/test-requirements.txt ]] 2015-11-06 03:00:06.130 | + time_stop pip_install 2015-11-06 03:00:06.131 | + local name 2015-11-06 03:00:06.131 | + local end_time 2015-11-06 03:00:06.132 | + local elpased_time 2015-11-06 03:00:06.132 | + local total 2015-11-06 03:00:06.133 | + local start_time 2015-11-06 03:00:06.133 | + name=pip_install 2015-11-06 03:00:06.134 | + start_time=1446778804 2015-11-06 03:00:06.134 | + [[ -z 1446778804 ]] 2015-11-06 03:00:06.134 | ++ date +%s 2015-11-06 03:00:06.135 | + end_time=1446778806 2015-11-06 03:00:06.135 | + elapsed_time=2 2015-11-06 03:00:06.136 | + total=0 2015-11-06 03:00:06.136 | + START_TIME[$name]= 2015-11-06 03:00:06.136 | + TOTAL_TIME[$name]=2 2015-11-06 03:00:06.137 | + get_versions 2015-11-06 03:00:06.137 | ++ which pip 2015-11-06 03:00:06.138 | + PIP=/usr/local/bin/pip 2015-11-06 03:00:06.138 | + [[ -n /usr/local/bin/pip ]] 2015-11-06 03:00:06.138 | ++ /usr/local/bin/pip --version 2015-11-06 03:00:06.139 | ++ awk '{ print $2}' 2015-11-06 03:00:06.368 | + PIP_VERSION=7.1.2 2015-11-06 03:00:06.368 | + echo 'pip: 7.1.2' 2015-11-06 03:00:06.369 | pip: 7.1.2 2015-11-06 03:00:06.369 | + TRACK_DEPENDS=False 2015-11-06 03:00:06.370 | + [[ False = True ]] 2015-11-06 03:00:06.370 | + source /opt/stack/devstack/tools/fixup_stuff.sh 2015-11-06 03:00:06.371 | ++ [[ -z /opt/stack/devstack ]] 2015-11-06 03:00:06.371 | ++ keystone_ports=35357,35358 2015-11-06 03:00:06.372 | ++ sysctl net.ipv4.ip_local_reserved_ports 2015-11-06 03:00:06.372 | +++ sysctl net.ipv4.ip_local_reserved_ports 2015-11-06 03:00:06.373 | +++ awk -F= '{print $2;}' 2015-11-06 03:00:06.373 | +++ sed 's/^ //' 2015-11-06 03:00:06.375 | ++ reserved_ports= 2015-11-06 03:00:06.376 | ++ [[ -z '' ]] 2015-11-06 03:00:06.376 | ++ sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2015-11-06 03:00:06.385 | net.ipv4.ip_local_reserved_ports = 35357,35358 2015-11-06 03:00:06.387 | ++ pip_install 'prettytable>=0.7' 2015-11-06 03:00:06.621 | ++ sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'prettytable>=0.7' 2015-11-06 03:00:07.082 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:00:07.173 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) 2015-11-06 03:00:07.317 | ++ local 'test_req=prettytable>=0.7/test-requirements.txt' 2015-11-06 03:00:07.317 | ++ [[ -e prettytable>=0.7/test-requirements.txt ]] 2015-11-06 03:00:07.318 | ++ time_stop pip_install 2015-11-06 03:00:07.318 | ++ local name 2015-11-06 03:00:07.318 | ++ local end_time 2015-11-06 03:00:07.318 | ++ local elpased_time 2015-11-06 03:00:07.319 | ++ local total 2015-11-06 03:00:07.319 | ++ local start_time 2015-11-06 03:00:07.319 | ++ name=pip_install 2015-11-06 03:00:07.319 | ++ start_time=1446778806 2015-11-06 03:00:07.319 | ++ [[ -z 1446778806 ]] 2015-11-06 03:00:07.320 | +++ date +%s 2015-11-06 03:00:07.321 | ++ end_time=1446778807 2015-11-06 03:00:07.321 | ++ elapsed_time=1 2015-11-06 03:00:07.322 | ++ total=0 2015-11-06 03:00:07.322 | ++ START_TIME[$name]= 2015-11-06 03:00:07.322 | ++ TOTAL_TIME[$name]=1 2015-11-06 03:00:07.322 | +++ get_package_path prettytable 2015-11-06 03:00:07.322 | +++ local package=prettytable 2015-11-06 03:00:07.323 | ++++ python -c 'import os; import prettytable; print(os.path.split(os.path.realpath(prettytable.__file__))[0])' 2015-11-06 03:00:07.367 | +++ echo /usr/lib/python2.7/dist-packages 2015-11-06 03:00:07.368 | ++ PACKAGE_DIR=/usr/lib/python2.7/dist-packages 2015-11-06 03:00:07.369 | +++ echo /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info 2015-11-06 03:00:07.370 | ++ dir=/usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info 2015-11-06 03:00:07.370 | ++ [[ -d /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info ]] 2015-11-06 03:00:07.371 | ++ sudo chmod +r /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info/PKG-INFO /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info/SOURCES.txt /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info/dependency_links.txt /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info/top_level.txt 2015-11-06 03:00:07.377 | ++ pip_install httplib2 2015-11-06 03:00:07.530 | ++ sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt httplib2 2015-11-06 03:00:07.827 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:00:07.913 | Collecting httplib2===0.9.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2015-11-06 03:00:08.025 | /usr/local/lib/python2.7/dist-packages/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-06 03:00:08.026 | InsecurePlatformWarning 2015-11-06 03:00:08.300 | Downloading httplib2-0.9.2.tar.gz (205kB) 2015-11-06 03:00:08.605 | Building wheels for collected packages: httplib2 2015-11-06 03:00:08.606 | Running setup.py bdist_wheel for httplib2 2015-11-06 03:00:08.781 | Stored in directory: /root/.cache/pip/wheels/e1/a3/05/e66aad1380335ee0a823c8f1b9006efa577236a24b3cb1eade 2015-11-06 03:00:08.788 | Successfully built httplib2 2015-11-06 03:00:08.788 | Installing collected packages: httplib2 2015-11-06 03:00:08.789 | Found existing installation: httplib2 0.8 2015-11-06 03:00:08.790 | DEPRECATION: Uninstalling a distutils installed project (httplib2) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2015-11-06 03:00:08.790 | Uninstalling httplib2-0.8: 2015-11-06 03:00:08.794 | Successfully uninstalled httplib2-0.8 2015-11-06 03:00:08.837 | Successfully installed httplib2-0.9.2 2015-11-06 03:00:09.081 | ++ local test_req=httplib2/test-requirements.txt 2015-11-06 03:00:09.082 | ++ [[ -e httplib2/test-requirements.txt ]] 2015-11-06 03:00:09.082 | ++ time_stop pip_install 2015-11-06 03:00:09.083 | ++ local name 2015-11-06 03:00:09.083 | ++ local end_time 2015-11-06 03:00:09.084 | ++ local elpased_time 2015-11-06 03:00:09.084 | ++ local total 2015-11-06 03:00:09.085 | ++ local start_time 2015-11-06 03:00:09.085 | ++ name=pip_install 2015-11-06 03:00:09.086 | ++ start_time=1446778807 2015-11-06 03:00:09.086 | ++ [[ -z 1446778807 ]] 2015-11-06 03:00:09.086 | +++ date +%s 2015-11-06 03:00:09.087 | ++ end_time=1446778809 2015-11-06 03:00:09.087 | ++ elapsed_time=2 2015-11-06 03:00:09.088 | ++ total=1 2015-11-06 03:00:09.088 | ++ START_TIME[$name]= 2015-11-06 03:00:09.088 | ++ TOTAL_TIME[$name]=3 2015-11-06 03:00:09.089 | +++ get_package_path httplib2 2015-11-06 03:00:09.089 | +++ local package=httplib2 2015-11-06 03:00:09.090 | ++++ python -c 'import os; import httplib2; print(os.path.split(os.path.realpath(httplib2.__file__))[0])' 2015-11-06 03:00:09.141 | +++ echo /usr/local/lib/python2.7/dist-packages/httplib2 2015-11-06 03:00:09.142 | ++ PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages/httplib2 2015-11-06 03:00:09.143 | +++ echo '/usr/local/lib/python2.7/dist-packages/httplib2-0.8*' 2015-11-06 03:00:09.143 | ++ dir='/usr/local/lib/python2.7/dist-packages/httplib2-0.8*' 2015-11-06 03:00:09.144 | ++ [[ -d /usr/local/lib/python2.7/dist-packages/httplib2-0.8* ]] 2015-11-06 03:00:09.144 | ++ is_fedora 2015-11-06 03:00:09.145 | ++ [[ -z Ubuntu ]] 2015-11-06 03:00:09.145 | ++ '[' Ubuntu = Fedora ']' 2015-11-06 03:00:09.146 | ++ '[' Ubuntu = 'Red Hat' ']' 2015-11-06 03:00:09.146 | ++ '[' Ubuntu = CentOS ']' 2015-11-06 03:00:09.146 | ++ '[' Ubuntu = OracleLinux ']' 2015-11-06 03:00:09.147 | ++ '[' Ubuntu = CloudLinux ']' 2015-11-06 03:00:09.147 | ++ uninstall_package python-virtualenv 2015-11-06 03:00:09.148 | ++ is_ubuntu 2015-11-06 03:00:09.148 | ++ [[ -z deb ]] 2015-11-06 03:00:09.149 | ++ '[' deb = deb ']' 2015-11-06 03:00:09.149 | ++ apt_get purge python-virtualenv 2015-11-06 03:00:09.156 | ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-virtualenv 2015-11-06 03:00:09.175 | Reading package lists... 2015-11-06 03:00:09.304 | Building dependency tree... 2015-11-06 03:00:09.305 | Reading state information... 2015-11-06 03:00:09.381 | Package 'python-virtualenv' is not installed, so not removed 2015-11-06 03:00:09.382 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:00:09.384 | ++ time_stop apt-get 2015-11-06 03:00:09.384 | ++ local name 2015-11-06 03:00:09.385 | ++ local end_time 2015-11-06 03:00:09.385 | ++ local elpased_time 2015-11-06 03:00:09.386 | ++ local total 2015-11-06 03:00:09.386 | ++ local start_time 2015-11-06 03:00:09.387 | ++ name=apt-get 2015-11-06 03:00:09.387 | ++ start_time=1446778809 2015-11-06 03:00:09.388 | ++ [[ -z 1446778809 ]] 2015-11-06 03:00:09.388 | +++ date +%s 2015-11-06 03:00:09.388 | ++ end_time=1446778809 2015-11-06 03:00:09.389 | ++ elapsed_time=0 2015-11-06 03:00:09.389 | ++ total=58 2015-11-06 03:00:09.390 | ++ START_TIME[$name]= 2015-11-06 03:00:09.390 | ++ TOTAL_TIME[$name]=58 2015-11-06 03:00:09.391 | ++ pip_install -U virtualenv 2015-11-06 03:00:09.623 | ++ sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U virtualenv 2015-11-06 03:00:09.925 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:00:10.016 | Collecting virtualenv===13.1.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2015-11-06 03:00:10.130 | /usr/local/lib/python2.7/dist-packages/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-06 03:00:10.130 | InsecurePlatformWarning 2015-11-06 03:00:10.427 | Downloading virtualenv-13.1.2-py2.py3-none-any.whl (1.7MB) 2015-11-06 03:00:11.205 | Installing collected packages: virtualenv 2015-11-06 03:00:11.240 | Successfully installed virtualenv-13.1.2 2015-11-06 03:00:11.474 | ++ local test_req=virtualenv/test-requirements.txt 2015-11-06 03:00:11.475 | ++ [[ -e virtualenv/test-requirements.txt ]] 2015-11-06 03:00:11.475 | ++ time_stop pip_install 2015-11-06 03:00:11.476 | ++ local name 2015-11-06 03:00:11.476 | ++ local end_time 2015-11-06 03:00:11.477 | ++ local elpased_time 2015-11-06 03:00:11.477 | ++ local total 2015-11-06 03:00:11.478 | ++ local start_time 2015-11-06 03:00:11.478 | ++ name=pip_install 2015-11-06 03:00:11.478 | ++ start_time=1446778809 2015-11-06 03:00:11.479 | ++ [[ -z 1446778809 ]] 2015-11-06 03:00:11.479 | +++ date +%s 2015-11-06 03:00:11.480 | ++ end_time=1446778811 2015-11-06 03:00:11.480 | ++ elapsed_time=2 2015-11-06 03:00:11.480 | ++ total=3 2015-11-06 03:00:11.481 | ++ START_TIME[$name]= 2015-11-06 03:00:11.481 | ++ TOTAL_TIME[$name]=5 2015-11-06 03:00:11.482 | + install_infra 2015-11-06 03:00:11.482 | + local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2015-11-06 03:00:11.483 | + '[' '!' -d /opt/stack/requirements/.venv ']' 2015-11-06 03:00:11.483 | + virtualenv /opt/stack/requirements/.venv 2015-11-06 03:00:11.584 | New python executable in /opt/stack/requirements/.venv/bin/python 2015-11-06 03:00:12.838 | Installing setuptools, pip, wheel...done. 2015-11-06 03:00:12.844 | + PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2015-11-06 03:00:12.845 | + pip_install -U pbr 2015-11-06 03:00:13.110 | + env http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2015-11-06 03:00:13.560 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:00:13.676 | Collecting pbr===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2015-11-06 03:00:13.790 | /opt/stack/requirements/.venv/local/lib/python2.7/site-packages/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-06 03:00:13.791 | InsecurePlatformWarning 2015-11-06 03:00:14.072 | Downloading pbr-1.8.1-py2.py3-none-any.whl (89kB) 2015-11-06 03:00:14.137 | Installing collected packages: pbr 2015-11-06 03:00:14.211 | Successfully installed pbr-1.8.1 2015-11-06 03:00:14.513 | /opt/stack/requirements/.venv/local/lib/python2.7/site-packages/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-06 03:00:14.513 | InsecurePlatformWarning 2015-11-06 03:00:14.756 | + local test_req=pbr/test-requirements.txt 2015-11-06 03:00:14.757 | + [[ -e pbr/test-requirements.txt ]] 2015-11-06 03:00:14.757 | + time_stop pip_install 2015-11-06 03:00:14.758 | + local name 2015-11-06 03:00:14.758 | + local end_time 2015-11-06 03:00:14.759 | + local elpased_time 2015-11-06 03:00:14.759 | + local total 2015-11-06 03:00:14.760 | + local start_time 2015-11-06 03:00:14.760 | + name=pip_install 2015-11-06 03:00:14.761 | + start_time=1446778812 2015-11-06 03:00:14.761 | + [[ -z 1446778812 ]] 2015-11-06 03:00:14.762 | ++ date +%s 2015-11-06 03:00:14.764 | + end_time=1446778814 2015-11-06 03:00:14.765 | + elapsed_time=2 2015-11-06 03:00:14.765 | + total=5 2015-11-06 03:00:14.766 | + START_TIME[$name]= 2015-11-06 03:00:14.766 | + TOTAL_TIME[$name]=7 2015-11-06 03:00:14.767 | + PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2015-11-06 03:00:14.767 | + pip_install /opt/stack/requirements 2015-11-06 03:00:15.031 | + env http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2015-11-06 03:00:15.512 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:00:15.645 | Processing /opt/stack/requirements 2015-11-06 03:00:16.413 | Collecting Parsley===1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2015-11-06 03:00:16.709 | /opt/stack/requirements/.venv/local/lib/python2.7/site-packages/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-06 03:00:16.710 | InsecurePlatformWarning 2015-11-06 03:00:17.146 | Downloading Parsley-1.3-py2.py3-none-any.whl (88kB) 2015-11-06 03:00:17.228 | Collecting fixtures===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) 2015-11-06 03:00:17.374 | Downloading fixtures-1.4.0-py2.py3-none-any.whl (64kB) 2015-11-06 03:00:17.424 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2015-11-06 03:00:17.429 | Collecting six===1.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2015-11-06 03:00:17.546 | Downloading six-1.10.0-py2.py3-none-any.whl 2015-11-06 03:00:17.564 | Collecting testtools===1.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2015-11-06 03:00:17.687 | Downloading testtools-1.8.0-py2.py3-none-any.whl (160kB) 2015-11-06 03:00:17.793 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2015-11-06 03:00:17.898 | Downloading traceback2-1.4.0-py2.py3-none-any.whl 2015-11-06 03:00:17.918 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2015-11-06 03:00:18.039 | Downloading unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2015-11-06 03:00:18.101 | Collecting extras===0.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) 2015-11-06 03:00:18.190 | Downloading extras-0.0.3.tar.gz 2015-11-06 03:00:18.365 | Collecting python-mimeparse===0.1.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2015-11-06 03:00:18.456 | Downloading python-mimeparse-0.1.4.tar.gz 2015-11-06 03:00:18.622 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2015-11-06 03:00:18.711 | Downloading linecache2-1.0.0-py2.py3-none-any.whl 2015-11-06 03:00:18.726 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 328)) 2015-11-06 03:00:18.728 | Building wheels for collected packages: extras, python-mimeparse 2015-11-06 03:00:18.729 | Running setup.py bdist_wheel for extras 2015-11-06 03:00:18.896 | Stored in directory: /home/vagrant/.cache/pip/wheels/34/bf/b6/6eca7787c3ce7202328daa77295677f9bc9429f245e6a5b537 2015-11-06 03:00:18.902 | Running setup.py bdist_wheel for python-mimeparse 2015-11-06 03:00:19.053 | Stored in directory: /home/vagrant/.cache/pip/wheels/72/47/18/fdd9e214fe5bb5e9791aa661cb3ae3a3658114a4ef3c98cf74 2015-11-06 03:00:19.056 | Successfully built extras python-mimeparse 2015-11-06 03:00:19.056 | Installing collected packages: Parsley, extras, six, linecache2, traceback2, unittest2, python-mimeparse, testtools, fixtures, openstack.requirements 2015-11-06 03:00:19.522 | Running setup.py install for openstack.requirements 2015-11-06 03:00:20.388 | Successfully installed Parsley-1.3 extras-0.0.3 fixtures-1.4.0 linecache2-1.0.0 openstack.requirements-0.0.1.dev2142 python-mimeparse-0.1.4 six-1.10.0 testtools-1.8.0 traceback2-1.4.0 unittest2-1.1.0 2015-11-06 03:00:20.645 | + local test_req=/opt/stack/requirements/test-requirements.txt 2015-11-06 03:00:20.646 | + [[ -e /opt/stack/requirements/test-requirements.txt ]] 2015-11-06 03:00:20.646 | + echo 'Installing test-requirements for /opt/stack/requirements/test-requirements.txt' 2015-11-06 03:00:20.646 | Installing test-requirements for /opt/stack/requirements/test-requirements.txt 2015-11-06 03:00:20.646 | + env http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/requirements/test-requirements.txt 2015-11-06 03:00:21.115 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:00:21.255 | Collecting Sphinx===1.2.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2015-11-06 03:00:21.409 | /opt/stack/requirements/.venv/local/lib/python2.7/site-packages/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-06 03:00:21.410 | InsecurePlatformWarning 2015-11-06 03:00:21.754 | Downloading Sphinx-1.2.3-py2-none-any.whl (1.9MB) 2015-11-06 03:00:22.431 | Collecting docutils===0.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) 2015-11-06 03:00:22.524 | Downloading docutils-0.12.tar.gz (1.6MB) 2015-11-06 03:00:23.334 | Collecting oslosphinx===3.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2015-11-06 03:00:23.451 | Downloading oslosphinx-3.3.1-py2.py3-none-any.whl 2015-11-06 03:00:23.493 | Collecting packaging===15.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) 2015-11-06 03:00:23.596 | Downloading packaging-15.3-py2.py3-none-any.whl 2015-11-06 03:00:23.614 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2015-11-06 03:00:23.620 | Collecting requests===2.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2015-11-06 03:00:23.772 | Downloading requests-2.8.1-py2.py3-none-any.whl (497kB) 2015-11-06 03:00:23.905 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2015-11-06 03:00:23.909 | Collecting testrepository===0.0.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) 2015-11-06 03:00:24.040 | Downloading testrepository-0.0.20.tar.gz (84kB) 2015-11-06 03:00:24.279 | Collecting testscenarios===0.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) 2015-11-06 03:00:24.380 | Downloading testscenarios-0.5.0-py2.py3-none-any.whl 2015-11-06 03:00:24.401 | Requirement already satisfied (use --upgrade to upgrade): testtools===1.8.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2015-11-06 03:00:24.404 | Requirement already satisfied (use --upgrade to upgrade): traceback2===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2015-11-06 03:00:24.405 | Requirement already satisfied (use --upgrade to upgrade): unittest2===1.1.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2015-11-06 03:00:24.413 | Collecting virtualenv===13.1.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2015-11-06 03:00:24.591 | Downloading virtualenv-13.1.2-py2.py3-none-any.whl (1.7MB) 2015-11-06 03:00:24.938 | Collecting hacking<0.11,>=0.10 (from -r /opt/stack/requirements/test-requirements.txt (line 1)) 2015-11-06 03:00:25.051 | Downloading hacking-0.10.2-py2.py3-none-any.whl 2015-11-06 03:00:25.076 | Requirement already satisfied (use --upgrade to upgrade): setuptools>=16.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -r /opt/stack/requirements/test-requirements.txt (line 7)) 2015-11-06 03:00:25.084 | Collecting Pygments===2.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:00:25.222 | Downloading Pygments-2.0.2-py2-none-any.whl (672kB) 2015-11-06 03:00:25.404 | Collecting Jinja2===2.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 4)) 2015-11-06 03:00:25.510 | Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB) 2015-11-06 03:00:25.578 | Requirement already satisfied (use --upgrade to upgrade): fixtures===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) 2015-11-06 03:00:25.584 | Collecting python-subunit===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 272)) 2015-11-06 03:00:25.694 | Downloading python-subunit-1.1.0.tar.gz (94kB) 2015-11-06 03:00:25.911 | Requirement already satisfied (use --upgrade to upgrade): extras===0.0.3 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) 2015-11-06 03:00:25.912 | Requirement already satisfied (use --upgrade to upgrade): python-mimeparse===0.1.4 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2015-11-06 03:00:25.914 | Requirement already satisfied (use --upgrade to upgrade): linecache2===1.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2015-11-06 03:00:25.915 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 328)) 2015-11-06 03:00:25.921 | Collecting mccabe==0.2.1 (from hacking<0.11,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 1)) 2015-11-06 03:00:26.006 | Downloading mccabe-0.2.1.tar.gz 2015-11-06 03:00:26.181 | Collecting flake8==2.2.4 (from hacking<0.11,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 1)) 2015-11-06 03:00:26.322 | Downloading flake8-2.2.4.tar.gz 2015-11-06 03:00:26.521 | Collecting pyflakes==0.8.1 (from hacking<0.11,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 1)) 2015-11-06 03:00:26.625 | Downloading pyflakes-0.8.1-py2.py3-none-any.whl 2015-11-06 03:00:26.655 | Collecting pep8==1.5.7 (from hacking<0.11,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 1)) 2015-11-06 03:00:26.775 | Downloading pep8-1.5.7-py2.py3-none-any.whl 2015-11-06 03:00:26.804 | Collecting MarkupSafe===0.23 (from -c /opt/stack/requirements/upper-constraints.txt (line 6)) 2015-11-06 03:00:26.907 | Downloading MarkupSafe-0.23.tar.gz 2015-11-06 03:00:27.078 | Building wheels for collected packages: MarkupSafe, docutils, python-subunit, testrepository, mccabe, flake8 2015-11-06 03:00:27.078 | Running setup.py bdist_wheel for MarkupSafe 2015-11-06 03:00:27.563 | Stored in directory: /home/vagrant/.cache/pip/wheels/94/a7/79/f79a998b64c1281cb99fa9bbd33cfc9b8b5775f438218d17a7 2015-11-06 03:00:27.570 | Running setup.py bdist_wheel for docutils 2015-11-06 03:00:27.995 | Stored in directory: /home/vagrant/.cache/pip/wheels/d5/32/4f/1347e8ac67071e8150a5dc69354a51a04ac065d0b48334f608 2015-11-06 03:00:28.079 | Running setup.py bdist_wheel for python-subunit 2015-11-06 03:00:28.315 | Stored in directory: /home/vagrant/.cache/pip/wheels/38/f2/a7/48cea56917955df55909cde6344bcdaaa96fcf70410ddbc117 2015-11-06 03:00:28.337 | Running setup.py bdist_wheel for testrepository 2015-11-06 03:00:28.565 | Stored in directory: /home/vagrant/.cache/pip/wheels/f9/3d/95/6e432373a3c51ebe804a9e73c28e4a3c4a1fcbc98dacbf2bdd 2015-11-06 03:00:28.596 | Running setup.py bdist_wheel for mccabe 2015-11-06 03:00:28.784 | Stored in directory: /home/vagrant/.cache/pip/wheels/16/54/58/70a8494a39d2f60c18dd8a9e9cdb23df52a219d132059ae7a7 2015-11-06 03:00:28.790 | Running setup.py bdist_wheel for flake8 2015-11-06 03:00:28.958 | Stored in directory: /home/vagrant/.cache/pip/wheels/27/50/5a/84e289262b649f9407f4f97d5321dd882cef10783bdd59ccfa 2015-11-06 03:00:28.967 | Successfully built MarkupSafe docutils python-subunit testrepository mccabe flake8 2015-11-06 03:00:28.968 | Installing collected packages: MarkupSafe, Jinja2, Pygments, docutils, Sphinx, requests, oslosphinx, packaging, python-subunit, testrepository, testscenarios, virtualenv, mccabe, pyflakes, pep8, flake8, hacking 2015-11-06 03:00:30.496 | Successfully installed Jinja2-2.8 MarkupSafe-0.23 Pygments-2.0.2 Sphinx-1.2.3 docutils-0.12 flake8-2.2.4 hacking-0.10.2 mccabe-0.2.1 oslosphinx-3.3.1 packaging-15.3 pep8-1.5.7 pyflakes-0.8.1 python-subunit-1.1.0 requests-2.8.1 testrepository-0.0.20 testscenarios-0.5.0 virtualenv-13.1.2 2015-11-06 03:00:30.689 | + time_stop pip_install 2015-11-06 03:00:30.689 | + local name 2015-11-06 03:00:30.690 | + local end_time 2015-11-06 03:00:30.690 | + local elpased_time 2015-11-06 03:00:30.690 | + local total 2015-11-06 03:00:30.691 | + local start_time 2015-11-06 03:00:30.691 | + name=pip_install 2015-11-06 03:00:30.691 | + start_time=1446778814 2015-11-06 03:00:30.691 | + [[ -z 1446778814 ]] 2015-11-06 03:00:30.692 | ++ date +%s 2015-11-06 03:00:30.692 | + end_time=1446778830 2015-11-06 03:00:30.693 | + elapsed_time=16 2015-11-06 03:00:30.693 | + total=7 2015-11-06 03:00:30.693 | + START_TIME[$name]= 2015-11-06 03:00:30.693 | + TOTAL_TIME[$name]=23 2015-11-06 03:00:30.694 | + unset PIP_VIRTUAL_ENV 2015-11-06 03:00:30.694 | + use_library_from_git pbr 2015-11-06 03:00:30.694 | + local name=pbr 2015-11-06 03:00:30.695 | + local enabled=1 2015-11-06 03:00:30.695 | + [[ ,, =~ ,pbr, ]] 2015-11-06 03:00:30.695 | + return 1 2015-11-06 03:00:30.695 | + pip_install -U pbr 2015-11-06 03:00:30.841 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2015-11-06 03:00:31.323 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:00:31.459 | Collecting pbr===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2015-11-06 03:00:31.598 | /usr/local/lib/python2.7/dist-packages/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-06 03:00:31.598 | InsecurePlatformWarning 2015-11-06 03:00:31.908 | Downloading pbr-1.8.1-py2.py3-none-any.whl (89kB) 2015-11-06 03:00:31.999 | Installing collected packages: pbr 2015-11-06 03:00:32.082 | Successfully installed pbr-1.8.1 2015-11-06 03:00:32.312 | + local test_req=pbr/test-requirements.txt 2015-11-06 03:00:32.312 | + [[ -e pbr/test-requirements.txt ]] 2015-11-06 03:00:32.313 | + time_stop pip_install 2015-11-06 03:00:32.314 | + local name 2015-11-06 03:00:32.314 | + local end_time 2015-11-06 03:00:32.314 | + local elpased_time 2015-11-06 03:00:32.315 | + local total 2015-11-06 03:00:32.315 | + local start_time 2015-11-06 03:00:32.316 | + name=pip_install 2015-11-06 03:00:32.316 | + start_time=1446778830 2015-11-06 03:00:32.317 | + [[ -z 1446778830 ]] 2015-11-06 03:00:32.317 | ++ date +%s 2015-11-06 03:00:32.317 | + end_time=1446778832 2015-11-06 03:00:32.318 | + elapsed_time=2 2015-11-06 03:00:32.318 | + total=23 2015-11-06 03:00:32.319 | + START_TIME[$name]= 2015-11-06 03:00:32.319 | + TOTAL_TIME[$name]=25 2015-11-06 03:00:32.320 | + run_phase stack pre-install 2015-11-06 03:00:32.320 | + local mode=stack 2015-11-06 03:00:32.321 | + local phase=pre-install 2015-11-06 03:00:32.321 | + [[ -d /opt/stack/devstack/extras.d ]] 2015-11-06 03:00:32.322 | + local extra_plugin_file_name 2015-11-06 03:00:32.322 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 03:00:32.322 | + [[ -r /opt/stack/devstack/extras.d/50-ironic.sh ]] 2015-11-06 03:00:32.323 | + source /opt/stack/devstack/extras.d/50-ironic.sh stack pre-install 2015-11-06 03:00:32.323 | ++ is_service_enabled ir-api ir-cond 2015-11-06 03:00:32.324 | ++ return 1 2015-11-06 03:00:32.324 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 03:00:32.324 | + local extra 2015-11-06 03:00:32.325 | ++ basename /opt/stack/devstack/extras.d/50-ironic.sh 2015-11-06 03:00:32.325 | + extra=50-ironic.sh 2015-11-06 03:00:32.326 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 50-ironic\.sh ]] 2015-11-06 03:00:32.326 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 03:00:32.326 | + [[ -r /opt/stack/devstack/extras.d/60-ceph.sh ]] 2015-11-06 03:00:32.327 | + source /opt/stack/devstack/extras.d/60-ceph.sh stack pre-install 2015-11-06 03:00:32.327 | ++ is_service_enabled ceph 2015-11-06 03:00:32.329 | ++ return 1 2015-11-06 03:00:32.330 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 03:00:32.330 | + local extra 2015-11-06 03:00:32.330 | ++ basename /opt/stack/devstack/extras.d/60-ceph.sh 2015-11-06 03:00:32.333 | + extra=60-ceph.sh 2015-11-06 03:00:32.333 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]] 2015-11-06 03:00:32.334 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 03:00:32.334 | + [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2015-11-06 03:00:32.334 | + source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2015-11-06 03:00:32.335 | ++ is_service_enabled tempest 2015-11-06 03:00:32.337 | ++ return 0 2015-11-06 03:00:32.337 | ++ [[ stack == \s\o\u\r\c\e ]] 2015-11-06 03:00:32.338 | ++ [[ stack == \s\t\a\c\k ]] 2015-11-06 03:00:32.338 | ++ [[ pre-install == \i\n\s\t\a\l\l ]] 2015-11-06 03:00:32.339 | ++ [[ stack == \s\t\a\c\k ]] 2015-11-06 03:00:32.339 | ++ [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2015-11-06 03:00:32.340 | ++ [[ stack == \s\t\a\c\k ]] 2015-11-06 03:00:32.340 | ++ [[ pre-install == \e\x\t\r\a ]] 2015-11-06 03:00:32.340 | ++ [[ stack == \s\t\a\c\k ]] 2015-11-06 03:00:32.341 | ++ [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2015-11-06 03:00:32.341 | ++ [[ stack == \u\n\s\t\a\c\k ]] 2015-11-06 03:00:32.341 | ++ [[ stack == \c\l\e\a\n ]] 2015-11-06 03:00:32.342 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 03:00:32.342 | + local extra 2015-11-06 03:00:32.342 | ++ basename /opt/stack/devstack/extras.d/80-tempest.sh 2015-11-06 03:00:32.343 | + extra=80-tempest.sh 2015-11-06 03:00:32.343 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]] 2015-11-06 03:00:32.344 | + [[ stack == \s\o\u\r\c\e ]] 2015-11-06 03:00:32.344 | + [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2015-11-06 03:00:32.344 | + run_plugins stack pre-install 2015-11-06 03:00:32.345 | + local mode=stack 2015-11-06 03:00:32.345 | + local phase=pre-install 2015-11-06 03:00:32.345 | + local plugins=,networking-odl 2015-11-06 03:00:32.346 | + local plugin 2015-11-06 03:00:32.346 | + for plugin in '${plugins//,/ }' 2015-11-06 03:00:32.347 | + local dir=/opt/stack/networking-odl 2015-11-06 03:00:32.347 | + [[ -f /opt/stack/networking-odl/devstack/plugin.sh ]] 2015-11-06 03:00:32.347 | + source /opt/stack/networking-odl/devstack/plugin.sh stack pre-install 2015-11-06 03:00:32.370 | + install_rpc_backend 2015-11-06 03:00:32.370 | + is_service_enabled rabbit 2015-11-06 03:00:32.374 | + return 0 2015-11-06 03:00:32.375 | + install_package rabbitmq-server 2015-11-06 03:00:32.375 | + update_package_repo 2015-11-06 03:00:32.375 | + NO_UPDATE_REPOS=False 2015-11-06 03:00:32.375 | + REPOS_UPDATED=True 2015-11-06 03:00:32.376 | + RETRY_UPDATE=False 2015-11-06 03:00:32.376 | + [[ False = \T\r\u\e ]] 2015-11-06 03:00:32.376 | + is_ubuntu 2015-11-06 03:00:32.376 | + [[ -z deb ]] 2015-11-06 03:00:32.376 | + '[' deb = deb ']' 2015-11-06 03:00:32.380 | + real_install_package rabbitmq-server 2015-11-06 03:00:32.380 | + is_ubuntu 2015-11-06 03:00:32.380 | + [[ -z deb ]] 2015-11-06 03:00:32.380 | + '[' deb = deb ']' 2015-11-06 03:00:32.381 | + apt_get install rabbitmq-server 2015-11-06 03:00:32.390 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2015-11-06 03:00:32.406 | Reading package lists... 2015-11-06 03:00:32.562 | Building dependency tree... 2015-11-06 03:00:32.565 | Reading state information... 2015-11-06 03:00:32.700 | The following extra packages will be installed: 2015-11-06 03:00:32.702 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2015-11-06 03:00:32.702 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2015-11-06 03:00:32.702 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2015-11-06 03:00:32.703 | erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools 2015-11-06 03:00:32.703 | erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools 2015-11-06 03:00:32.704 | erlang-webtool erlang-xmerl libodbc1 2015-11-06 03:00:32.704 | Suggested packages: 2015-11-06 03:00:32.705 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java 2015-11-06 03:00:32.705 | erlang-observer libmyodbc odbc-postgresql tdsodbc unixodbc-bin 2015-11-06 03:00:32.706 | The following NEW packages will be installed: 2015-11-06 03:00:32.706 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2015-11-06 03:00:32.707 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2015-11-06 03:00:32.707 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2015-11-06 03:00:32.707 | erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools 2015-11-06 03:00:32.708 | erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools 2015-11-06 03:00:32.708 | erlang-webtool erlang-xmerl libodbc1 rabbitmq-server 2015-11-06 03:00:32.751 | 0 upgraded, 28 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:00:32.751 | Need to get 22.6 MB of archives. 2015-11-06 03:00:32.751 | After this operation, 39.9 MB of additional disk space will be used. 2015-11-06 03:00:32.751 | Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libodbc1 amd64 2.2.14p2-5ubuntu5 [175 kB] 2015-11-06 03:00:32.779 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main rabbitmq-server all 3.4.3-2~cloud0 [4040 kB] 2015-11-06 03:00:32.830 | Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-base amd64 1:16.b.3-dfsg-1ubuntu2.1 [6536 kB] 2015-11-06 03:00:33.917 | Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-asn1 amd64 1:16.b.3-dfsg-1ubuntu2.1 [738 kB] 2015-11-06 03:00:34.000 | Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-mnesia amd64 1:16.b.3-dfsg-1ubuntu2.1 [658 kB] 2015-11-06 03:00:34.076 | Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-runtime-tools amd64 1:16.b.3-dfsg-1ubuntu2.1 [157 kB] 2015-11-06 03:00:34.098 | Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-crypto amd64 1:16.b.3-dfsg-1ubuntu2.1 [70.2 kB] 2015-11-06 03:00:34.112 | Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-public-key amd64 1:16.b.3-dfsg-1ubuntu2.1 [498 kB] 2015-11-06 03:00:34.173 | Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-ssl amd64 1:16.b.3-dfsg-1ubuntu2.1 [559 kB] 2015-11-06 03:00:34.233 | Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-inets amd64 1:16.b.3-dfsg-1ubuntu2.1 [753 kB] 2015-11-06 03:00:34.312 | Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-corba amd64 1:16.b.3-dfsg-1ubuntu2.1 [2235 kB] 2015-11-06 03:00:34.548 | Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-syntax-tools amd64 1:16.b.3-dfsg-1ubuntu2.1 [289 kB] 2015-11-06 03:00:34.582 | Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-diameter amd64 1:16.b.3-dfsg-1ubuntu2.1 [600 kB] 2015-11-06 03:00:34.659 | Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-xmerl amd64 1:16.b.3-dfsg-1ubuntu2.1 [972 kB] 2015-11-06 03:00:34.763 | Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-edoc amd64 1:16.b.3-dfsg-1ubuntu2.1 [298 kB] 2015-11-06 03:00:34.805 | Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-eldap amd64 1:16.b.3-dfsg-1ubuntu2.1 [91.8 kB] 2015-11-06 03:00:34.822 | Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-erl-docgen amd64 1:16.b.3-dfsg-1ubuntu2.1 [134 kB] 2015-11-06 03:00:34.841 | Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-eunit amd64 1:16.b.3-dfsg-1ubuntu2.1 [137 kB] 2015-11-06 03:00:34.861 | Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-ic amd64 1:16.b.3-dfsg-1ubuntu2.1 [818 kB] 2015-11-06 03:00:34.952 | Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-odbc amd64 1:16.b.3-dfsg-1ubuntu2.1 [50.1 kB] 2015-11-06 03:00:34.965 | Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-snmp amd64 1:16.b.3-dfsg-1ubuntu2.1 [1497 kB] 2015-11-06 03:00:35.120 | Get:22 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-os-mon amd64 1:16.b.3-dfsg-1ubuntu2.1 [94.9 kB] 2015-11-06 03:00:35.229 | Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-parsetools amd64 1:16.b.3-dfsg-1ubuntu2.1 [156 kB] 2015-11-06 03:00:35.252 | Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-percept amd64 1:16.b.3-dfsg-1ubuntu2.1 [136 kB] 2015-11-06 03:00:35.272 | Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-ssh amd64 1:16.b.3-dfsg-1ubuntu2.1 [361 kB] 2015-11-06 03:00:35.314 | Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-webtool amd64 1:16.b.3-dfsg-1ubuntu2.1 [39.5 kB] 2015-11-06 03:00:35.327 | Get:27 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-tools amd64 1:16.b.3-dfsg-1ubuntu2.1 [501 kB] 2015-11-06 03:00:35.380 | Get:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-nox all 1:16.b.3-dfsg-1ubuntu2.1 [17.7 kB] 2015-11-06 03:00:35.538 | Fetched 22.6 MB in 2s (8521 kB/s) 2015-11-06 03:00:35.596 | Selecting previously unselected package libodbc1:amd64. 2015-11-06 03:00:35.628 | (Reading database ... 70902 files and directories currently installed.) 2015-11-06 03:00:35.630 | Preparing to unpack .../libodbc1_2.2.14p2-5ubuntu5_amd64.deb ... 2015-11-06 03:00:35.632 | Unpacking libodbc1:amd64 (2.2.14p2-5ubuntu5) ... 2015-11-06 03:00:35.689 | Selecting previously unselected package erlang-base. 2015-11-06 03:00:35.693 | Preparing to unpack .../erlang-base_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:35.694 | Unpacking erlang-base (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:36.511 | Selecting previously unselected package erlang-asn1. 2015-11-06 03:00:36.519 | Preparing to unpack .../erlang-asn1_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:36.520 | Unpacking erlang-asn1 (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:36.620 | Selecting previously unselected package erlang-mnesia. 2015-11-06 03:00:36.624 | Preparing to unpack .../erlang-mnesia_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:36.625 | Unpacking erlang-mnesia (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:36.712 | Selecting previously unselected package erlang-runtime-tools. 2015-11-06 03:00:36.715 | Preparing to unpack .../erlang-runtime-tools_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:36.717 | Unpacking erlang-runtime-tools (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:36.756 | Selecting previously unselected package erlang-crypto. 2015-11-06 03:00:36.759 | Preparing to unpack .../erlang-crypto_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:36.760 | Unpacking erlang-crypto (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:36.782 | Selecting previously unselected package erlang-public-key. 2015-11-06 03:00:36.786 | Preparing to unpack .../erlang-public-key_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:36.787 | Unpacking erlang-public-key (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:36.843 | Selecting previously unselected package erlang-ssl. 2015-11-06 03:00:36.848 | Preparing to unpack .../erlang-ssl_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:36.850 | Unpacking erlang-ssl (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:36.925 | Selecting previously unselected package erlang-inets. 2015-11-06 03:00:36.928 | Preparing to unpack .../erlang-inets_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:36.930 | Unpacking erlang-inets (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.022 | Selecting previously unselected package erlang-corba. 2015-11-06 03:00:37.023 | Preparing to unpack .../erlang-corba_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.024 | Unpacking erlang-corba (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.311 | Selecting previously unselected package erlang-syntax-tools. 2015-11-06 03:00:37.317 | Preparing to unpack .../erlang-syntax-tools_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.319 | Unpacking erlang-syntax-tools (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.360 | Selecting previously unselected package erlang-diameter. 2015-11-06 03:00:37.363 | Preparing to unpack .../erlang-diameter_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.365 | Unpacking erlang-diameter (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.435 | Selecting previously unselected package erlang-xmerl. 2015-11-06 03:00:37.438 | Preparing to unpack .../erlang-xmerl_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.439 | Unpacking erlang-xmerl (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.536 | Selecting previously unselected package erlang-edoc. 2015-11-06 03:00:37.539 | Preparing to unpack .../erlang-edoc_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.542 | Unpacking erlang-edoc (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.597 | Selecting previously unselected package erlang-eldap. 2015-11-06 03:00:37.598 | Preparing to unpack .../erlang-eldap_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.599 | Unpacking erlang-eldap (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.625 | Selecting previously unselected package erlang-erl-docgen. 2015-11-06 03:00:37.629 | Preparing to unpack .../erlang-erl-docgen_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.630 | Unpacking erlang-erl-docgen (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.675 | Selecting previously unselected package erlang-eunit. 2015-11-06 03:00:37.677 | Preparing to unpack .../erlang-eunit_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.679 | Unpacking erlang-eunit (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.710 | Selecting previously unselected package erlang-ic. 2015-11-06 03:00:37.712 | Preparing to unpack .../erlang-ic_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.713 | Unpacking erlang-ic (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.799 | Selecting previously unselected package erlang-odbc. 2015-11-06 03:00:37.803 | Preparing to unpack .../erlang-odbc_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.805 | Unpacking erlang-odbc (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:37.829 | Selecting previously unselected package erlang-snmp. 2015-11-06 03:00:37.833 | Preparing to unpack .../erlang-snmp_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:37.835 | Unpacking erlang-snmp (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:38.010 | Selecting previously unselected package erlang-os-mon. 2015-11-06 03:00:38.015 | Preparing to unpack .../erlang-os-mon_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:38.016 | Unpacking erlang-os-mon (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:38.051 | Selecting previously unselected package erlang-parsetools. 2015-11-06 03:00:38.054 | Preparing to unpack .../erlang-parsetools_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:38.055 | Unpacking erlang-parsetools (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:38.085 | Selecting previously unselected package erlang-percept. 2015-11-06 03:00:38.087 | Preparing to unpack .../erlang-percept_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:38.088 | Unpacking erlang-percept (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:38.128 | Selecting previously unselected package erlang-ssh. 2015-11-06 03:00:38.132 | Preparing to unpack .../erlang-ssh_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:38.134 | Unpacking erlang-ssh (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:38.197 | Selecting previously unselected package erlang-webtool. 2015-11-06 03:00:38.201 | Preparing to unpack .../erlang-webtool_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:38.203 | Unpacking erlang-webtool (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:38.231 | Selecting previously unselected package erlang-tools. 2015-11-06 03:00:38.234 | Preparing to unpack .../erlang-tools_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... 2015-11-06 03:00:38.235 | Unpacking erlang-tools (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:38.297 | Selecting previously unselected package erlang-nox. 2015-11-06 03:00:38.300 | Preparing to unpack .../erlang-nox_1%3a16.b.3-dfsg-1ubuntu2.1_all.deb ... 2015-11-06 03:00:38.302 | Unpacking erlang-nox (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:38.322 | Selecting previously unselected package rabbitmq-server. 2015-11-06 03:00:38.326 | Preparing to unpack .../rabbitmq-server_3.4.3-2~cloud0_all.deb ... 2015-11-06 03:00:38.327 | Unpacking rabbitmq-server (3.4.3-2~cloud0) ... 2015-11-06 03:00:38.679 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:00:38.924 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:00:38.956 | Setting up libodbc1:amd64 (2.2.14p2-5ubuntu5) ... 2015-11-06 03:00:38.968 | Setting up erlang-base (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.028 | Searching for services which depend on erlang and should be started...none found. 2015-11-06 03:00:39.031 | Setting up erlang-asn1 (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.036 | Setting up erlang-mnesia (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.041 | Setting up erlang-runtime-tools (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.046 | Setting up erlang-crypto (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.052 | Setting up erlang-public-key (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.057 | Setting up erlang-ssl (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.061 | Setting up erlang-inets (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.066 | Setting up erlang-corba (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.070 | Setting up erlang-syntax-tools (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.075 | Setting up erlang-diameter (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.080 | Setting up erlang-xmerl (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.084 | Setting up erlang-edoc (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.088 | Setting up erlang-eldap (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.093 | Setting up erlang-erl-docgen (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.097 | Setting up erlang-eunit (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.102 | Setting up erlang-ic (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.107 | Setting up erlang-odbc (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.111 | Setting up erlang-snmp (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.115 | Setting up erlang-os-mon (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.120 | Setting up erlang-parsetools (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.124 | Setting up erlang-percept (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.128 | Setting up erlang-ssh (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.133 | Setting up erlang-webtool (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.137 | Setting up erlang-tools (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.141 | Setting up erlang-nox (1:16.b.3-dfsg-1ubuntu2.1) ... 2015-11-06 03:00:39.145 | Setting up rabbitmq-server (3.4.3-2~cloud0) ... 2015-11-06 03:00:39.206 | Adding group `rabbitmq' (GID 116) ... 2015-11-06 03:00:39.217 | Done. 2015-11-06 03:00:39.257 | Adding system user `rabbitmq' (UID 111) ... 2015-11-06 03:00:39.258 | Adding new user `rabbitmq' (UID 111) with group `rabbitmq' ... 2015-11-06 03:00:39.288 | Not creating home directory `/var/lib/rabbitmq'. 2015-11-06 03:00:39.511 | * Starting message broker rabbitmq-server 2015-11-06 03:00:41.383 | ...done. 2015-11-06 03:00:41.385 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-06 03:00:41.399 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:00:41.520 | + time_stop apt-get 2015-11-06 03:00:41.520 | + local name 2015-11-06 03:00:41.520 | + local end_time 2015-11-06 03:00:41.521 | + local elpased_time 2015-11-06 03:00:41.521 | + local total 2015-11-06 03:00:41.521 | + local start_time 2015-11-06 03:00:41.522 | + name=apt-get 2015-11-06 03:00:41.522 | + start_time=1446778832 2015-11-06 03:00:41.522 | + [[ -z 1446778832 ]] 2015-11-06 03:00:41.522 | ++ date +%s 2015-11-06 03:00:41.523 | + end_time=1446778841 2015-11-06 03:00:41.523 | + elapsed_time=9 2015-11-06 03:00:41.523 | + total=58 2015-11-06 03:00:41.523 | + START_TIME[$name]= 2015-11-06 03:00:41.523 | + TOTAL_TIME[$name]=67 2015-11-06 03:00:41.524 | + real_install_package rabbitmq-server 2015-11-06 03:00:41.524 | + is_ubuntu 2015-11-06 03:00:41.524 | + [[ -z deb ]] 2015-11-06 03:00:41.524 | + '[' deb = deb ']' 2015-11-06 03:00:41.524 | + apt_get install rabbitmq-server 2015-11-06 03:00:41.530 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2015-11-06 03:00:41.542 | Reading package lists... 2015-11-06 03:00:41.649 | Building dependency tree... 2015-11-06 03:00:41.651 | Reading state information... 2015-11-06 03:00:41.731 | rabbitmq-server is already the newest version. 2015-11-06 03:00:41.732 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:00:41.734 | + time_stop apt-get 2015-11-06 03:00:41.734 | + local name 2015-11-06 03:00:41.735 | + local end_time 2015-11-06 03:00:41.735 | + local elpased_time 2015-11-06 03:00:41.735 | + local total 2015-11-06 03:00:41.736 | + local start_time 2015-11-06 03:00:41.736 | + name=apt-get 2015-11-06 03:00:41.736 | + start_time=1446778841 2015-11-06 03:00:41.736 | + [[ -z 1446778841 ]] 2015-11-06 03:00:41.737 | ++ date +%s 2015-11-06 03:00:41.737 | + end_time=1446778841 2015-11-06 03:00:41.737 | + elapsed_time=0 2015-11-06 03:00:41.738 | + total=67 2015-11-06 03:00:41.738 | + START_TIME[$name]= 2015-11-06 03:00:41.739 | + TOTAL_TIME[$name]=67 2015-11-06 03:00:41.739 | + is_service_enabled zookeeper 2015-11-06 03:00:41.743 | + return 0 2015-11-06 03:00:41.743 | + cleanup_zookeeper 2015-11-06 03:00:41.743 | + sudo rm -rf /opt/stack/data/zookeeper 2015-11-06 03:00:41.754 | + configure_zookeeper 2015-11-06 03:00:41.755 | + sudo cp /opt/stack/devstack/files/zookeeper/environment /opt/stack/devstack/files/zookeeper/log4j.properties /opt/stack/devstack/files/zookeeper/myid /opt/stack/devstack/files/zookeeper/zoo.cfg /etc/zookeeper 2015-11-06 03:00:41.766 | + sudo sed -i -e 's|.*dataDir.*|dataDir=/opt/stack/data/zookeeper|' /etc/zookeeper/zoo.cfg 2015-11-06 03:00:41.778 | + init_zookeeper 2015-11-06 03:00:41.778 | + sudo rm -rf /opt/stack/data/zookeeper 2015-11-06 03:00:41.792 | + sudo mkdir -p /opt/stack/data/zookeeper 2015-11-06 03:00:41.803 | + is_service_enabled mysql postgresql 2015-11-06 03:00:41.808 | + return 0 2015-11-06 03:00:41.808 | + install_database 2015-11-06 03:00:41.809 | + install_database_mysql 2015-11-06 03:00:41.809 | + is_ubuntu 2015-11-06 03:00:41.809 | + [[ -z deb ]] 2015-11-06 03:00:41.810 | + '[' deb = deb ']' 2015-11-06 03:00:41.810 | + sudo debconf-set-selections 2015-11-06 03:00:41.910 | + [[ ! -e /home/vagrant/.my.cnf ]] 2015-11-06 03:00:41.911 | + cat 2015-11-06 03:00:41.913 | + chmod 0600 /home/vagrant/.my.cnf 2015-11-06 03:00:41.916 | + is_suse 2015-11-06 03:00:41.916 | + [[ -z Ubuntu ]] 2015-11-06 03:00:41.917 | + '[' Ubuntu = openSUSE ']' 2015-11-06 03:00:41.917 | + '[' Ubuntu = 'SUSE LINUX' ']' 2015-11-06 03:00:41.918 | + is_oraclelinux 2015-11-06 03:00:41.918 | + [[ -z Ubuntu ]] 2015-11-06 03:00:41.919 | + '[' Ubuntu = OracleLinux ']' 2015-11-06 03:00:41.919 | + is_fedora 2015-11-06 03:00:41.919 | + [[ -z Ubuntu ]] 2015-11-06 03:00:41.920 | + '[' Ubuntu = Fedora ']' 2015-11-06 03:00:41.920 | + '[' Ubuntu = 'Red Hat' ']' 2015-11-06 03:00:41.921 | + '[' Ubuntu = CentOS ']' 2015-11-06 03:00:41.921 | + '[' Ubuntu = OracleLinux ']' 2015-11-06 03:00:41.922 | + '[' Ubuntu = CloudLinux ']' 2015-11-06 03:00:41.922 | + is_ubuntu 2015-11-06 03:00:41.922 | + [[ -z deb ]] 2015-11-06 03:00:41.923 | + '[' deb = deb ']' 2015-11-06 03:00:41.923 | + install_package mysql-server 2015-11-06 03:00:41.923 | + update_package_repo 2015-11-06 03:00:41.924 | + NO_UPDATE_REPOS=False 2015-11-06 03:00:41.924 | + REPOS_UPDATED=True 2015-11-06 03:00:41.925 | + RETRY_UPDATE=False 2015-11-06 03:00:41.925 | + [[ False = \T\r\u\e ]] 2015-11-06 03:00:41.925 | + is_ubuntu 2015-11-06 03:00:41.926 | + [[ -z deb ]] 2015-11-06 03:00:41.926 | + '[' deb = deb ']' 2015-11-06 03:00:41.927 | + real_install_package mysql-server 2015-11-06 03:00:41.927 | + is_ubuntu 2015-11-06 03:00:41.927 | + [[ -z deb ]] 2015-11-06 03:00:41.928 | + '[' deb = deb ']' 2015-11-06 03:00:41.928 | + apt_get install mysql-server 2015-11-06 03:00:41.935 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2015-11-06 03:00:41.952 | Reading package lists... 2015-11-06 03:00:42.082 | Building dependency tree... 2015-11-06 03:00:42.083 | Reading state information... 2015-11-06 03:00:42.155 | The following extra packages will be installed: 2015-11-06 03:00:42.156 | libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl 2015-11-06 03:00:42.156 | mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 2015-11-06 03:00:42.157 | mysql-server-core-5.5 2015-11-06 03:00:42.157 | Suggested packages: 2015-11-06 03:00:42.158 | libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl 2015-11-06 03:00:42.158 | libsql-statement-perl libipc-sharedcache-perl tinyca mailx 2015-11-06 03:00:42.159 | The following NEW packages will be installed: 2015-11-06 03:00:42.159 | libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl 2015-11-06 03:00:42.159 | mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 2015-11-06 03:00:42.160 | mysql-server-core-5.5 2015-11-06 03:00:42.380 | 0 upgraded, 9 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:00:42.381 | Need to get 8455 kB of archives. 2015-11-06 03:00:42.381 | After this operation, 93.0 MB of additional disk space will be used. 2015-11-06 03:00:42.382 | Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] 2015-11-06 03:00:43.282 | Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libdbd-mysql-perl amd64 4.025-1 [99.3 kB] 2015-11-06 03:00:43.398 | Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] 2015-11-06 03:00:43.511 | Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.46-0ubuntu0.14.04.2 [706 kB] 2015-11-06 03:00:43.733 | Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.46-0ubuntu0.14.04.2 [1461 kB] 2015-11-06 03:00:44.317 | Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.46-0ubuntu0.14.04.2 [3223 kB] 2015-11-06 03:00:44.771 | Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.46-0ubuntu0.14.04.2 [1981 kB] 2015-11-06 03:00:45.064 | Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] 2015-11-06 03:00:45.171 | Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.46-0ubuntu0.14.04.2 [12.4 kB] 2015-11-06 03:00:45.358 | Preconfiguring packages ... 2015-11-06 03:00:45.439 | Fetched 8455 kB in 3s (2818 kB/s) 2015-11-06 03:00:45.480 | Selecting previously unselected package libdbi-perl. 2015-11-06 03:00:45.511 | (Reading database ... 72917 files and directories currently installed.) 2015-11-06 03:00:45.512 | Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... 2015-11-06 03:00:45.515 | Unpacking libdbi-perl (1.630-1) ... 2015-11-06 03:00:45.625 | Selecting previously unselected package libdbd-mysql-perl. 2015-11-06 03:00:45.629 | Preparing to unpack .../libdbd-mysql-perl_4.025-1_amd64.deb ... 2015-11-06 03:00:45.631 | Unpacking libdbd-mysql-perl (4.025-1) ... 2015-11-06 03:00:45.663 | Selecting previously unselected package libterm-readkey-perl. 2015-11-06 03:00:45.666 | Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... 2015-11-06 03:00:45.668 | Unpacking libterm-readkey-perl (2.31-1) ... 2015-11-06 03:00:45.692 | Selecting previously unselected package mysql-client-core-5.5. 2015-11-06 03:00:45.696 | Preparing to unpack .../mysql-client-core-5.5_5.5.46-0ubuntu0.14.04.2_amd64.deb ... 2015-11-06 03:00:45.698 | Unpacking mysql-client-core-5.5 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:00:45.853 | Selecting previously unselected package mysql-client-5.5. 2015-11-06 03:00:45.861 | Preparing to unpack .../mysql-client-5.5_5.5.46-0ubuntu0.14.04.2_amd64.deb ... 2015-11-06 03:00:45.862 | Unpacking mysql-client-5.5 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:00:46.285 | Selecting previously unselected package mysql-server-core-5.5. 2015-11-06 03:00:46.295 | Preparing to unpack .../mysql-server-core-5.5_5.5.46-0ubuntu0.14.04.2_amd64.deb ... 2015-11-06 03:00:46.298 | Unpacking mysql-server-core-5.5 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:00:46.873 | Selecting previously unselected package mysql-server-5.5. 2015-11-06 03:00:46.883 | Preparing to unpack .../mysql-server-5.5_5.5.46-0ubuntu0.14.04.2_amd64.deb ... 2015-11-06 03:00:47.274 | Unpacking mysql-server-5.5 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:00:47.801 | Selecting previously unselected package libhtml-template-perl. 2015-11-06 03:00:47.811 | Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... 2015-11-06 03:00:47.813 | Unpacking libhtml-template-perl (2.95-1) ... 2015-11-06 03:00:47.841 | Selecting previously unselected package mysql-server. 2015-11-06 03:00:47.843 | Preparing to unpack .../mysql-server_5.5.46-0ubuntu0.14.04.2_all.deb ... 2015-11-06 03:00:47.846 | Unpacking mysql-server (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:00:47.861 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:00:49.289 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:00:49.312 | Setting up libdbi-perl (1.630-1) ... 2015-11-06 03:00:49.321 | Setting up libdbd-mysql-perl (4.025-1) ... 2015-11-06 03:00:49.325 | Setting up libterm-readkey-perl (2.31-1) ... 2015-11-06 03:00:49.328 | Setting up mysql-client-core-5.5 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:00:49.333 | Setting up mysql-client-5.5 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:00:49.336 | Setting up mysql-server-core-5.5 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:00:49.340 | Setting up mysql-server-5.5 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:00:51.725 | 151106 3:00:51 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. 2015-11-06 03:00:51.727 | 151106 3:00:51 [Note] /usr/sbin/mysqld (mysqld 5.5.46-0ubuntu0.14.04.2) starting as process 21868 ... 2015-11-06 03:01:01.411 | mysql start/running, process 22000 2015-11-06 03:01:01.607 | Setting up libhtml-template-perl (2.95-1) ... 2015-11-06 03:01:01.611 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:01:01.615 | Setting up mysql-server (5.5.46-0ubuntu0.14.04.2) ... 2015-11-06 03:01:01.778 | + time_stop apt-get 2015-11-06 03:01:01.779 | + local name 2015-11-06 03:01:01.780 | + local end_time 2015-11-06 03:01:01.780 | + local elpased_time 2015-11-06 03:01:01.781 | + local total 2015-11-06 03:01:01.781 | + local start_time 2015-11-06 03:01:01.782 | + name=apt-get 2015-11-06 03:01:01.782 | + start_time=1446778841 2015-11-06 03:01:01.783 | + [[ -z 1446778841 ]] 2015-11-06 03:01:01.783 | ++ date +%s 2015-11-06 03:01:01.785 | + end_time=1446778861 2015-11-06 03:01:01.786 | + elapsed_time=20 2015-11-06 03:01:01.786 | + total=67 2015-11-06 03:01:01.787 | + START_TIME[$name]= 2015-11-06 03:01:01.787 | + TOTAL_TIME[$name]=87 2015-11-06 03:01:01.788 | + real_install_package mysql-server 2015-11-06 03:01:01.789 | + is_ubuntu 2015-11-06 03:01:01.789 | + [[ -z deb ]] 2015-11-06 03:01:01.790 | + '[' deb = deb ']' 2015-11-06 03:01:01.791 | + apt_get install mysql-server 2015-11-06 03:01:01.800 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2015-11-06 03:01:01.821 | Reading package lists... 2015-11-06 03:01:02.016 | Building dependency tree... 2015-11-06 03:01:02.018 | Reading state information... 2015-11-06 03:01:02.193 | mysql-server is already the newest version. 2015-11-06 03:01:02.193 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:01:02.196 | + time_stop apt-get 2015-11-06 03:01:02.196 | + local name 2015-11-06 03:01:02.196 | + local end_time 2015-11-06 03:01:02.197 | + local elpased_time 2015-11-06 03:01:02.197 | + local total 2015-11-06 03:01:02.197 | + local start_time 2015-11-06 03:01:02.197 | + name=apt-get 2015-11-06 03:01:02.198 | + start_time=1446778861 2015-11-06 03:01:02.198 | + [[ -z 1446778861 ]] 2015-11-06 03:01:02.198 | ++ date +%s 2015-11-06 03:01:02.200 | + end_time=1446778862 2015-11-06 03:01:02.201 | + elapsed_time=1 2015-11-06 03:01:02.201 | + total=87 2015-11-06 03:01:02.201 | + START_TIME[$name]= 2015-11-06 03:01:02.201 | + TOTAL_TIME[$name]=88 2015-11-06 03:01:02.202 | + '[' -n mysql ']' 2015-11-06 03:01:02.202 | + install_database_python 2015-11-06 03:01:02.202 | + install_database_python_mysql 2015-11-06 03:01:02.202 | + pip_install_gr PyMySQL 2015-11-06 03:01:02.203 | + local name=PyMySQL 2015-11-06 03:01:02.203 | + local clean_name 2015-11-06 03:01:02.203 | ++ get_from_global_requirements PyMySQL 2015-11-06 03:01:02.203 | ++ local package=PyMySQL 2015-11-06 03:01:02.203 | ++ local required_pkg 2015-11-06 03:01:02.205 | +++ grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2015-11-06 03:01:02.206 | +++ cut -d# -f1 2015-11-06 03:01:02.209 | ++ required_pkg='PyMySQL>=0.6.2 ' 2015-11-06 03:01:02.209 | ++ [[ PyMySQL>=0.6.2 == '' ]] 2015-11-06 03:01:02.210 | ++ echo 'PyMySQL>=0.6.2' 2015-11-06 03:01:02.211 | + clean_name='PyMySQL>=0.6.2' 2015-11-06 03:01:02.211 | + pip_install 'PyMySQL>=0.6.2' 2015-11-06 03:01:02.458 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'PyMySQL>=0.6.2' 2015-11-06 03:01:02.940 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:01:03.077 | Collecting PyMySQL===0.6.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 16)) 2015-11-06 03:01:03.239 | /usr/local/lib/python2.7/dist-packages/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-06 03:01:04.017 | InsecurePlatformWarning 2015-11-06 03:01:04.206 | Downloading PyMySQL-0.6.7-py2.py3-none-any.whl (69kB) 2015-11-06 03:01:04.268 | Installing collected packages: PyMySQL 2015-11-06 03:01:04.356 | Successfully installed PyMySQL-0.6.7 2015-11-06 03:01:04.591 | + local 'test_req=PyMySQL>=0.6.2/test-requirements.txt' 2015-11-06 03:01:04.592 | + [[ -e PyMySQL>=0.6.2/test-requirements.txt ]] 2015-11-06 03:01:04.592 | + time_stop pip_install 2015-11-06 03:01:04.593 | + local name 2015-11-06 03:01:04.594 | + local end_time 2015-11-06 03:01:04.594 | + local elpased_time 2015-11-06 03:01:04.595 | + local total 2015-11-06 03:01:04.595 | + local start_time 2015-11-06 03:01:04.595 | + name=pip_install 2015-11-06 03:01:04.595 | + start_time=1446778862 2015-11-06 03:01:04.596 | + [[ -z 1446778862 ]] 2015-11-06 03:01:04.596 | ++ date +%s 2015-11-06 03:01:04.596 | + end_time=1446778864 2015-11-06 03:01:04.597 | + elapsed_time=2 2015-11-06 03:01:04.597 | + total=25 2015-11-06 03:01:04.597 | + START_TIME[$name]= 2015-11-06 03:01:04.598 | + TOTAL_TIME[$name]=27 2015-11-06 03:01:04.598 | + [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2015-11-06 03:01:04.598 | + [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2015-11-06 03:01:04.599 | + ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2015-11-06 03:01:04.599 | + is_service_enabled neutron 2015-11-06 03:01:04.602 | + return 0 2015-11-06 03:01:04.602 | + install_neutron_agent_packages 2015-11-06 03:01:04.602 | + is_service_enabled q-l3 2015-11-06 03:01:04.607 | + return 0 2015-11-06 03:01:04.608 | + install_package radvd 2015-11-06 03:01:04.608 | + update_package_repo 2015-11-06 03:01:04.608 | + NO_UPDATE_REPOS=False 2015-11-06 03:01:04.609 | + REPOS_UPDATED=True 2015-11-06 03:01:04.609 | + RETRY_UPDATE=False 2015-11-06 03:01:04.609 | + [[ False = \T\r\u\e ]] 2015-11-06 03:01:04.610 | + is_ubuntu 2015-11-06 03:01:04.610 | + [[ -z deb ]] 2015-11-06 03:01:04.610 | + '[' deb = deb ']' 2015-11-06 03:01:04.613 | + real_install_package radvd 2015-11-06 03:01:04.614 | + is_ubuntu 2015-11-06 03:01:04.614 | + [[ -z deb ]] 2015-11-06 03:01:04.614 | + '[' deb = deb ']' 2015-11-06 03:01:04.615 | + apt_get install radvd 2015-11-06 03:01:04.625 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2015-11-06 03:01:04.645 | Reading package lists... 2015-11-06 03:01:04.816 | Building dependency tree... 2015-11-06 03:01:04.817 | Reading state information... 2015-11-06 03:01:04.926 | The following extra packages will be installed: 2015-11-06 03:01:04.926 | libdaemon0 2015-11-06 03:01:04.927 | The following NEW packages will be installed: 2015-11-06 03:01:04.928 | libdaemon0 radvd 2015-11-06 03:01:04.991 | 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:01:04.992 | Need to get 79.6 kB of archives. 2015-11-06 03:01:04.992 | After this operation, 248 kB of additional disk space will be used. 2015-11-06 03:01:04.993 | Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libdaemon0 amd64 0.14-2ubuntu1 [16.4 kB] 2015-11-06 03:01:05.007 | Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main radvd amd64 1:1.9.1-1.1ubuntu2 [63.2 kB] 2015-11-06 03:01:05.227 | Fetched 79.6 kB in 0s (922 kB/s) 2015-11-06 03:01:05.295 | Selecting previously unselected package libdaemon0. 2015-11-06 03:01:05.331 | (Reading database ... 73358 files and directories currently installed.) 2015-11-06 03:01:05.335 | Preparing to unpack .../libdaemon0_0.14-2ubuntu1_amd64.deb ... 2015-11-06 03:01:05.337 | Unpacking libdaemon0 (0.14-2ubuntu1) ... 2015-11-06 03:01:05.375 | Selecting previously unselected package radvd. 2015-11-06 03:01:05.379 | Preparing to unpack .../radvd_1%3a1.9.1-1.1ubuntu2_amd64.deb ... 2015-11-06 03:01:05.382 | Unpacking radvd (1:1.9.1-1.1ubuntu2) ... 2015-11-06 03:01:05.412 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:01:05.580 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:01:05.618 | Setting up libdaemon0 (0.14-2ubuntu1) ... 2015-11-06 03:01:05.633 | Setting up radvd (1:1.9.1-1.1ubuntu2) ... 2015-11-06 03:01:05.725 | dpkg-statoverride: warning: --update given but /var/run/radvd does not exist 2015-11-06 03:01:05.763 | Starting radvd: 2015-11-06 03:01:05.763 | * /etc/radvd.conf does not exist or is empty. 2015-11-06 03:01:05.764 | * See /usr/share/doc/radvd/README.Debian 2015-11-06 03:01:05.764 | * radvd will *not* be started. 2015-11-06 03:01:05.766 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-06 03:01:05.781 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:01:05.946 | + time_stop apt-get 2015-11-06 03:01:05.946 | + local name 2015-11-06 03:01:05.947 | + local end_time 2015-11-06 03:01:05.947 | + local elpased_time 2015-11-06 03:01:05.948 | + local total 2015-11-06 03:01:05.948 | + local start_time 2015-11-06 03:01:05.949 | + name=apt-get 2015-11-06 03:01:05.950 | + start_time=1446778864 2015-11-06 03:01:05.950 | + [[ -z 1446778864 ]] 2015-11-06 03:01:05.950 | ++ date +%s 2015-11-06 03:01:05.951 | + end_time=1446778865 2015-11-06 03:01:05.951 | + elapsed_time=1 2015-11-06 03:01:05.951 | + total=88 2015-11-06 03:01:05.951 | + START_TIME[$name]= 2015-11-06 03:01:05.951 | + TOTAL_TIME[$name]=89 2015-11-06 03:01:05.952 | + real_install_package radvd 2015-11-06 03:01:05.952 | + is_ubuntu 2015-11-06 03:01:05.952 | + [[ -z deb ]] 2015-11-06 03:01:05.952 | + '[' deb = deb ']' 2015-11-06 03:01:05.952 | + apt_get install radvd 2015-11-06 03:01:05.960 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2015-11-06 03:01:05.976 | Reading package lists... 2015-11-06 03:01:06.133 | Building dependency tree... 2015-11-06 03:01:06.134 | Reading state information... 2015-11-06 03:01:06.241 | radvd is already the newest version. 2015-11-06 03:01:06.241 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:01:06.244 | + time_stop apt-get 2015-11-06 03:01:06.244 | + local name 2015-11-06 03:01:06.244 | + local end_time 2015-11-06 03:01:06.244 | + local elpased_time 2015-11-06 03:01:06.245 | + local total 2015-11-06 03:01:06.245 | + local start_time 2015-11-06 03:01:06.245 | + name=apt-get 2015-11-06 03:01:06.246 | + start_time=1446778865 2015-11-06 03:01:06.246 | + [[ -z 1446778865 ]] 2015-11-06 03:01:06.247 | ++ date +%s 2015-11-06 03:01:06.247 | + end_time=1446778866 2015-11-06 03:01:06.248 | + elapsed_time=1 2015-11-06 03:01:06.248 | + total=89 2015-11-06 03:01:06.248 | + START_TIME[$name]= 2015-11-06 03:01:06.249 | + TOTAL_TIME[$name]=90 2015-11-06 03:01:06.249 | + is_service_enabled q-agt q-dhcp q-l3 2015-11-06 03:01:06.252 | + return 0 2015-11-06 03:01:06.252 | + neutron_plugin_install_agent_packages 2015-11-06 03:01:06.252 | + _neutron_ovs_base_install_agent_packages 2015-11-06 03:01:06.253 | ++ get_packages openvswitch 2015-11-06 03:01:06.265 | + install_package fakeroot make openvswitch-switch 2015-11-06 03:01:06.266 | + update_package_repo 2015-11-06 03:01:06.266 | + NO_UPDATE_REPOS=False 2015-11-06 03:01:06.266 | + REPOS_UPDATED=True 2015-11-06 03:01:06.267 | + RETRY_UPDATE=False 2015-11-06 03:01:06.267 | + [[ False = \T\r\u\e ]] 2015-11-06 03:01:06.268 | + is_ubuntu 2015-11-06 03:01:06.268 | + [[ -z deb ]] 2015-11-06 03:01:06.268 | + '[' deb = deb ']' 2015-11-06 03:01:06.270 | + real_install_package fakeroot make openvswitch-switch 2015-11-06 03:01:06.270 | + is_ubuntu 2015-11-06 03:01:06.270 | + [[ -z deb ]] 2015-11-06 03:01:06.271 | + '[' deb = deb ']' 2015-11-06 03:01:06.271 | + apt_get install fakeroot make openvswitch-switch 2015-11-06 03:01:06.279 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2015-11-06 03:01:06.295 | Reading package lists... 2015-11-06 03:01:06.448 | Building dependency tree... 2015-11-06 03:01:06.450 | Reading state information... 2015-11-06 03:01:06.557 | fakeroot is already the newest version. 2015-11-06 03:01:06.558 | fakeroot set to manually installed. 2015-11-06 03:01:06.558 | make is already the newest version. 2015-11-06 03:01:06.559 | make set to manually installed. 2015-11-06 03:01:06.559 | The following extra packages will be installed: 2015-11-06 03:01:06.559 | openvswitch-common 2015-11-06 03:01:06.561 | The following NEW packages will be installed: 2015-11-06 03:01:06.561 | openvswitch-common openvswitch-switch 2015-11-06 03:01:06.676 | 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:01:06.676 | Need to get 1478 kB of archives. 2015-11-06 03:01:06.677 | After this operation, 7186 kB of additional disk space will be used. 2015-11-06 03:01:06.677 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main openvswitch-common amd64 2.3.2-0ubuntu0.15.04.1~cloud0 [512 kB] 2015-11-06 03:01:06.881 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main openvswitch-switch amd64 2.3.2-0ubuntu0.15.04.1~cloud0 [966 kB] 2015-11-06 03:01:07.328 | Fetched 1478 kB in 0s (2529 kB/s) 2015-11-06 03:01:07.379 | Selecting previously unselected package openvswitch-common. 2015-11-06 03:01:07.408 | (Reading database ... 73378 files and directories currently installed.) 2015-11-06 03:01:07.411 | Preparing to unpack .../openvswitch-common_2.3.2-0ubuntu0.15.04.1~cloud0_amd64.deb ... 2015-11-06 03:01:07.413 | Unpacking openvswitch-common (2.3.2-0ubuntu0.15.04.1~cloud0) ... 2015-11-06 03:01:07.538 | Selecting previously unselected package openvswitch-switch. 2015-11-06 03:01:07.540 | Preparing to unpack .../openvswitch-switch_2.3.2-0ubuntu0.15.04.1~cloud0_amd64.deb ... 2015-11-06 03:01:07.545 | Unpacking openvswitch-switch (2.3.2-0ubuntu0.15.04.1~cloud0) ... 2015-11-06 03:01:07.746 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:01:09.243 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:01:09.294 | Setting up openvswitch-common (2.3.2-0ubuntu0.15.04.1~cloud0) ... 2015-11-06 03:01:09.300 | Setting up openvswitch-switch (2.3.2-0ubuntu0.15.04.1~cloud0) ... 2015-11-06 03:01:10.049 | openvswitch-switch start/running 2015-11-06 03:01:10.074 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:01:10.201 | + time_stop apt-get 2015-11-06 03:01:10.202 | + local name 2015-11-06 03:01:10.202 | + local end_time 2015-11-06 03:01:10.202 | + local elpased_time 2015-11-06 03:01:10.202 | + local total 2015-11-06 03:01:10.203 | + local start_time 2015-11-06 03:01:10.203 | + name=apt-get 2015-11-06 03:01:10.203 | + start_time=1446778866 2015-11-06 03:01:10.203 | + [[ -z 1446778866 ]] 2015-11-06 03:01:10.204 | ++ date +%s 2015-11-06 03:01:10.204 | + end_time=1446778870 2015-11-06 03:01:10.204 | + elapsed_time=4 2015-11-06 03:01:10.204 | + total=90 2015-11-06 03:01:10.205 | + START_TIME[$name]= 2015-11-06 03:01:10.205 | + TOTAL_TIME[$name]=94 2015-11-06 03:01:10.205 | + real_install_package fakeroot make openvswitch-switch 2015-11-06 03:01:10.205 | + is_ubuntu 2015-11-06 03:01:10.205 | + [[ -z deb ]] 2015-11-06 03:01:10.206 | + '[' deb = deb ']' 2015-11-06 03:01:10.206 | + apt_get install fakeroot make openvswitch-switch 2015-11-06 03:01:10.212 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2015-11-06 03:01:10.225 | Reading package lists... 2015-11-06 03:01:10.389 | Building dependency tree... 2015-11-06 03:01:10.390 | Reading state information... 2015-11-06 03:01:10.502 | fakeroot is already the newest version. 2015-11-06 03:01:10.502 | make is already the newest version. 2015-11-06 03:01:10.502 | openvswitch-switch is already the newest version. 2015-11-06 03:01:10.502 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:01:10.504 | + time_stop apt-get 2015-11-06 03:01:10.504 | + local name 2015-11-06 03:01:10.505 | + local end_time 2015-11-06 03:01:10.505 | + local elpased_time 2015-11-06 03:01:10.505 | + local total 2015-11-06 03:01:10.506 | + local start_time 2015-11-06 03:01:10.506 | + name=apt-get 2015-11-06 03:01:10.506 | + start_time=1446778870 2015-11-06 03:01:10.506 | + [[ -z 1446778870 ]] 2015-11-06 03:01:10.507 | ++ date +%s 2015-11-06 03:01:10.507 | + end_time=1446778870 2015-11-06 03:01:10.507 | + elapsed_time=0 2015-11-06 03:01:10.507 | + total=94 2015-11-06 03:01:10.508 | + START_TIME[$name]= 2015-11-06 03:01:10.508 | + TOTAL_TIME[$name]=94 2015-11-06 03:01:10.508 | + is_ubuntu 2015-11-06 03:01:10.508 | + [[ -z deb ]] 2015-11-06 03:01:10.508 | + '[' deb = deb ']' 2015-11-06 03:01:10.509 | + _neutron_ovs_base_install_ubuntu_dkms 2015-11-06 03:01:10.509 | + local kernel_version 2015-11-06 03:01:10.509 | ++ uname -r 2015-11-06 03:01:10.510 | + kernel_version=3.13.0-66-generic 2015-11-06 03:01:10.511 | + local kernel_major_minor 2015-11-06 03:01:10.512 | ++ echo 3.13.0-66-generic 2015-11-06 03:01:10.513 | ++ cut -d. -f1-2 2015-11-06 03:01:10.515 | + kernel_major_minor=3.13 2015-11-06 03:01:10.516 | ++ vercmp_numbers 3.13 3.13 2015-11-06 03:01:10.516 | ++ typeset v1=3.13 v2=3.13 sep 2015-11-06 03:01:10.516 | ++ typeset -a ver1 ver2 2015-11-06 03:01:10.517 | ++ IFS=. 2015-11-06 03:01:10.517 | ++ read -ra ver1 2015-11-06 03:01:10.517 | ++ IFS=. 2015-11-06 03:01:10.517 | ++ read -ra ver2 2015-11-06 03:01:10.518 | ++ _vercmp_r 2 3 13 3 13 2015-11-06 03:01:10.518 | ++ typeset sep 2015-11-06 03:01:10.518 | ++ ver1=() 2015-11-06 03:01:10.518 | ++ ver2=() 2015-11-06 03:01:10.519 | ++ typeset -a ver1 ver2 2015-11-06 03:01:10.519 | ++ sep=2 2015-11-06 03:01:10.519 | ++ shift 2015-11-06 03:01:10.519 | ++ ver1=("${@:1:sep}") 2015-11-06 03:01:10.519 | ++ ver2=("${@:sep+1}") 2015-11-06 03:01:10.520 | ++ (( ver1 > ver2 )) 2015-11-06 03:01:10.520 | ++ (( ver2 > ver1 )) 2015-11-06 03:01:10.520 | ++ (( sep <= 1 )) 2015-11-06 03:01:10.520 | ++ _vercmp_r 1 13 13 2015-11-06 03:01:10.520 | ++ typeset sep 2015-11-06 03:01:10.521 | ++ ver1=() 2015-11-06 03:01:10.521 | ++ ver2=() 2015-11-06 03:01:10.521 | ++ typeset -a ver1 ver2 2015-11-06 03:01:10.521 | ++ sep=1 2015-11-06 03:01:10.522 | ++ shift 2015-11-06 03:01:10.522 | ++ ver1=("${@:1:sep}") 2015-11-06 03:01:10.522 | ++ ver2=("${@:sep+1}") 2015-11-06 03:01:10.522 | ++ (( ver1 > ver2 )) 2015-11-06 03:01:10.523 | ++ (( ver2 > ver1 )) 2015-11-06 03:01:10.523 | ++ (( sep <= 1 )) 2015-11-06 03:01:10.523 | ++ echo 0 2015-11-06 03:01:10.523 | ++ return 0 2015-11-06 03:01:10.524 | + '[' 0 -lt 0 ']' 2015-11-06 03:01:10.524 | + restart_service openvswitch-switch 2015-11-06 03:01:10.524 | + is_ubuntu 2015-11-06 03:01:10.524 | + [[ -z deb ]] 2015-11-06 03:01:10.524 | + '[' deb = deb ']' 2015-11-06 03:01:10.525 | + sudo /usr/sbin/service openvswitch-switch restart 2015-11-06 03:01:10.999 | openvswitch-switch stop/waiting 2015-11-06 03:01:11.493 | openvswitch-switch start/running 2015-11-06 03:01:11.495 | + is_service_enabled q-lbaas 2015-11-06 03:01:11.499 | + return 1 2015-11-06 03:01:11.500 | + echo_summary 'Installing OpenStack project source' 2015-11-06 03:01:11.500 | + [[ -t 3 ]] 2015-11-06 03:01:11.501 | + echo -e Installing OpenStack project source 2015-11-06 03:01:11.501 | + install_oslo 2015-11-06 03:01:11.501 | + _do_install_oslo_lib automaton 2015-11-06 03:01:11.502 | + local name=automaton 2015-11-06 03:01:11.502 | + use_library_from_git automaton 2015-11-06 03:01:11.503 | + local name=automaton 2015-11-06 03:01:11.503 | + local enabled=1 2015-11-06 03:01:11.503 | + [[ ,, =~ ,automaton, ]] 2015-11-06 03:01:11.504 | + return 1 2015-11-06 03:01:11.504 | + _do_install_oslo_lib cliff 2015-11-06 03:01:11.504 | + local name=cliff 2015-11-06 03:01:11.505 | + use_library_from_git cliff 2015-11-06 03:01:11.505 | + local name=cliff 2015-11-06 03:01:11.506 | + local enabled=1 2015-11-06 03:01:11.506 | + [[ ,, =~ ,cliff, ]] 2015-11-06 03:01:11.507 | + return 1 2015-11-06 03:01:11.507 | + _do_install_oslo_lib debtcollector 2015-11-06 03:01:11.507 | + local name=debtcollector 2015-11-06 03:01:11.508 | + use_library_from_git debtcollector 2015-11-06 03:01:11.508 | + local name=debtcollector 2015-11-06 03:01:11.509 | + local enabled=1 2015-11-06 03:01:11.509 | + [[ ,, =~ ,debtcollector, ]] 2015-11-06 03:01:11.510 | + return 1 2015-11-06 03:01:11.510 | + _do_install_oslo_lib futurist 2015-11-06 03:01:11.510 | + local name=futurist 2015-11-06 03:01:11.511 | + use_library_from_git futurist 2015-11-06 03:01:11.511 | + local name=futurist 2015-11-06 03:01:11.511 | + local enabled=1 2015-11-06 03:01:11.512 | + [[ ,, =~ ,futurist, ]] 2015-11-06 03:01:11.512 | + return 1 2015-11-06 03:01:11.512 | + _do_install_oslo_lib oslo.cache 2015-11-06 03:01:11.512 | + local name=oslo.cache 2015-11-06 03:01:11.513 | + use_library_from_git oslo.cache 2015-11-06 03:01:11.513 | + local name=oslo.cache 2015-11-06 03:01:11.514 | + local enabled=1 2015-11-06 03:01:11.514 | + [[ ,, =~ ,oslo.cache, ]] 2015-11-06 03:01:11.514 | + return 1 2015-11-06 03:01:11.515 | + _do_install_oslo_lib oslo.concurrency 2015-11-06 03:01:11.515 | + local name=oslo.concurrency 2015-11-06 03:01:11.515 | + use_library_from_git oslo.concurrency 2015-11-06 03:01:11.516 | + local name=oslo.concurrency 2015-11-06 03:01:11.516 | + local enabled=1 2015-11-06 03:01:11.516 | + [[ ,, =~ ,oslo.concurrency, ]] 2015-11-06 03:01:11.517 | + return 1 2015-11-06 03:01:11.517 | + _do_install_oslo_lib oslo.config 2015-11-06 03:01:11.517 | + local name=oslo.config 2015-11-06 03:01:11.518 | + use_library_from_git oslo.config 2015-11-06 03:01:11.518 | + local name=oslo.config 2015-11-06 03:01:11.518 | + local enabled=1 2015-11-06 03:01:11.519 | + [[ ,, =~ ,oslo.config, ]] 2015-11-06 03:01:11.519 | + return 1 2015-11-06 03:01:11.520 | + _do_install_oslo_lib oslo.context 2015-11-06 03:01:11.520 | + local name=oslo.context 2015-11-06 03:01:11.520 | + use_library_from_git oslo.context 2015-11-06 03:01:11.521 | + local name=oslo.context 2015-11-06 03:01:11.521 | + local enabled=1 2015-11-06 03:01:11.521 | + [[ ,, =~ ,oslo.context, ]] 2015-11-06 03:01:11.522 | + return 1 2015-11-06 03:01:11.522 | + _do_install_oslo_lib oslo.db 2015-11-06 03:01:11.522 | + local name=oslo.db 2015-11-06 03:01:11.523 | + use_library_from_git oslo.db 2015-11-06 03:01:11.523 | + local name=oslo.db 2015-11-06 03:01:11.523 | + local enabled=1 2015-11-06 03:01:11.524 | + [[ ,, =~ ,oslo.db, ]] 2015-11-06 03:01:11.524 | + return 1 2015-11-06 03:01:11.524 | + _do_install_oslo_lib oslo.i18n 2015-11-06 03:01:11.525 | + local name=oslo.i18n 2015-11-06 03:01:11.525 | + use_library_from_git oslo.i18n 2015-11-06 03:01:11.525 | + local name=oslo.i18n 2015-11-06 03:01:11.526 | + local enabled=1 2015-11-06 03:01:11.526 | + [[ ,, =~ ,oslo.i18n, ]] 2015-11-06 03:01:11.526 | + return 1 2015-11-06 03:01:11.527 | + _do_install_oslo_lib oslo.log 2015-11-06 03:01:11.528 | + local name=oslo.log 2015-11-06 03:01:11.529 | + use_library_from_git oslo.log 2015-11-06 03:01:11.529 | + local name=oslo.log 2015-11-06 03:01:11.529 | + local enabled=1 2015-11-06 03:01:11.530 | + [[ ,, =~ ,oslo.log, ]] 2015-11-06 03:01:11.530 | + return 1 2015-11-06 03:01:11.531 | + _do_install_oslo_lib oslo.messaging 2015-11-06 03:01:11.531 | + local name=oslo.messaging 2015-11-06 03:01:11.531 | + use_library_from_git oslo.messaging 2015-11-06 03:01:11.532 | + local name=oslo.messaging 2015-11-06 03:01:11.532 | + local enabled=1 2015-11-06 03:01:11.532 | + [[ ,, =~ ,oslo.messaging, ]] 2015-11-06 03:01:11.533 | + return 1 2015-11-06 03:01:11.533 | + _do_install_oslo_lib oslo.middleware 2015-11-06 03:01:11.533 | + local name=oslo.middleware 2015-11-06 03:01:11.534 | + use_library_from_git oslo.middleware 2015-11-06 03:01:11.534 | + local name=oslo.middleware 2015-11-06 03:01:11.534 | + local enabled=1 2015-11-06 03:01:11.534 | + [[ ,, =~ ,oslo.middleware, ]] 2015-11-06 03:01:11.535 | + return 1 2015-11-06 03:01:11.535 | + _do_install_oslo_lib oslo.policy 2015-11-06 03:01:11.535 | + local name=oslo.policy 2015-11-06 03:01:11.536 | + use_library_from_git oslo.policy 2015-11-06 03:01:11.536 | + local name=oslo.policy 2015-11-06 03:01:11.536 | + local enabled=1 2015-11-06 03:01:11.537 | + [[ ,, =~ ,oslo.policy, ]] 2015-11-06 03:01:11.537 | + return 1 2015-11-06 03:01:11.538 | + _do_install_oslo_lib oslo.privsep 2015-11-06 03:01:11.538 | + local name=oslo.privsep 2015-11-06 03:01:11.538 | + use_library_from_git oslo.privsep 2015-11-06 03:01:11.539 | + local name=oslo.privsep 2015-11-06 03:01:11.539 | + local enabled=1 2015-11-06 03:01:11.540 | + [[ ,, =~ ,oslo.privsep, ]] 2015-11-06 03:01:11.540 | + return 1 2015-11-06 03:01:11.540 | + _do_install_oslo_lib oslo.reports 2015-11-06 03:01:11.540 | + local name=oslo.reports 2015-11-06 03:01:11.541 | + use_library_from_git oslo.reports 2015-11-06 03:01:11.541 | + local name=oslo.reports 2015-11-06 03:01:11.542 | + local enabled=1 2015-11-06 03:01:11.542 | + [[ ,, =~ ,oslo.reports, ]] 2015-11-06 03:01:11.542 | + return 1 2015-11-06 03:01:11.543 | + _do_install_oslo_lib oslo.rootwrap 2015-11-06 03:01:11.543 | + local name=oslo.rootwrap 2015-11-06 03:01:11.543 | + use_library_from_git oslo.rootwrap 2015-11-06 03:01:11.544 | + local name=oslo.rootwrap 2015-11-06 03:01:11.544 | + local enabled=1 2015-11-06 03:01:11.544 | + [[ ,, =~ ,oslo.rootwrap, ]] 2015-11-06 03:01:11.545 | + return 1 2015-11-06 03:01:11.545 | + _do_install_oslo_lib oslo.serialization 2015-11-06 03:01:11.546 | + local name=oslo.serialization 2015-11-06 03:01:11.546 | + use_library_from_git oslo.serialization 2015-11-06 03:01:11.546 | + local name=oslo.serialization 2015-11-06 03:01:11.546 | + local enabled=1 2015-11-06 03:01:11.547 | + [[ ,, =~ ,oslo.serialization, ]] 2015-11-06 03:01:11.547 | + return 1 2015-11-06 03:01:11.547 | + _do_install_oslo_lib oslo.service 2015-11-06 03:01:11.548 | + local name=oslo.service 2015-11-06 03:01:11.548 | + use_library_from_git oslo.service 2015-11-06 03:01:11.548 | + local name=oslo.service 2015-11-06 03:01:11.549 | + local enabled=1 2015-11-06 03:01:11.549 | + [[ ,, =~ ,oslo.service, ]] 2015-11-06 03:01:11.550 | + return 1 2015-11-06 03:01:11.550 | + _do_install_oslo_lib oslo.utils 2015-11-06 03:01:11.550 | + local name=oslo.utils 2015-11-06 03:01:11.551 | + use_library_from_git oslo.utils 2015-11-06 03:01:11.551 | + local name=oslo.utils 2015-11-06 03:01:11.551 | + local enabled=1 2015-11-06 03:01:11.552 | + [[ ,, =~ ,oslo.utils, ]] 2015-11-06 03:01:11.552 | + return 1 2015-11-06 03:01:11.552 | + _do_install_oslo_lib oslo.versionedobjects 2015-11-06 03:01:11.552 | + local name=oslo.versionedobjects 2015-11-06 03:01:11.553 | + use_library_from_git oslo.versionedobjects 2015-11-06 03:01:11.553 | + local name=oslo.versionedobjects 2015-11-06 03:01:11.554 | + local enabled=1 2015-11-06 03:01:11.554 | + [[ ,, =~ ,oslo.versionedobjects, ]] 2015-11-06 03:01:11.554 | + return 1 2015-11-06 03:01:11.554 | + _do_install_oslo_lib oslo.vmware 2015-11-06 03:01:11.555 | + local name=oslo.vmware 2015-11-06 03:01:11.555 | + use_library_from_git oslo.vmware 2015-11-06 03:01:11.555 | + local name=oslo.vmware 2015-11-06 03:01:11.556 | + local enabled=1 2015-11-06 03:01:11.556 | + [[ ,, =~ ,oslo.vmware, ]] 2015-11-06 03:01:11.556 | + return 1 2015-11-06 03:01:11.556 | + _do_install_oslo_lib pycadf 2015-11-06 03:01:11.557 | + local name=pycadf 2015-11-06 03:01:11.557 | + use_library_from_git pycadf 2015-11-06 03:01:11.557 | + local name=pycadf 2015-11-06 03:01:11.557 | + local enabled=1 2015-11-06 03:01:11.558 | + [[ ,, =~ ,pycadf, ]] 2015-11-06 03:01:11.558 | + return 1 2015-11-06 03:01:11.558 | + _do_install_oslo_lib stevedore 2015-11-06 03:01:11.559 | + local name=stevedore 2015-11-06 03:01:11.559 | + use_library_from_git stevedore 2015-11-06 03:01:11.559 | + local name=stevedore 2015-11-06 03:01:11.559 | + local enabled=1 2015-11-06 03:01:11.560 | + [[ ,, =~ ,stevedore, ]] 2015-11-06 03:01:11.560 | + return 1 2015-11-06 03:01:11.560 | + _do_install_oslo_lib taskflow 2015-11-06 03:01:11.560 | + local name=taskflow 2015-11-06 03:01:11.561 | + use_library_from_git taskflow 2015-11-06 03:01:11.561 | + local name=taskflow 2015-11-06 03:01:11.561 | + local enabled=1 2015-11-06 03:01:11.562 | + [[ ,, =~ ,taskflow, ]] 2015-11-06 03:01:11.562 | + return 1 2015-11-06 03:01:11.562 | + _do_install_oslo_lib tooz 2015-11-06 03:01:11.563 | + local name=tooz 2015-11-06 03:01:11.563 | + use_library_from_git tooz 2015-11-06 03:01:11.563 | + local name=tooz 2015-11-06 03:01:11.563 | + local enabled=1 2015-11-06 03:01:11.564 | + [[ ,, =~ ,tooz, ]] 2015-11-06 03:01:11.564 | + return 1 2015-11-06 03:01:11.564 | + install_keystoneauth 2015-11-06 03:01:11.564 | + use_library_from_git keystoneauth 2015-11-06 03:01:11.565 | + local name=keystoneauth 2015-11-06 03:01:11.565 | + local enabled=1 2015-11-06 03:01:11.565 | + [[ ,, =~ ,keystoneauth, ]] 2015-11-06 03:01:11.565 | + return 1 2015-11-06 03:01:11.566 | + install_keystoneclient 2015-11-06 03:01:11.566 | + use_library_from_git python-keystoneclient 2015-11-06 03:01:11.566 | + local name=python-keystoneclient 2015-11-06 03:01:11.567 | + local enabled=1 2015-11-06 03:01:11.567 | + [[ ,, =~ ,python-keystoneclient, ]] 2015-11-06 03:01:11.567 | + return 1 2015-11-06 03:01:11.568 | + install_glanceclient 2015-11-06 03:01:11.568 | + use_library_from_git python-glanceclient 2015-11-06 03:01:11.568 | + local name=python-glanceclient 2015-11-06 03:01:11.569 | + local enabled=1 2015-11-06 03:01:11.569 | + [[ ,, =~ ,python-glanceclient, ]] 2015-11-06 03:01:11.569 | + return 1 2015-11-06 03:01:11.569 | + install_cinderclient 2015-11-06 03:01:11.570 | + use_library_from_git python-cinderclient 2015-11-06 03:01:11.570 | + local name=python-cinderclient 2015-11-06 03:01:11.570 | + local enabled=1 2015-11-06 03:01:11.570 | + [[ ,, =~ ,python-cinderclient, ]] 2015-11-06 03:01:11.571 | + return 1 2015-11-06 03:01:11.571 | + install_novaclient 2015-11-06 03:01:11.571 | + use_library_from_git python-novaclient 2015-11-06 03:01:11.571 | + local name=python-novaclient 2015-11-06 03:01:11.572 | + local enabled=1 2015-11-06 03:01:11.572 | + [[ ,, =~ ,python-novaclient, ]] 2015-11-06 03:01:11.572 | + return 1 2015-11-06 03:01:11.572 | + is_service_enabled swift glance horizon 2015-11-06 03:01:11.573 | + return 0 2015-11-06 03:01:11.573 | + install_swiftclient 2015-11-06 03:01:11.573 | + use_library_from_git python-swiftclient 2015-11-06 03:01:11.573 | + local name=python-swiftclient 2015-11-06 03:01:11.574 | + local enabled=1 2015-11-06 03:01:11.574 | + [[ ,, =~ ,python-swiftclient, ]] 2015-11-06 03:01:11.574 | + return 1 2015-11-06 03:01:11.575 | + is_service_enabled neutron nova horizon 2015-11-06 03:01:11.575 | + return 0 2015-11-06 03:01:11.575 | + install_neutronclient 2015-11-06 03:01:11.576 | + use_library_from_git python-neutronclient 2015-11-06 03:01:11.576 | + local name=python-neutronclient 2015-11-06 03:01:11.576 | + local enabled=1 2015-11-06 03:01:11.576 | + [[ ,, =~ ,python-neutronclient, ]] 2015-11-06 03:01:11.577 | + return 1 2015-11-06 03:01:11.577 | + is_service_enabled heat horizon 2015-11-06 03:01:11.577 | + return 0 2015-11-06 03:01:11.577 | + install_heatclient 2015-11-06 03:01:11.578 | + use_library_from_git python-heatclient 2015-11-06 03:01:11.578 | + local name=python-heatclient 2015-11-06 03:01:11.578 | + local enabled=1 2015-11-06 03:01:11.578 | + [[ ,, =~ ,python-heatclient, ]] 2015-11-06 03:01:11.578 | + return 1 2015-11-06 03:01:11.578 | + install_keystonemiddleware 2015-11-06 03:01:11.579 | + use_library_from_git keystonemiddleware 2015-11-06 03:01:11.579 | + local name=keystonemiddleware 2015-11-06 03:01:11.579 | + local enabled=1 2015-11-06 03:01:11.579 | + [[ ,, =~ ,keystonemiddleware, ]] 2015-11-06 03:01:11.579 | + return 1 2015-11-06 03:01:11.579 | + pip_install_gr keystonemiddleware 2015-11-06 03:01:11.579 | + local name=keystonemiddleware 2015-11-06 03:01:11.579 | + local clean_name 2015-11-06 03:01:11.580 | ++ get_from_global_requirements keystonemiddleware 2015-11-06 03:01:11.580 | ++ local package=keystonemiddleware 2015-11-06 03:01:11.580 | ++ local required_pkg 2015-11-06 03:01:11.580 | +++ grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2015-11-06 03:01:11.580 | +++ cut -d# -f1 2015-11-06 03:01:11.580 | ++ required_pkg='keystonemiddleware>=2.0.0,!=2.4.0' 2015-11-06 03:01:11.580 | ++ [[ keystonemiddleware>=2.0.0,!=2.4.0 == '' ]] 2015-11-06 03:01:11.580 | ++ echo 'keystonemiddleware>=2.0.0,!=2.4.0' 2015-11-06 03:01:11.580 | + clean_name='keystonemiddleware>=2.0.0,!=2.4.0' 2015-11-06 03:01:11.581 | + pip_install 'keystonemiddleware>=2.0.0,!=2.4.0' 2015-11-06 03:01:11.794 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'keystonemiddleware>=2.0.0,!=2.4.0' 2015-11-06 03:01:12.287 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:01:12.426 | Collecting keystonemiddleware===2.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) 2015-11-06 03:01:12.513 | /usr/local/lib/python2.7/dist-packages/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-06 03:01:12.513 | InsecurePlatformWarning 2015-11-06 03:01:12.808 | Downloading keystonemiddleware-2.4.1-py2.py3-none-any.whl (102kB) 2015-11-06 03:01:12.912 | Collecting oslo.config===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2015-11-06 03:01:13.025 | Downloading oslo.config-2.6.0-py2.py3-none-any.whl (74kB) 2015-11-06 03:01:13.081 | Collecting oslo.context===0.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2015-11-06 03:01:13.167 | Downloading oslo.context-0.8.0-py2.py3-none-any.whl 2015-11-06 03:01:13.191 | Collecting oslo.i18n===2.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2015-11-06 03:01:13.311 | Downloading oslo.i18n-2.7.0-py2.py3-none-any.whl 2015-11-06 03:01:13.355 | Collecting oslo.serialization===1.11.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) 2015-11-06 03:01:13.474 | Downloading oslo.serialization-1.11.0-py2.py3-none-any.whl 2015-11-06 03:01:13.506 | Collecting oslo.utils===2.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2015-11-06 03:01:13.624 | Downloading oslo.utils-2.7.0-py2.py3-none-any.whl (60kB) 2015-11-06 03:01:13.668 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2015-11-06 03:01:13.678 | Collecting pycadf===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2015-11-06 03:01:13.780 | Downloading pycadf-1.1.0-py2-none-any.whl 2015-11-06 03:01:13.814 | Collecting python-keystoneclient===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2015-11-06 03:01:13.930 | Downloading python_keystoneclient-1.8.1-py2.py3-none-any.whl (430kB) 2015-11-06 03:01:14.122 | Collecting pytz===2015.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) 2015-11-06 03:01:14.452 | Downloading pytz-2015.6-py2.py3-none-any.whl (475kB) 2015-11-06 03:01:14.676 | Collecting requests===2.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2015-11-06 03:01:14.821 | Downloading requests-2.8.1-py2.py3-none-any.whl (497kB) 2015-11-06 03:01:14.973 | Collecting six===1.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2015-11-06 03:01:15.071 | Downloading six-1.10.0-py2.py3-none-any.whl 2015-11-06 03:01:15.085 | Collecting stevedore===1.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) 2015-11-06 03:01:15.180 | Downloading stevedore-1.9.0-py2.py3-none-any.whl 2015-11-06 03:01:15.222 | Collecting WebOb===1.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) 2015-11-06 03:01:15.346 | Downloading WebOb-1.5.0-py2.py3-none-any.whl (79kB) 2015-11-06 03:01:15.398 | Collecting Babel===2.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2015-11-06 03:01:15.502 | Downloading Babel-2.1.1-py2.py3-none-any.whl (3.6MB) 2015-11-06 03:01:16.428 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from oslo.config===2.6.0->-c /opt/stack/requirements/upper-constraints.txt (line 191)) 2015-11-06 03:01:16.435 | Collecting netaddr===0.7.18 (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:01:16.594 | Downloading netaddr-0.7.18-py2.py3-none-any.whl (1.5MB) 2015-11-06 03:01:16.937 | Collecting msgpack-python===0.4.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2015-11-06 03:01:17.050 | Downloading msgpack-python-0.4.6.tar.gz (116kB) 2015-11-06 03:01:17.304 | Collecting iso8601===0.1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2015-11-06 03:01:17.398 | Downloading iso8601-0.1.10.tar.gz 2015-11-06 03:01:17.572 | Collecting monotonic===0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2015-11-06 03:01:17.656 | Downloading monotonic-0.4.tar.gz 2015-11-06 03:01:17.827 | Collecting netifaces===0.10.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2015-11-06 03:01:17.937 | Downloading netifaces-0.10.4.tar.gz 2015-11-06 03:01:18.119 | Collecting debtcollector===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2015-11-06 03:01:18.218 | Downloading debtcollector-0.10.0-py2.py3-none-any.whl 2015-11-06 03:01:18.245 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) 2015-11-06 03:01:18.256 | Collecting wrapt===1.10.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) 2015-11-06 03:01:18.355 | Downloading wrapt-1.10.5.tar.gz 2015-11-06 03:01:18.525 | Building wheels for collected packages: iso8601, monotonic, msgpack-python, netifaces, wrapt 2015-11-06 03:01:18.526 | Running setup.py bdist_wheel for iso8601 2015-11-06 03:01:18.685 | Stored in directory: /root/.cache/pip/wheels/3f/7c/d1/fddaaceaa3ebe55637ccc89faff444d8a6c43011fd593715a5 2015-11-06 03:01:18.689 | Running setup.py bdist_wheel for monotonic 2015-11-06 03:01:18.874 | Stored in directory: /root/.cache/pip/wheels/5e/1c/45/35891d79ba5180479226cfee4adc961ff6d766f440d8691517 2015-11-06 03:01:18.877 | Running setup.py bdist_wheel for msgpack-python 2015-11-06 03:01:21.801 | Stored in directory: /root/.cache/pip/wheels/f3/97/a5/dd6e3b680de10b689464c44bc211239d1fe54bd296ff860897 2015-11-06 03:01:21.812 | Running setup.py bdist_wheel for netifaces 2015-11-06 03:01:23.232 | Stored in directory: /root/.cache/pip/wheels/32/42/e1/c70ed63c260bddfedf2472663153d03a17ee650b512273991d 2015-11-06 03:01:23.238 | Running setup.py bdist_wheel for wrapt 2015-11-06 03:01:24.043 | Stored in directory: /root/.cache/pip/wheels/1d/bd/59/f8ec76ecb9134b951bbe216327920b891acc35847024a06b50 2015-11-06 03:01:24.047 | Successfully built iso8601 monotonic msgpack-python netifaces wrapt 2015-11-06 03:01:24.048 | Installing collected packages: pytz, Babel, WebOb, wrapt, six, debtcollector, iso8601, msgpack-python, monotonic, oslo.i18n, netifaces, netaddr, oslo.utils, oslo.serialization, stevedore, oslo.config, pycadf, requests, python-keystoneclient, oslo.context, keystonemiddleware 2015-11-06 03:01:24.330 | Found existing installation: six 1.9.0 2015-11-06 03:01:24.331 | Uninstalling six-1.9.0: 2015-11-06 03:01:24.331 | Successfully uninstalled six-1.9.0 2015-11-06 03:01:24.555 | Found existing installation: requests 2.2.1 2015-11-06 03:01:24.555 | DEPRECATION: Uninstalling a distutils installed project (requests) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2015-11-06 03:01:24.556 | Uninstalling requests-2.2.1: 2015-11-06 03:01:24.556 | Successfully uninstalled requests-2.2.1 2015-11-06 03:01:25.226 | Successfully installed Babel-2.1.1 WebOb-1.5.0 debtcollector-0.10.0 iso8601-0.1.10 keystonemiddleware-2.4.1 monotonic-0.4 msgpack-python-0.4.6 netaddr-0.7.18 netifaces-0.10.4 oslo.config-2.6.0 oslo.context-0.8.0 oslo.i18n-2.7.0 oslo.serialization-1.11.0 oslo.utils-2.7.0 pycadf-1.1.0 python-keystoneclient-1.8.1 pytz-2015.6 requests-2.8.1 six-1.10.0 stevedore-1.9.0 wrapt-1.10.5 2015-11-06 03:01:25.545 | + local 'test_req=keystonemiddleware>=2.0.0,!=2.4.0/test-requirements.txt' 2015-11-06 03:01:25.546 | + [[ -e keystonemiddleware>=2.0.0,!=2.4.0/test-requirements.txt ]] 2015-11-06 03:01:25.546 | + time_stop pip_install 2015-11-06 03:01:25.546 | + local name 2015-11-06 03:01:25.547 | + local end_time 2015-11-06 03:01:25.547 | + local elpased_time 2015-11-06 03:01:25.547 | + local total 2015-11-06 03:01:25.547 | + local start_time 2015-11-06 03:01:25.548 | + name=pip_install 2015-11-06 03:01:25.548 | + start_time=1446778871 2015-11-06 03:01:25.549 | + [[ -z 1446778871 ]] 2015-11-06 03:01:25.549 | ++ date +%s 2015-11-06 03:01:25.550 | + end_time=1446778885 2015-11-06 03:01:25.551 | + elapsed_time=14 2015-11-06 03:01:25.551 | + total=27 2015-11-06 03:01:25.551 | + START_TIME[$name]= 2015-11-06 03:01:25.552 | + TOTAL_TIME[$name]=41 2015-11-06 03:01:25.552 | + is_service_enabled keystone 2015-11-06 03:01:25.555 | + return 0 2015-11-06 03:01:25.555 | + '[' 10.0.2.15 == 10.0.2.15 ']' 2015-11-06 03:01:25.555 | + stack_install_service keystone 2015-11-06 03:01:25.556 | + local service=keystone 2015-11-06 03:01:25.556 | + type install_keystone 2015-11-06 03:01:25.556 | + [[ False = True ]] 2015-11-06 03:01:25.556 | + install_keystone 2015-11-06 03:01:25.556 | + is_service_enabled ldap 2015-11-06 03:01:25.560 | + return 1 2015-11-06 03:01:25.560 | + [[ sql = \m\e\m\c\a\c\h\e ]] 2015-11-06 03:01:25.560 | + git_clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone master 2015-11-06 03:01:25.560 | + local git_remote=git://git.openstack.org/openstack/keystone.git 2015-11-06 03:01:25.561 | + local git_dest=/opt/stack/keystone 2015-11-06 03:01:25.561 | + local git_ref=master 2015-11-06 03:01:25.561 | + local orig_dir 2015-11-06 03:01:25.561 | ++ pwd 2015-11-06 03:01:25.562 | + orig_dir=/opt/stack/devstack 2015-11-06 03:01:25.562 | + local git_clone_flags= 2015-11-06 03:01:25.562 | ++ trueorfalse False RECLONE 2015-11-06 03:01:25.566 | + RECLONE=False 2015-11-06 03:01:25.567 | + [[ 0 -gt 0 ]] 2015-11-06 03:01:25.567 | + [[ False = \T\r\u\e ]] 2015-11-06 03:01:25.568 | + echo master 2015-11-06 03:01:25.568 | + egrep -q '^refs' 2015-11-06 03:01:25.569 | + [[ ! -d /opt/stack/keystone ]] 2015-11-06 03:01:25.569 | + [[ False = \T\r\u\e ]] 2015-11-06 03:01:25.570 | + git_timed clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone 2015-11-06 03:01:25.570 | + local count=0 2015-11-06 03:01:25.570 | + local timeout=0 2015-11-06 03:01:25.571 | + [[ -n 0 ]] 2015-11-06 03:01:25.571 | + timeout=0 2015-11-06 03:01:25.572 | + timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone 2015-11-06 03:01:25.573 | Cloning into '/opt/stack/keystone'... 2015-11-06 03:01:41.637 | + cd /opt/stack/keystone 2015-11-06 03:01:41.637 | + git checkout master 2015-11-06 03:01:41.689 | Already on 'master' 2015-11-06 03:01:41.690 | Your branch is up-to-date with 'origin/master'. 2015-11-06 03:01:41.691 | + cd /opt/stack/keystone 2015-11-06 03:01:41.692 | + git show --oneline 2015-11-06 03:01:41.692 | + head -1 2015-11-06 03:01:41.697 | fbc0af3 Merge "Imported Translations from Zanata" 2015-11-06 03:01:41.699 | + cd /opt/stack/devstack 2015-11-06 03:01:41.700 | + setup_develop /opt/stack/keystone 2015-11-06 03:01:41.701 | + local project_dir=/opt/stack/keystone 2015-11-06 03:01:41.701 | + setup_package_with_constraints_edit /opt/stack/keystone -e 2015-11-06 03:01:41.702 | + local project_dir=/opt/stack/keystone 2015-11-06 03:01:41.703 | + local flags=-e 2015-11-06 03:01:41.703 | + '[' -n /opt/stack/requirements ']' 2015-11-06 03:01:41.704 | + local name 2015-11-06 03:01:41.704 | ++ awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2015-11-06 03:01:41.705 | + name=keystone 2015-11-06 03:01:41.705 | + /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2015-11-06 03:01:41.768 | + setup_package /opt/stack/keystone -e 2015-11-06 03:01:41.769 | + local project_dir=/opt/stack/keystone 2015-11-06 03:01:41.769 | + local flags=-e 2015-11-06 03:01:41.769 | + pip_install -e /opt/stack/keystone 2015-11-06 03:01:42.027 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2015-11-06 03:01:42.516 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:01:42.642 | Obtaining file:///opt/stack/keystone 2015-11-06 03:01:43.383 | Collecting Paste===2.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2015-11-06 03:01:43.530 | /usr/local/lib/python2.7/dist-packages/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-06 03:01:43.530 | InsecurePlatformWarning 2015-11-06 03:01:43.884 | Downloading Paste-2.0.2-py2-none-any.whl (610kB) 2015-11-06 03:01:44.150 | Collecting PasteDeploy===1.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2015-11-06 03:01:44.247 | Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl 2015-11-06 03:01:44.289 | Collecting Routes===2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2015-11-06 03:01:44.424 | Downloading Routes-2.2-py2-none-any.whl (46kB) 2015-11-06 03:01:44.512 | Collecting SQLAlchemy===1.0.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2015-11-06 03:01:44.668 | Downloading SQLAlchemy-1.0.8.tar.gz (4.6MB) 2015-11-06 03:01:46.290 | Requirement already satisfied (use --upgrade to upgrade): WebOb===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2015-11-06 03:01:46.304 | Collecting cryptography===1.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) 2015-11-06 03:01:46.489 | Downloading cryptography-1.0.2.tar.gz (332kB) 2015-11-06 03:01:46.871 | Collecting dogpile.cache===0.5.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) 2015-11-06 03:01:46.993 | Downloading dogpile.cache-0.5.7.tar.gz (288kB) 2015-11-06 03:01:47.328 | Collecting dogpile.core===0.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) 2015-11-06 03:01:47.415 | Downloading dogpile.core-0.4.1.tar.gz (99kB) 2015-11-06 03:01:47.672 | Collecting enum34===1.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2015-11-06 03:01:47.776 | Downloading enum34-1.0.4.tar.gz 2015-11-06 03:01:47.979 | Collecting eventlet===0.17.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) 2015-11-06 03:01:48.123 | Downloading eventlet-0.17.4-py2.py3-none-any.whl (136kB) 2015-11-06 03:01:48.210 | Collecting greenlet===0.4.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2015-11-06 03:01:48.413 | Downloading greenlet-0.4.9.tar.gz (54kB) 2015-11-06 03:01:48.651 | Collecting idna===2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2015-11-06 03:01:48.753 | Downloading idna-2.0-py2.py3-none-any.whl (61kB) 2015-11-06 03:01:48.804 | Collecting ipaddress===1.0.14 (from -c /opt/stack/requirements/upper-constraints.txt (line 135)) 2015-11-06 03:01:48.912 | Downloading ipaddress-1.0.14-py27-none-any.whl 2015-11-06 03:01:48.947 | Collecting jsonschema===2.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2015-11-06 03:01:49.094 | Downloading jsonschema-2.5.1-py2.py3-none-any.whl 2015-11-06 03:01:49.132 | Requirement already satisfied (use --upgrade to upgrade): keystonemiddleware===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 152)) 2015-11-06 03:01:49.135 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:01:49.149 | Collecting oauthlib===1.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) 2015-11-06 03:01:49.287 | Downloading oauthlib-1.0.3.tar.gz (109kB) 2015-11-06 03:01:49.560 | Collecting oslo.cache===0.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2015-11-06 03:01:49.661 | Downloading oslo.cache-0.9.0-py2.py3-none-any.whl 2015-11-06 03:01:49.711 | Collecting oslo.concurrency===2.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2015-11-06 03:01:49.829 | Downloading oslo.concurrency-2.8.0-py2.py3-none-any.whl 2015-11-06 03:01:49.864 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2015-11-06 03:01:49.866 | Requirement already satisfied (use --upgrade to upgrade): oslo.context===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) 2015-11-06 03:01:49.881 | Collecting oslo.db===3.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2015-11-06 03:01:50.016 | Downloading oslo.db-3.1.0-py2.py3-none-any.whl (143kB) 2015-11-06 03:01:50.091 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:01:50.102 | Collecting oslo.log===1.13.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:01:50.215 | Downloading oslo.log-1.13.0-py2.py3-none-any.whl (40kB) 2015-11-06 03:01:50.266 | Collecting oslo.messaging===2.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:01:50.408 | Downloading oslo.messaging-2.7.0-py2-none-any.whl (235kB) 2015-11-06 03:01:50.528 | Collecting oslo.middleware===2.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2015-11-06 03:01:50.642 | Downloading oslo.middleware-2.10.0-py2.py3-none-any.whl (45kB) 2015-11-06 03:01:50.699 | Collecting oslo.policy===0.12.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2015-11-06 03:01:50.804 | Downloading oslo.policy-0.12.0-py2.py3-none-any.whl 2015-11-06 03:01:50.839 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2015-11-06 03:01:50.855 | Collecting oslo.service===0.11.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2015-11-06 03:01:50.955 | Downloading oslo.service-0.11.0-py2.py3-none-any.whl (59kB) 2015-11-06 03:01:51.000 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2015-11-06 03:01:51.015 | Collecting passlib===1.6.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) 2015-11-06 03:01:51.157 | Downloading passlib-1.6.5-py2.py3-none-any.whl (317kB) 2015-11-06 03:01:51.263 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) 2015-11-06 03:01:51.272 | Collecting pyasn1===0.1.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) 2015-11-06 03:01:51.423 | Downloading pyasn1-0.1.9-py2.py3-none-any.whl 2015-11-06 03:01:51.461 | Requirement already satisfied (use --upgrade to upgrade): pycadf===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2015-11-06 03:01:51.476 | Collecting pyinotify===0.9.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2015-11-06 03:01:51.569 | Downloading pyinotify-0.9.6.tar.gz (60kB) 2015-11-06 03:01:51.812 | Collecting pysaml2===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2015-11-06 03:01:51.906 | Downloading pysaml2-3.0.0.tar.gz (13.1MB) 2015-11-06 03:01:54.908 | Collecting python-dateutil===2.4.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) 2015-11-06 03:01:55.016 | Downloading python_dateutil-2.4.2-py2.py3-none-any.whl (188kB) 2015-11-06 03:01:55.082 | Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) 2015-11-06 03:01:55.085 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2015-11-06 03:01:55.097 | Collecting repoze.lru===0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) 2015-11-06 03:01:55.181 | Downloading repoze.lru-0.6.tar.gz 2015-11-06 03:01:55.391 | Collecting repoze.who===2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2015-11-06 03:01:55.498 | Downloading repoze.who-2.2.tar.gz (308kB) 2015-11-06 03:01:55.799 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) 2015-11-06 03:01:55.816 | Collecting retrying===1.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) 2015-11-06 03:01:55.910 | Downloading retrying-1.3.3.tar.gz 2015-11-06 03:01:56.105 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) 2015-11-06 03:01:56.122 | Collecting sqlalchemy-migrate===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) 2015-11-06 03:01:56.302 | Downloading sqlalchemy_migrate-0.10.0-py2-none-any.whl (108kB) 2015-11-06 03:01:56.375 | Collecting sqlparse===0.1.16 (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) 2015-11-06 03:01:56.477 | Downloading sqlparse-0.1.16.tar.gz (58kB) 2015-11-06 03:01:56.694 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) 2015-11-06 03:01:56.709 | Collecting trollius===2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) 2015-11-06 03:01:56.826 | Downloading trollius-2.0.tar.gz (273kB) 2015-11-06 03:01:57.121 | Collecting zope.interface===4.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) 2015-11-06 03:01:58.234 | Downloading zope.interface-4.1.3.tar.gz (141kB) 2015-11-06 03:01:58.488 | Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/dist-packages (from cryptography===1.0.2->-c /opt/stack/requirements/upper-constraints.txt (line 88)) 2015-11-06 03:01:58.505 | Collecting cffi===1.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) 2015-11-06 03:01:58.715 | Downloading cffi-1.2.1.tar.gz (335kB) 2015-11-06 03:01:59.086 | Collecting functools32===3.2.3.post2 (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) 2015-11-06 03:01:59.172 | Downloading functools32-3.2.3-2.tar.gz 2015-11-06 03:01:59.361 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:01:59.374 | Collecting fasteners===0.13.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 117)) 2015-11-06 03:01:59.476 | Downloading fasteners-0.13.0-py2.py3-none-any.whl 2015-11-06 03:01:59.509 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2015-11-06 03:01:59.511 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from oslo.config===2.6.0->-c /opt/stack/requirements/upper-constraints.txt (line 192)) 2015-11-06 03:01:59.512 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2015-11-06 03:01:59.526 | Collecting alembic===0.8.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 59)) 2015-11-06 03:01:59.634 | Downloading alembic-0.8.3.tar.gz (935kB) 2015-11-06 03:02:00.146 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) 2015-11-06 03:02:00.161 | Collecting futurist===0.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) 2015-11-06 03:02:00.260 | Downloading futurist-0.8.0-py2.py3-none-any.whl 2015-11-06 03:02:00.306 | Collecting cachetools===1.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) 2015-11-06 03:02:00.418 | Downloading cachetools-1.1.3-py2.py3-none-any.whl 2015-11-06 03:02:00.457 | Collecting kombu===3.0.28 (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2015-11-06 03:02:00.637 | Downloading kombu-3.0.28.tar.gz (377kB) 2015-11-06 03:02:01.042 | Collecting PyYAML===3.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:02:01.139 | Downloading PyYAML-3.11.tar.gz (248kB) 2015-11-06 03:02:01.514 | Collecting amqp===1.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) 2015-11-06 03:02:01.678 | Downloading amqp-1.4.7.tar.gz (79kB) 2015-11-06 03:02:01.936 | Collecting aioeventlet===0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) 2015-11-06 03:02:02.019 | Downloading aioeventlet-0.4-py2-none-any.whl 2015-11-06 03:02:02.059 | Collecting Jinja2===2.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:02:02.167 | Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB) 2015-11-06 03:02:02.254 | Collecting ordereddict===1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2015-11-06 03:02:02.334 | Downloading ordereddict-1.1.tar.gz 2015-11-06 03:02:02.509 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2015-11-06 03:02:02.511 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2015-11-06 03:02:02.547 | Collecting decorator===4.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2015-11-06 03:02:02.641 | Downloading decorator-4.0.4-py2.py3-none-any.whl 2015-11-06 03:02:02.663 | Requirement already satisfied (use --upgrade to upgrade): pycrypto===2.6.1 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2015-11-06 03:02:02.664 | Collecting pyOpenSSL===0.15.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) 2015-11-06 03:02:02.867 | Downloading pyOpenSSL-0.15.1-py2.py3-none-any.whl (102kB) 2015-11-06 03:02:02.904 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) 2015-11-06 03:02:02.917 | Collecting Tempita===0.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2015-11-06 03:02:03.017 | Downloading Tempita-0.5.2.tar.gz 2015-11-06 03:02:03.209 | Collecting futures===3.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) 2015-11-06 03:02:03.310 | Downloading futures-3.0.3-py2-none-any.whl 2015-11-06 03:02:03.352 | Collecting pycparser===2.14 (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2015-11-06 03:02:03.443 | Downloading pycparser-2.14.tar.gz (223kB) 2015-11-06 03:02:03.743 | Collecting Mako===1.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 6)) 2015-11-06 03:02:03.861 | Downloading Mako-1.0.2.tar.gz (564kB) 2015-11-06 03:02:04.240 | Collecting python-editor===0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) 2015-11-06 03:02:04.325 | Downloading python-editor-0.4.tar.gz 2015-11-06 03:02:04.515 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2015-11-06 03:02:04.529 | Collecting contextlib2===0.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2015-11-06 03:02:04.610 | Downloading contextlib2-0.4.0.tar.gz 2015-11-06 03:02:04.792 | Collecting anyjson===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2015-11-06 03:02:04.895 | Downloading anyjson-0.3.3.tar.gz 2015-11-06 03:02:05.111 | Collecting MarkupSafe===0.23 (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:02:05.205 | Downloading MarkupSafe-0.23.tar.gz 2015-11-06 03:02:05.392 | Building wheels for collected packages: Mako, MarkupSafe, PyYAML, SQLAlchemy, Tempita, alembic, amqp, anyjson, cffi, contextlib2, cryptography, dogpile.cache, dogpile.core, enum34, functools32, greenlet, kombu, oauthlib, ordereddict, pycparser, pyinotify, pysaml2, python-editor, repoze.lru, repoze.who, retrying, sqlparse, trollius, zope.interface 2015-11-06 03:02:05.393 | Running setup.py bdist_wheel for Mako 2015-11-06 03:02:05.635 | Stored in directory: /root/.cache/pip/wheels/59/8e/ba/c9ad97efd22981088330ae7044e862c618627bb4ae69026c03 2015-11-06 03:02:05.658 | Running setup.py bdist_wheel for MarkupSafe 2015-11-06 03:02:06.062 | Stored in directory: /root/.cache/pip/wheels/94/a7/79/f79a998b64c1281cb99fa9bbd33cfc9b8b5775f438218d17a7 2015-11-06 03:02:06.068 | Running setup.py bdist_wheel for PyYAML 2015-11-06 03:02:09.881 | Stored in directory: /root/.cache/pip/wheels/fa/db/f6/dee55793d344f1706dc4a5a693298f0115241d1085cc212364 2015-11-06 03:02:09.899 | Running setup.py bdist_wheel for SQLAlchemy 2015-11-06 03:02:11.015 | Stored in directory: /root/.cache/pip/wheels/e2/72/57/1ad7bf206e4a6fd87aeeb31bc0c442206dd2c3fba995a50ddc 2015-11-06 03:02:11.076 | Running setup.py bdist_wheel for Tempita 2015-11-06 03:02:11.262 | Stored in directory: /root/.cache/pip/wheels/2f/70/ff/ffaf15f2ae7e8ccee9a6024295c3100a72a497fbaa0ae7890f 2015-11-06 03:02:11.266 | Running setup.py bdist_wheel for alembic 2015-11-06 03:02:11.602 | Stored in directory: /root/.cache/pip/wheels/fd/57/65/2a63559caa280cc1939e3d01c7b7db1a3b1440b6e06146db6e 2015-11-06 03:02:11.645 | Running setup.py bdist_wheel for amqp 2015-11-06 03:02:11.879 | Stored in directory: /root/.cache/pip/wheels/c9/8c/97/8ebee41581a4b9ad08b4a6fb35c034d9b5cfbf517cc0d39549 2015-11-06 03:02:11.896 | Running setup.py bdist_wheel for anyjson 2015-11-06 03:02:12.102 | Stored in directory: /root/.cache/pip/wheels/3d/9e/de/9bd4afad0b092b039d7b6414f34a1350c53f0bc15fa6bf0647 2015-11-06 03:02:12.102 | Running setup.py bdist_wheel for cffi 2015-11-06 03:02:14.606 | Stored in directory: /root/.cache/pip/wheels/fa/ad/ab/28df6da3b6cf3c510c6dc64f336ef17ef37cd1b0d4d5eff3bc 2015-11-06 03:02:14.623 | Running setup.py bdist_wheel for contextlib2 2015-11-06 03:02:14.810 | Stored in directory: /root/.cache/pip/wheels/a4/5c/b5/bbf33a218f87c97ce62f51bdb56c720109c144c23624c2b859 2015-11-06 03:02:14.816 | Running setup.py bdist_wheel for cryptography 2015-11-06 03:02:31.961 | Stored in directory: /root/.cache/pip/wheels/a6/26/db/a0fe3e48fccc54c031bd4c43705e6abf6ac7e7b85df95373ee 2015-11-06 03:02:32.017 | Running setup.py bdist_wheel for dogpile.cache 2015-11-06 03:02:32.284 | Stored in directory: /root/.cache/pip/wheels/d6/d6/b8/48013318dc322756736f31c7efe8198f63ee74585a3fb533bd 2015-11-06 03:02:32.301 | Running setup.py bdist_wheel for dogpile.core 2015-11-06 03:02:32.520 | Stored in directory: /root/.cache/pip/wheels/90/44/5b/050cda5415e2510e634d501b8b526b6e877cca867ef5a8deb0 2015-11-06 03:02:32.532 | Running setup.py bdist_wheel for enum34 2015-11-06 03:02:32.715 | Stored in directory: /root/.cache/pip/wheels/d1/b2/2c/b51348698bd1921a226cf48d790b282d86fb4bcf9728afd6b3 2015-11-06 03:02:32.727 | Running setup.py bdist_wheel for functools32 2015-11-06 03:02:32.895 | Stored in directory: /root/.cache/pip/wheels/38/c6/c7/ee17acd621120c302e25c2fa8b3a8b235d5d1137c6ab4c9728 2015-11-06 03:02:32.903 | Running setup.py bdist_wheel for greenlet 2015-11-06 03:02:33.613 | Stored in directory: /root/.cache/pip/wheels/08/9c/52/3d8ee766d654c43b131dcc954f255f8c6270bef617da0ac3e6 2015-11-06 03:02:33.619 | Running setup.py bdist_wheel for kombu 2015-11-06 03:02:34.098 | Stored in directory: /root/.cache/pip/wheels/98/27/db/dfde41eca87384351bc42bd1d96b4b723c33d2e32b1b014165 2015-11-06 03:02:34.150 | Running setup.py bdist_wheel for oauthlib 2015-11-06 03:02:34.392 | Stored in directory: /root/.cache/pip/wheels/24/97/b6/b1f31b9c4b7710fe4e5a28e591349f68e43d6027aef320d056 2015-11-06 03:02:34.420 | Running setup.py bdist_wheel for ordereddict 2015-11-06 03:02:34.614 | Stored in directory: /root/.cache/pip/wheels/4e/23/88/f33a8c7c622e6f5244c408306805de7c56dd5d36cff4346fb6 2015-11-06 03:02:34.620 | Running setup.py bdist_wheel for pycparser 2015-11-06 03:02:36.018 | Stored in directory: /root/.cache/pip/wheels/c7/28/31/bac6d0b118c0bdcbf57f9219afdf2e624379c07efa6c769dbc 2015-11-06 03:02:36.043 | Running setup.py bdist_wheel for pyinotify 2015-11-06 03:02:36.261 | Stored in directory: /root/.cache/pip/wheels/25/23/a6/1cf2ff553c862d58295c55ab90bfe70a7b81ec50612e5e5270 2015-11-06 03:02:36.270 | Running setup.py bdist_wheel for pysaml2 2015-11-06 03:02:36.631 | Stored in directory: /root/.cache/pip/wheels/de/16/aa/05535ca4d9d48fcf135a59f7ff330f1b223e2ed2a5cbed651b 2015-11-06 03:02:36.723 | Running setup.py bdist_wheel for python-editor 2015-11-06 03:02:36.915 | Stored in directory: /root/.cache/pip/wheels/cf/de/3a/a450195b2ad051d429251a4dc0bbbe0143d6ed8038088ee6ff 2015-11-06 03:02:36.921 | Running setup.py bdist_wheel for repoze.lru 2015-11-06 03:02:37.095 | Stored in directory: /root/.cache/pip/wheels/29/03/10/356bb8b7fb39325abefbbb2823742af38fad32c80033056c44 2015-11-06 03:02:37.100 | Running setup.py bdist_wheel for repoze.who 2015-11-06 03:02:37.378 | Stored in directory: /root/.cache/pip/wheels/98/59/ef/399eb81b528b98d4d98708704f772ccc7620951463af461608 2015-11-06 03:02:37.401 | Running setup.py bdist_wheel for retrying 2015-11-06 03:02:37.597 | Stored in directory: /root/.cache/pip/wheels/ef/28/c1/ee4e3a6b34220ae25ab8c2bbf4fb71e510a2214b2916ebadf0 2015-11-06 03:02:37.604 | Running setup.py bdist_wheel for sqlparse 2015-11-06 03:02:37.787 | Stored in directory: /root/.cache/pip/wheels/e0/45/cd/32cb1a9374a7f0cbe7fc2a4de4bc72d2eb23c34e100de2897f 2015-11-06 03:02:37.803 | Running setup.py bdist_wheel for trollius 2015-11-06 03:02:38.016 | Stored in directory: /root/.cache/pip/wheels/47/18/7f/db9dfd0251274a8f2c6fd0781d59957ba83a1952659792ccd4 2015-11-06 03:02:38.043 | Running setup.py bdist_wheel for zope.interface 2015-11-06 03:02:38.767 | Stored in directory: /root/.cache/pip/wheels/c9/15/5b/3a7e3c7c3b67b5ee002c0ebe8ac1f46ec3c0379c5037c6ab71 2015-11-06 03:02:38.784 | Successfully built Mako MarkupSafe PyYAML SQLAlchemy Tempita alembic amqp anyjson cffi contextlib2 cryptography dogpile.cache dogpile.core enum34 functools32 greenlet kombu oauthlib ordereddict pycparser pyinotify pysaml2 python-editor repoze.lru repoze.who retrying sqlparse trollius zope.interface 2015-11-06 03:02:38.785 | Installing collected packages: MarkupSafe, Jinja2, Mako, Paste, PasteDeploy, PyYAML, repoze.lru, Routes, SQLAlchemy, Tempita, greenlet, eventlet, futures, trollius, aioeventlet, python-editor, alembic, amqp, anyjson, cachetools, pycparser, cffi, contextlib2, idna, pyasn1, enum34, ipaddress, cryptography, decorator, dogpile.core, dogpile.cache, fasteners, functools32, futurist, jsonschema, kombu, oauthlib, ordereddict, pyinotify, oslo.log, oslo.cache, retrying, oslo.concurrency, sqlparse, sqlalchemy-migrate, oslo.db, oslo.middleware, oslo.service, oslo.messaging, oslo.policy, passlib, pyOpenSSL, zope.interface, repoze.who, python-dateutil, pysaml2, keystone 2015-11-06 03:02:39.061 | Found existing installation: PyYAML 3.10 2015-11-06 03:02:39.061 | DEPRECATION: Uninstalling a distutils installed project (PyYAML) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2015-11-06 03:02:39.062 | Uninstalling PyYAML-3.10: 2015-11-06 03:02:39.062 | Successfully uninstalled PyYAML-3.10 2015-11-06 03:02:40.890 | Found existing installation: pyOpenSSL 0.13 2015-11-06 03:02:40.891 | DEPRECATION: Uninstalling a distutils installed project (pyOpenSSL) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2015-11-06 03:02:40.891 | Uninstalling pyOpenSSL-0.13: 2015-11-06 03:02:40.892 | Successfully uninstalled pyOpenSSL-0.13 2015-11-06 03:02:40.987 | Found existing installation: zope.interface 4.0.5 2015-11-06 03:02:40.988 | Uninstalling zope.interface-4.0.5: 2015-11-06 03:02:40.988 | Successfully uninstalled zope.interface-4.0.5 2015-11-06 03:02:41.566 | Running setup.py develop for keystone 2015-11-06 03:02:43.736 | Successfully installed Jinja2-2.8 Mako-1.0.2 MarkupSafe-0.23 Paste-2.0.2 PasteDeploy-1.5.2 PyYAML-3.11 Routes-2.2 SQLAlchemy-1.0.8 Tempita-0.5.2 aioeventlet-0.4 alembic-0.8.3 amqp-1.4.7 anyjson-0.3.3 cachetools-1.1.3 cffi-1.2.1 contextlib2-0.4.0 cryptography-1.0.2 decorator-4.0.4 dogpile.cache-0.5.7 dogpile.core-0.4.1 enum34-1.0.4 eventlet-0.17.4 fasteners-0.13.0 functools32-3.2.3.post2 futures-3.0.3 futurist-0.8.0 greenlet-0.4.9 idna-2.0 ipaddress-1.0.14 jsonschema-2.5.1 keystone kombu-3.0.28 oauthlib-1.0.3 ordereddict-1.1 oslo.cache-0.9.0 oslo.concurrency-2.8.0 oslo.db-3.1.0 oslo.log-1.13.0 oslo.messaging-2.7.0 oslo.middleware-2.10.0 oslo.policy-0.12.0 oslo.service-0.11.0 passlib-1.6.5 pyOpenSSL-0.15.1 pyasn1-0.1.9 pycparser-2.14 pyinotify-0.9.6 pysaml2-3.0.0 python-dateutil-2.4.2 python-editor-0.4 repoze.lru-0.6 repoze.who-2.2 retrying-1.3.3 sqlalchemy-migrate-0.10.0 sqlparse-0.1.16 trollius-2.0 zope.interface-4.1.3 2015-11-06 03:02:43.973 | + local test_req=/opt/stack/keystone/test-requirements.txt 2015-11-06 03:02:43.974 | + [[ -e /opt/stack/keystone/test-requirements.txt ]] 2015-11-06 03:02:43.974 | + echo 'Installing test-requirements for /opt/stack/keystone/test-requirements.txt' 2015-11-06 03:02:43.974 | Installing test-requirements for /opt/stack/keystone/test-requirements.txt 2015-11-06 03:02:43.974 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/keystone/test-requirements.txt 2015-11-06 03:02:44.547 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:02:44.688 | Collecting Sphinx===1.2.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2015-11-06 03:02:44.832 | /usr/local/lib/python2.7/dist-packages/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-06 03:02:44.834 | InsecurePlatformWarning 2015-11-06 03:02:45.189 | Downloading Sphinx-1.2.3-py2-none-any.whl (1.9MB) 2015-11-06 03:02:45.875 | Collecting WebTest===2.0.18 (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2015-11-06 03:02:46.014 | Downloading WebTest-2.0.18.zip (88kB) 2015-11-06 03:02:46.322 | Collecting bashate===0.3.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 69)) 2015-11-06 03:02:46.418 | Downloading bashate-0.3.2-py2-none-any.whl 2015-11-06 03:02:46.481 | Collecting beautifulsoup4===4.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2015-11-06 03:02:46.591 | Downloading beautifulsoup4-4.4.1-py2-none-any.whl (81kB) 2015-11-06 03:02:46.666 | Collecting coverage===4.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) 2015-11-06 03:02:46.935 | Downloading coverage-4.0.1.tar.gz (349kB) 2015-11-06 03:02:47.392 | Collecting docutils===0.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) 2015-11-06 03:02:47.492 | Downloading docutils-0.12.tar.gz (1.6MB) 2015-11-06 03:02:48.293 | Collecting fixtures===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 119)) 2015-11-06 03:02:48.444 | Downloading fixtures-1.4.0-py2.py3-none-any.whl (64kB) 2015-11-06 03:02:48.498 | Collecting lxml===3.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) 2015-11-06 03:02:48.842 | Downloading lxml-3.4.4.tar.gz (3.5MB) 2015-11-06 03:02:50.220 | Collecting mock===1.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2015-11-06 03:02:50.337 | Downloading mock-1.3.0-py2.py3-none-any.whl (56kB) 2015-11-06 03:02:50.404 | Collecting oslosphinx===3.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) 2015-11-06 03:02:50.506 | Downloading oslosphinx-3.3.1-py2.py3-none-any.whl 2015-11-06 03:02:50.564 | Collecting oslotest===1.12.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) 2015-11-06 03:02:50.673 | Downloading oslotest-1.12.0-py2.py3-none-any.whl 2015-11-06 03:02:50.713 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) 2015-11-06 03:02:50.734 | Collecting python-subunit===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2015-11-06 03:02:50.847 | Downloading python-subunit-1.1.0.tar.gz (94kB) 2015-11-06 03:02:51.134 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) 2015-11-06 03:02:51.138 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) 2015-11-06 03:02:51.158 | Collecting tempest-lib===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2015-11-06 03:02:51.274 | Downloading tempest_lib-0.10.0-py2-none-any.whl (161kB) 2015-11-06 03:02:51.383 | Collecting testrepository===0.0.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) 2015-11-06 03:02:51.517 | Downloading testrepository-0.0.20.tar.gz (84kB) 2015-11-06 03:02:51.833 | Collecting testscenarios===0.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2015-11-06 03:02:51.934 | Downloading testscenarios-0.5.0-py2.py3-none-any.whl 2015-11-06 03:02:51.994 | Collecting testtools===1.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) 2015-11-06 03:02:52.119 | Downloading testtools-1.8.0-py2.py3-none-any.whl (160kB) 2015-11-06 03:02:52.214 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) 2015-11-06 03:02:52.306 | Downloading traceback2-1.4.0-py2.py3-none-any.whl 2015-11-06 03:02:52.362 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) 2015-11-06 03:02:52.498 | Downloading unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2015-11-06 03:02:52.575 | Collecting waitress===0.8.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) 2015-11-06 03:02:52.690 | Downloading waitress-0.8.10-py2-none-any.whl (119kB) 2015-11-06 03:02:52.772 | Collecting hacking<0.11,>=0.10.0 (from -r /opt/stack/keystone/test-requirements.txt (line 1)) 2015-11-06 03:02:52.890 | Downloading hacking-0.10.2-py2.py3-none-any.whl 2015-11-06 03:02:52.956 | Collecting pep257==0.7.0 (from -r /opt/stack/keystone/test-requirements.txt (line 2)) 2015-11-06 03:02:53.053 | Downloading pep257-0.7.0-py2.py3-none-any.whl 2015-11-06 03:02:53.112 | Collecting flake8-docstrings==0.2.1.post1 (from -r /opt/stack/keystone/test-requirements.txt (line 3)) 2015-11-06 03:02:53.205 | Downloading flake8_docstrings-0.2.1.post1-py2-none-any.whl 2015-11-06 03:02:53.260 | Collecting Pygments===2.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) 2015-11-06 03:02:53.408 | Downloading Pygments-2.0.2-py2-none-any.whl (672kB) 2015-11-06 03:02:53.595 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:02:53.597 | Requirement already satisfied (use --upgrade to upgrade): WebOb===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2015-11-06 03:02:53.598 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from bashate===0.3.2->-c /opt/stack/requirements/upper-constraints.txt (line 69)) 2015-11-06 03:02:53.599 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:02:53.613 | Collecting funcsigs===0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) 2015-11-06 03:02:53.702 | Downloading funcsigs-0.4-py2.py3-none-any.whl 2015-11-06 03:02:53.758 | Collecting mox3===0.12.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2015-11-06 03:02:53.855 | Downloading mox3-0.12.0-py2.py3-none-any.whl (40kB) 2015-11-06 03:02:53.919 | Collecting os-client-config===1.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) 2015-11-06 03:02:54.052 | Downloading os_client_config-1.9.0-py2.py3-none-any.whl 2015-11-06 03:02:54.117 | Collecting extras===0.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2015-11-06 03:02:54.323 | Downloading extras-0.0.3.tar.gz 2015-11-06 03:02:54.566 | Requirement already satisfied (use --upgrade to upgrade): httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2015-11-06 03:02:54.593 | Collecting paramiko===1.15.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) 2015-11-06 03:02:54.757 | Downloading paramiko-1.15.3-py2.py3-none-any.whl (166kB) 2015-11-06 03:02:54.849 | Collecting os-testr===0.4.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2015-11-06 03:02:54.940 | Downloading os_testr-0.4.2-py2-none-any.whl 2015-11-06 03:02:54.981 | Requirement already satisfied (use --upgrade to upgrade): oslo.log===1.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:02:54.985 | Requirement already satisfied (use --upgrade to upgrade): jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2015-11-06 03:02:54.988 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2015-11-06 03:02:55.009 | Collecting python-mimeparse===0.1.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2015-11-06 03:02:55.092 | Downloading python-mimeparse-0.1.4.tar.gz 2015-11-06 03:02:55.347 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2015-11-06 03:02:55.433 | Downloading linecache2-1.0.0-py2.py3-none-any.whl 2015-11-06 03:02:55.490 | Collecting mccabe==0.2.1 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 1)) 2015-11-06 03:02:55.579 | Downloading mccabe-0.2.1.tar.gz 2015-11-06 03:02:55.829 | Collecting flake8==2.2.4 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 1)) 2015-11-06 03:02:55.976 | Downloading flake8-2.2.4.tar.gz 2015-11-06 03:02:56.244 | Collecting pyflakes==0.8.1 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 1)) 2015-11-06 03:02:56.349 | Downloading pyflakes-0.8.1-py2.py3-none-any.whl 2015-11-06 03:02:56.405 | Collecting pep8==1.5.7 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 1)) 2015-11-06 03:02:56.527 | Downloading pep8-1.5.7-py2.py3-none-any.whl 2015-11-06 03:02:56.566 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:02:56.568 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2015-11-06 03:02:56.570 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:02:56.590 | Collecting keystoneauth1===1.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) 2015-11-06 03:02:56.689 | Downloading keystoneauth1-1.2.0-py2.py3-none-any.whl (149kB) 2015-11-06 03:02:56.832 | Collecting appdirs===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2015-11-06 03:02:56.924 | Downloading appdirs-1.4.0-py2.py3-none-any.whl 2015-11-06 03:02:56.982 | Collecting ecdsa===0.13 (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) 2015-11-06 03:02:57.079 | Downloading ecdsa-0.13-py2.py3-none-any.whl (86kB) 2015-11-06 03:02:57.132 | Requirement already satisfied (use --upgrade to upgrade): pycrypto===2.6.1 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2015-11-06 03:02:57.133 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2015-11-06 03:02:57.135 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:02:57.137 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2015-11-06 03:02:57.140 | Requirement already satisfied (use --upgrade to upgrade): pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2015-11-06 03:02:57.141 | Requirement already satisfied (use --upgrade to upgrade): oslo.context===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) 2015-11-06 03:02:57.143 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) 2015-11-06 03:02:57.145 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2015-11-06 03:02:57.147 | Requirement already satisfied (use --upgrade to upgrade): functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) 2015-11-06 03:02:57.148 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) 2015-11-06 03:02:57.149 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:02:57.151 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2015-11-06 03:02:57.152 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2015-11-06 03:02:57.153 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2015-11-06 03:02:57.155 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2015-11-06 03:02:57.158 | Building wheels for collected packages: WebTest, coverage, docutils, extras, lxml, python-mimeparse, python-subunit, testrepository, mccabe, flake8 2015-11-06 03:02:57.158 | Running setup.py bdist_wheel for WebTest 2015-11-06 03:02:57.402 | Stored in directory: /root/.cache/pip/wheels/4a/fb/74/311f856a8d69da1054058412df05db7e05388645560629b654 2015-11-06 03:02:57.409 | Running setup.py bdist_wheel for coverage 2015-11-06 03:02:58.369 | Stored in directory: /root/.cache/pip/wheels/3d/2d/5f/5e812a155cc0752a0f99157ee14aebbcd87b8d425083f463f5 2015-11-06 03:02:58.408 | Running setup.py bdist_wheel for docutils 2015-11-06 03:02:58.916 | Stored in directory: /root/.cache/pip/wheels/d5/32/4f/1347e8ac67071e8150a5dc69354a51a04ac065d0b48334f608 2015-11-06 03:02:58.975 | Running setup.py bdist_wheel for extras 2015-11-06 03:02:59.217 | Stored in directory: /root/.cache/pip/wheels/34/bf/b6/6eca7787c3ce7202328daa77295677f9bc9429f245e6a5b537 2015-11-06 03:02:59.224 | Running setup.py bdist_wheel for lxml 2015-11-06 03:03:41.582 | Stored in directory: /root/.cache/pip/wheels/62/29/26/11383932dbed36e9fe68552fc755a96cfc6fa5833d948620da 2015-11-06 03:03:41.652 | Running setup.py bdist_wheel for python-mimeparse 2015-11-06 03:03:41.926 | Stored in directory: /root/.cache/pip/wheels/72/47/18/fdd9e214fe5bb5e9791aa661cb3ae3a3658114a4ef3c98cf74 2015-11-06 03:03:41.932 | Running setup.py bdist_wheel for python-subunit 2015-11-06 03:03:42.217 | Stored in directory: /root/.cache/pip/wheels/38/f2/a7/48cea56917955df55909cde6344bcdaaa96fcf70410ddbc117 2015-11-06 03:03:42.242 | Running setup.py bdist_wheel for testrepository 2015-11-06 03:03:42.552 | Stored in directory: /root/.cache/pip/wheels/f9/3d/95/6e432373a3c51ebe804a9e73c28e4a3c4a1fcbc98dacbf2bdd 2015-11-06 03:03:42.586 | Running setup.py bdist_wheel for mccabe 2015-11-06 03:03:42.818 | Stored in directory: /root/.cache/pip/wheels/16/54/58/70a8494a39d2f60c18dd8a9e9cdb23df52a219d132059ae7a7 2015-11-06 03:03:42.824 | Running setup.py bdist_wheel for flake8 2015-11-06 03:03:43.070 | Stored in directory: /root/.cache/pip/wheels/27/50/5a/84e289262b649f9407f4f97d5321dd882cef10783bdd59ccfa 2015-11-06 03:03:43.080 | Successfully built WebTest coverage docutils extras lxml python-mimeparse python-subunit testrepository mccabe flake8 2015-11-06 03:03:43.082 | Installing collected packages: Pygments, docutils, Sphinx, waitress, beautifulsoup4, WebTest, appdirs, bashate, coverage, ecdsa, extras, linecache2, traceback2, unittest2, python-mimeparse, testtools, fixtures, funcsigs, keystoneauth1, lxml, mock, mox3, os-client-config, python-subunit, testrepository, os-testr, oslosphinx, testscenarios, oslotest, paramiko, tempest-lib, mccabe, pyflakes, pep8, flake8, hacking, pep257, flake8-docstrings 2015-11-06 03:03:44.559 | Found existing installation: lxml 3.3.3 2015-11-06 03:03:44.560 | Uninstalling lxml-3.3.3: 2015-11-06 03:03:44.561 | Successfully uninstalled lxml-3.3.3 2015-11-06 03:03:45.912 | Successfully installed Pygments-2.0.2 Sphinx-1.2.3 WebTest-2.0.18 appdirs-1.4.0 bashate-0.3.2 beautifulsoup4-4.4.1 coverage-4.0.1 docutils-0.12 ecdsa-0.13 extras-0.0.3 fixtures-1.4.0 flake8-2.2.4 flake8-docstrings-0.2.1.post1 funcsigs-0.4 hacking-0.10.2 keystoneauth1-1.2.0 linecache2-1.0.0 lxml-3.4.4 mccabe-0.2.1 mock-1.3.0 mox3-0.12.0 os-client-config-1.9.0 os-testr-0.4.2 oslosphinx-3.3.1 oslotest-1.12.0 paramiko-1.15.3 pep257-0.7.0 pep8-1.5.7 pyflakes-0.8.1 python-mimeparse-0.1.4 python-subunit-1.1.0 tempest-lib-0.10.0 testrepository-0.0.20 testscenarios-0.5.0 testtools-1.8.0 traceback2-1.4.0 unittest2-1.1.0 waitress-0.8.10 2015-11-06 03:03:46.145 | + time_stop pip_install 2015-11-06 03:03:46.146 | + local name 2015-11-06 03:03:46.146 | + local end_time 2015-11-06 03:03:46.146 | + local elpased_time 2015-11-06 03:03:46.147 | + local total 2015-11-06 03:03:46.147 | + local start_time 2015-11-06 03:03:46.147 | + name=pip_install 2015-11-06 03:03:46.148 | + start_time=1446778901 2015-11-06 03:03:46.148 | + [[ -z 1446778901 ]] 2015-11-06 03:03:46.148 | ++ date +%s 2015-11-06 03:03:46.148 | + end_time=1446779026 2015-11-06 03:03:46.149 | + elapsed_time=125 2015-11-06 03:03:46.149 | + total=41 2015-11-06 03:03:46.149 | + START_TIME[$name]= 2015-11-06 03:03:46.150 | + TOTAL_TIME[$name]=166 2015-11-06 03:03:46.150 | + [[ -e == \-\e ]] 2015-11-06 03:03:46.150 | + safe_chown -R vagrant /opt/stack/keystone/keystone.egg-info 2015-11-06 03:03:46.151 | + _safe_permission_operation chown -R vagrant /opt/stack/keystone/keystone.egg-info 2015-11-06 03:03:46.156 | + sudo chown -R vagrant /opt/stack/keystone/keystone.egg-info 2015-11-06 03:03:46.163 | + '[' True == True ']' 2015-11-06 03:03:46.164 | + install_apache_wsgi 2015-11-06 03:03:46.164 | + is_ubuntu 2015-11-06 03:03:46.165 | + [[ -z deb ]] 2015-11-06 03:03:46.165 | + '[' deb = deb ']' 2015-11-06 03:03:46.166 | + install_package apache2 libapache2-mod-wsgi 2015-11-06 03:03:46.166 | + update_package_repo 2015-11-06 03:03:46.166 | + NO_UPDATE_REPOS=False 2015-11-06 03:03:46.167 | + REPOS_UPDATED=True 2015-11-06 03:03:46.167 | + RETRY_UPDATE=False 2015-11-06 03:03:46.168 | + [[ False = \T\r\u\e ]] 2015-11-06 03:03:46.169 | + is_ubuntu 2015-11-06 03:03:46.169 | + [[ -z deb ]] 2015-11-06 03:03:46.169 | + '[' deb = deb ']' 2015-11-06 03:03:46.170 | + real_install_package apache2 libapache2-mod-wsgi 2015-11-06 03:03:46.170 | + is_ubuntu 2015-11-06 03:03:46.171 | + [[ -z deb ]] 2015-11-06 03:03:46.171 | + '[' deb = deb ']' 2015-11-06 03:03:46.171 | + apt_get install apache2 libapache2-mod-wsgi 2015-11-06 03:03:46.177 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 libapache2-mod-wsgi 2015-11-06 03:03:46.191 | Reading package lists... 2015-11-06 03:03:46.350 | Building dependency tree... 2015-11-06 03:03:46.351 | Reading state information... 2015-11-06 03:03:46.459 | The following extra packages will be installed: 2015-11-06 03:03:46.459 | apache2-bin apache2-data libapr1 libaprutil1 libaprutil1-dbd-sqlite3 2015-11-06 03:03:46.460 | libaprutil1-ldap 2015-11-06 03:03:46.460 | Suggested packages: 2015-11-06 03:03:46.461 | apache2-doc apache2-suexec-pristine apache2-suexec-custom apache2-utils 2015-11-06 03:03:46.462 | The following NEW packages will be installed: 2015-11-06 03:03:46.462 | apache2 apache2-bin apache2-data libapache2-mod-wsgi libapr1 libaprutil1 2015-11-06 03:03:46.463 | libaprutil1-dbd-sqlite3 libaprutil1-ldap 2015-11-06 03:03:46.540 | 0 upgraded, 8 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:03:46.540 | Need to get 1336 kB of archives. 2015-11-06 03:03:46.541 | After this operation, 5492 kB of additional disk space will be used. 2015-11-06 03:03:46.548 | Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] 2015-11-06 03:03:46.570 | Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] 2015-11-06 03:03:46.597 | Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1-dbd-sqlite3 amd64 1.5.3-1 [10.5 kB] 2015-11-06 03:03:46.608 | Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1-ldap amd64 1.5.3-1 [8634 B] 2015-11-06 03:03:46.620 | Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apache2-bin amd64 2.4.7-1ubuntu4.8 [840 kB] 2015-11-06 03:03:46.802 | Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apache2-data all 2.4.7-1ubuntu4.8 [160 kB] 2015-11-06 03:03:46.837 | Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apache2 amd64 2.4.7-1ubuntu4.8 [87.6 kB] 2015-11-06 03:03:46.858 | Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapache2-mod-wsgi amd64 3.4-4ubuntu2.1.14.04.2 [67.4 kB] 2015-11-06 03:03:47.058 | Fetched 1336 kB in 0s (3455 kB/s) 2015-11-06 03:03:47.106 | Selecting previously unselected package libapr1:amd64. 2015-11-06 03:03:47.130 | (Reading database ... 73467 files and directories currently installed.) 2015-11-06 03:03:47.133 | Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... 2015-11-06 03:03:47.136 | Unpacking libapr1:amd64 (1.5.0-1) ... 2015-11-06 03:03:47.178 | Selecting previously unselected package libaprutil1:amd64. 2015-11-06 03:03:47.183 | Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... 2015-11-06 03:03:47.185 | Unpacking libaprutil1:amd64 (1.5.3-1) ... 2015-11-06 03:03:47.219 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2015-11-06 03:03:47.223 | Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.3-1_amd64.deb ... 2015-11-06 03:03:47.227 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.3-1) ... 2015-11-06 03:03:47.255 | Selecting previously unselected package libaprutil1-ldap:amd64. 2015-11-06 03:03:47.257 | Preparing to unpack .../libaprutil1-ldap_1.5.3-1_amd64.deb ... 2015-11-06 03:03:47.259 | Unpacking libaprutil1-ldap:amd64 (1.5.3-1) ... 2015-11-06 03:03:47.281 | Selecting previously unselected package apache2-bin. 2015-11-06 03:03:47.287 | Preparing to unpack .../apache2-bin_2.4.7-1ubuntu4.8_amd64.deb ... 2015-11-06 03:03:47.288 | Unpacking apache2-bin (2.4.7-1ubuntu4.8) ... 2015-11-06 03:03:47.490 | Selecting previously unselected package apache2-data. 2015-11-06 03:03:47.494 | Preparing to unpack .../apache2-data_2.4.7-1ubuntu4.8_all.deb ... 2015-11-06 03:03:47.497 | Unpacking apache2-data (2.4.7-1ubuntu4.8) ... 2015-11-06 03:03:47.625 | Selecting previously unselected package apache2. 2015-11-06 03:03:47.630 | Preparing to unpack .../apache2_2.4.7-1ubuntu4.8_amd64.deb ... 2015-11-06 03:03:47.652 | Unpacking apache2 (2.4.7-1ubuntu4.8) ... 2015-11-06 03:03:47.714 | Selecting previously unselected package libapache2-mod-wsgi. 2015-11-06 03:03:47.718 | Preparing to unpack .../libapache2-mod-wsgi_3.4-4ubuntu2.1.14.04.2_amd64.deb ... 2015-11-06 03:03:47.720 | Unpacking libapache2-mod-wsgi (3.4-4ubuntu2.1.14.04.2) ... 2015-11-06 03:03:47.741 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:03:48.072 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:03:48.082 | Processing triggers for ufw (0.34~rc-0ubuntu2) ... 2015-11-06 03:03:48.250 | Setting up libapr1:amd64 (1.5.0-1) ... 2015-11-06 03:03:48.272 | Setting up libaprutil1:amd64 (1.5.3-1) ... 2015-11-06 03:03:48.290 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.3-1) ... 2015-11-06 03:03:48.298 | Setting up libaprutil1-ldap:amd64 (1.5.3-1) ... 2015-11-06 03:03:48.305 | Setting up apache2-bin (2.4.7-1ubuntu4.8) ... 2015-11-06 03:03:48.313 | Setting up apache2-data (2.4.7-1ubuntu4.8) ... 2015-11-06 03:03:48.320 | Setting up apache2 (2.4.7-1ubuntu4.8) ... 2015-11-06 03:03:48.738 | Enabling module mpm_event. 2015-11-06 03:03:48.834 | Enabling module authz_core. 2015-11-06 03:03:48.845 | Enabling module authz_host. 2015-11-06 03:03:48.903 | Enabling module authn_core. 2015-11-06 03:03:48.911 | Enabling module auth_basic. 2015-11-06 03:03:48.965 | Enabling module access_compat. 2015-11-06 03:03:49.010 | Enabling module authn_file. 2015-11-06 03:03:49.054 | Enabling module authz_user. 2015-11-06 03:03:49.098 | Enabling module alias. 2015-11-06 03:03:49.164 | Enabling module dir. 2015-11-06 03:03:49.219 | Enabling module autoindex. 2015-11-06 03:03:49.275 | Enabling module env. 2015-11-06 03:03:49.342 | Enabling module mime. 2015-11-06 03:03:49.401 | Enabling module negotiation. 2015-11-06 03:03:49.449 | Enabling module setenvif. 2015-11-06 03:03:49.490 | Enabling module filter. 2015-11-06 03:03:49.528 | Enabling module deflate. 2015-11-06 03:03:49.567 | Enabling module status. 2015-11-06 03:03:49.605 | Enabling conf charset. 2015-11-06 03:03:49.643 | Enabling conf localized-error-pages. 2015-11-06 03:03:49.692 | Enabling conf other-vhosts-access-log. 2015-11-06 03:03:49.752 | Enabling conf security. 2015-11-06 03:03:49.812 | Enabling conf serve-cgi-bin. 2015-11-06 03:03:49.897 | Enabling site 000-default. 2015-11-06 03:03:50.007 | * Starting web server apache2 2015-11-06 03:03:50.099 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message 2015-11-06 03:03:51.110 | * 2015-11-06 03:03:51.142 | Setting up libapache2-mod-wsgi (3.4-4ubuntu2.1.14.04.2) ... 2015-11-06 03:03:51.325 | apache2_invoke: Enable module wsgi 2015-11-06 03:03:51.403 | * Restarting web server apache2 2015-11-06 03:03:52.628 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message 2015-11-06 03:03:53.646 | ...done. 2015-11-06 03:03:53.650 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-06 03:03:53.671 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:03:53.678 | Processing triggers for ufw (0.34~rc-0ubuntu2) ... 2015-11-06 03:03:53.931 | + time_stop apt-get 2015-11-06 03:03:53.932 | + local name 2015-11-06 03:03:53.932 | + local end_time 2015-11-06 03:03:53.932 | + local elpased_time 2015-11-06 03:03:53.932 | + local total 2015-11-06 03:03:53.933 | + local start_time 2015-11-06 03:03:53.933 | + name=apt-get 2015-11-06 03:03:53.933 | + start_time=1446779026 2015-11-06 03:03:53.933 | + [[ -z 1446779026 ]] 2015-11-06 03:03:53.934 | ++ date +%s 2015-11-06 03:03:53.936 | + end_time=1446779033 2015-11-06 03:03:53.936 | + elapsed_time=7 2015-11-06 03:03:53.937 | + total=94 2015-11-06 03:03:53.937 | + START_TIME[$name]= 2015-11-06 03:03:53.938 | + TOTAL_TIME[$name]=101 2015-11-06 03:03:53.938 | + real_install_package apache2 libapache2-mod-wsgi 2015-11-06 03:03:53.939 | + is_ubuntu 2015-11-06 03:03:53.940 | + [[ -z deb ]] 2015-11-06 03:03:53.940 | + '[' deb = deb ']' 2015-11-06 03:03:53.941 | + apt_get install apache2 libapache2-mod-wsgi 2015-11-06 03:03:53.945 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 libapache2-mod-wsgi 2015-11-06 03:03:53.968 | Reading package lists... 2015-11-06 03:03:54.148 | Building dependency tree... 2015-11-06 03:03:54.149 | Reading state information... 2015-11-06 03:03:54.271 | apache2 is already the newest version. 2015-11-06 03:03:54.271 | libapache2-mod-wsgi is already the newest version. 2015-11-06 03:03:54.272 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:03:54.275 | + time_stop apt-get 2015-11-06 03:03:54.275 | + local name 2015-11-06 03:03:54.276 | + local end_time 2015-11-06 03:03:54.276 | + local elpased_time 2015-11-06 03:03:54.277 | + local total 2015-11-06 03:03:54.277 | + local start_time 2015-11-06 03:03:54.277 | + name=apt-get 2015-11-06 03:03:54.278 | + start_time=1446779033 2015-11-06 03:03:54.279 | + [[ -z 1446779033 ]] 2015-11-06 03:03:54.279 | ++ date +%s 2015-11-06 03:03:54.279 | + end_time=1446779034 2015-11-06 03:03:54.280 | + elapsed_time=1 2015-11-06 03:03:54.280 | + total=101 2015-11-06 03:03:54.281 | + START_TIME[$name]= 2015-11-06 03:03:54.281 | + TOTAL_TIME[$name]=102 2015-11-06 03:03:54.281 | + sudo a2enmod wsgi 2015-11-06 03:03:54.340 | Module wsgi already enabled 2015-11-06 03:03:54.342 | + sudo a2enmod version 2015-11-06 03:03:54.402 | ERROR: Module version does not exist! 2015-11-06 03:03:54.405 | + true 2015-11-06 03:03:54.406 | + is_ssl_enabled_service key 2015-11-06 03:03:54.406 | + local services=key 2015-11-06 03:03:54.407 | + local service= 2015-11-06 03:03:54.407 | + '[' False == False ']' 2015-11-06 03:03:54.408 | + return 1 2015-11-06 03:03:54.408 | + [[ False = True ]] 2015-11-06 03:03:54.409 | + configure_keystone 2015-11-06 03:03:54.409 | + sudo install -d -o vagrant /etc/keystone 2015-11-06 03:03:54.421 | + [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2015-11-06 03:03:54.421 | + install -m 600 /opt/stack/keystone/etc/keystone.conf.sample /etc/keystone/keystone.conf 2015-11-06 03:03:54.425 | + cp -p /opt/stack/keystone/etc/policy.json /etc/keystone 2015-11-06 03:03:54.428 | + [[ -f /opt/stack/keystone/etc/keystone-paste.ini ]] 2015-11-06 03:03:54.429 | + cp -p /opt/stack/keystone/etc/keystone-paste.ini /etc/keystone/keystone-paste.ini 2015-11-06 03:03:54.432 | + [[ -f /etc/keystone/keystone-paste.ini ]] 2015-11-06 03:03:54.432 | + iniset /etc/keystone/keystone.conf paste_deploy config_file /etc/keystone/keystone-paste.ini 2015-11-06 03:03:54.460 | + '[' True == False ']' 2015-11-06 03:03:54.461 | + configure_keystone_extensions 2015-11-06 03:03:54.462 | + local extension_value 2015-11-06 03:03:54.462 | + local api_v3 2015-11-06 03:03:54.463 | + local extension 2015-11-06 03:03:54.463 | + local api_v3_extension 2015-11-06 03:03:54.464 | + is_service_enabled ldap 2015-11-06 03:03:54.469 | + return 1 2015-11-06 03:03:54.470 | + iniset /etc/keystone/keystone.conf identity driver sql 2015-11-06 03:03:54.495 | + iniset /etc/keystone/keystone.conf assignment driver sql 2015-11-06 03:03:54.519 | + iniset_rpc_backend keystone /etc/keystone/keystone.conf 2015-11-06 03:03:54.519 | + local package=keystone 2015-11-06 03:03:54.520 | + local file=/etc/keystone/keystone.conf 2015-11-06 03:03:54.521 | + local section=DEFAULT 2015-11-06 03:03:54.521 | + is_service_enabled rabbit 2015-11-06 03:03:54.525 | + return 0 2015-11-06 03:03:54.526 | + iniset /etc/keystone/keystone.conf DEFAULT rpc_backend rabbit 2015-11-06 03:03:54.546 | + iniset /etc/keystone/keystone.conf oslo_messaging_rabbit rabbit_hosts 10.0.2.15 2015-11-06 03:03:54.566 | + iniset /etc/keystone/keystone.conf oslo_messaging_rabbit rabbit_password password 2015-11-06 03:03:54.584 | + iniset /etc/keystone/keystone.conf oslo_messaging_rabbit rabbit_userid stackrabbit 2015-11-06 03:03:54.603 | + '[' -n '' ']' 2015-11-06 03:03:54.604 | + '[' -n '' ']' 2015-11-06 03:03:54.605 | + iniset /etc/keystone/keystone.conf eventlet_server admin_bind_host 10.0.2.15 2015-11-06 03:03:54.622 | + is_ssl_enabled_service key 2015-11-06 03:03:54.622 | + local services=key 2015-11-06 03:03:54.623 | + local service= 2015-11-06 03:03:54.624 | + '[' False == False ']' 2015-11-06 03:03:54.624 | + return 1 2015-11-06 03:03:54.625 | + is_service_enabled tls-proxy 2015-11-06 03:03:54.627 | + return 1 2015-11-06 03:03:54.628 | + iniset /etc/keystone/keystone.conf DEFAULT admin_token tokentoken 2015-11-06 03:03:54.645 | + [[ '' != '' ]] 2015-11-06 03:03:54.645 | ++ database_connection_url keystone 2015-11-06 03:03:54.646 | ++ local db=keystone 2015-11-06 03:03:54.646 | ++ database_connection_url_mysql keystone 2015-11-06 03:03:54.647 | ++ local db=keystone 2015-11-06 03:03:54.647 | ++ echo 'mysql+pymysql://root:password@127.0.0.1/keystone?charset=utf8' 2015-11-06 03:03:54.648 | + iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:password@127.0.0.1/keystone?charset=utf8' 2015-11-06 03:03:54.666 | + iniset /etc/keystone/keystone.conf token driver sql 2015-11-06 03:03:54.685 | + iniset /etc/keystone/keystone.conf catalog driver sql 2015-11-06 03:03:54.701 | + [[ sql = \s\q\l ]] 2015-11-06 03:03:54.702 | + inicomment /etc/keystone/keystone.conf catalog template_file 2015-11-06 03:03:54.712 | + '[' False '!=' False ']' 2015-11-06 03:03:54.713 | + '[' True == True ']' 2015-11-06 03:03:54.713 | + '[' False == False ']' 2015-11-06 03:03:54.713 | + '[' True == False ']' 2015-11-06 03:03:54.714 | + iniset /etc/keystone/keystone.conf DEFAULT debug True 2015-11-06 03:03:54.730 | + '[' True == True ']' 2015-11-06 03:03:54.731 | + iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s' 2015-11-06 03:03:54.748 | + iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s' 2015-11-06 03:03:54.765 | + iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '%(funcName)s %(pathname)s:%(lineno)d' 2015-11-06 03:03:54.784 | + iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix '%(process)d TRACE %(name)s %(instance)s' 2015-11-06 03:03:54.802 | + _config_keystone_apache_wsgi 2015-11-06 03:03:54.802 | + local keystone_apache_conf 2015-11-06 03:03:54.803 | ++ apache_site_config_for keystone 2015-11-06 03:03:54.803 | ++ local site=keystone 2015-11-06 03:03:54.804 | ++ is_ubuntu 2015-11-06 03:03:54.804 | ++ [[ -z deb ]] 2015-11-06 03:03:54.804 | ++ '[' deb = deb ']' 2015-11-06 03:03:54.805 | ++ local apache_version 2015-11-06 03:03:54.805 | +++ get_apache_version 2015-11-06 03:03:54.806 | +++ is_ubuntu 2015-11-06 03:03:54.806 | +++ [[ -z deb ]] 2015-11-06 03:03:54.807 | +++ '[' deb = deb ']' 2015-11-06 03:03:54.807 | +++ local version_str 2015-11-06 03:03:54.809 | ++++ sudo /usr/sbin/apache2ctl -v 2015-11-06 03:03:54.809 | ++++ awk '/Server version/ {print $3}' 2015-11-06 03:03:54.810 | ++++ cut -f2 -d/ 2015-11-06 03:03:54.847 | +++ version_str=2.4.7 2015-11-06 03:03:54.848 | +++ [[ 2.4.7 =~ ^2\.2\. ]] 2015-11-06 03:03:54.848 | +++ [[ 2.4.7 =~ ^2\.4\. ]] 2015-11-06 03:03:54.849 | +++ echo 2.4 2015-11-06 03:03:54.850 | ++ apache_version=2.4 2015-11-06 03:03:54.850 | ++ [[ 2.4 == \2\.\2 ]] 2015-11-06 03:03:54.851 | ++ echo /etc/apache2/sites-available/keystone.conf 2015-11-06 03:03:54.852 | + keystone_apache_conf=/etc/apache2/sites-available/keystone.conf 2015-11-06 03:03:54.852 | + local keystone_ssl= 2015-11-06 03:03:54.853 | + local keystone_certfile= 2015-11-06 03:03:54.853 | + local keystone_keyfile= 2015-11-06 03:03:54.853 | + local keystone_service_port=5000 2015-11-06 03:03:54.854 | + local keystone_auth_port=35357 2015-11-06 03:03:54.854 | + local venv_path= 2015-11-06 03:03:54.854 | + is_ssl_enabled_service key 2015-11-06 03:03:54.855 | + local services=key 2015-11-06 03:03:54.855 | + local service= 2015-11-06 03:03:54.856 | + '[' False == False ']' 2015-11-06 03:03:54.856 | + return 1 2015-11-06 03:03:54.856 | + is_service_enabled tls-proxy 2015-11-06 03:03:54.860 | + return 1 2015-11-06 03:03:54.861 | + [[ False = True ]] 2015-11-06 03:03:54.861 | + sudo cp /opt/stack/devstack/files/apache-keystone.template /etc/apache2/sites-available/keystone.conf 2015-11-06 03:03:54.871 | + sudo sed -e ' 2015-11-06 03:03:54.872 | s|%PUBLICPORT%|5000|g; 2015-11-06 03:03:54.873 | s|%ADMINPORT%|35357|g; 2015-11-06 03:03:54.873 | s|%APACHE_NAME%|apache2|g; 2015-11-06 03:03:54.874 | s|%SSLENGINE%||g; 2015-11-06 03:03:54.874 | s|%SSLCERTFILE%||g; 2015-11-06 03:03:54.875 | s|%SSLKEYFILE%||g; 2015-11-06 03:03:54.875 | s|%USER%|vagrant|g; 2015-11-06 03:03:54.876 | s|%VIRTUALENV%||g 2015-11-06 03:03:54.876 | s|%KEYSTONE_BIN%|/usr/local/bin|g 2015-11-06 03:03:54.877 | ' -i /etc/apache2/sites-available/keystone.conf 2015-11-06 03:03:54.884 | + iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2015-11-06 03:03:54.906 | + iniset /etc/keystone/keystone.conf eventlet_server admin_workers 2 2015-11-06 03:03:54.926 | + iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2015-11-06 03:03:54.945 | + is_service_enabled s-proxy 2015-11-06 03:03:54.950 | + return 1 2015-11-06 03:03:54.951 | + is_service_enabled g-api n-api 2015-11-06 03:03:54.955 | + return 0 2015-11-06 03:03:54.956 | + stack_install_service glance 2015-11-06 03:03:54.956 | + local service=glance 2015-11-06 03:03:54.957 | + type install_glance 2015-11-06 03:03:54.957 | + [[ False = True ]] 2015-11-06 03:03:54.957 | + install_glance 2015-11-06 03:03:54.958 | + use_library_from_git glance_store 2015-11-06 03:03:54.958 | + local name=glance_store 2015-11-06 03:03:54.959 | + local enabled=1 2015-11-06 03:03:54.959 | + [[ ,, =~ ,glance_store, ]] 2015-11-06 03:03:54.959 | + return 1 2015-11-06 03:03:54.960 | + git_clone git://git.openstack.org/openstack/glance.git /opt/stack/glance master 2015-11-06 03:03:54.960 | + local git_remote=git://git.openstack.org/openstack/glance.git 2015-11-06 03:03:54.961 | + local git_dest=/opt/stack/glance 2015-11-06 03:03:54.961 | + local git_ref=master 2015-11-06 03:03:54.962 | + local orig_dir 2015-11-06 03:03:54.962 | ++ pwd 2015-11-06 03:03:54.962 | + orig_dir=/opt/stack/devstack 2015-11-06 03:03:54.963 | + local git_clone_flags= 2015-11-06 03:03:54.963 | ++ trueorfalse False RECLONE 2015-11-06 03:03:54.970 | + RECLONE=False 2015-11-06 03:03:54.970 | + [[ 0 -gt 0 ]] 2015-11-06 03:03:54.970 | + [[ False = \T\r\u\e ]] 2015-11-06 03:03:54.971 | + echo master 2015-11-06 03:03:54.972 | + egrep -q '^refs' 2015-11-06 03:03:54.973 | + [[ ! -d /opt/stack/glance ]] 2015-11-06 03:03:54.974 | + [[ False = \T\r\u\e ]] 2015-11-06 03:03:54.974 | + git_timed clone git://git.openstack.org/openstack/glance.git /opt/stack/glance 2015-11-06 03:03:54.975 | + local count=0 2015-11-06 03:03:54.975 | + local timeout=0 2015-11-06 03:03:54.975 | + [[ -n 0 ]] 2015-11-06 03:03:54.976 | + timeout=0 2015-11-06 03:03:54.976 | + timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/glance.git /opt/stack/glance 2015-11-06 03:03:54.979 | Cloning into '/opt/stack/glance'... 2015-11-06 03:04:03.486 | + cd /opt/stack/glance 2015-11-06 03:04:03.487 | + git checkout master 2015-11-06 03:04:03.526 | Already on 'master' 2015-11-06 03:04:03.527 | Your branch is up-to-date with 'origin/master'. 2015-11-06 03:04:03.528 | + cd /opt/stack/glance 2015-11-06 03:04:03.528 | + git show --oneline 2015-11-06 03:04:03.529 | + head -1 2015-11-06 03:04:03.536 | 52623b9 Merge "Allow owner to be set on image create" 2015-11-06 03:04:03.537 | + cd /opt/stack/devstack 2015-11-06 03:04:03.537 | + is_service_enabled g-search 2015-11-06 03:04:03.542 | + return 1 2015-11-06 03:04:03.542 | + setup_develop /opt/stack/glance 2015-11-06 03:04:03.542 | + local project_dir=/opt/stack/glance 2015-11-06 03:04:03.543 | + setup_package_with_constraints_edit /opt/stack/glance -e 2015-11-06 03:04:03.543 | + local project_dir=/opt/stack/glance 2015-11-06 03:04:03.544 | + local flags=-e 2015-11-06 03:04:03.544 | + '[' -n /opt/stack/requirements ']' 2015-11-06 03:04:03.545 | + local name 2015-11-06 03:04:03.545 | ++ awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2015-11-06 03:04:03.546 | + name=glance 2015-11-06 03:04:03.546 | + /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2015-11-06 03:04:03.651 | + setup_package /opt/stack/glance -e 2015-11-06 03:04:03.652 | + local project_dir=/opt/stack/glance 2015-11-06 03:04:03.652 | + local flags=-e 2015-11-06 03:04:03.652 | + pip_install -e /opt/stack/glance 2015-11-06 03:04:03.976 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2015-11-06 03:04:04.565 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:04:04.732 | Obtaining file:///opt/stack/glance 2015-11-06 03:04:05.449 | Requirement already satisfied (use --upgrade to upgrade): Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2015-11-06 03:04:05.452 | Requirement already satisfied (use --upgrade to upgrade): PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2015-11-06 03:04:05.454 | Requirement already satisfied (use --upgrade to upgrade): Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2015-11-06 03:04:05.456 | Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy===1.0.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2015-11-06 03:04:05.483 | Collecting WSME===0.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) 2015-11-06 03:04:05.604 | /usr/local/lib/python2.7/dist-packages/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-06 03:04:05.605 | InsecurePlatformWarning 2015-11-06 03:04:05.855 | Downloading WSME-0.8.0-py2-none-any.whl (89kB) 2015-11-06 03:04:05.982 | Requirement already satisfied (use --upgrade to upgrade): WebOb===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2015-11-06 03:04:05.984 | Requirement already satisfied (use --upgrade to upgrade): anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2015-11-06 03:04:06.005 | Collecting castellan===0.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 76)) 2015-11-06 03:04:06.093 | Downloading castellan-0.2.1.tar.gz 2015-11-06 03:04:06.598 | Requirement already satisfied (use --upgrade to upgrade): cryptography===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) 2015-11-06 03:04:06.600 | Requirement already satisfied (use --upgrade to upgrade): enum34===1.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2015-11-06 03:04:06.603 | Requirement already satisfied (use --upgrade to upgrade): eventlet===0.17.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) 2015-11-06 03:04:06.605 | Requirement already satisfied (use --upgrade to upgrade): futurist===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) 2015-11-06 03:04:06.630 | Collecting glance-store===0.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2015-11-06 03:04:06.818 | Downloading glance_store-0.9.1-py2.py3-none-any.whl (130kB) 2015-11-06 03:04:06.921 | Requirement already satisfied (use --upgrade to upgrade): greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2015-11-06 03:04:06.922 | Requirement already satisfied (use --upgrade to upgrade): httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2015-11-06 03:04:06.923 | Requirement already satisfied (use --upgrade to upgrade): idna===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2015-11-06 03:04:06.924 | Requirement already satisfied (use --upgrade to upgrade): ipaddress===1.0.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135)) 2015-11-06 03:04:06.925 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2015-11-06 03:04:06.926 | Requirement already satisfied (use --upgrade to upgrade): jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2015-11-06 03:04:06.928 | Requirement already satisfied (use --upgrade to upgrade): keystonemiddleware===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2015-11-06 03:04:06.931 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) 2015-11-06 03:04:06.932 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2015-11-06 03:04:06.933 | Requirement already satisfied (use --upgrade to upgrade): oslo.concurrency===2.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2015-11-06 03:04:06.935 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) 2015-11-06 03:04:06.937 | Requirement already satisfied (use --upgrade to upgrade): oslo.context===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2015-11-06 03:04:06.938 | Requirement already satisfied (use --upgrade to upgrade): oslo.db===3.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:04:06.941 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:04:06.942 | Requirement already satisfied (use --upgrade to upgrade): oslo.log===1.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:04:06.945 | Requirement already satisfied (use --upgrade to upgrade): oslo.messaging===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2015-11-06 03:04:06.949 | Requirement already satisfied (use --upgrade to upgrade): oslo.middleware===2.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2015-11-06 03:04:06.951 | Requirement already satisfied (use --upgrade to upgrade): oslo.policy===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2015-11-06 03:04:06.953 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2015-11-06 03:04:06.954 | Requirement already satisfied (use --upgrade to upgrade): oslo.service===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2015-11-06 03:04:06.957 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2015-11-06 03:04:06.978 | Collecting osprofiler===0.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) 2015-11-06 03:04:07.064 | Downloading osprofiler-0.3.0-py2-none-any.whl 2015-11-06 03:04:07.109 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) 2015-11-06 03:04:07.111 | Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL===0.15.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2015-11-06 03:04:07.113 | Requirement already satisfied (use --upgrade to upgrade): pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2015-11-06 03:04:07.114 | Requirement already satisfied (use --upgrade to upgrade): pycadf===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2015-11-06 03:04:07.116 | Requirement already satisfied (use --upgrade to upgrade): pycrypto===2.6.1 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2015-11-06 03:04:07.117 | Requirement already satisfied (use --upgrade to upgrade): pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2015-11-06 03:04:07.118 | Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2015-11-06 03:04:07.122 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 280)) 2015-11-06 03:04:07.124 | Requirement already satisfied (use --upgrade to upgrade): repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2015-11-06 03:04:07.125 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) 2015-11-06 03:04:07.129 | Requirement already satisfied (use --upgrade to upgrade): retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) 2015-11-06 03:04:07.152 | Collecting semantic-version===2.4.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) 2015-11-06 03:04:07.249 | Downloading semantic_version-2.4.2.tar.gz 2015-11-06 03:04:07.548 | Collecting simplegeneric===0.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) 2015-11-06 03:04:07.639 | Downloading simplegeneric-0.8.1.zip 2015-11-06 03:04:07.925 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) 2015-11-06 03:04:07.926 | Requirement already satisfied (use --upgrade to upgrade): sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) 2015-11-06 03:04:07.929 | Requirement already satisfied (use --upgrade to upgrade): sqlparse===0.1.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) 2015-11-06 03:04:07.930 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) 2015-11-06 03:04:07.954 | Collecting taskflow===1.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2015-11-06 03:04:08.094 | Downloading taskflow-1.23.0-py2.py3-none-any.whl (457kB) 2015-11-06 03:04:08.298 | Requirement already satisfied (use --upgrade to upgrade): trollius===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) 2015-11-06 03:04:08.299 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:04:08.300 | Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/dist-packages (from cryptography===1.0.2->-c /opt/stack/requirements/upper-constraints.txt (line 88)) 2015-11-06 03:04:08.302 | Requirement already satisfied (use --upgrade to upgrade): cffi===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) 2015-11-06 03:04:08.303 | Requirement already satisfied (use --upgrade to upgrade): futures===3.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) 2015-11-06 03:04:08.304 | Requirement already satisfied (use --upgrade to upgrade): contextlib2===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2015-11-06 03:04:08.305 | Requirement already satisfied (use --upgrade to upgrade): functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) 2015-11-06 03:04:08.305 | Requirement already satisfied (use --upgrade to upgrade): fasteners===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117)) 2015-11-06 03:04:08.307 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from oslo.config===2.6.0->-c /opt/stack/requirements/upper-constraints.txt (line 193)) 2015-11-06 03:04:08.307 | Requirement already satisfied (use --upgrade to upgrade): alembic===0.8.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 59)) 2015-11-06 03:04:08.309 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) 2015-11-06 03:04:08.310 | Requirement already satisfied (use --upgrade to upgrade): cachetools===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) 2015-11-06 03:04:08.311 | Requirement already satisfied (use --upgrade to upgrade): kombu===3.0.28 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2015-11-06 03:04:08.313 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:04:08.314 | Requirement already satisfied (use --upgrade to upgrade): amqp===1.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) 2015-11-06 03:04:08.315 | Requirement already satisfied (use --upgrade to upgrade): aioeventlet===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) 2015-11-06 03:04:08.316 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:04:08.317 | Requirement already satisfied (use --upgrade to upgrade): ordereddict===1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) 2015-11-06 03:04:08.318 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2015-11-06 03:04:08.319 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) 2015-11-06 03:04:08.321 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) 2015-11-06 03:04:08.321 | Requirement already satisfied (use --upgrade to upgrade): decorator===4.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2015-11-06 03:04:08.322 | Requirement already satisfied (use --upgrade to upgrade): Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2015-11-06 03:04:08.342 | Collecting networkx===1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2015-11-06 03:04:08.505 | Downloading networkx-1.10.tar.gz (1.2MB) 2015-11-06 03:04:09.292 | Collecting automaton===0.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2015-11-06 03:04:09.396 | Downloading automaton-0.8.0-py2.py3-none-any.whl 2015-11-06 03:04:09.440 | Requirement already satisfied (use --upgrade to upgrade): pycparser===2.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2015-11-06 03:04:09.442 | Requirement already satisfied (use --upgrade to upgrade): python-editor===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) 2015-11-06 03:04:09.443 | Requirement already satisfied (use --upgrade to upgrade): Mako===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 6)) 2015-11-06 03:04:09.444 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) 2015-11-06 03:04:09.446 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:04:09.448 | Building wheels for collected packages: castellan, networkx, semantic-version, simplegeneric 2015-11-06 03:04:09.449 | Running setup.py bdist_wheel for castellan 2015-11-06 03:04:09.944 | Stored in directory: /root/.cache/pip/wheels/23/fe/a7/8e137da56973aacd6bb86446b6f766a3e4a13d66e3e922c390 2015-11-06 03:04:09.959 | Running setup.py bdist_wheel for networkx 2015-11-06 03:04:10.768 | Stored in directory: /root/.cache/pip/wheels/5d/de/da/01c04502599d67f0b7830214036cd909f211240dbeb23a796c 2015-11-06 03:04:10.902 | Running setup.py bdist_wheel for semantic-version 2015-11-06 03:04:11.157 | Stored in directory: /root/.cache/pip/wheels/0a/14/db/a10ac07a644fcd43fe2119027397020e32549554a00ca9ac2f 2015-11-06 03:04:11.159 | Running setup.py bdist_wheel for simplegeneric 2015-11-06 03:04:11.405 | Stored in directory: /root/.cache/pip/wheels/51/3c/13/2b621669f3ba74b01380aefcc0af0f643bb42360e7248496ed 2015-11-06 03:04:11.411 | Successfully built castellan networkx semantic-version simplegeneric 2015-11-06 03:04:11.413 | Installing collected packages: simplegeneric, WSME, automaton, castellan, glance-store, networkx, osprofiler, semantic-version, taskflow, glance 2015-11-06 03:04:12.596 | Running setup.py develop for glance 2015-11-06 03:04:13.769 | Successfully installed WSME-0.8.0 automaton-0.8.0 castellan-0.2.1 glance glance-store-0.9.1 networkx-1.10 osprofiler-0.3.0 semantic-version-2.4.2 simplegeneric-0.8.1 taskflow-1.23.0 2015-11-06 03:04:14.013 | + local test_req=/opt/stack/glance/test-requirements.txt 2015-11-06 03:04:14.014 | + [[ -e /opt/stack/glance/test-requirements.txt ]] 2015-11-06 03:04:14.014 | + echo 'Installing test-requirements for /opt/stack/glance/test-requirements.txt' 2015-11-06 03:04:14.015 | Installing test-requirements for /opt/stack/glance/test-requirements.txt 2015-11-06 03:04:14.015 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/glance/test-requirements.txt 2015-11-06 03:04:14.635 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:04:14.759 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:04:14.761 | Requirement already satisfied (use --upgrade to upgrade): PyMySQL===0.6.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) 2015-11-06 03:04:14.761 | Requirement already satisfied (use --upgrade to upgrade): Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2015-11-06 03:04:14.762 | Requirement already satisfied (use --upgrade to upgrade): coverage===4.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) 2015-11-06 03:04:14.763 | Requirement already satisfied (use --upgrade to upgrade): docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) 2015-11-06 03:04:14.764 | Requirement already satisfied (use --upgrade to upgrade): fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119)) 2015-11-06 03:04:14.766 | Requirement already satisfied (use --upgrade to upgrade): mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2015-11-06 03:04:14.767 | Requirement already satisfied (use --upgrade to upgrade): mox3===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:04:14.768 | Requirement already satisfied (use --upgrade to upgrade): oslosphinx===3.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) 2015-11-06 03:04:14.770 | Requirement already satisfied (use --upgrade to upgrade): oslotest===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) 2015-11-06 03:04:14.773 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) 2015-11-06 03:04:14.806 | Collecting psutil===1.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) 2015-11-06 03:04:14.960 | /usr/local/lib/python2.7/dist-packages/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-06 03:04:14.961 | InsecurePlatformWarning 2015-11-06 03:04:15.334 | Downloading psutil-1.2.1.tar.gz (167kB) 2015-11-06 03:04:15.796 | Collecting psycopg2===2.6.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) 2015-11-06 03:04:15.936 | Downloading psycopg2-2.6.1.tar.gz (371kB) 2015-11-06 03:04:16.437 | Collecting pysendfile===2.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2015-11-06 03:04:16.546 | Downloading pysendfile-2.0.1.tar.gz 2015-11-06 03:04:16.826 | Requirement already satisfied (use --upgrade to upgrade): python-subunit===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274)) 2015-11-06 03:04:16.853 | Collecting python-swiftclient===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2015-11-06 03:04:16.954 | Downloading python_swiftclient-2.6.0-py2.py3-none-any.whl (57kB) 2015-11-06 03:04:17.013 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 280)) 2015-11-06 03:04:17.041 | Collecting qpid-python===0.26 (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) 2015-11-06 03:04:17.133 | Downloading qpid-python-0.26.tar.gz (146kB) 2015-11-06 03:04:17.493 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) 2015-11-06 03:04:17.497 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) 2015-11-06 03:04:17.499 | Requirement already satisfied (use --upgrade to upgrade): testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) 2015-11-06 03:04:17.528 | Collecting testresources===0.2.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2015-11-06 03:04:17.621 | Downloading testresources-0.2.7.tar.gz 2015-11-06 03:04:17.913 | Requirement already satisfied (use --upgrade to upgrade): testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) 2015-11-06 03:04:17.916 | Requirement already satisfied (use --upgrade to upgrade): testtools===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) 2015-11-06 03:04:17.918 | Requirement already satisfied (use --upgrade to upgrade): traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) 2015-11-06 03:04:17.920 | Requirement already satisfied (use --upgrade to upgrade): unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2015-11-06 03:04:17.949 | Collecting xattr===0.7.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) 2015-11-06 03:04:18.048 | Downloading xattr-0.7.8.tar.gz 2015-11-06 03:04:18.718 | Requirement already satisfied (use --upgrade to upgrade): hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/glance/test-requirements.txt (line 1)) 2015-11-06 03:04:18.739 | Collecting reno>=0.1.1 (from -r /opt/stack/glance/test-requirements.txt (line 22)) 2015-11-06 03:04:18.844 | Downloading reno-1.0.0-py2-none-any.whl 2015-11-06 03:04:18.893 | Requirement already satisfied (use --upgrade to upgrade): Pygments===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) 2015-11-06 03:04:18.894 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:04:18.896 | Requirement already satisfied (use --upgrade to upgrade): funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) 2015-11-06 03:04:18.898 | Requirement already satisfied (use --upgrade to upgrade): os-client-config===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) 2015-11-06 03:04:18.900 | Requirement already satisfied (use --upgrade to upgrade): extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2015-11-06 03:04:18.901 | Requirement already satisfied (use --upgrade to upgrade): futures===3.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) 2015-11-06 03:04:18.902 | Requirement already satisfied (use --upgrade to upgrade): python-mimeparse===0.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) 2015-11-06 03:04:18.903 | Requirement already satisfied (use --upgrade to upgrade): linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2015-11-06 03:04:18.905 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 330)) 2015-11-06 03:04:18.905 | Requirement already satisfied (use --upgrade to upgrade): cffi===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) 2015-11-06 03:04:18.907 | Requirement already satisfied (use --upgrade to upgrade): mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 1)) 2015-11-06 03:04:18.908 | Requirement already satisfied (use --upgrade to upgrade): flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 1)) 2015-11-06 03:04:18.910 | Requirement already satisfied (use --upgrade to upgrade): pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 1)) 2015-11-06 03:04:18.912 | Requirement already satisfied (use --upgrade to upgrade): pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 1)) 2015-11-06 03:04:18.914 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:04:18.915 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:04:18.916 | Requirement already satisfied (use --upgrade to upgrade): keystoneauth1===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 152)) 2015-11-06 03:04:18.918 | Requirement already satisfied (use --upgrade to upgrade): appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2015-11-06 03:04:18.920 | Requirement already satisfied (use --upgrade to upgrade): pycparser===2.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2015-11-06 03:04:18.921 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) 2015-11-06 03:04:18.922 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2015-11-06 03:04:18.924 | Building wheels for collected packages: psutil, psycopg2, pysendfile, qpid-python, testresources, xattr 2015-11-06 03:04:18.925 | Running setup.py bdist_wheel for psutil 2015-11-06 03:04:19.586 | Stored in directory: /root/.cache/pip/wheels/3c/44/c1/272c5d06e046414f660d62cd7e6ce2575685cde3dec73ba699 2015-11-06 03:04:19.604 | Running setup.py bdist_wheel for psycopg2 2015-11-06 03:04:26.006 | Stored in directory: /root/.cache/pip/wheels/e2/9a/5e/7b620848bbc7cfb9084aafea077be11618c2b5067bd532f329 2015-11-06 03:04:26.027 | Running setup.py bdist_wheel for pysendfile 2015-11-06 03:04:26.415 | Stored in directory: /root/.cache/pip/wheels/c8/56/e2/a0367802ba082729bfd950bba3feb524bfc1518abb183d9e9f 2015-11-06 03:04:26.419 | Running setup.py bdist_wheel for qpid-python 2015-11-06 03:04:26.961 | Stored in directory: /root/.cache/pip/wheels/f7/b2/cb/443005dc19d181c40de0df16dbda9beeacc908f495db132d54 2015-11-06 03:04:27.003 | Running setup.py bdist_wheel for testresources 2015-11-06 03:04:27.281 | Stored in directory: /root/.cache/pip/wheels/6b/9d/ca/9bbba5974985c9d741175edcc671f352b97b5f487b706a8caf 2015-11-06 03:04:27.287 | Running setup.py bdist_wheel for xattr 2015-11-06 03:04:27.978 | Stored in directory: /root/.cache/pip/wheels/e9/e1/41/701f6479950ba53441d29e8dca07d49b91ae5af0b92cc02e05 2015-11-06 03:04:27.986 | Successfully built psutil psycopg2 pysendfile qpid-python testresources xattr 2015-11-06 03:04:27.987 | Installing collected packages: psutil, psycopg2, pysendfile, python-swiftclient, qpid-python, testresources, xattr, reno 2015-11-06 03:04:28.683 | Successfully installed psutil-1.2.1 psycopg2-2.6.1 pysendfile-2.0.1 python-swiftclient-2.6.0 qpid-python-0.26 reno-1.0.0 testresources-0.2.7 xattr-0.7.8 2015-11-06 03:04:28.858 | + time_stop pip_install 2015-11-06 03:04:28.860 | + local name 2015-11-06 03:04:28.861 | + local end_time 2015-11-06 03:04:28.862 | + local elpased_time 2015-11-06 03:04:28.863 | + local total 2015-11-06 03:04:28.864 | + local start_time 2015-11-06 03:04:28.864 | + name=pip_install 2015-11-06 03:04:28.865 | + start_time=1446779043 2015-11-06 03:04:28.865 | + [[ -z 1446779043 ]] 2015-11-06 03:04:28.866 | ++ date +%s 2015-11-06 03:04:28.866 | + end_time=1446779068 2015-11-06 03:04:28.867 | + elapsed_time=25 2015-11-06 03:04:28.867 | + total=166 2015-11-06 03:04:28.868 | + START_TIME[$name]= 2015-11-06 03:04:28.868 | + TOTAL_TIME[$name]=191 2015-11-06 03:04:28.869 | + [[ -e == \-\e ]] 2015-11-06 03:04:28.869 | + safe_chown -R vagrant /opt/stack/glance/glance.egg-info 2015-11-06 03:04:28.870 | + _safe_permission_operation chown -R vagrant /opt/stack/glance/glance.egg-info 2015-11-06 03:04:28.876 | + sudo chown -R vagrant /opt/stack/glance/glance.egg-info 2015-11-06 03:04:28.890 | + [[ False = True ]] 2015-11-06 03:04:28.890 | + configure_glance 2015-11-06 03:04:28.891 | + sudo install -d -o vagrant /etc/glance /etc/glance/metadefs 2015-11-06 03:04:28.902 | + cp /opt/stack/glance/etc/glance-registry.conf /etc/glance/glance-registry.conf 2015-11-06 03:04:28.905 | + iniset /etc/glance/glance-registry.conf DEFAULT debug True 2015-11-06 03:04:28.931 | + iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0 2015-11-06 03:04:28.954 | + inicomment /etc/glance/glance-registry.conf DEFAULT log_file 2015-11-06 03:04:28.968 | + local dburl 2015-11-06 03:04:28.968 | ++ database_connection_url glance 2015-11-06 03:04:28.969 | ++ local db=glance 2015-11-06 03:04:28.970 | ++ database_connection_url_mysql glance 2015-11-06 03:04:28.970 | ++ local db=glance 2015-11-06 03:04:28.971 | ++ echo 'mysql+pymysql://root:password@127.0.0.1/glance?charset=utf8' 2015-11-06 03:04:28.972 | + dburl='mysql+pymysql://root:password@127.0.0.1/glance?charset=utf8' 2015-11-06 03:04:28.973 | + iniset /etc/glance/glance-registry.conf database connection 'mysql+pymysql://root:password@127.0.0.1/glance?charset=utf8' 2015-11-06 03:04:28.995 | + iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False 2015-11-06 03:04:29.019 | + iniset /etc/glance/glance-registry.conf DEFAULT workers 2 2015-11-06 03:04:29.041 | + iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone 2015-11-06 03:04:29.067 | + configure_auth_token_middleware /etc/glance/glance-registry.conf glance /var/cache/glance/registry 2015-11-06 03:04:29.067 | + local conf_file=/etc/glance/glance-registry.conf 2015-11-06 03:04:29.068 | + local admin_user=glance 2015-11-06 03:04:29.068 | + local signing_dir=/var/cache/glance/registry 2015-11-06 03:04:29.069 | + local section=keystone_authtoken 2015-11-06 03:04:29.070 | + iniset /etc/glance/glance-registry.conf keystone_authtoken auth_plugin password 2015-11-06 03:04:29.094 | + iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://10.0.2.15:35357 2015-11-06 03:04:29.118 | + iniset /etc/glance/glance-registry.conf keystone_authtoken username glance 2015-11-06 03:04:29.141 | + iniset /etc/glance/glance-registry.conf keystone_authtoken password password 2015-11-06 03:04:29.165 | + iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_id default 2015-11-06 03:04:29.189 | + iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service 2015-11-06 03:04:29.213 | + iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_id default 2015-11-06 03:04:29.237 | + iniset /etc/glance/glance-registry.conf keystone_authtoken auth_uri http://10.0.2.15:5000 2015-11-06 03:04:29.261 | + iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2015-11-06 03:04:29.285 | + iniset /etc/glance/glance-registry.conf keystone_authtoken signing_dir /var/cache/glance/registry 2015-11-06 03:04:29.309 | + iniset /etc/glance/glance-registry.conf DEFAULT notification_driver messaging 2015-11-06 03:04:29.334 | + iniset_rpc_backend glance /etc/glance/glance-registry.conf 2015-11-06 03:04:29.334 | + local package=glance 2015-11-06 03:04:29.335 | + local file=/etc/glance/glance-registry.conf 2015-11-06 03:04:29.336 | + local section=DEFAULT 2015-11-06 03:04:29.336 | + is_service_enabled rabbit 2015-11-06 03:04:29.343 | + return 0 2015-11-06 03:04:29.344 | + iniset /etc/glance/glance-registry.conf DEFAULT rpc_backend rabbit 2015-11-06 03:04:29.369 | + iniset /etc/glance/glance-registry.conf oslo_messaging_rabbit rabbit_hosts 10.0.2.15 2015-11-06 03:04:29.393 | + iniset /etc/glance/glance-registry.conf oslo_messaging_rabbit rabbit_password password 2015-11-06 03:04:29.417 | + iniset /etc/glance/glance-registry.conf oslo_messaging_rabbit rabbit_userid stackrabbit 2015-11-06 03:04:29.442 | + '[' -n '' ']' 2015-11-06 03:04:29.443 | + '[' -n '' ']' 2015-11-06 03:04:29.443 | + cp /opt/stack/glance/etc/glance-api.conf /etc/glance/glance-api.conf 2015-11-06 03:04:29.445 | + iniset /etc/glance/glance-api.conf DEFAULT debug True 2015-11-06 03:04:29.469 | + iniset /etc/glance/glance-api.conf DEFAULT bind_host 0.0.0.0 2015-11-06 03:04:29.493 | + inicomment /etc/glance/glance-api.conf DEFAULT log_file 2015-11-06 03:04:29.505 | + iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:password@127.0.0.1/glance?charset=utf8' 2015-11-06 03:04:29.528 | + iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2015-11-06 03:04:29.552 | + iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2015-11-06 03:04:29.577 | + iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2015-11-06 03:04:29.602 | + configure_auth_token_middleware /etc/glance/glance-api.conf glance /var/cache/glance/api 2015-11-06 03:04:29.603 | + local conf_file=/etc/glance/glance-api.conf 2015-11-06 03:04:29.604 | + local admin_user=glance 2015-11-06 03:04:29.604 | + local signing_dir=/var/cache/glance/api 2015-11-06 03:04:29.605 | + local section=keystone_authtoken 2015-11-06 03:04:29.605 | + iniset /etc/glance/glance-api.conf keystone_authtoken auth_plugin password 2015-11-06 03:04:29.631 | + iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.0.2.15:35357 2015-11-06 03:04:29.657 | + iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2015-11-06 03:04:29.683 | + iniset /etc/glance/glance-api.conf keystone_authtoken password password 2015-11-06 03:04:29.708 | + iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_id default 2015-11-06 03:04:29.732 | + iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2015-11-06 03:04:29.754 | + iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_id default 2015-11-06 03:04:29.779 | + iniset /etc/glance/glance-api.conf keystone_authtoken auth_uri http://10.0.2.15:5000 2015-11-06 03:04:29.803 | + iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2015-11-06 03:04:29.826 | + iniset /etc/glance/glance-api.conf keystone_authtoken signing_dir /var/cache/glance/api 2015-11-06 03:04:29.850 | + iniset /etc/glance/glance-api.conf DEFAULT notification_driver messaging 2015-11-06 03:04:29.872 | + iniset_rpc_backend glance /etc/glance/glance-api.conf 2015-11-06 03:04:29.873 | + local package=glance 2015-11-06 03:04:29.874 | + local file=/etc/glance/glance-api.conf 2015-11-06 03:04:29.874 | + local section=DEFAULT 2015-11-06 03:04:29.875 | + is_service_enabled rabbit 2015-11-06 03:04:29.879 | + return 0 2015-11-06 03:04:29.879 | + iniset /etc/glance/glance-api.conf DEFAULT rpc_backend rabbit 2015-11-06 03:04:29.902 | + iniset /etc/glance/glance-api.conf oslo_messaging_rabbit rabbit_hosts 10.0.2.15 2015-11-06 03:04:29.923 | + iniset /etc/glance/glance-api.conf oslo_messaging_rabbit rabbit_password password 2015-11-06 03:04:29.944 | + iniset /etc/glance/glance-api.conf oslo_messaging_rabbit rabbit_userid stackrabbit 2015-11-06 03:04:29.966 | + '[' -n '' ']' 2015-11-06 03:04:29.966 | + '[' -n '' ']' 2015-11-06 03:04:29.967 | + '[' libvirt = xenserver ']' 2015-11-06 03:04:29.967 | + '[' libvirt = libvirt ']' 2015-11-06 03:04:29.968 | + '[' kvm = parallels ']' 2015-11-06 03:04:29.968 | + iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2015-11-06 03:04:29.993 | + iniset /etc/glance/glance-api.conf DEFAULT registry_host 10.0.2.15 2015-11-06 03:04:30.015 | + iniset /etc/glance/glance-api.conf DEFAULT workers 2 2015-11-06 03:04:30.037 | + is_service_enabled s-proxy 2015-11-06 03:04:30.042 | + return 1 2015-11-06 03:04:30.042 | + is_service_enabled tls-proxy 2015-11-06 03:04:30.047 | + return 1 2015-11-06 03:04:30.048 | + is_ssl_enabled_service glance 2015-11-06 03:04:30.048 | + local services=glance 2015-11-06 03:04:30.049 | + local service= 2015-11-06 03:04:30.049 | + '[' False == False ']' 2015-11-06 03:04:30.050 | + return 1 2015-11-06 03:04:30.051 | + is_ssl_enabled_service glance 2015-11-06 03:04:30.051 | + local services=glance 2015-11-06 03:04:30.052 | + local service= 2015-11-06 03:04:30.053 | + '[' False == False ']' 2015-11-06 03:04:30.053 | + return 1 2015-11-06 03:04:30.054 | + is_service_enabled tls-proxy 2015-11-06 03:04:30.055 | + return 1 2015-11-06 03:04:30.055 | + '[' True == True ']' 2015-11-06 03:04:30.056 | + '[' False == False ']' 2015-11-06 03:04:30.056 | + setup_colorized_logging /etc/glance/glance-api.conf DEFAULT tenant user 2015-11-06 03:04:30.057 | + local conf_file=/etc/glance/glance-api.conf 2015-11-06 03:04:30.057 | + local conf_section=DEFAULT 2015-11-06 03:04:30.058 | + local project_var=tenant 2015-11-06 03:04:30.058 | + local user_var=user 2015-11-06 03:04:30.059 | + iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s%(color)s] %(instance)s%(color)s%(message)s' 2015-11-06 03:04:30.078 | + iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2015-11-06 03:04:30.100 | + iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d' 2015-11-06 03:04:30.124 | + iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s' 2015-11-06 03:04:30.148 | + setup_colorized_logging /etc/glance/glance-registry.conf DEFAULT tenant user 2015-11-06 03:04:30.149 | + local conf_file=/etc/glance/glance-registry.conf 2015-11-06 03:04:30.150 | + local conf_section=DEFAULT 2015-11-06 03:04:30.151 | + local project_var=tenant 2015-11-06 03:04:30.151 | + local user_var=user 2015-11-06 03:04:30.152 | + iniset /etc/glance/glance-registry.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s%(color)s] %(instance)s%(color)s%(message)s' 2015-11-06 03:04:30.172 | + iniset /etc/glance/glance-registry.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2015-11-06 03:04:30.193 | + iniset /etc/glance/glance-registry.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d' 2015-11-06 03:04:30.216 | + iniset /etc/glance/glance-registry.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s' 2015-11-06 03:04:30.237 | + cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini 2015-11-06 03:04:30.239 | + cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2015-11-06 03:04:30.242 | + cp /opt/stack/glance/etc/glance-cache.conf /etc/glance/glance-cache.conf 2015-11-06 03:04:30.244 | + iniset /etc/glance/glance-cache.conf DEFAULT debug True 2015-11-06 03:04:30.262 | + inicomment /etc/glance/glance-cache.conf DEFAULT log_file 2015-11-06 03:04:30.271 | + iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2015-11-06 03:04:30.291 | + iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2015-11-06 03:04:30.311 | + iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_url 2015-11-06 03:04:30.321 | + iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.0.2.15:35357/v2.0 2015-11-06 03:04:30.343 | + iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_tenant_name 2015-11-06 03:04:30.352 | + iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2015-11-06 03:04:30.372 | + iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_user 2015-11-06 03:04:30.380 | + iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2015-11-06 03:04:30.399 | + iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_password 2015-11-06 03:04:30.409 | + iniset /etc/glance/glance-cache.conf DEFAULT admin_password password 2015-11-06 03:04:30.428 | + iniset /etc/glance/glance-cache.conf DEFAULT registry_host 10.0.2.15 2015-11-06 03:04:30.447 | + iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2015-11-06 03:04:30.470 | + cp -p /opt/stack/glance/etc/policy.json /etc/glance/policy.json 2015-11-06 03:04:30.472 | + cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2015-11-06 03:04:30.475 | + cp -p /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-trust.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /etc/glance/metadefs 2015-11-06 03:04:30.478 | + is_ssl_enabled_service cinder 2015-11-06 03:04:30.479 | + local services=cinder 2015-11-06 03:04:30.480 | + local service= 2015-11-06 03:04:30.480 | + '[' False == False ']' 2015-11-06 03:04:30.481 | + return 1 2015-11-06 03:04:30.482 | + is_service_enabled tls-proxy 2015-11-06 03:04:30.485 | + return 1 2015-11-06 03:04:30.486 | + is_service_enabled g-search 2015-11-06 03:04:30.491 | + return 1 2015-11-06 03:04:30.492 | + is_service_enabled cinder 2015-11-06 03:04:30.498 | + return 0 2015-11-06 03:04:30.499 | + stack_install_service cinder 2015-11-06 03:04:30.499 | + local service=cinder 2015-11-06 03:04:30.500 | + type install_cinder 2015-11-06 03:04:30.500 | + [[ False = True ]] 2015-11-06 03:04:30.501 | + install_cinder 2015-11-06 03:04:30.501 | + use_library_from_git os-brick 2015-11-06 03:04:30.502 | + local name=os-brick 2015-11-06 03:04:30.503 | + local enabled=1 2015-11-06 03:04:30.503 | + [[ ,, =~ ,os-brick, ]] 2015-11-06 03:04:30.504 | + return 1 2015-11-06 03:04:30.504 | + git_clone git://git.openstack.org/openstack/cinder.git /opt/stack/cinder master 2015-11-06 03:04:30.505 | + local git_remote=git://git.openstack.org/openstack/cinder.git 2015-11-06 03:04:30.505 | + local git_dest=/opt/stack/cinder 2015-11-06 03:04:30.506 | + local git_ref=master 2015-11-06 03:04:30.507 | + local orig_dir 2015-11-06 03:04:30.507 | ++ pwd 2015-11-06 03:04:30.508 | + orig_dir=/opt/stack/devstack 2015-11-06 03:04:30.508 | + local git_clone_flags= 2015-11-06 03:04:30.509 | ++ trueorfalse False RECLONE 2015-11-06 03:04:30.514 | + RECLONE=False 2015-11-06 03:04:30.515 | + [[ 0 -gt 0 ]] 2015-11-06 03:04:30.515 | + [[ False = \T\r\u\e ]] 2015-11-06 03:04:30.516 | + echo master 2015-11-06 03:04:30.516 | + egrep -q '^refs' 2015-11-06 03:04:30.519 | + [[ ! -d /opt/stack/cinder ]] 2015-11-06 03:04:30.520 | + [[ False = \T\r\u\e ]] 2015-11-06 03:04:30.520 | + git_timed clone git://git.openstack.org/openstack/cinder.git /opt/stack/cinder 2015-11-06 03:04:30.521 | + local count=0 2015-11-06 03:04:30.521 | + local timeout=0 2015-11-06 03:04:30.522 | + [[ -n 0 ]] 2015-11-06 03:04:30.522 | + timeout=0 2015-11-06 03:04:30.523 | + timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/cinder.git /opt/stack/cinder 2015-11-06 03:04:30.525 | Cloning into '/opt/stack/cinder'... 2015-11-06 03:04:53.716 | + cd /opt/stack/cinder 2015-11-06 03:04:53.717 | + git checkout master 2015-11-06 03:04:53.790 | Already on 'master' 2015-11-06 03:04:53.791 | Your branch is up-to-date with 'origin/master'. 2015-11-06 03:04:53.791 | + cd /opt/stack/cinder 2015-11-06 03:04:53.792 | + git show --oneline 2015-11-06 03:04:53.792 | + head -1 2015-11-06 03:04:53.797 | cb029f2 Merge "Execute mount.nfs check with absolute path" 2015-11-06 03:04:53.798 | + cd /opt/stack/devstack 2015-11-06 03:04:53.798 | + setup_develop /opt/stack/cinder 2015-11-06 03:04:53.799 | + local project_dir=/opt/stack/cinder 2015-11-06 03:04:53.799 | + setup_package_with_constraints_edit /opt/stack/cinder -e 2015-11-06 03:04:53.799 | + local project_dir=/opt/stack/cinder 2015-11-06 03:04:53.799 | + local flags=-e 2015-11-06 03:04:53.800 | + '[' -n /opt/stack/requirements ']' 2015-11-06 03:04:53.800 | + local name 2015-11-06 03:04:53.800 | ++ awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2015-11-06 03:04:53.804 | + name=cinder 2015-11-06 03:04:53.804 | + /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2015-11-06 03:04:53.906 | + setup_package /opt/stack/cinder -e 2015-11-06 03:04:53.907 | + local project_dir=/opt/stack/cinder 2015-11-06 03:04:53.907 | + local flags=-e 2015-11-06 03:04:53.908 | + pip_install -e /opt/stack/cinder 2015-11-06 03:04:54.249 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2015-11-06 03:04:54.842 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:04:54.958 | Obtaining file:///opt/stack/cinder 2015-11-06 03:04:55.818 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:04:55.820 | Requirement already satisfied (use --upgrade to upgrade): Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2015-11-06 03:04:55.822 | Requirement already satisfied (use --upgrade to upgrade): PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2015-11-06 03:04:55.823 | Requirement already satisfied (use --upgrade to upgrade): Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2015-11-06 03:04:55.825 | Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy===1.0.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2015-11-06 03:04:55.826 | Requirement already satisfied (use --upgrade to upgrade): WebOb===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2015-11-06 03:04:55.827 | Requirement already satisfied (use --upgrade to upgrade): anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2015-11-06 03:04:55.828 | Requirement already satisfied (use --upgrade to upgrade): enum34===1.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2015-11-06 03:04:55.830 | Requirement already satisfied (use --upgrade to upgrade): eventlet===0.17.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) 2015-11-06 03:04:55.831 | Requirement already satisfied (use --upgrade to upgrade): greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) 2015-11-06 03:04:55.832 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2015-11-06 03:04:55.833 | Requirement already satisfied (use --upgrade to upgrade): keystonemiddleware===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2015-11-06 03:04:55.835 | Requirement already satisfied (use --upgrade to upgrade): kombu===3.0.28 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2015-11-06 03:04:55.837 | Requirement already satisfied (use --upgrade to upgrade): lxml===3.4.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2015-11-06 03:04:55.839 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) 2015-11-06 03:04:55.863 | Collecting os-brick===0.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) 2015-11-06 03:04:56.043 | /usr/local/lib/python2.7/dist-packages/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-06 03:04:56.043 | InsecurePlatformWarning 2015-11-06 03:04:56.309 | Downloading os_brick-0.5.0-py2-none-any.whl (68kB) 2015-11-06 03:04:56.390 | Requirement already satisfied (use --upgrade to upgrade): oslo.concurrency===2.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) 2015-11-06 03:04:56.392 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2015-11-06 03:04:56.394 | Requirement already satisfied (use --upgrade to upgrade): oslo.context===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:04:56.396 | Requirement already satisfied (use --upgrade to upgrade): oslo.db===3.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:04:56.399 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:04:56.400 | Requirement already satisfied (use --upgrade to upgrade): oslo.log===1.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2015-11-06 03:04:56.403 | Requirement already satisfied (use --upgrade to upgrade): oslo.messaging===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2015-11-06 03:04:56.407 | Requirement already satisfied (use --upgrade to upgrade): oslo.middleware===2.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2015-11-06 03:04:56.410 | Requirement already satisfied (use --upgrade to upgrade): oslo.policy===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) 2015-11-06 03:04:56.434 | Collecting oslo.reports===0.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2015-11-06 03:04:56.528 | Downloading oslo.reports-0.7.0-py2.py3-none-any.whl (48kB) 2015-11-06 03:04:56.627 | Collecting oslo.rootwrap===2.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2015-11-06 03:04:56.735 | Downloading oslo.rootwrap-2.5.0-py2.py3-none-any.whl 2015-11-06 03:04:56.788 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2015-11-06 03:04:56.791 | Requirement already satisfied (use --upgrade to upgrade): oslo.service===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2015-11-06 03:04:56.795 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2015-11-06 03:04:56.823 | Collecting oslo.versionedobjects===0.12.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) 2015-11-06 03:04:56.929 | Downloading oslo.versionedobjects-0.12.0-py2.py3-none-any.whl (63kB) 2015-11-06 03:04:57.030 | Collecting oslo.vmware===1.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) 2015-11-06 03:04:57.149 | Downloading oslo.vmware-1.23.0-py2.py3-none-any.whl (89kB) 2015-11-06 03:04:57.234 | Requirement already satisfied (use --upgrade to upgrade): osprofiler===0.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) 2015-11-06 03:04:57.236 | Requirement already satisfied (use --upgrade to upgrade): paramiko===1.15.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2015-11-06 03:04:57.238 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2015-11-06 03:04:57.239 | Requirement already satisfied (use --upgrade to upgrade): psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) 2015-11-06 03:04:57.241 | Requirement already satisfied (use --upgrade to upgrade): pycadf===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2015-11-06 03:04:57.242 | Requirement already satisfied (use --upgrade to upgrade): pycrypto===2.6.1 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2015-11-06 03:04:57.243 | Requirement already satisfied (use --upgrade to upgrade): pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2015-11-06 03:04:57.267 | Collecting pyparsing===2.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2015-11-06 03:04:57.420 | Downloading pyparsing-2.0.3-py2.py3-none-any.whl 2015-11-06 03:04:57.500 | Collecting python-barbicanclient===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2015-11-06 03:04:57.602 | Downloading python_barbicanclient-3.3.0-py2-none-any.whl (58kB) 2015-11-06 03:04:57.693 | Collecting python-glanceclient===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2015-11-06 03:04:57.815 | Downloading python_glanceclient-1.1.0-py2.py3-none-any.whl (172kB) 2015-11-06 03:04:57.929 | Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2015-11-06 03:04:57.954 | Collecting python-novaclient===2.32.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2015-11-06 03:04:58.079 | Downloading python_novaclient-2.32.0-py2.py3-none-any.whl (324kB) 2015-11-06 03:04:58.245 | Requirement already satisfied (use --upgrade to upgrade): python-swiftclient===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2015-11-06 03:04:58.246 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2015-11-06 03:04:58.248 | Requirement already satisfied (use --upgrade to upgrade): repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) 2015-11-06 03:04:58.249 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2015-11-06 03:04:58.252 | Requirement already satisfied (use --upgrade to upgrade): retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) 2015-11-06 03:04:58.274 | Collecting rtslib-fb===2.1.57 (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) 2015-11-06 03:04:58.365 | Downloading rtslib-fb-2.1.57.tar.gz 2015-11-06 03:04:58.685 | Collecting simplejson===3.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) 2015-11-06 03:04:58.851 | Downloading simplejson-3.8.0.tar.gz (75kB) 2015-11-06 03:04:59.125 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2015-11-06 03:04:59.126 | Requirement already satisfied (use --upgrade to upgrade): sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) 2015-11-06 03:04:59.129 | Requirement already satisfied (use --upgrade to upgrade): sqlparse===0.1.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) 2015-11-06 03:04:59.131 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) 2015-11-06 03:04:59.166 | Collecting suds-jurko===0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) 2015-11-06 03:04:59.272 | Downloading suds-jurko-0.6.tar.bz2 (143kB) 2015-11-06 03:04:59.715 | Requirement already satisfied (use --upgrade to upgrade): taskflow===1.23.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) 2015-11-06 03:04:59.722 | Requirement already satisfied (use --upgrade to upgrade): trollius===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2015-11-06 03:04:59.724 | Collecting urllib3===1.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) 2015-11-06 03:04:59.916 | Downloading urllib3-1.12-py2.py3-none-any.whl (85kB) 2015-11-06 03:04:59.985 | Collecting warlock===1.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) 2015-11-06 03:05:00.106 | Downloading warlock-1.2.0.tar.gz 2015-11-06 03:05:00.386 | Requirement already satisfied (use --upgrade to upgrade): amqp===1.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) 2015-11-06 03:05:00.387 | Requirement already satisfied (use --upgrade to upgrade): fasteners===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117)) 2015-11-06 03:05:00.389 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from oslo.config===2.6.0->-c /opt/stack/requirements/upper-constraints.txt (line 194)) 2015-11-06 03:05:00.391 | Requirement already satisfied (use --upgrade to upgrade): alembic===0.8.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 59)) 2015-11-06 03:05:00.393 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) 2015-11-06 03:05:00.395 | Requirement already satisfied (use --upgrade to upgrade): futurist===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) 2015-11-06 03:05:00.397 | Requirement already satisfied (use --upgrade to upgrade): cachetools===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) 2015-11-06 03:05:00.399 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:05:00.400 | Requirement already satisfied (use --upgrade to upgrade): aioeventlet===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) 2015-11-06 03:05:00.402 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:05:00.404 | Requirement already satisfied (use --upgrade to upgrade): ordereddict===1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) 2015-11-06 03:05:00.405 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2015-11-06 03:05:00.406 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2015-11-06 03:05:00.408 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2015-11-06 03:05:00.409 | Requirement already satisfied (use --upgrade to upgrade): ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) 2015-11-06 03:05:00.435 | Collecting cliff===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) 2015-11-06 03:05:00.555 | Downloading cliff-1.15.0-py2-none-any.whl 2015-11-06 03:05:00.609 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2015-11-06 03:05:00.610 | Requirement already satisfied (use --upgrade to upgrade): futures===3.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) 2015-11-06 03:05:00.611 | Requirement already satisfied (use --upgrade to upgrade): decorator===4.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2015-11-06 03:05:00.612 | Requirement already satisfied (use --upgrade to upgrade): Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2015-11-06 03:05:00.613 | Requirement already satisfied (use --upgrade to upgrade): networkx===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2015-11-06 03:05:00.615 | Requirement already satisfied (use --upgrade to upgrade): contextlib2===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2015-11-06 03:05:00.616 | Requirement already satisfied (use --upgrade to upgrade): jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) 2015-11-06 03:05:00.618 | Requirement already satisfied (use --upgrade to upgrade): automaton===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2015-11-06 03:05:00.620 | Collecting jsonpatch===1.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2015-11-06 03:05:00.730 | Downloading jsonpatch-1.11-py2-none-any.whl 2015-11-06 03:05:00.740 | Requirement already satisfied (use --upgrade to upgrade): python-editor===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) 2015-11-06 03:05:00.742 | Requirement already satisfied (use --upgrade to upgrade): Mako===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 6)) 2015-11-06 03:05:00.744 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) 2015-11-06 03:05:00.746 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:05:00.779 | Collecting cmd2===0.6.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) 2015-11-06 03:05:00.946 | Downloading cmd2-0.6.8.tar.gz 2015-11-06 03:05:01.261 | Collecting unicodecsv===0.14.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2015-11-06 03:05:01.347 | Downloading unicodecsv-0.14.1.tar.gz 2015-11-06 03:05:01.615 | Requirement already satisfied (use --upgrade to upgrade): functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) 2015-11-06 03:05:01.617 | Collecting jsonpointer===1.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2015-11-06 03:05:01.721 | Downloading jsonpointer-1.9-py2-none-any.whl 2015-11-06 03:05:01.732 | Building wheels for collected packages: cmd2, rtslib-fb, simplejson, suds-jurko, unicodecsv, warlock 2015-11-06 03:05:01.733 | Running setup.py bdist_wheel for cmd2 2015-11-06 03:05:01.994 | Stored in directory: /root/.cache/pip/wheels/ca/0d/4b/b4185d0d6d7e1f0550815e36bf957fbdee375e56e215b6a8cf 2015-11-06 03:05:01.997 | Running setup.py bdist_wheel for rtslib-fb 2015-11-06 03:05:02.269 | Stored in directory: /root/.cache/pip/wheels/e4/d6/ec/9990286fc83b9decabe87ef27aaa4dab1a68598e431a364126 2015-11-06 03:05:02.286 | Running setup.py bdist_wheel for simplejson 2015-11-06 03:05:03.478 | Stored in directory: /root/.cache/pip/wheels/d6/cd/cc/ebf794f523ba74d9737f4447fccfb9bc6321539839966b8a56 2015-11-06 03:05:03.485 | Running setup.py bdist_wheel for suds-jurko 2015-11-06 03:05:04.058 | Stored in directory: /root/.cache/pip/wheels/6e/f4/22/76e5e7e8cfbf648d1451413a5b528456aa381a92784c40f07a 2015-11-06 03:05:04.095 | Running setup.py bdist_wheel for unicodecsv 2015-11-06 03:05:04.288 | Stored in directory: /root/.cache/pip/wheels/60/27/80/e78d000cfe8da3efea60746b9cd915b488f7e690174e21b9e7 2015-11-06 03:05:04.296 | Running setup.py bdist_wheel for warlock 2015-11-06 03:05:04.561 | Stored in directory: /root/.cache/pip/wheels/d3/cf/58/1a427f21a69cd17491e2ac407b18165c8e059072507a471c5e 2015-11-06 03:05:04.562 | Successfully built cmd2 rtslib-fb simplejson suds-jurko unicodecsv warlock 2015-11-06 03:05:04.562 | Installing collected packages: pyparsing, cmd2, unicodecsv, cliff, jsonpointer, jsonpatch, os-brick, oslo.reports, oslo.rootwrap, oslo.versionedobjects, suds-jurko, urllib3, oslo.vmware, python-barbicanclient, warlock, python-glanceclient, simplejson, python-novaclient, rtslib-fb, cinder 2015-11-06 03:05:04.712 | Found existing installation: jsonpointer 1.0 2015-11-06 03:05:04.713 | DEPRECATION: Uninstalling a distutils installed project (jsonpointer) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2015-11-06 03:05:04.714 | Uninstalling jsonpointer-1.0: 2015-11-06 03:05:04.714 | Successfully uninstalled jsonpointer-1.0 2015-11-06 03:05:04.720 | Found existing installation: jsonpatch 1.3 2015-11-06 03:05:04.721 | Uninstalling jsonpatch-1.3: 2015-11-06 03:05:04.722 | Successfully uninstalled jsonpatch-1.3 2015-11-06 03:05:05.068 | Found existing installation: urllib3 1.7.1 2015-11-06 03:05:05.069 | DEPRECATION: Uninstalling a distutils installed project (urllib3) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2015-11-06 03:05:05.069 | Uninstalling urllib3-1.7.1: 2015-11-06 03:05:05.070 | Successfully uninstalled urllib3-1.7.1 2015-11-06 03:05:05.285 | Found existing installation: simplejson 3.3.1 2015-11-06 03:05:05.286 | DEPRECATION: Uninstalling a distutils installed project (simplejson) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2015-11-06 03:05:05.287 | Uninstalling simplejson-3.3.1: 2015-11-06 03:05:05.287 | Successfully uninstalled simplejson-3.3.1 2015-11-06 03:05:05.534 | Running setup.py develop for cinder 2015-11-06 03:05:07.234 | Successfully installed cinder cliff-1.15.0 cmd2-0.6.8 jsonpatch-1.11 jsonpointer-1.9 os-brick-0.5.0 oslo.reports-0.7.0 oslo.rootwrap-2.5.0 oslo.versionedobjects-0.12.0 oslo.vmware-1.23.0 pyparsing-2.0.3 python-barbicanclient-3.3.0 python-glanceclient-1.1.0 python-novaclient-2.32.0 rtslib-fb-2.1.57 simplejson-3.8.0 suds-jurko-0.6 unicodecsv-0.14.1 urllib3-1.12 warlock-1.2.0 2015-11-06 03:05:07.425 | + local test_req=/opt/stack/cinder/test-requirements.txt 2015-11-06 03:05:07.426 | + [[ -e /opt/stack/cinder/test-requirements.txt ]] 2015-11-06 03:05:07.426 | + echo 'Installing test-requirements for /opt/stack/cinder/test-requirements.txt' 2015-11-06 03:05:07.427 | Installing test-requirements for /opt/stack/cinder/test-requirements.txt 2015-11-06 03:05:07.427 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/cinder/test-requirements.txt 2015-11-06 03:05:07.818 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:05:07.911 | Requirement already satisfied (use --upgrade to upgrade): PyMySQL===0.6.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) 2015-11-06 03:05:07.912 | Requirement already satisfied (use --upgrade to upgrade): Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2015-11-06 03:05:07.928 | Collecting bandit===0.14.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2015-11-06 03:05:08.062 | /usr/local/lib/python2.7/dist-packages/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-06 03:05:08.062 | InsecurePlatformWarning 2015-11-06 03:05:08.325 | Downloading bandit-0.14.1-py2.py3-none-any.whl (78kB) 2015-11-06 03:05:08.410 | Requirement already satisfied (use --upgrade to upgrade): coverage===4.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) 2015-11-06 03:05:08.444 | Collecting ddt===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2015-11-06 03:05:08.536 | Downloading ddt-1.0.0-py2.py3-none-any.whl 2015-11-06 03:05:08.581 | Requirement already satisfied (use --upgrade to upgrade): docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) 2015-11-06 03:05:08.583 | Requirement already satisfied (use --upgrade to upgrade): fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119)) 2015-11-06 03:05:08.586 | Requirement already satisfied (use --upgrade to upgrade): mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) 2015-11-06 03:05:08.589 | Requirement already satisfied (use --upgrade to upgrade): mox3===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2015-11-06 03:05:08.591 | Requirement already satisfied (use --upgrade to upgrade): os-testr===0.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2015-11-06 03:05:08.593 | Requirement already satisfied (use --upgrade to upgrade): oslosphinx===3.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) 2015-11-06 03:05:08.595 | Requirement already satisfied (use --upgrade to upgrade): oslotest===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) 2015-11-06 03:05:08.598 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2015-11-06 03:05:08.599 | Requirement already satisfied (use --upgrade to upgrade): psycopg2===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) 2015-11-06 03:05:08.600 | Requirement already satisfied (use --upgrade to upgrade): python-subunit===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2015-11-06 03:05:08.603 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2015-11-06 03:05:08.607 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2015-11-06 03:05:08.608 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) 2015-11-06 03:05:08.609 | Requirement already satisfied (use --upgrade to upgrade): tempest-lib===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) 2015-11-06 03:05:08.612 | Requirement already satisfied (use --upgrade to upgrade): testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2015-11-06 03:05:08.614 | Requirement already satisfied (use --upgrade to upgrade): testresources===0.2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) 2015-11-06 03:05:08.615 | Requirement already satisfied (use --upgrade to upgrade): testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) 2015-11-06 03:05:08.617 | Requirement already satisfied (use --upgrade to upgrade): testtools===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) 2015-11-06 03:05:08.619 | Requirement already satisfied (use --upgrade to upgrade): traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) 2015-11-06 03:05:08.620 | Requirement already satisfied (use --upgrade to upgrade): unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) 2015-11-06 03:05:08.623 | Requirement already satisfied (use --upgrade to upgrade): hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/cinder/test-requirements.txt (line 1)) 2015-11-06 03:05:08.625 | Requirement already satisfied (use --upgrade to upgrade): Pygments===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) 2015-11-06 03:05:08.626 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:05:08.627 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:05:08.628 | Requirement already satisfied (use --upgrade to upgrade): appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2015-11-06 03:05:08.630 | Requirement already satisfied (use --upgrade to upgrade): funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) 2015-11-06 03:05:08.631 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:05:08.632 | Requirement already satisfied (use --upgrade to upgrade): os-client-config===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) 2015-11-06 03:05:08.635 | Requirement already satisfied (use --upgrade to upgrade): extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2015-11-06 03:05:08.636 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from stevedore===1.9.0->-c /opt/stack/requirements/upper-constraints.txt (line 311)) 2015-11-06 03:05:08.636 | Requirement already satisfied (use --upgrade to upgrade): httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2015-11-06 03:05:08.637 | Requirement already satisfied (use --upgrade to upgrade): paramiko===1.15.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2015-11-06 03:05:08.639 | Requirement already satisfied (use --upgrade to upgrade): oslo.log===1.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2015-11-06 03:05:08.642 | Requirement already satisfied (use --upgrade to upgrade): jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) 2015-11-06 03:05:08.644 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2015-11-06 03:05:08.645 | Requirement already satisfied (use --upgrade to upgrade): python-mimeparse===0.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2015-11-06 03:05:08.646 | Requirement already satisfied (use --upgrade to upgrade): linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2015-11-06 03:05:08.647 | Requirement already satisfied (use --upgrade to upgrade): mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/cinder/test-requirements.txt (line 1)) 2015-11-06 03:05:08.648 | Requirement already satisfied (use --upgrade to upgrade): flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/cinder/test-requirements.txt (line 1)) 2015-11-06 03:05:08.649 | Requirement already satisfied (use --upgrade to upgrade): pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/cinder/test-requirements.txt (line 1)) 2015-11-06 03:05:08.650 | Requirement already satisfied (use --upgrade to upgrade): pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/cinder/test-requirements.txt (line 1)) 2015-11-06 03:05:08.652 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:05:08.653 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2015-11-06 03:05:08.655 | Requirement already satisfied (use --upgrade to upgrade): keystoneauth1===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2015-11-06 03:05:08.657 | Requirement already satisfied (use --upgrade to upgrade): ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) 2015-11-06 03:05:08.657 | Requirement already satisfied (use --upgrade to upgrade): pycrypto===2.6.1 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2015-11-06 03:05:08.658 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2015-11-06 03:05:08.660 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:05:08.661 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2015-11-06 03:05:08.663 | Requirement already satisfied (use --upgrade to upgrade): pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2015-11-06 03:05:08.664 | Requirement already satisfied (use --upgrade to upgrade): oslo.context===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:05:08.666 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) 2015-11-06 03:05:08.667 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2015-11-06 03:05:08.669 | Requirement already satisfied (use --upgrade to upgrade): functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) 2015-11-06 03:05:08.669 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2015-11-06 03:05:08.671 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2015-11-06 03:05:08.671 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2015-11-06 03:05:08.673 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) 2015-11-06 03:05:08.674 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) 2015-11-06 03:05:08.675 | Installing collected packages: bandit, ddt 2015-11-06 03:05:08.843 | Successfully installed bandit-0.14.1 ddt-1.0.0 2015-11-06 03:05:09.085 | + time_stop pip_install 2015-11-06 03:05:09.086 | + local name 2015-11-06 03:05:09.086 | + local end_time 2015-11-06 03:05:09.087 | + local elpased_time 2015-11-06 03:05:09.087 | + local total 2015-11-06 03:05:09.088 | + local start_time 2015-11-06 03:05:09.088 | + name=pip_install 2015-11-06 03:05:09.089 | + start_time=1446779093 2015-11-06 03:05:09.089 | + [[ -z 1446779093 ]] 2015-11-06 03:05:09.090 | ++ date +%s 2015-11-06 03:05:09.090 | + end_time=1446779109 2015-11-06 03:05:09.091 | + elapsed_time=16 2015-11-06 03:05:09.091 | + total=191 2015-11-06 03:05:09.091 | + START_TIME[$name]= 2015-11-06 03:05:09.092 | + TOTAL_TIME[$name]=207 2015-11-06 03:05:09.092 | + [[ -e == \-\e ]] 2015-11-06 03:05:09.092 | + safe_chown -R vagrant /opt/stack/cinder/cinder.egg-info 2015-11-06 03:05:09.092 | + _safe_permission_operation chown -R vagrant /opt/stack/cinder/cinder.egg-info 2015-11-06 03:05:09.098 | + sudo chown -R vagrant /opt/stack/cinder/cinder.egg-info 2015-11-06 03:05:09.110 | + '[' tgtadm = tgtadm ']' 2015-11-06 03:05:09.111 | + is_fedora 2015-11-06 03:05:09.111 | + [[ -z Ubuntu ]] 2015-11-06 03:05:09.112 | + '[' Ubuntu = Fedora ']' 2015-11-06 03:05:09.112 | + '[' Ubuntu = 'Red Hat' ']' 2015-11-06 03:05:09.112 | + '[' Ubuntu = CentOS ']' 2015-11-06 03:05:09.112 | + '[' Ubuntu = OracleLinux ']' 2015-11-06 03:05:09.113 | + '[' Ubuntu = CloudLinux ']' 2015-11-06 03:05:09.113 | + install_package tgt 2015-11-06 03:05:09.113 | + update_package_repo 2015-11-06 03:05:09.114 | + NO_UPDATE_REPOS=False 2015-11-06 03:05:09.114 | + REPOS_UPDATED=True 2015-11-06 03:05:09.114 | + RETRY_UPDATE=False 2015-11-06 03:05:09.114 | + [[ False = \T\r\u\e ]] 2015-11-06 03:05:09.114 | + is_ubuntu 2015-11-06 03:05:09.115 | + [[ -z deb ]] 2015-11-06 03:05:09.115 | + '[' deb = deb ']' 2015-11-06 03:05:09.118 | + real_install_package tgt 2015-11-06 03:05:09.119 | + is_ubuntu 2015-11-06 03:05:09.119 | + [[ -z deb ]] 2015-11-06 03:05:09.119 | + '[' deb = deb ']' 2015-11-06 03:05:09.120 | + apt_get install tgt 2015-11-06 03:05:09.127 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2015-11-06 03:05:09.142 | Reading package lists... 2015-11-06 03:05:09.312 | Building dependency tree... 2015-11-06 03:05:09.315 | Reading state information... 2015-11-06 03:05:09.468 | The following extra packages will be installed: 2015-11-06 03:05:09.469 | libconfig-general-perl libibverbs1 librdmacm1 2015-11-06 03:05:09.470 | The following NEW packages will be installed: 2015-11-06 03:05:09.470 | libconfig-general-perl libibverbs1 librdmacm1 tgt 2015-11-06 03:05:09.539 | 0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:05:09.540 | Need to get 322 kB of archives. 2015-11-06 03:05:09.541 | After this operation, 1072 kB of additional disk space will be used. 2015-11-06 03:05:09.541 | Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libibverbs1 amd64 1.1.7-1ubuntu1.1 [23.6 kB] 2015-11-06 03:05:09.553 | Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main librdmacm1 amd64 1.0.16-1 [36.8 kB] 2015-11-06 03:05:09.571 | Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libconfig-general-perl all 2.52-1 [59.0 kB] 2015-11-06 03:05:09.600 | Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main tgt amd64 1:1.0.43-0ubuntu4.1~14.04.2 [203 kB] 2015-11-06 03:05:09.884 | Fetched 322 kB in 0s (1604 kB/s) 2015-11-06 03:05:09.950 | Selecting previously unselected package libibverbs1. 2015-11-06 03:05:09.980 | (Reading database ... 74108 files and directories currently installed.) 2015-11-06 03:05:09.983 | Preparing to unpack .../libibverbs1_1.1.7-1ubuntu1.1_amd64.deb ... 2015-11-06 03:05:09.985 | Unpacking libibverbs1 (1.1.7-1ubuntu1.1) ... 2015-11-06 03:05:10.021 | Selecting previously unselected package librdmacm1. 2015-11-06 03:05:10.024 | Preparing to unpack .../librdmacm1_1.0.16-1_amd64.deb ... 2015-11-06 03:05:10.028 | Unpacking librdmacm1 (1.0.16-1) ... 2015-11-06 03:05:10.059 | Selecting previously unselected package libconfig-general-perl. 2015-11-06 03:05:10.065 | Preparing to unpack .../libconfig-general-perl_2.52-1_all.deb ... 2015-11-06 03:05:10.067 | Unpacking libconfig-general-perl (2.52-1) ... 2015-11-06 03:05:10.102 | Selecting previously unselected package tgt. 2015-11-06 03:05:10.106 | Preparing to unpack .../tgt_1%3a1.0.43-0ubuntu4.1~14.04.2_amd64.deb ... 2015-11-06 03:05:10.111 | Unpacking tgt (1:1.0.43-0ubuntu4.1~14.04.2) ... 2015-11-06 03:05:10.163 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:05:11.435 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:05:11.469 | Setting up libibverbs1 (1.1.7-1ubuntu1.1) ... 2015-11-06 03:05:11.480 | Setting up librdmacm1 (1.0.16-1) ... 2015-11-06 03:05:11.489 | Setting up libconfig-general-perl (2.52-1) ... 2015-11-06 03:05:11.493 | Setting up tgt (1:1.0.43-0ubuntu4.1~14.04.2) ... 2015-11-06 03:05:11.634 | tgt start/running, process 28386 2015-11-06 03:05:11.645 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-06 03:05:11.656 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:05:11.815 | + time_stop apt-get 2015-11-06 03:05:11.815 | + local name 2015-11-06 03:05:11.815 | + local end_time 2015-11-06 03:05:11.815 | + local elpased_time 2015-11-06 03:05:11.816 | + local total 2015-11-06 03:05:11.816 | + local start_time 2015-11-06 03:05:11.816 | + name=apt-get 2015-11-06 03:05:11.816 | + start_time=1446779109 2015-11-06 03:05:11.816 | + [[ -z 1446779109 ]] 2015-11-06 03:05:11.817 | ++ date +%s 2015-11-06 03:05:11.820 | + end_time=1446779111 2015-11-06 03:05:11.820 | + elapsed_time=2 2015-11-06 03:05:11.821 | + total=102 2015-11-06 03:05:11.821 | + START_TIME[$name]= 2015-11-06 03:05:11.822 | + TOTAL_TIME[$name]=104 2015-11-06 03:05:11.822 | + real_install_package tgt 2015-11-06 03:05:11.822 | + is_ubuntu 2015-11-06 03:05:11.823 | + [[ -z deb ]] 2015-11-06 03:05:11.823 | + '[' deb = deb ']' 2015-11-06 03:05:11.824 | + apt_get install tgt 2015-11-06 03:05:11.828 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2015-11-06 03:05:11.840 | Reading package lists... 2015-11-06 03:05:11.993 | Building dependency tree... 2015-11-06 03:05:11.995 | Reading state information... 2015-11-06 03:05:12.114 | tgt is already the newest version. 2015-11-06 03:05:12.114 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:05:12.116 | + time_stop apt-get 2015-11-06 03:05:12.116 | + local name 2015-11-06 03:05:12.116 | + local end_time 2015-11-06 03:05:12.116 | + local elpased_time 2015-11-06 03:05:12.117 | + local total 2015-11-06 03:05:12.117 | + local start_time 2015-11-06 03:05:12.117 | + name=apt-get 2015-11-06 03:05:12.117 | + start_time=1446779111 2015-11-06 03:05:12.117 | + [[ -z 1446779111 ]] 2015-11-06 03:05:12.118 | ++ date +%s 2015-11-06 03:05:12.119 | + end_time=1446779112 2015-11-06 03:05:12.120 | + elapsed_time=1 2015-11-06 03:05:12.121 | + total=104 2015-11-06 03:05:12.121 | + START_TIME[$name]= 2015-11-06 03:05:12.122 | + TOTAL_TIME[$name]=105 2015-11-06 03:05:12.122 | + '[' False == True ']' 2015-11-06 03:05:12.122 | + [[ False = True ]] 2015-11-06 03:05:12.123 | + configure_cinder 2015-11-06 03:05:12.123 | + sudo install -d -o vagrant -m 755 /etc/cinder 2015-11-06 03:05:12.131 | + cp -p /opt/stack/cinder/etc/cinder/policy.json /etc/cinder 2015-11-06 03:05:12.133 | + rm -f /etc/cinder/cinder.conf 2015-11-06 03:05:12.134 | + configure_rootwrap cinder 2015-11-06 03:05:12.135 | + local project=cinder 2015-11-06 03:05:12.135 | + local project_uc 2015-11-06 03:05:12.136 | ++ echo cinder 2015-11-06 03:05:12.137 | ++ tr a-z A-Z 2015-11-06 03:05:12.139 | + project_uc=CINDER 2015-11-06 03:05:12.140 | + local bin_dir=CINDER_BIN_DIR 2015-11-06 03:05:12.140 | + bin_dir=/usr/local/bin 2015-11-06 03:05:12.140 | + local project_dir=CINDER_DIR 2015-11-06 03:05:12.140 | + project_dir=/opt/stack/cinder 2015-11-06 03:05:12.140 | + local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2015-11-06 03:05:12.141 | + local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2015-11-06 03:05:12.141 | + sudo rm -rf /etc/cinder/rootwrap.d 2015-11-06 03:05:12.146 | + sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2015-11-06 03:05:12.153 | + sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2015-11-06 03:05:12.160 | + sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2015-11-06 03:05:12.172 | + sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2015-11-06 03:05:12.183 | + local tempfile 2015-11-06 03:05:12.184 | ++ mktemp 2015-11-06 03:05:12.185 | + tempfile=/tmp/tmp.I1E1UoqUA2 2015-11-06 03:05:12.186 | + rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2015-11-06 03:05:12.186 | + echo 'vagrant ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2015-11-06 03:05:12.186 | + '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2015-11-06 03:05:12.186 | + chmod 0440 /tmp/tmp.I1E1UoqUA2 2015-11-06 03:05:12.188 | + sudo chown root:root /tmp/tmp.I1E1UoqUA2 2015-11-06 03:05:12.194 | + sudo mv /tmp/tmp.I1E1UoqUA2 /etc/sudoers.d/cinder-rootwrap 2015-11-06 03:05:12.205 | ++ dirname /usr/local/bin/cinder-rootwrap 2015-11-06 03:05:12.207 | + add_sudo_secure_path /usr/local/bin 2015-11-06 03:05:12.207 | + local dir=/usr/local/bin 2015-11-06 03:05:12.207 | + local line 2015-11-06 03:05:12.208 | + [[ -r SUDO_SECURE_PATH_FILE ]] 2015-11-06 03:05:12.208 | + line='Defaults:vagrant secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2015-11-06 03:05:12.208 | + [[ Defaults:vagrant secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2015-11-06 03:05:12.208 | + echo 'Defaults:vagrant secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin' 2015-11-06 03:05:12.209 | + sudo tee /etc/sudoers.d/zz-secure-path 2015-11-06 03:05:12.215 | Defaults:vagrant secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin 2015-11-06 03:05:12.217 | + sudo chmod 400 /etc/sudoers.d/zz-secure-path 2015-11-06 03:05:12.226 | + sudo chown root:root /etc/sudoers.d/zz-secure-path 2015-11-06 03:05:12.234 | + cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2015-11-06 03:05:12.236 | + inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2015-11-06 03:05:12.242 | + inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2015-11-06 03:05:12.248 | + inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2015-11-06 03:05:12.253 | + inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2015-11-06 03:05:12.258 | + inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2015-11-06 03:05:12.265 | + inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2015-11-06 03:05:12.270 | + inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2015-11-06 03:05:12.275 | + inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2015-11-06 03:05:12.280 | + configure_auth_token_middleware /etc/cinder/cinder.conf cinder /var/cache/cinder 2015-11-06 03:05:12.281 | + local conf_file=/etc/cinder/cinder.conf 2015-11-06 03:05:12.281 | + local admin_user=cinder 2015-11-06 03:05:12.282 | + local signing_dir=/var/cache/cinder 2015-11-06 03:05:12.282 | + local section=keystone_authtoken 2015-11-06 03:05:12.282 | + iniset /etc/cinder/cinder.conf keystone_authtoken auth_plugin password 2015-11-06 03:05:12.293 | + iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.0.2.15:35357 2015-11-06 03:05:12.304 | + iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2015-11-06 03:05:12.314 | + iniset /etc/cinder/cinder.conf keystone_authtoken password password 2015-11-06 03:05:12.325 | + iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_id default 2015-11-06 03:05:12.336 | + iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2015-11-06 03:05:12.347 | + iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_id default 2015-11-06 03:05:12.357 | + iniset /etc/cinder/cinder.conf keystone_authtoken auth_uri http://10.0.2.15:5000 2015-11-06 03:05:12.368 | + iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2015-11-06 03:05:12.378 | + iniset /etc/cinder/cinder.conf keystone_authtoken signing_dir /var/cache/cinder 2015-11-06 03:05:12.388 | + iniset /etc/cinder/cinder.conf DEFAULT nova_catalog_info compute:nova:publicURL 2015-11-06 03:05:12.400 | + iniset /etc/cinder/cinder.conf DEFAULT nova_catalog_admin_info compute:nova:adminURL 2015-11-06 03:05:12.411 | + iniset /etc/cinder/cinder.conf DEFAULT auth_strategy keystone 2015-11-06 03:05:12.422 | + iniset /etc/cinder/cinder.conf DEFAULT debug True 2015-11-06 03:05:12.432 | + iniset /etc/cinder/cinder.conf DEFAULT verbose True 2015-11-06 03:05:12.442 | + iniset /etc/cinder/cinder.conf DEFAULT iscsi_helper tgtadm 2015-11-06 03:05:12.452 | ++ database_connection_url cinder 2015-11-06 03:05:12.453 | ++ local db=cinder 2015-11-06 03:05:12.453 | ++ database_connection_url_mysql cinder 2015-11-06 03:05:12.453 | ++ local db=cinder 2015-11-06 03:05:12.453 | ++ echo 'mysql+pymysql://root:password@127.0.0.1/cinder?charset=utf8' 2015-11-06 03:05:12.454 | + iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:password@127.0.0.1/cinder?charset=utf8' 2015-11-06 03:05:12.466 | + iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2015-11-06 03:05:12.476 | + iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2015-11-06 03:05:12.487 | + iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2015-11-06 03:05:12.497 | + iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2015-11-06 03:05:12.507 | + iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2015-11-06 03:05:12.517 | + iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2015-11-06 03:05:12.529 | + iniset /etc/cinder/cinder.conf DEFAULT periodic_interval 60 2015-11-06 03:05:12.539 | + iniset /etc/cinder/cinder.conf DEFAULT enable_v1_api true 2015-11-06 03:05:12.549 | + iniset /etc/cinder/cinder.conf DEFAULT os_region_name RegionOne 2015-11-06 03:05:12.559 | + is_service_enabled c-vol 2015-11-06 03:05:12.562 | + return 0 2015-11-06 03:05:12.562 | + [[ -n lvm:lvmdriver-1 ]] 2015-11-06 03:05:12.563 | + local enabled_backends= 2015-11-06 03:05:12.563 | + local default_name= 2015-11-06 03:05:12.563 | + local be be_name be_type 2015-11-06 03:05:12.563 | + for be in '${CINDER_ENABLED_BACKENDS//,/ }' 2015-11-06 03:05:12.563 | + be_type=lvm 2015-11-06 03:05:12.563 | + be_name=lvmdriver-1 2015-11-06 03:05:12.563 | + type configure_cinder_backend_lvm 2015-11-06 03:05:12.564 | + configure_cinder_backend_lvm lvmdriver-1 2015-11-06 03:05:12.564 | + local be_name=lvmdriver-1 2015-11-06 03:05:12.564 | + iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2015-11-06 03:05:12.575 | + iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2015-11-06 03:05:12.586 | + iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2015-11-06 03:05:12.596 | + iniset /etc/cinder/cinder.conf lvmdriver-1 iscsi_helper tgtadm 2015-11-06 03:05:12.606 | + iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2015-11-06 03:05:12.617 | + [[ '' == \F\a\l\s\e ]] 2015-11-06 03:05:12.618 | + [[ -z '' ]] 2015-11-06 03:05:12.618 | + default_name=lvmdriver-1 2015-11-06 03:05:12.618 | + enabled_backends+=lvmdriver-1, 2015-11-06 03:05:12.618 | + iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2015-11-06 03:05:12.628 | + [[ -n lvmdriver-1 ]] 2015-11-06 03:05:12.628 | + iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2015-11-06 03:05:12.639 | + is_service_enabled swift 2015-11-06 03:05:12.642 | + return 1 2015-11-06 03:05:12.642 | + is_service_enabled ceilometer 2015-11-06 03:05:12.645 | + return 1 2015-11-06 03:05:12.645 | + is_service_enabled tls-proxy 2015-11-06 03:05:12.648 | + return 1 2015-11-06 03:05:12.648 | + '[' False '!=' False ']' 2015-11-06 03:05:12.649 | + iniset_rpc_backend cinder /etc/cinder/cinder.conf 2015-11-06 03:05:12.649 | + local package=cinder 2015-11-06 03:05:12.649 | + local file=/etc/cinder/cinder.conf 2015-11-06 03:05:12.649 | + local section=DEFAULT 2015-11-06 03:05:12.649 | + is_service_enabled rabbit 2015-11-06 03:05:12.652 | + return 0 2015-11-06 03:05:12.652 | + iniset /etc/cinder/cinder.conf DEFAULT rpc_backend rabbit 2015-11-06 03:05:12.662 | + iniset /etc/cinder/cinder.conf oslo_messaging_rabbit rabbit_hosts 10.0.2.15 2015-11-06 03:05:12.674 | + iniset /etc/cinder/cinder.conf oslo_messaging_rabbit rabbit_password password 2015-11-06 03:05:12.684 | + iniset /etc/cinder/cinder.conf oslo_messaging_rabbit rabbit_userid stackrabbit 2015-11-06 03:05:12.695 | + '[' -n '' ']' 2015-11-06 03:05:12.695 | + '[' -n '' ']' 2015-11-06 03:05:12.695 | + iniset /etc/cinder/cinder.conf DEFAULT volume_clear zero 2015-11-06 03:05:12.705 | + '[' True == True ']' 2015-11-06 03:05:12.705 | + '[' False == False ']' 2015-11-06 03:05:12.706 | + '[' False == False ']' 2015-11-06 03:05:12.706 | + setup_colorized_logging /etc/cinder/cinder.conf DEFAULT project_id user_id 2015-11-06 03:05:12.706 | + local conf_file=/etc/cinder/cinder.conf 2015-11-06 03:05:12.706 | + local conf_section=DEFAULT 2015-11-06 03:05:12.706 | + local project_var=project_id 2015-11-06 03:05:12.706 | + local user_var=user_id 2015-11-06 03:05:12.706 | + iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_id)s %(project_id)s%(color)s] %(instance)s%(color)s%(message)s' 2015-11-06 03:05:12.716 | + iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2015-11-06 03:05:12.726 | + iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d' 2015-11-06 03:05:12.736 | + iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s' 2015-11-06 03:05:12.747 | + '[' False == True ']' 2015-11-06 03:05:12.747 | + [[ -r /opt/stack/devstack/lib/cinder_plugins/default ]] 2015-11-06 03:05:12.747 | + iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2015-11-06 03:05:12.757 | + iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.0.2.15:9292 2015-11-06 03:05:12.767 | + is_ssl_enabled_service glance 2015-11-06 03:05:12.767 | + local services=glance 2015-11-06 03:05:12.767 | + local service= 2015-11-06 03:05:12.767 | + '[' False == False ']' 2015-11-06 03:05:12.767 | + return 1 2015-11-06 03:05:12.768 | + is_service_enabled tls-proxy 2015-11-06 03:05:12.770 | + return 1 2015-11-06 03:05:12.771 | + is_ssl_enabled_service cinder 2015-11-06 03:05:12.771 | + local services=cinder 2015-11-06 03:05:12.771 | + local service= 2015-11-06 03:05:12.771 | + '[' False == False ']' 2015-11-06 03:05:12.771 | + return 1 2015-11-06 03:05:12.771 | + iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_name nova 2015-11-06 03:05:12.781 | + iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_password password 2015-11-06 03:05:12.792 | + iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_tenant service 2015-11-06 03:05:12.803 | + is_service_enabled neutron 2015-11-06 03:05:12.807 | + return 0 2015-11-06 03:05:12.807 | + stack_install_service neutron 2015-11-06 03:05:12.808 | + local service=neutron 2015-11-06 03:05:12.808 | + type install_neutron 2015-11-06 03:05:12.808 | + [[ False = True ]] 2015-11-06 03:05:12.809 | + install_neutron 2015-11-06 03:05:12.809 | + git_clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron master 2015-11-06 03:05:12.809 | + local git_remote=git://git.openstack.org/openstack/neutron.git 2015-11-06 03:05:12.809 | + local git_dest=/opt/stack/neutron 2015-11-06 03:05:12.810 | + local git_ref=master 2015-11-06 03:05:12.810 | + local orig_dir 2015-11-06 03:05:12.811 | ++ pwd 2015-11-06 03:05:12.811 | + orig_dir=/opt/stack/devstack 2015-11-06 03:05:12.811 | + local git_clone_flags= 2015-11-06 03:05:12.812 | ++ trueorfalse False RECLONE 2015-11-06 03:05:12.816 | + RECLONE=False 2015-11-06 03:05:12.817 | + [[ 0 -gt 0 ]] 2015-11-06 03:05:12.817 | + [[ False = \T\r\u\e ]] 2015-11-06 03:05:12.817 | + echo master 2015-11-06 03:05:12.817 | + egrep -q '^refs' 2015-11-06 03:05:12.818 | + [[ ! -d /opt/stack/neutron ]] 2015-11-06 03:05:12.819 | + [[ False = \T\r\u\e ]] 2015-11-06 03:05:12.819 | + git_timed clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron 2015-11-06 03:05:12.819 | + local count=0 2015-11-06 03:05:12.819 | + local timeout=0 2015-11-06 03:05:12.820 | + [[ -n 0 ]] 2015-11-06 03:05:12.820 | + timeout=0 2015-11-06 03:05:12.820 | + timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron 2015-11-06 03:05:12.821 | Cloning into '/opt/stack/neutron'... 2015-11-06 03:05:50.970 | + cd /opt/stack/neutron 2015-11-06 03:05:50.970 | + git checkout master 2015-11-06 03:05:51.056 | Already on 'master' 2015-11-06 03:05:51.057 | Your branch is up-to-date with 'origin/master'. 2015-11-06 03:05:51.058 | + cd /opt/stack/neutron 2015-11-06 03:05:51.059 | + git show --oneline 2015-11-06 03:05:51.060 | + head -1 2015-11-06 03:05:51.063 | 8639f34 Merge "DVR: only notify needed agents on new VM port creation" 2015-11-06 03:05:51.064 | + cd /opt/stack/devstack 2015-11-06 03:05:51.064 | + setup_develop /opt/stack/neutron 2015-11-06 03:05:51.065 | + local project_dir=/opt/stack/neutron 2015-11-06 03:05:51.066 | + setup_package_with_constraints_edit /opt/stack/neutron -e 2015-11-06 03:05:51.066 | + local project_dir=/opt/stack/neutron 2015-11-06 03:05:51.067 | + local flags=-e 2015-11-06 03:05:51.067 | + '[' -n /opt/stack/requirements ']' 2015-11-06 03:05:51.068 | + local name 2015-11-06 03:05:51.068 | ++ awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2015-11-06 03:05:51.069 | + name=neutron 2015-11-06 03:05:51.070 | + /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2015-11-06 03:05:51.156 | + setup_package /opt/stack/neutron -e 2015-11-06 03:05:51.157 | + local project_dir=/opt/stack/neutron 2015-11-06 03:05:51.158 | + local flags=-e 2015-11-06 03:05:51.158 | + pip_install -e /opt/stack/neutron 2015-11-06 03:05:51.530 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2015-11-06 03:05:52.188 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:05:52.313 | Obtaining file:///opt/stack/neutron 2015-11-06 03:05:53.464 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:05:53.467 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:05:53.468 | Requirement already satisfied (use --upgrade to upgrade): Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2015-11-06 03:05:53.471 | Requirement already satisfied (use --upgrade to upgrade): PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2015-11-06 03:05:53.473 | Requirement already satisfied (use --upgrade to upgrade): Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2015-11-06 03:05:53.475 | Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy===1.0.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2015-11-06 03:05:53.477 | Requirement already satisfied (use --upgrade to upgrade): WebOb===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2015-11-06 03:05:53.480 | Requirement already satisfied (use --upgrade to upgrade): alembic===0.8.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 59)) 2015-11-06 03:05:53.482 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2015-11-06 03:05:53.483 | Requirement already satisfied (use --upgrade to upgrade): eventlet===0.17.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2015-11-06 03:05:53.485 | Requirement already satisfied (use --upgrade to upgrade): greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2015-11-06 03:05:53.486 | Requirement already satisfied (use --upgrade to upgrade): httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2015-11-06 03:05:53.487 | Requirement already satisfied (use --upgrade to upgrade): keystonemiddleware===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2015-11-06 03:05:53.491 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2015-11-06 03:05:53.492 | Requirement already satisfied (use --upgrade to upgrade): oslo.concurrency===2.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2015-11-06 03:05:53.496 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:05:53.498 | Requirement already satisfied (use --upgrade to upgrade): oslo.context===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:05:53.500 | Requirement already satisfied (use --upgrade to upgrade): oslo.db===3.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:05:53.503 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2015-11-06 03:05:53.504 | Requirement already satisfied (use --upgrade to upgrade): oslo.log===1.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2015-11-06 03:05:53.507 | Requirement already satisfied (use --upgrade to upgrade): oslo.messaging===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2015-11-06 03:05:53.511 | Requirement already satisfied (use --upgrade to upgrade): oslo.middleware===2.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) 2015-11-06 03:05:53.514 | Requirement already satisfied (use --upgrade to upgrade): oslo.policy===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2015-11-06 03:05:53.516 | Requirement already satisfied (use --upgrade to upgrade): oslo.rootwrap===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2015-11-06 03:05:53.517 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2015-11-06 03:05:53.519 | Requirement already satisfied (use --upgrade to upgrade): oslo.service===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2015-11-06 03:05:53.523 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) 2015-11-06 03:05:53.525 | Requirement already satisfied (use --upgrade to upgrade): oslo.versionedobjects===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) 2015-11-06 03:05:53.528 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) 2015-11-06 03:05:53.555 | Collecting pecan===1.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) 2015-11-06 03:05:53.702 | /usr/local/lib/python2.7/dist-packages/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-06 03:05:53.702 | InsecurePlatformWarning 2015-11-06 03:05:54.003 | Downloading pecan-1.0.3-py2-none-any.whl (146kB) 2015-11-06 03:05:54.158 | Requirement already satisfied (use --upgrade to upgrade): pycadf===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2015-11-06 03:05:54.160 | Requirement already satisfied (use --upgrade to upgrade): pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2015-11-06 03:05:54.161 | Requirement already satisfied (use --upgrade to upgrade): python-editor===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2015-11-06 03:05:54.162 | Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2015-11-06 03:05:54.186 | Collecting python-neutronclient===3.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2015-11-06 03:05:54.298 | Downloading python_neutronclient-3.1.0-py2.py3-none-any.whl (229kB) 2015-11-06 03:05:54.462 | Requirement already satisfied (use --upgrade to upgrade): python-novaclient===2.32.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) 2015-11-06 03:05:54.464 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) 2015-11-06 03:05:54.466 | Requirement already satisfied (use --upgrade to upgrade): repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) 2015-11-06 03:05:54.467 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2015-11-06 03:05:54.470 | Requirement already satisfied (use --upgrade to upgrade): retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) 2015-11-06 03:05:54.494 | Collecting ryu===3.26 (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) 2015-11-06 03:05:54.638 | Downloading ryu-3.26.tar.gz (1.2MB) 2015-11-06 03:05:56.020 | Requirement already satisfied (use --upgrade to upgrade): simplejson===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) 2015-11-06 03:05:56.044 | Collecting singledispatch===3.4.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2015-11-06 03:05:56.636 | Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl 2015-11-06 03:05:56.688 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) 2015-11-06 03:05:56.690 | Requirement already satisfied (use --upgrade to upgrade): sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) 2015-11-06 03:05:56.694 | Requirement already satisfied (use --upgrade to upgrade): sqlparse===0.1.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) 2015-11-06 03:05:56.696 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) 2015-11-06 03:05:56.699 | Requirement already satisfied (use --upgrade to upgrade): trollius===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) 2015-11-06 03:05:56.701 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) 2015-11-06 03:05:56.703 | Requirement already satisfied (use --upgrade to upgrade): Mako===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 6)) 2015-11-06 03:05:56.705 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:05:56.707 | Requirement already satisfied (use --upgrade to upgrade): enum34===1.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) 2015-11-06 03:05:56.711 | Requirement already satisfied (use --upgrade to upgrade): fasteners===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) 2015-11-06 03:05:56.714 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2015-11-06 03:05:56.716 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from oslo.config===2.6.0->-c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:05:56.717 | Requirement already satisfied (use --upgrade to upgrade): futurist===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2015-11-06 03:05:56.720 | Requirement already satisfied (use --upgrade to upgrade): cachetools===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) 2015-11-06 03:05:56.721 | Requirement already satisfied (use --upgrade to upgrade): kombu===3.0.28 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2015-11-06 03:05:56.725 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:05:56.726 | Requirement already satisfied (use --upgrade to upgrade): amqp===1.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) 2015-11-06 03:05:56.727 | Requirement already satisfied (use --upgrade to upgrade): aioeventlet===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) 2015-11-06 03:05:56.729 | Requirement already satisfied (use --upgrade to upgrade): ordereddict===1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) 2015-11-06 03:05:56.730 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) 2015-11-06 03:05:56.731 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:05:56.732 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2015-11-06 03:05:56.774 | Collecting logutils===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2015-11-06 03:05:56.866 | Downloading logutils-0.3.3.tar.gz 2015-11-06 03:05:57.157 | Requirement already satisfied (use --upgrade to upgrade): WebTest===2.0.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2015-11-06 03:05:57.159 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) 2015-11-06 03:05:57.160 | Requirement already satisfied (use --upgrade to upgrade): cliff===1.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82)) 2015-11-06 03:05:57.162 | Requirement already satisfied (use --upgrade to upgrade): decorator===4.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) 2015-11-06 03:05:57.162 | Requirement already satisfied (use --upgrade to upgrade): Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2015-11-06 03:05:57.163 | Requirement already satisfied (use --upgrade to upgrade): futures===3.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) 2015-11-06 03:05:57.164 | Requirement already satisfied (use --upgrade to upgrade): contextlib2===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) 2015-11-06 03:05:57.165 | Requirement already satisfied (use --upgrade to upgrade): anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2015-11-06 03:05:57.165 | Requirement already satisfied (use --upgrade to upgrade): waitress===0.8.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) 2015-11-06 03:05:57.167 | Requirement already satisfied (use --upgrade to upgrade): beautifulsoup4===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2015-11-06 03:05:57.168 | Requirement already satisfied (use --upgrade to upgrade): cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) 2015-11-06 03:05:57.169 | Requirement already satisfied (use --upgrade to upgrade): pyparsing===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2015-11-06 03:05:57.170 | Requirement already satisfied (use --upgrade to upgrade): unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) 2015-11-06 03:05:57.171 | Building wheels for collected packages: logutils, ryu 2015-11-06 03:05:57.172 | Running setup.py bdist_wheel for logutils 2015-11-06 03:05:57.458 | Stored in directory: /root/.cache/pip/wheels/86/74/b7/3f2dfb710664586c797f2f8df1f390038e2acc85151692bd88 2015-11-06 03:05:57.468 | Running setup.py bdist_wheel for ryu 2015-11-06 03:05:58.889 | Stored in directory: /root/.cache/pip/wheels/68/a8/9b/322c359692f820c092d9026f0ee7c30e51e56ba8f857cc7427 2015-11-06 03:05:59.186 | Successfully built logutils ryu 2015-11-06 03:05:59.187 | Installing collected packages: logutils, singledispatch, pecan, python-neutronclient, ryu, neutron 2015-11-06 03:06:00.410 | Running setup.py develop for neutron 2015-11-06 03:06:01.859 | Successfully installed logutils-0.3.3 neutron pecan-1.0.3 python-neutronclient-3.1.0 ryu-3.26 singledispatch-3.4.0.3 2015-11-06 03:06:02.174 | + local test_req=/opt/stack/neutron/test-requirements.txt 2015-11-06 03:06:02.174 | + [[ -e /opt/stack/neutron/test-requirements.txt ]] 2015-11-06 03:06:02.175 | + echo 'Installing test-requirements for /opt/stack/neutron/test-requirements.txt' 2015-11-06 03:06:02.175 | Installing test-requirements for /opt/stack/neutron/test-requirements.txt 2015-11-06 03:06:02.176 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/neutron/test-requirements.txt 2015-11-06 03:06:02.824 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:06:02.947 | Requirement already satisfied (use --upgrade to upgrade): Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2015-11-06 03:06:02.949 | Requirement already satisfied (use --upgrade to upgrade): WebTest===2.0.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2015-11-06 03:06:02.951 | Requirement already satisfied (use --upgrade to upgrade): beautifulsoup4===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2015-11-06 03:06:02.952 | Requirement already satisfied (use --upgrade to upgrade): cliff===1.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82)) 2015-11-06 03:06:02.953 | Requirement already satisfied (use --upgrade to upgrade): cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) 2015-11-06 03:06:02.954 | Requirement already satisfied (use --upgrade to upgrade): coverage===4.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2015-11-06 03:06:02.955 | Requirement already satisfied (use --upgrade to upgrade): ddt===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) 2015-11-06 03:06:02.955 | Requirement already satisfied (use --upgrade to upgrade): docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) 2015-11-06 03:06:02.956 | Requirement already satisfied (use --upgrade to upgrade): fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) 2015-11-06 03:06:02.958 | Requirement already satisfied (use --upgrade to upgrade): mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2015-11-06 03:06:02.959 | Requirement already satisfied (use --upgrade to upgrade): os-testr===0.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2015-11-06 03:06:02.960 | Requirement already satisfied (use --upgrade to upgrade): oslosphinx===3.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) 2015-11-06 03:06:02.961 | Requirement already satisfied (use --upgrade to upgrade): oslotest===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) 2015-11-06 03:06:02.962 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) 2015-11-06 03:06:02.963 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) 2015-11-06 03:06:02.964 | Requirement already satisfied (use --upgrade to upgrade): pyparsing===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2015-11-06 03:06:02.964 | Requirement already satisfied (use --upgrade to upgrade): python-subunit===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2015-11-06 03:06:02.965 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2015-11-06 03:06:02.983 | Collecting requests-mock===0.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) 2015-11-06 03:06:03.134 | /usr/local/lib/python2.7/dist-packages/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-06 03:06:03.134 | InsecurePlatformWarning 2015-11-06 03:06:03.369 | Downloading requests_mock-0.6.0-py2.py3-none-any.whl 2015-11-06 03:06:03.439 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) 2015-11-06 03:06:03.440 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) 2015-11-06 03:06:03.442 | Requirement already satisfied (use --upgrade to upgrade): tempest-lib===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) 2015-11-06 03:06:03.444 | Requirement already satisfied (use --upgrade to upgrade): testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) 2015-11-06 03:06:03.446 | Requirement already satisfied (use --upgrade to upgrade): testresources===0.2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) 2015-11-06 03:06:03.448 | Requirement already satisfied (use --upgrade to upgrade): testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) 2015-11-06 03:06:03.450 | Requirement already satisfied (use --upgrade to upgrade): testtools===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) 2015-11-06 03:06:03.452 | Requirement already satisfied (use --upgrade to upgrade): traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) 2015-11-06 03:06:03.453 | Requirement already satisfied (use --upgrade to upgrade): unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) 2015-11-06 03:06:03.454 | Requirement already satisfied (use --upgrade to upgrade): unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) 2015-11-06 03:06:03.456 | Requirement already satisfied (use --upgrade to upgrade): waitress===0.8.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) 2015-11-06 03:06:03.459 | Requirement already satisfied (use --upgrade to upgrade): hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/neutron/test-requirements.txt (line 1)) 2015-11-06 03:06:03.497 | Collecting pylint==1.4.4 (from -r /opt/stack/neutron/test-requirements.txt (line 19)) 2015-11-06 03:06:03.672 | Downloading pylint-1.4.4-py2.py3-none-any.whl (428kB) 2015-11-06 03:06:03.973 | Requirement already satisfied (use --upgrade to upgrade): Pygments===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) 2015-11-06 03:06:03.974 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:06:03.975 | Requirement already satisfied (use --upgrade to upgrade): WebOb===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2015-11-06 03:06:03.977 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from cliff===1.15.0->-c /opt/stack/requirements/upper-constraints.txt (line 82)) 2015-11-06 03:06:03.977 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:06:03.978 | Requirement already satisfied (use --upgrade to upgrade): funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) 2015-11-06 03:06:03.979 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:06:03.980 | Requirement already satisfied (use --upgrade to upgrade): mox3===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2015-11-06 03:06:03.981 | Requirement already satisfied (use --upgrade to upgrade): os-client-config===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186)) 2015-11-06 03:06:03.983 | Requirement already satisfied (use --upgrade to upgrade): extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) 2015-11-06 03:06:03.984 | Requirement already satisfied (use --upgrade to upgrade): httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2015-11-06 03:06:03.985 | Requirement already satisfied (use --upgrade to upgrade): paramiko===1.15.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) 2015-11-06 03:06:03.986 | Requirement already satisfied (use --upgrade to upgrade): oslo.log===1.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2015-11-06 03:06:03.988 | Requirement already satisfied (use --upgrade to upgrade): jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2015-11-06 03:06:03.990 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2015-11-06 03:06:03.991 | Requirement already satisfied (use --upgrade to upgrade): python-mimeparse===0.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) 2015-11-06 03:06:03.992 | Requirement already satisfied (use --upgrade to upgrade): linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) 2015-11-06 03:06:03.992 | Requirement already satisfied (use --upgrade to upgrade): mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron/test-requirements.txt (line 1)) 2015-11-06 03:06:03.993 | Requirement already satisfied (use --upgrade to upgrade): flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron/test-requirements.txt (line 1)) 2015-11-06 03:06:03.995 | Requirement already satisfied (use --upgrade to upgrade): pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron/test-requirements.txt (line 1)) 2015-11-06 03:06:03.996 | Requirement already satisfied (use --upgrade to upgrade): pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron/test-requirements.txt (line 1)) 2015-11-06 03:06:04.022 | Collecting logilab-common===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2015-11-06 03:06:04.191 | Downloading logilab-common-1.1.0.tar.gz (184kB) 2015-11-06 03:06:04.649 | Collecting astroid===1.3.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 64)) 2015-11-06 03:06:04.756 | Downloading astroid-1.3.8-py2.py3-none-any.whl (183kB) 2015-11-06 03:06:04.870 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:06:04.871 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) 2015-11-06 03:06:04.873 | Requirement already satisfied (use --upgrade to upgrade): keystoneauth1===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2015-11-06 03:06:04.875 | Requirement already satisfied (use --upgrade to upgrade): appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2015-11-06 03:06:04.877 | Requirement already satisfied (use --upgrade to upgrade): ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) 2015-11-06 03:06:04.878 | Requirement already satisfied (use --upgrade to upgrade): pycrypto===2.6.1 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2015-11-06 03:06:04.879 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2015-11-06 03:06:04.881 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2015-11-06 03:06:04.882 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) 2015-11-06 03:06:04.884 | Requirement already satisfied (use --upgrade to upgrade): pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2015-11-06 03:06:04.885 | Requirement already satisfied (use --upgrade to upgrade): oslo.context===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:06:04.886 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2015-11-06 03:06:04.888 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:06:04.889 | Requirement already satisfied (use --upgrade to upgrade): functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) 2015-11-06 03:06:04.890 | Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/dist-packages (from logilab-common===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 161)) 2015-11-06 03:06:04.892 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) 2015-11-06 03:06:04.893 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:06:04.894 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2015-11-06 03:06:04.895 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2015-11-06 03:06:04.897 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) 2015-11-06 03:06:04.898 | Building wheels for collected packages: logilab-common 2015-11-06 03:06:04.899 | Running setup.py bdist_wheel for logilab-common 2015-11-06 03:06:05.266 | Stored in directory: /root/.cache/pip/wheels/04/27/0c/7c5d15f4aa0b91ee6be1fa3ba6d02a482de62d57a3a8b344e4 2015-11-06 03:06:05.295 | Successfully built logilab-common 2015-11-06 03:06:05.297 | Installing collected packages: logilab-common, astroid, requests-mock, pylint 2015-11-06 03:06:06.195 | Successfully installed astroid-1.3.8 logilab-common-1.1.0 pylint-1.4.4 requests-mock-0.6.0 2015-11-06 03:06:06.524 | + time_stop pip_install 2015-11-06 03:06:06.525 | + local name 2015-11-06 03:06:06.525 | + local end_time 2015-11-06 03:06:06.526 | + local elpased_time 2015-11-06 03:06:06.526 | + local total 2015-11-06 03:06:06.527 | + local start_time 2015-11-06 03:06:06.527 | + name=pip_install 2015-11-06 03:06:06.528 | + start_time=1446779151 2015-11-06 03:06:06.528 | + [[ -z 1446779151 ]] 2015-11-06 03:06:06.529 | ++ date +%s 2015-11-06 03:06:06.529 | + end_time=1446779166 2015-11-06 03:06:06.530 | + elapsed_time=15 2015-11-06 03:06:06.530 | + total=207 2015-11-06 03:06:06.531 | + START_TIME[$name]= 2015-11-06 03:06:06.531 | + TOTAL_TIME[$name]=222 2015-11-06 03:06:06.532 | + [[ -e == \-\e ]] 2015-11-06 03:06:06.532 | + safe_chown -R vagrant /opt/stack/neutron/neutron.egg-info 2015-11-06 03:06:06.533 | + _safe_permission_operation chown -R vagrant /opt/stack/neutron/neutron.egg-info 2015-11-06 03:06:06.538 | + sudo chown -R vagrant /opt/stack/neutron/neutron.egg-info 2015-11-06 03:06:06.551 | + is_service_enabled q-fwaas 2015-11-06 03:06:06.557 | + return 1 2015-11-06 03:06:06.557 | + is_service_enabled q-lbaas 2015-11-06 03:06:06.562 | + return 1 2015-11-06 03:06:06.563 | + is_service_enabled q-vpn 2015-11-06 03:06:06.569 | + return 1 2015-11-06 03:06:06.569 | + '[' libvirt == xenserver ']' 2015-11-06 03:06:06.571 | + [[ False = True ]] 2015-11-06 03:06:06.571 | + install_neutron_third_party 2015-11-06 03:06:06.572 | + _neutron_third_party_do install 2015-11-06 03:06:06.572 | + is_service_enabled nova 2015-11-06 03:06:06.576 | + return 0 2015-11-06 03:06:06.577 | + stack_install_service nova 2015-11-06 03:06:06.577 | + local service=nova 2015-11-06 03:06:06.578 | + type install_nova 2015-11-06 03:06:06.578 | + [[ False = True ]] 2015-11-06 03:06:06.579 | + install_nova 2015-11-06 03:06:06.579 | + is_service_enabled n-cpu 2015-11-06 03:06:06.584 | + return 0 2015-11-06 03:06:06.585 | + [[ -r /opt/stack/devstack/lib/nova_plugins/hypervisor-libvirt ]] 2015-11-06 03:06:06.586 | + install_nova_hypervisor 2015-11-06 03:06:06.586 | + install_libvirt 2015-11-06 03:06:06.587 | + is_ubuntu 2015-11-06 03:06:06.587 | + [[ -z deb ]] 2015-11-06 03:06:06.588 | + '[' deb = deb ']' 2015-11-06 03:06:06.588 | + is_arch aarch64 2015-11-06 03:06:06.589 | ++ uname -m 2015-11-06 03:06:06.589 | + [[ x86_64 == \a\a\r\c\h\6\4 ]] 2015-11-06 03:06:06.590 | + install_package qemu-kvm 2015-11-06 03:06:06.590 | + update_package_repo 2015-11-06 03:06:06.591 | + NO_UPDATE_REPOS=False 2015-11-06 03:06:06.591 | + REPOS_UPDATED=True 2015-11-06 03:06:06.592 | + RETRY_UPDATE=False 2015-11-06 03:06:06.592 | + [[ False = \T\r\u\e ]] 2015-11-06 03:06:06.592 | + is_ubuntu 2015-11-06 03:06:06.593 | + [[ -z deb ]] 2015-11-06 03:06:06.593 | + '[' deb = deb ']' 2015-11-06 03:06:06.597 | + real_install_package qemu-kvm 2015-11-06 03:06:06.597 | + is_ubuntu 2015-11-06 03:06:06.598 | + [[ -z deb ]] 2015-11-06 03:06:06.598 | + '[' deb = deb ']' 2015-11-06 03:06:06.599 | + apt_get install qemu-kvm 2015-11-06 03:06:06.609 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install qemu-kvm 2015-11-06 03:06:06.628 | Reading package lists... 2015-11-06 03:06:06.790 | Building dependency tree... 2015-11-06 03:06:06.791 | Reading state information... 2015-11-06 03:06:06.901 | The following extra packages will be installed: 2015-11-06 03:06:06.901 | cpu-checker ipxe-qemu libasound2 libasound2-data libbluetooth3 libbrlapi0.6 2015-11-06 03:06:06.902 | libcaca0 libfdt1 libsdl1.2debian libseccomp2 libspice-server1 2015-11-06 03:06:06.903 | libusbredirparser1 libxen-4.4 libxenstore3.0 libyajl2 msr-tools 2015-11-06 03:06:06.903 | qemu-system-common qemu-system-x86 seabios 2015-11-06 03:06:06.903 | Suggested packages: 2015-11-06 03:06:06.904 | libasound2-plugins alsa-utils samba vde2 sgabios ovmf 2015-11-06 03:06:06.904 | The following NEW packages will be installed: 2015-11-06 03:06:06.905 | cpu-checker ipxe-qemu libasound2 libasound2-data libbluetooth3 libbrlapi0.6 2015-11-06 03:06:06.905 | libcaca0 libfdt1 libsdl1.2debian libseccomp2 libspice-server1 2015-11-06 03:06:06.906 | libusbredirparser1 libxen-4.4 libxenstore3.0 libyajl2 msr-tools qemu-kvm 2015-11-06 03:06:06.906 | qemu-system-common qemu-system-x86 seabios 2015-11-06 03:06:06.957 | 0 upgraded, 20 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:06:06.958 | Need to get 4496 kB of archives. 2015-11-06 03:06:06.958 | After this operation, 23.0 MB of additional disk space will be used. 2015-11-06 03:06:06.959 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main libseccomp2 amd64 2.1.1-1ubuntu1~vivid2~cloud0 [28.4 kB] 2015-11-06 03:06:06.974 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main qemu-system-common amd64 1:2.2+dfsg-5expubuntu9.3~cloud0 [242 kB] 2015-11-06 03:06:06.985 | Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libasound2-data all 1.0.27.2-3ubuntu7 [26.3 kB] 2015-11-06 03:06:07.032 | Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libasound2 amd64 1.0.27.2-3ubuntu7 [327 kB] 2015-11-06 03:06:07.056 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main seabios all 1.7.5-1ubuntu1~cloud0 [110 kB] 2015-11-06 03:06:07.092 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main qemu-system-x86 amd64 1:2.2+dfsg-5expubuntu9.3~cloud0 [2125 kB] 2015-11-06 03:06:07.174 | Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libbluetooth3 amd64 4.101-0ubuntu13.1 [53.5 kB] 2015-11-06 03:06:07.213 | Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libcaca0 amd64 0.99.beta18-1ubuntu5 [202 kB] 2015-11-06 03:06:07.301 | Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsdl1.2debian amd64 1.2.15-8ubuntu1.1 [162 kB] 2015-11-06 03:06:07.358 | Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libspice-server1 amd64 0.12.4-0nocelt2ubuntu1.2 [322 kB] 2015-11-06 03:06:07.450 | Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libusbredirparser1 amd64 0.6-2ubuntu1.1 [13.3 kB] 2015-11-06 03:06:07.477 | Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main libbrlapi0.6 amd64 5.0-2ubuntu2 [20.9 kB] 2015-11-06 03:06:07.483 | Get:13 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main qemu-kvm amd64 1:2.2+dfsg-5expubuntu9.3~cloud0 [7160 B] 2015-11-06 03:06:07.509 | Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main libfdt1 amd64 1.4.0+dfsg-1 [15.7 kB] 2015-11-06 03:06:07.538 | Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main libyajl2 amd64 2.0.4-4 [20.8 kB] 2015-11-06 03:06:07.579 | Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main msr-tools amd64 1.3-2 [10.6 kB] 2015-11-06 03:06:07.613 | Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main cpu-checker amd64 0.7-0ubuntu4 [6834 B] 2015-11-06 03:06:07.642 | Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ipxe-qemu all 1.0.0+git-20131111.c3d1e78-2ubuntu1.1 [510 kB] 2015-11-06 03:06:07.734 | Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxenstore3.0 amd64 4.4.2-0ubuntu0.14.04.2 [19.1 kB] 2015-11-06 03:06:07.771 | Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxen-4.4 amd64 4.4.2-0ubuntu0.14.04.2 [273 kB] 2015-11-06 03:06:08.083 | Fetched 4496 kB in 0s (4955 kB/s) 2015-11-06 03:06:08.141 | Selecting previously unselected package libasound2-data. 2015-11-06 03:06:08.175 | (Reading database ... 74175 files and directories currently installed.) 2015-11-06 03:06:08.177 | Preparing to unpack .../libasound2-data_1.0.27.2-3ubuntu7_all.deb ... 2015-11-06 03:06:08.180 | Unpacking libasound2-data (1.0.27.2-3ubuntu7) ... 2015-11-06 03:06:08.252 | Selecting previously unselected package libasound2:amd64. 2015-11-06 03:06:08.256 | Preparing to unpack .../libasound2_1.0.27.2-3ubuntu7_amd64.deb ... 2015-11-06 03:06:08.258 | Unpacking libasound2:amd64 (1.0.27.2-3ubuntu7) ... 2015-11-06 03:06:08.341 | Selecting previously unselected package libbluetooth3:amd64. 2015-11-06 03:06:08.353 | Preparing to unpack .../libbluetooth3_4.101-0ubuntu13.1_amd64.deb ... 2015-11-06 03:06:08.356 | Unpacking libbluetooth3:amd64 (4.101-0ubuntu13.1) ... 2015-11-06 03:06:08.407 | Selecting previously unselected package libcaca0:amd64. 2015-11-06 03:06:08.414 | Preparing to unpack .../libcaca0_0.99.beta18-1ubuntu5_amd64.deb ... 2015-11-06 03:06:08.417 | Unpacking libcaca0:amd64 (0.99.beta18-1ubuntu5) ... 2015-11-06 03:06:08.489 | Selecting previously unselected package libsdl1.2debian:amd64. 2015-11-06 03:06:08.490 | Preparing to unpack .../libsdl1.2debian_1.2.15-8ubuntu1.1_amd64.deb ... 2015-11-06 03:06:08.493 | Unpacking libsdl1.2debian:amd64 (1.2.15-8ubuntu1.1) ... 2015-11-06 03:06:08.546 | Selecting previously unselected package libseccomp2:amd64. 2015-11-06 03:06:08.551 | Preparing to unpack .../libseccomp2_2.1.1-1ubuntu1~vivid2~cloud0_amd64.deb ... 2015-11-06 03:06:08.553 | Unpacking libseccomp2:amd64 (2.1.1-1ubuntu1~vivid2~cloud0) ... 2015-11-06 03:06:08.602 | Selecting previously unselected package libspice-server1:amd64. 2015-11-06 03:06:08.610 | Preparing to unpack .../libspice-server1_0.12.4-0nocelt2ubuntu1.2_amd64.deb ... 2015-11-06 03:06:08.612 | Unpacking libspice-server1:amd64 (0.12.4-0nocelt2ubuntu1.2) ... 2015-11-06 03:06:08.705 | Selecting previously unselected package libusbredirparser1:amd64. 2015-11-06 03:06:08.709 | Preparing to unpack .../libusbredirparser1_0.6-2ubuntu1.1_amd64.deb ... 2015-11-06 03:06:08.714 | Unpacking libusbredirparser1:amd64 (0.6-2ubuntu1.1) ... 2015-11-06 03:06:08.756 | Selecting previously unselected package qemu-system-common. 2015-11-06 03:06:08.764 | Preparing to unpack .../qemu-system-common_1%3a2.2+dfsg-5expubuntu9.3~cloud0_amd64.deb ... 2015-11-06 03:06:08.843 | Unpacking qemu-system-common (1:2.2+dfsg-5expubuntu9.3~cloud0) ... 2015-11-06 03:06:08.957 | Selecting previously unselected package libbrlapi0.6:amd64. 2015-11-06 03:06:08.965 | Preparing to unpack .../libbrlapi0.6_5.0-2ubuntu2_amd64.deb ... 2015-11-06 03:06:08.968 | Unpacking libbrlapi0.6:amd64 (5.0-2ubuntu2) ... 2015-11-06 03:06:09.017 | Selecting previously unselected package libfdt1:amd64. 2015-11-06 03:06:09.024 | Preparing to unpack .../libfdt1_1.4.0+dfsg-1_amd64.deb ... 2015-11-06 03:06:09.027 | Unpacking libfdt1:amd64 (1.4.0+dfsg-1) ... 2015-11-06 03:06:09.075 | Selecting previously unselected package libyajl2:amd64. 2015-11-06 03:06:09.082 | Preparing to unpack .../libyajl2_2.0.4-4_amd64.deb ... 2015-11-06 03:06:09.085 | Unpacking libyajl2:amd64 (2.0.4-4) ... 2015-11-06 03:06:09.122 | Selecting previously unselected package msr-tools. 2015-11-06 03:06:09.132 | Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... 2015-11-06 03:06:09.135 | Unpacking msr-tools (1.3-2) ... 2015-11-06 03:06:09.171 | Selecting previously unselected package cpu-checker. 2015-11-06 03:06:09.177 | Preparing to unpack .../cpu-checker_0.7-0ubuntu4_amd64.deb ... 2015-11-06 03:06:09.180 | Unpacking cpu-checker (0.7-0ubuntu4) ... 2015-11-06 03:06:09.207 | Selecting previously unselected package ipxe-qemu. 2015-11-06 03:06:09.212 | Preparing to unpack .../ipxe-qemu_1.0.0+git-20131111.c3d1e78-2ubuntu1.1_all.deb ... 2015-11-06 03:06:09.214 | Unpacking ipxe-qemu (1.0.0+git-20131111.c3d1e78-2ubuntu1.1) ... 2015-11-06 03:06:09.314 | Selecting previously unselected package libxenstore3.0. 2015-11-06 03:06:09.318 | Preparing to unpack .../libxenstore3.0_4.4.2-0ubuntu0.14.04.2_amd64.deb ... 2015-11-06 03:06:09.320 | Unpacking libxenstore3.0 (4.4.2-0ubuntu0.14.04.2) ... 2015-11-06 03:06:09.353 | Selecting previously unselected package libxen-4.4. 2015-11-06 03:06:09.360 | Preparing to unpack .../libxen-4.4_4.4.2-0ubuntu0.14.04.2_amd64.deb ... 2015-11-06 03:06:09.362 | Unpacking libxen-4.4 (4.4.2-0ubuntu0.14.04.2) ... 2015-11-06 03:06:09.441 | Selecting previously unselected package seabios. 2015-11-06 03:06:09.447 | Preparing to unpack .../seabios_1.7.5-1ubuntu1~cloud0_all.deb ... 2015-11-06 03:06:09.449 | Unpacking seabios (1.7.5-1ubuntu1~cloud0) ... 2015-11-06 03:06:09.503 | Selecting previously unselected package qemu-system-x86. 2015-11-06 03:06:09.507 | Preparing to unpack .../qemu-system-x86_1%3a2.2+dfsg-5expubuntu9.3~cloud0_amd64.deb ... 2015-11-06 03:06:09.514 | Unpacking qemu-system-x86 (1:2.2+dfsg-5expubuntu9.3~cloud0) ... 2015-11-06 03:06:09.913 | Selecting previously unselected package qemu-kvm. 2015-11-06 03:06:09.921 | Preparing to unpack .../qemu-kvm_1%3a2.2+dfsg-5expubuntu9.3~cloud0_amd64.deb ... 2015-11-06 03:06:09.934 | Unpacking qemu-kvm (1:2.2+dfsg-5expubuntu9.3~cloud0) ... 2015-11-06 03:06:09.947 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:06:10.156 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:06:10.184 | Setting up libasound2-data (1.0.27.2-3ubuntu7) ... 2015-11-06 03:06:10.189 | Setting up libasound2:amd64 (1.0.27.2-3ubuntu7) ... 2015-11-06 03:06:10.200 | Setting up libbluetooth3:amd64 (4.101-0ubuntu13.1) ... 2015-11-06 03:06:10.209 | Setting up libcaca0:amd64 (0.99.beta18-1ubuntu5) ... 2015-11-06 03:06:10.218 | Setting up libsdl1.2debian:amd64 (1.2.15-8ubuntu1.1) ... 2015-11-06 03:06:10.227 | Setting up libseccomp2:amd64 (2.1.1-1ubuntu1~vivid2~cloud0) ... 2015-11-06 03:06:10.236 | Setting up libspice-server1:amd64 (0.12.4-0nocelt2ubuntu1.2) ... 2015-11-06 03:06:10.246 | Setting up libusbredirparser1:amd64 (0.6-2ubuntu1.1) ... 2015-11-06 03:06:10.255 | Setting up qemu-system-common (1:2.2+dfsg-5expubuntu9.3~cloud0) ... 2015-11-06 03:06:10.271 | Setting up libbrlapi0.6:amd64 (5.0-2ubuntu2) ... 2015-11-06 03:06:10.280 | Setting up libfdt1:amd64 (1.4.0+dfsg-1) ... 2015-11-06 03:06:10.289 | Setting up libyajl2:amd64 (2.0.4-4) ... 2015-11-06 03:06:10.298 | Setting up msr-tools (1.3-2) ... 2015-11-06 03:06:10.302 | Setting up cpu-checker (0.7-0ubuntu4) ... 2015-11-06 03:06:10.306 | Setting up ipxe-qemu (1.0.0+git-20131111.c3d1e78-2ubuntu1.1) ... 2015-11-06 03:06:10.310 | Setting up libxenstore3.0 (4.4.2-0ubuntu0.14.04.2) ... 2015-11-06 03:06:10.325 | Setting up libxen-4.4 (4.4.2-0ubuntu0.14.04.2) ... 2015-11-06 03:06:10.335 | Setting up seabios (1.7.5-1ubuntu1~cloud0) ... 2015-11-06 03:06:10.339 | Setting up qemu-system-x86 (1:2.2+dfsg-5expubuntu9.3~cloud0) ... 2015-11-06 03:06:10.431 | qemu-kvm start/running 2015-11-06 03:06:10.443 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:06:10.448 | Setting up qemu-kvm (1:2.2+dfsg-5expubuntu9.3~cloud0) ... 2015-11-06 03:06:10.462 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-06 03:06:10.617 | + time_stop apt-get 2015-11-06 03:06:10.618 | + local name 2015-11-06 03:06:10.618 | + local end_time 2015-11-06 03:06:10.618 | + local elpased_time 2015-11-06 03:06:10.619 | + local total 2015-11-06 03:06:10.619 | + local start_time 2015-11-06 03:06:10.619 | + name=apt-get 2015-11-06 03:06:10.619 | + start_time=1446779166 2015-11-06 03:06:10.620 | + [[ -z 1446779166 ]] 2015-11-06 03:06:10.620 | ++ date +%s 2015-11-06 03:06:10.620 | + end_time=1446779170 2015-11-06 03:06:10.620 | + elapsed_time=4 2015-11-06 03:06:10.620 | + total=105 2015-11-06 03:06:10.621 | + START_TIME[$name]= 2015-11-06 03:06:10.621 | + TOTAL_TIME[$name]=109 2015-11-06 03:06:10.621 | + real_install_package qemu-kvm 2015-11-06 03:06:10.621 | + is_ubuntu 2015-11-06 03:06:10.622 | + [[ -z deb ]] 2015-11-06 03:06:10.622 | + '[' deb = deb ']' 2015-11-06 03:06:10.622 | + apt_get install qemu-kvm 2015-11-06 03:06:10.631 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install qemu-kvm 2015-11-06 03:06:10.647 | Reading package lists... 2015-11-06 03:06:10.810 | Building dependency tree... 2015-11-06 03:06:10.811 | Reading state information... 2015-11-06 03:06:10.932 | qemu-kvm is already the newest version. 2015-11-06 03:06:10.932 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:06:10.934 | + time_stop apt-get 2015-11-06 03:06:10.934 | + local name 2015-11-06 03:06:10.935 | + local end_time 2015-11-06 03:06:10.935 | + local elpased_time 2015-11-06 03:06:10.936 | + local total 2015-11-06 03:06:10.936 | + local start_time 2015-11-06 03:06:10.936 | + name=apt-get 2015-11-06 03:06:10.937 | + start_time=1446779170 2015-11-06 03:06:10.937 | + [[ -z 1446779170 ]] 2015-11-06 03:06:10.938 | ++ date +%s 2015-11-06 03:06:10.940 | + end_time=1446779170 2015-11-06 03:06:10.940 | + elapsed_time=0 2015-11-06 03:06:10.941 | + total=109 2015-11-06 03:06:10.941 | + START_TIME[$name]= 2015-11-06 03:06:10.942 | + TOTAL_TIME[$name]=109 2015-11-06 03:06:10.942 | + install_package libguestfs0 2015-11-06 03:06:10.942 | + update_package_repo 2015-11-06 03:06:10.943 | + NO_UPDATE_REPOS=False 2015-11-06 03:06:10.943 | + REPOS_UPDATED=True 2015-11-06 03:06:10.944 | + RETRY_UPDATE=False 2015-11-06 03:06:10.944 | + [[ False = \T\r\u\e ]] 2015-11-06 03:06:10.944 | + is_ubuntu 2015-11-06 03:06:10.945 | + [[ -z deb ]] 2015-11-06 03:06:10.945 | + '[' deb = deb ']' 2015-11-06 03:06:10.945 | + real_install_package libguestfs0 2015-11-06 03:06:10.946 | + is_ubuntu 2015-11-06 03:06:10.946 | + [[ -z deb ]] 2015-11-06 03:06:10.947 | + '[' deb = deb ']' 2015-11-06 03:06:10.947 | + apt_get install libguestfs0 2015-11-06 03:06:10.954 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install libguestfs0 2015-11-06 03:06:10.968 | Reading package lists... 2015-11-06 03:06:11.123 | Building dependency tree... 2015-11-06 03:06:11.125 | Reading state information... 2015-11-06 03:06:11.234 | The following extra packages will be installed: 2015-11-06 03:06:11.235 | btrfs-tools ghostscript gsfonts icoutils jfsutils ldmtool 2015-11-06 03:06:11.235 | libauthen-sasl-perl libcupsfilters1 libcupsimage2 libencode-locale-perl 2015-11-06 03:06:11.236 | libfile-listing-perl libfont-afm-perl libgs9 libgs9-common libhtml-form-perl 2015-11-06 03:06:11.236 | libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl 2015-11-06 03:06:11.237 | libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl 2015-11-06 03:06:11.237 | libhttp-message-perl libhttp-negotiate-perl libijs-0.35 libio-html-perl 2015-11-06 03:06:11.238 | libio-socket-inet6-perl libio-socket-ssl-perl libjbig2dec0 2015-11-06 03:06:11.238 | libjson-glib-1.0-0 libjson-glib-1.0-common libldm-1.0-0 2015-11-06 03:06:11.239 | liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 2015-11-06 03:06:11.239 | libmailtools-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl 2015-11-06 03:06:11.239 | libnetpbm10 libpaper-utils libpaper1 libsocket6-perl liburi-perl libvirt0 2015-11-06 03:06:11.240 | libwww-perl libwww-robotrules-perl netpbm poppler-data reiserfsprogs scrub 2015-11-06 03:06:11.240 | supermin xfsprogs zfs-fuse 2015-11-06 03:06:11.241 | Suggested packages: 2015-11-06 03:06:11.241 | ghostscript-x hpijs libterm-readline-gnu-perl libterm-readline-perl-perl 2015-11-06 03:06:11.242 | libdigest-hmac-perl libgssapi-perl fonts-droid libdata-dump-perl 2015-11-06 03:06:11.242 | libcrypt-ssleay-perl libauthen-ntlm-perl poppler-utils fonts-japanese-mincho 2015-11-06 03:06:11.242 | fonts-ipafont-mincho fonts-japanese-gothic fonts-ipafont-gothic 2015-11-06 03:06:11.243 | fonts-arphic-ukai fonts-arphic-uming fonts-unfonts-core xfsdump attr quota 2015-11-06 03:06:11.243 | nfs-kernel-server 2015-11-06 03:06:11.243 | The following NEW packages will be installed: 2015-11-06 03:06:11.244 | btrfs-tools ghostscript gsfonts icoutils jfsutils ldmtool 2015-11-06 03:06:11.244 | libauthen-sasl-perl libcupsfilters1 libcupsimage2 libencode-locale-perl 2015-11-06 03:06:11.245 | libfile-listing-perl libfont-afm-perl libgs9 libgs9-common libguestfs0 2015-11-06 03:06:11.245 | libhtml-form-perl libhtml-format-perl libhtml-parser-perl 2015-11-06 03:06:11.245 | libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl 2015-11-06 03:06:11.246 | libhttp-daemon-perl libhttp-date-perl libhttp-message-perl 2015-11-06 03:06:11.246 | libhttp-negotiate-perl libijs-0.35 libio-html-perl libio-socket-inet6-perl 2015-11-06 03:06:11.247 | libio-socket-ssl-perl libjbig2dec0 libjson-glib-1.0-0 2015-11-06 03:06:11.247 | libjson-glib-1.0-common libldm-1.0-0 liblwp-mediatypes-perl 2015-11-06 03:06:11.247 | liblwp-protocol-https-perl liblzo2-2 libmailtools-perl libnet-http-perl 2015-11-06 03:06:11.248 | libnet-smtp-ssl-perl libnet-ssleay-perl libnetpbm10 libpaper-utils libpaper1 2015-11-06 03:06:11.248 | libsocket6-perl liburi-perl libvirt0 libwww-perl libwww-robotrules-perl 2015-11-06 03:06:11.248 | netpbm poppler-data reiserfsprogs scrub supermin xfsprogs zfs-fuse 2015-11-06 03:06:11.282 | 0 upgraded, 55 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:06:11.282 | Need to get 16.9 MB of archives. 2015-11-06 03:06:11.283 | After this operation, 65.5 MB of additional disk space will be used. 2015-11-06 03:06:11.283 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main libvirt0 amd64 1.2.12-0ubuntu14.2~cloud0 [1044 kB] 2015-11-06 03:06:11.305 | Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcupsfilters1 amd64 1.0.52-0ubuntu1.5 [74.2 kB] 2015-11-06 03:06:11.509 | Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcupsimage2 amd64 1.7.2-0ubuntu1.6 [15.4 kB] 2015-11-06 03:06:11.519 | Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libjson-glib-1.0-common all 0.16.2-1ubuntu1 [5722 B] 2015-11-06 03:06:11.528 | Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main libjson-glib-1.0-0 amd64 0.16.2-1ubuntu1 [54.6 kB] 2015-11-06 03:06:11.547 | Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main liblzo2-2 amd64 2.06-1.2ubuntu1.1 [46.1 kB] 2015-11-06 03:06:11.565 | Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libpaper1 amd64 1.1.24+nmu2ubuntu3 [13.4 kB] 2015-11-06 03:06:11.576 | Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main poppler-data all 0.4.6-4 [1479 kB] 2015-11-06 03:06:11.846 | Get:9 http://archive.ubuntu.com/ubuntu/ trusty/universe supermin amd64 4.1.6-1 [536 kB] 2015-11-06 03:06:11.928 | Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main btrfs-tools amd64 3.12-1 [335 kB] 2015-11-06 03:06:11.978 | Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main reiserfsprogs amd64 1:3.6.24-1 [225 kB] 2015-11-06 03:06:12.013 | Get:12 http://archive.ubuntu.com/ubuntu/ trusty/universe zfs-fuse amd64 0.7.0-10.1 [1258 kB] 2015-11-06 03:06:12.163 | Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main jfsutils amd64 1.1.15-2.1 [272 kB] 2015-11-06 03:06:12.202 | Get:14 http://archive.ubuntu.com/ubuntu/ trusty/universe scrub amd64 2.5.2-2 [28.3 kB] 2015-11-06 03:06:12.213 | Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main xfsprogs amd64 3.1.9ubuntu2 [508 kB] 2015-11-06 03:06:12.275 | Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main libnetpbm10 amd64 2:10.0-15ubuntu2 [69.0 kB] 2015-11-06 03:06:12.289 | Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main netpbm amd64 2:10.0-15ubuntu2 [1341 kB] 2015-11-06 03:06:12.513 | Get:18 http://archive.ubuntu.com/ubuntu/ trusty/main libencode-locale-perl all 1.03-1 [12.4 kB] 2015-11-06 03:06:12.525 | Get:19 http://archive.ubuntu.com/ubuntu/ trusty/main libhttp-date-perl all 6.02-1 [10.4 kB] 2015-11-06 03:06:12.536 | Get:20 http://archive.ubuntu.com/ubuntu/ trusty/main libfile-listing-perl all 6.04-1 [9774 B] 2015-11-06 03:06:12.547 | Get:21 http://archive.ubuntu.com/ubuntu/ trusty/main liburi-perl all 1.60-1 [89.6 kB] 2015-11-06 03:06:12.565 | Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main libhtml-tagset-perl all 3.20-2 [13.5 kB] 2015-11-06 03:06:12.576 | Get:23 http://archive.ubuntu.com/ubuntu/ trusty/main libhtml-parser-perl amd64 3.71-1build1 [98.2 kB] 2015-11-06 03:06:12.675 | Get:24 http://archive.ubuntu.com/ubuntu/ trusty/main libhtml-tree-perl all 5.03-1 [215 kB] 2015-11-06 03:06:12.708 | Get:25 http://archive.ubuntu.com/ubuntu/ trusty/main libio-html-perl all 1.00-1 [15.7 kB] 2015-11-06 03:06:12.720 | Get:26 http://archive.ubuntu.com/ubuntu/ trusty/main liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2015-11-06 03:06:12.732 | Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main libhttp-message-perl all 6.06-1 [78.7 kB] 2015-11-06 03:06:12.751 | Get:28 http://archive.ubuntu.com/ubuntu/ trusty/main libhttp-cookies-perl all 6.00-2 [23.3 kB] 2015-11-06 03:06:12.850 | Get:29 http://archive.ubuntu.com/ubuntu/ trusty/main libhttp-negotiate-perl all 6.00-2 [13.4 kB] 2015-11-06 03:06:12.863 | Get:30 http://archive.ubuntu.com/ubuntu/ trusty/main libnet-ssleay-perl amd64 1.58-1 [243 kB] 2015-11-06 03:06:12.985 | Get:31 http://archive.ubuntu.com/ubuntu/ trusty/main libio-socket-ssl-perl all 1.965-1ubuntu1 [73.7 kB] 2015-11-06 03:06:13.000 | Get:32 http://archive.ubuntu.com/ubuntu/ trusty/main libnet-http-perl all 6.06-1 [24.2 kB] 2015-11-06 03:06:13.011 | Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main liblwp-protocol-https-perl all 6.04-2ubuntu0.1 [7644 B] 2015-11-06 03:06:13.023 | Get:34 http://archive.ubuntu.com/ubuntu/ trusty/main libwww-robotrules-perl all 6.01-1 [14.1 kB] 2015-11-06 03:06:13.035 | Get:35 http://archive.ubuntu.com/ubuntu/ trusty/main libwww-perl all 6.05-2 [146 kB] 2015-11-06 03:06:13.059 | Get:36 http://archive.ubuntu.com/ubuntu/ trusty/universe icoutils amd64 0.31.0-2 [56.1 kB] 2015-11-06 03:06:13.073 | Get:37 http://archive.ubuntu.com/ubuntu/ trusty/universe libldm-1.0-0 amd64 0.2.3-2ubuntu1 [24.3 kB] 2015-11-06 03:06:13.086 | Get:38 http://archive.ubuntu.com/ubuntu/ trusty/universe ldmtool amd64 0.2.3-2ubuntu1 [14.4 kB] 2015-11-06 03:06:13.098 | Get:39 http://archive.ubuntu.com/ubuntu/ trusty/universe libguestfs0 amd64 1:1.24.5-1 [648 kB] 2015-11-06 03:06:13.167 | Get:40 http://archive.ubuntu.com/ubuntu/ trusty/main libijs-0.35 amd64 0.35-8build1 [16.8 kB] 2015-11-06 03:06:13.268 | Get:41 http://archive.ubuntu.com/ubuntu/ trusty/main libjbig2dec0 amd64 0.11+20120125-1ubuntu1 [48.6 kB] 2015-11-06 03:06:13.283 | Get:42 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgs9-common all 9.10~dfsg-0ubuntu10.4 [2066 kB] 2015-11-06 03:06:13.498 | Get:43 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgs9 amd64 9.10~dfsg-0ubuntu10.4 [1943 kB] 2015-11-06 03:06:13.696 | Get:44 http://archive.ubuntu.com/ubuntu/ trusty/main gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 [3374 kB] 2015-11-06 03:06:14.126 | Get:45 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ghostscript amd64 9.10~dfsg-0ubuntu10.4 [40.8 kB] 2015-11-06 03:06:14.139 | Get:46 http://archive.ubuntu.com/ubuntu/ trusty/main libfont-afm-perl all 1.20-1 [14.3 kB] 2015-11-06 03:06:14.151 | Get:47 http://archive.ubuntu.com/ubuntu/ trusty/main libhtml-form-perl all 6.03-1 [23.5 kB] 2015-11-06 03:06:14.164 | Get:48 http://archive.ubuntu.com/ubuntu/ trusty/main libhtml-format-perl all 2.11-1 [44.7 kB] 2015-11-06 03:06:14.178 | Get:49 http://archive.ubuntu.com/ubuntu/ trusty/main libhttp-daemon-perl all 6.01-1 [17.0 kB] 2015-11-06 03:06:14.189 | Get:50 http://archive.ubuntu.com/ubuntu/ trusty/main libsocket6-perl amd64 0.25-1 [23.5 kB] 2015-11-06 03:06:14.200 | Get:51 http://archive.ubuntu.com/ubuntu/ trusty/main libio-socket-inet6-perl all 2.71-1 [14.6 kB] 2015-11-06 03:06:14.299 | Get:52 http://archive.ubuntu.com/ubuntu/ trusty/main libnet-smtp-ssl-perl all 1.01-3 [5948 B] 2015-11-06 03:06:14.312 | Get:53 http://archive.ubuntu.com/ubuntu/ trusty/main libmailtools-perl all 2.12-1 [84.1 kB] 2015-11-06 03:06:14.416 | Get:54 http://archive.ubuntu.com/ubuntu/ trusty/main libpaper-utils amd64 1.1.24+nmu2ubuntu3 [8244 B] 2015-11-06 03:06:14.427 | Get:55 http://archive.ubuntu.com/ubuntu/ trusty/main libauthen-sasl-perl all 2.1500-1 [53.2 kB] 2015-11-06 03:06:14.715 | Extracting templates from packages: 54% Extracting templates from packages: 100% 2015-11-06 03:06:14.725 | Preconfiguring packages ... 2015-11-06 03:06:14.785 | Fetched 16.9 MB in 3s (5338 kB/s) 2015-11-06 03:06:14.827 | Selecting previously unselected package libcupsfilters1:amd64. 2015-11-06 03:06:14.855 | (Reading database ... 74590 files and directories currently installed.) 2015-11-06 03:06:14.858 | Preparing to unpack .../libcupsfilters1_1.0.52-0ubuntu1.5_amd64.deb ... 2015-11-06 03:06:14.859 | Unpacking libcupsfilters1:amd64 (1.0.52-0ubuntu1.5) ... 2015-11-06 03:06:14.901 | Selecting previously unselected package libcupsimage2:amd64. 2015-11-06 03:06:14.906 | Preparing to unpack .../libcupsimage2_1.7.2-0ubuntu1.6_amd64.deb ... 2015-11-06 03:06:14.909 | Unpacking libcupsimage2:amd64 (1.7.2-0ubuntu1.6) ... 2015-11-06 03:06:14.931 | Selecting previously unselected package libjson-glib-1.0-common. 2015-11-06 03:06:14.935 | Preparing to unpack .../libjson-glib-1.0-common_0.16.2-1ubuntu1_all.deb ... 2015-11-06 03:06:14.936 | Unpacking libjson-glib-1.0-common (0.16.2-1ubuntu1) ... 2015-11-06 03:06:14.958 | Selecting previously unselected package libjson-glib-1.0-0:amd64. 2015-11-06 03:06:14.962 | Preparing to unpack .../libjson-glib-1.0-0_0.16.2-1ubuntu1_amd64.deb ... 2015-11-06 03:06:14.963 | Unpacking libjson-glib-1.0-0:amd64 (0.16.2-1ubuntu1) ... 2015-11-06 03:06:14.990 | Selecting previously unselected package liblzo2-2:amd64. 2015-11-06 03:06:14.994 | Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... 2015-11-06 03:06:14.995 | Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... 2015-11-06 03:06:15.023 | Selecting previously unselected package libpaper1:amd64. 2015-11-06 03:06:15.027 | Preparing to unpack .../libpaper1_1.1.24+nmu2ubuntu3_amd64.deb ... 2015-11-06 03:06:15.029 | Unpacking libpaper1:amd64 (1.1.24+nmu2ubuntu3) ... 2015-11-06 03:06:15.054 | Selecting previously unselected package poppler-data. 2015-11-06 03:06:15.058 | Preparing to unpack .../poppler-data_0.4.6-4_all.deb ... 2015-11-06 03:06:15.066 | Unpacking poppler-data (0.4.6-4) ... 2015-11-06 03:06:15.570 | Selecting previously unselected package libvirt0. 2015-11-06 03:06:15.578 | Preparing to unpack .../libvirt0_1.2.12-0ubuntu14.2~cloud0_amd64.deb ... 2015-11-06 03:06:15.581 | Unpacking libvirt0 (1.2.12-0ubuntu14.2~cloud0) ... 2015-11-06 03:06:15.793 | Selecting previously unselected package supermin. 2015-11-06 03:06:15.798 | Preparing to unpack .../supermin_4.1.6-1_amd64.deb ... 2015-11-06 03:06:15.801 | Unpacking supermin (4.1.6-1) ... 2015-11-06 03:06:15.929 | Selecting previously unselected package btrfs-tools. 2015-11-06 03:06:15.933 | Preparing to unpack .../btrfs-tools_3.12-1_amd64.deb ... 2015-11-06 03:06:15.935 | Unpacking btrfs-tools (3.12-1) ... 2015-11-06 03:06:16.033 | Selecting previously unselected package reiserfsprogs. 2015-11-06 03:06:16.038 | Preparing to unpack .../reiserfsprogs_1%3a3.6.24-1_amd64.deb ... 2015-11-06 03:06:16.039 | Unpacking reiserfsprogs (1:3.6.24-1) ... 2015-11-06 03:06:16.102 | Selecting previously unselected package zfs-fuse. 2015-11-06 03:06:16.106 | Preparing to unpack .../zfs-fuse_0.7.0-10.1_amd64.deb ... 2015-11-06 03:06:16.107 | Unpacking zfs-fuse (0.7.0-10.1) ... 2015-11-06 03:06:16.185 | Selecting previously unselected package jfsutils. 2015-11-06 03:06:16.192 | Preparing to unpack .../jfsutils_1.1.15-2.1_amd64.deb ... 2015-11-06 03:06:16.194 | Unpacking jfsutils (1.1.15-2.1) ... 2015-11-06 03:06:16.249 | Selecting previously unselected package scrub. 2015-11-06 03:06:16.253 | Preparing to unpack .../scrub_2.5.2-2_amd64.deb ... 2015-11-06 03:06:16.255 | Unpacking scrub (2.5.2-2) ... 2015-11-06 03:06:16.280 | Selecting previously unselected package xfsprogs. 2015-11-06 03:06:16.285 | Preparing to unpack .../xfsprogs_3.1.9ubuntu2_amd64.deb ... 2015-11-06 03:06:16.287 | Unpacking xfsprogs (3.1.9ubuntu2) ... 2015-11-06 03:06:16.384 | Selecting previously unselected package libnetpbm10. 2015-11-06 03:06:16.389 | Preparing to unpack .../libnetpbm10_2%3a10.0-15ubuntu2_amd64.deb ... 2015-11-06 03:06:16.391 | Unpacking libnetpbm10 (2:10.0-15ubuntu2) ... 2015-11-06 03:06:16.412 | Selecting previously unselected package netpbm. 2015-11-06 03:06:16.421 | Preparing to unpack .../netpbm_2%3a10.0-15ubuntu2_amd64.deb ... 2015-11-06 03:06:16.423 | Unpacking netpbm (2:10.0-15ubuntu2) ... 2015-11-06 03:06:16.678 | Selecting previously unselected package libencode-locale-perl. 2015-11-06 03:06:16.690 | Preparing to unpack .../libencode-locale-perl_1.03-1_all.deb ... 2015-11-06 03:06:16.699 | Unpacking libencode-locale-perl (1.03-1) ... 2015-11-06 03:06:16.756 | Selecting previously unselected package libhttp-date-perl. 2015-11-06 03:06:16.762 | Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... 2015-11-06 03:06:16.765 | Unpacking libhttp-date-perl (6.02-1) ... 2015-11-06 03:06:16.797 | Selecting previously unselected package libfile-listing-perl. 2015-11-06 03:06:16.803 | Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... 2015-11-06 03:06:16.806 | Unpacking libfile-listing-perl (6.04-1) ... 2015-11-06 03:06:16.833 | Selecting previously unselected package liburi-perl. 2015-11-06 03:06:16.839 | Preparing to unpack .../liburi-perl_1.60-1_all.deb ... 2015-11-06 03:06:16.841 | Unpacking liburi-perl (1.60-1) ... 2015-11-06 03:06:16.887 | Selecting previously unselected package libhtml-tagset-perl. 2015-11-06 03:06:16.893 | Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... 2015-11-06 03:06:16.894 | Unpacking libhtml-tagset-perl (3.20-2) ... 2015-11-06 03:06:16.922 | Selecting previously unselected package libhtml-parser-perl. 2015-11-06 03:06:16.923 | Preparing to unpack .../libhtml-parser-perl_3.71-1build1_amd64.deb ... 2015-11-06 03:06:16.925 | Unpacking libhtml-parser-perl (3.71-1build1) ... 2015-11-06 03:06:16.956 | Selecting previously unselected package libhtml-tree-perl. 2015-11-06 03:06:16.959 | Preparing to unpack .../libhtml-tree-perl_5.03-1_all.deb ... 2015-11-06 03:06:16.963 | Unpacking libhtml-tree-perl (5.03-1) ... 2015-11-06 03:06:16.999 | Selecting previously unselected package libio-html-perl. 2015-11-06 03:06:17.003 | Preparing to unpack .../libio-html-perl_1.00-1_all.deb ... 2015-11-06 03:06:17.005 | Unpacking libio-html-perl (1.00-1) ... 2015-11-06 03:06:17.029 | Selecting previously unselected package liblwp-mediatypes-perl. 2015-11-06 03:06:17.033 | Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... 2015-11-06 03:06:17.035 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2015-11-06 03:06:17.060 | Selecting previously unselected package libhttp-message-perl. 2015-11-06 03:06:17.063 | Preparing to unpack .../libhttp-message-perl_6.06-1_all.deb ... 2015-11-06 03:06:17.065 | Unpacking libhttp-message-perl (6.06-1) ... 2015-11-06 03:06:17.095 | Selecting previously unselected package libhttp-cookies-perl. 2015-11-06 03:06:17.100 | Preparing to unpack .../libhttp-cookies-perl_6.00-2_all.deb ... 2015-11-06 03:06:17.102 | Unpacking libhttp-cookies-perl (6.00-2) ... 2015-11-06 03:06:17.126 | Selecting previously unselected package libhttp-negotiate-perl. 2015-11-06 03:06:17.130 | Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... 2015-11-06 03:06:17.132 | Unpacking libhttp-negotiate-perl (6.00-2) ... 2015-11-06 03:06:17.153 | Selecting previously unselected package libnet-ssleay-perl. 2015-11-06 03:06:17.158 | Preparing to unpack .../libnet-ssleay-perl_1.58-1_amd64.deb ... 2015-11-06 03:06:17.160 | Unpacking libnet-ssleay-perl (1.58-1) ... 2015-11-06 03:06:17.271 | Selecting previously unselected package libio-socket-ssl-perl. 2015-11-06 03:06:17.276 | Preparing to unpack .../libio-socket-ssl-perl_1.965-1ubuntu1_all.deb ... 2015-11-06 03:06:17.279 | Unpacking libio-socket-ssl-perl (1.965-1ubuntu1) ... 2015-11-06 03:06:17.329 | Selecting previously unselected package libnet-http-perl. 2015-11-06 03:06:17.334 | Preparing to unpack .../libnet-http-perl_6.06-1_all.deb ... 2015-11-06 03:06:17.337 | Unpacking libnet-http-perl (6.06-1) ... 2015-11-06 03:06:17.369 | Selecting previously unselected package liblwp-protocol-https-perl. 2015-11-06 03:06:17.373 | Preparing to unpack .../liblwp-protocol-https-perl_6.04-2ubuntu0.1_all.deb ... 2015-11-06 03:06:17.377 | Unpacking liblwp-protocol-https-perl (6.04-2ubuntu0.1) ... 2015-11-06 03:06:17.407 | Selecting previously unselected package libwww-robotrules-perl. 2015-11-06 03:06:17.411 | Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... 2015-11-06 03:06:17.414 | Unpacking libwww-robotrules-perl (6.01-1) ... 2015-11-06 03:06:17.442 | Selecting previously unselected package libwww-perl. 2015-11-06 03:06:17.446 | Preparing to unpack .../libwww-perl_6.05-2_all.deb ... 2015-11-06 03:06:17.448 | Unpacking libwww-perl (6.05-2) ... 2015-11-06 03:06:17.511 | Selecting previously unselected package icoutils. 2015-11-06 03:06:17.516 | Preparing to unpack .../icoutils_0.31.0-2_amd64.deb ... 2015-11-06 03:06:17.518 | Unpacking icoutils (0.31.0-2) ... 2015-11-06 03:06:17.558 | Selecting previously unselected package libldm-1.0-0. 2015-11-06 03:06:17.563 | Preparing to unpack .../libldm-1.0-0_0.2.3-2ubuntu1_amd64.deb ... 2015-11-06 03:06:17.565 | Unpacking libldm-1.0-0 (0.2.3-2ubuntu1) ... 2015-11-06 03:06:17.589 | Selecting previously unselected package ldmtool. 2015-11-06 03:06:17.593 | Preparing to unpack .../ldmtool_0.2.3-2ubuntu1_amd64.deb ... 2015-11-06 03:06:17.595 | Unpacking ldmtool (0.2.3-2ubuntu1) ... 2015-11-06 03:06:17.621 | Selecting previously unselected package libguestfs0:amd64. 2015-11-06 03:06:17.626 | Preparing to unpack .../libguestfs0_1%3a1.24.5-1_amd64.deb ... 2015-11-06 03:06:17.628 | Unpacking libguestfs0:amd64 (1:1.24.5-1) ... 2015-11-06 03:06:17.779 | Selecting previously unselected package libijs-0.35. 2015-11-06 03:06:17.784 | Preparing to unpack .../libijs-0.35_0.35-8build1_amd64.deb ... 2015-11-06 03:06:17.787 | Unpacking libijs-0.35 (0.35-8build1) ... 2015-11-06 03:06:17.831 | Selecting previously unselected package libjbig2dec0. 2015-11-06 03:06:17.832 | Preparing to unpack .../libjbig2dec0_0.11+20120125-1ubuntu1_amd64.deb ... 2015-11-06 03:06:17.834 | Unpacking libjbig2dec0 (0.11+20120125-1ubuntu1) ... 2015-11-06 03:06:17.869 | Selecting previously unselected package libgs9-common. 2015-11-06 03:06:17.874 | Preparing to unpack .../libgs9-common_9.10~dfsg-0ubuntu10.4_all.deb ... 2015-11-06 03:06:17.878 | Unpacking libgs9-common (9.10~dfsg-0ubuntu10.4) ... 2015-11-06 03:06:18.312 | Selecting previously unselected package libgs9. 2015-11-06 03:06:18.317 | Preparing to unpack .../libgs9_9.10~dfsg-0ubuntu10.4_amd64.deb ... 2015-11-06 03:06:18.320 | Unpacking libgs9 (9.10~dfsg-0ubuntu10.4) ... 2015-11-06 03:06:18.683 | Selecting previously unselected package gsfonts. 2015-11-06 03:06:18.695 | Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... 2015-11-06 03:06:18.700 | Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... 2015-11-06 03:06:18.814 | Selecting previously unselected package ghostscript. 2015-11-06 03:06:18.822 | Preparing to unpack .../ghostscript_9.10~dfsg-0ubuntu10.4_amd64.deb ... 2015-11-06 03:06:18.834 | Unpacking ghostscript (9.10~dfsg-0ubuntu10.4) ... 2015-11-06 03:06:18.881 | Selecting previously unselected package libfont-afm-perl. 2015-11-06 03:06:18.884 | Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... 2015-11-06 03:06:18.886 | Unpacking libfont-afm-perl (1.20-1) ... 2015-11-06 03:06:18.918 | Selecting previously unselected package libhtml-form-perl. 2015-11-06 03:06:18.923 | Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... 2015-11-06 03:06:18.926 | Unpacking libhtml-form-perl (6.03-1) ... 2015-11-06 03:06:18.952 | Selecting previously unselected package libhtml-format-perl. 2015-11-06 03:06:18.955 | Preparing to unpack .../libhtml-format-perl_2.11-1_all.deb ... 2015-11-06 03:06:18.959 | Unpacking libhtml-format-perl (2.11-1) ... 2015-11-06 03:06:18.990 | Selecting previously unselected package libhttp-daemon-perl. 2015-11-06 03:06:18.994 | Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... 2015-11-06 03:06:18.996 | Unpacking libhttp-daemon-perl (6.01-1) ... 2015-11-06 03:06:19.023 | Selecting previously unselected package libsocket6-perl. 2015-11-06 03:06:19.027 | Preparing to unpack .../libsocket6-perl_0.25-1_amd64.deb ... 2015-11-06 03:06:19.029 | Unpacking libsocket6-perl (0.25-1) ... 2015-11-06 03:06:19.059 | Selecting previously unselected package libio-socket-inet6-perl. 2015-11-06 03:06:19.063 | Preparing to unpack .../libio-socket-inet6-perl_2.71-1_all.deb ... 2015-11-06 03:06:19.066 | Unpacking libio-socket-inet6-perl (2.71-1) ... 2015-11-06 03:06:19.092 | Selecting previously unselected package libnet-smtp-ssl-perl. 2015-11-06 03:06:19.095 | Preparing to unpack .../libnet-smtp-ssl-perl_1.01-3_all.deb ... 2015-11-06 03:06:19.099 | Unpacking libnet-smtp-ssl-perl (1.01-3) ... 2015-11-06 03:06:19.123 | Selecting previously unselected package libmailtools-perl. 2015-11-06 03:06:19.126 | Preparing to unpack .../libmailtools-perl_2.12-1_all.deb ... 2015-11-06 03:06:19.130 | Unpacking libmailtools-perl (2.12-1) ... 2015-11-06 03:06:19.181 | Selecting previously unselected package libpaper-utils. 2015-11-06 03:06:19.184 | Preparing to unpack .../libpaper-utils_1.1.24+nmu2ubuntu3_amd64.deb ... 2015-11-06 03:06:19.188 | Unpacking libpaper-utils (1.1.24+nmu2ubuntu3) ... 2015-11-06 03:06:19.211 | Selecting previously unselected package libauthen-sasl-perl. 2015-11-06 03:06:19.215 | Preparing to unpack .../libauthen-sasl-perl_2.1500-1_all.deb ... 2015-11-06 03:06:19.218 | Unpacking libauthen-sasl-perl (2.1500-1) ... 2015-11-06 03:06:19.242 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:06:22.282 | Processing triggers for fontconfig (2.11.0-0ubuntu4.1) ... 2015-11-06 03:06:24.491 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:06:24.562 | Setting up libcupsfilters1:amd64 (1.0.52-0ubuntu1.5) ... 2015-11-06 03:06:24.586 | Setting up libcupsimage2:amd64 (1.7.2-0ubuntu1.6) ... 2015-11-06 03:06:24.605 | Setting up libjson-glib-1.0-common (0.16.2-1ubuntu1) ... 2015-11-06 03:06:24.613 | Setting up libjson-glib-1.0-0:amd64 (0.16.2-1ubuntu1) ... 2015-11-06 03:06:24.632 | Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... 2015-11-06 03:06:24.650 | Setting up libpaper1:amd64 (1.1.24+nmu2ubuntu3) ... 2015-11-06 03:06:24.913 | 2015-11-06 03:06:24.914 | Creating config file /etc/papersize with new version 2015-11-06 03:06:25.018 | Setting up poppler-data (0.4.6-4) ... 2015-11-06 03:06:25.063 | Setting up libvirt0 (1.2.12-0ubuntu14.2~cloud0) ... 2015-11-06 03:06:25.082 | Setting up supermin (4.1.6-1) ... 2015-11-06 03:06:25.092 | Setting up btrfs-tools (3.12-1) ... 2015-11-06 03:06:25.105 | update-initramfs: deferring update (trigger activated) 2015-11-06 03:06:25.123 | Setting up reiserfsprogs (1:3.6.24-1) ... 2015-11-06 03:06:25.135 | Setting up zfs-fuse (0.7.0-10.1) ... 2015-11-06 03:06:26.211 | * Starting zfs-fuse zfs-fuse 2015-11-06 03:06:26.419 | ...done. 2015-11-06 03:06:26.419 | * Immunizing zfs-fuse against OOM kills and sendsigs signals... 2015-11-06 03:06:26.424 | ...done. 2015-11-06 03:06:26.424 | * Mounting ZFS filesystems... 2015-11-06 03:06:26.432 | ...done. 2015-11-06 03:06:26.452 | Setting up jfsutils (1.1.15-2.1) ... 2015-11-06 03:06:26.461 | Setting up scrub (2.5.2-2) ... 2015-11-06 03:06:26.468 | Setting up xfsprogs (3.1.9ubuntu2) ... 2015-11-06 03:06:26.483 | Setting up libnetpbm10 (2:10.0-15ubuntu2) ... 2015-11-06 03:06:26.498 | Setting up netpbm (2:10.0-15ubuntu2) ... 2015-11-06 03:06:26.503 | Setting up libencode-locale-perl (1.03-1) ... 2015-11-06 03:06:26.509 | Setting up libhttp-date-perl (6.02-1) ... 2015-11-06 03:06:26.514 | Setting up libfile-listing-perl (6.04-1) ... 2015-11-06 03:06:26.518 | Setting up liburi-perl (1.60-1) ... 2015-11-06 03:06:26.523 | Setting up libhtml-tagset-perl (3.20-2) ... 2015-11-06 03:06:26.528 | Setting up libhtml-parser-perl (3.71-1build1) ... 2015-11-06 03:06:26.533 | Setting up libhtml-tree-perl (5.03-1) ... 2015-11-06 03:06:26.537 | Setting up libio-html-perl (1.00-1) ... 2015-11-06 03:06:26.542 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2015-11-06 03:06:26.546 | Setting up libhttp-message-perl (6.06-1) ... 2015-11-06 03:06:26.550 | Setting up libhttp-cookies-perl (6.00-2) ... 2015-11-06 03:06:26.555 | Setting up libhttp-negotiate-perl (6.00-2) ... 2015-11-06 03:06:26.558 | Setting up libnet-ssleay-perl (1.58-1) ... 2015-11-06 03:06:26.563 | Setting up libio-socket-ssl-perl (1.965-1ubuntu1) ... 2015-11-06 03:06:26.566 | Setting up libnet-http-perl (6.06-1) ... 2015-11-06 03:06:26.570 | Setting up libwww-robotrules-perl (6.01-1) ... 2015-11-06 03:06:26.575 | Setting up libldm-1.0-0 (0.2.3-2ubuntu1) ... 2015-11-06 03:06:26.584 | Setting up ldmtool (0.2.3-2ubuntu1) ... 2015-11-06 03:06:26.588 | Setting up libijs-0.35 (0.35-8build1) ... 2015-11-06 03:06:26.597 | Setting up libjbig2dec0 (0.11+20120125-1ubuntu1) ... 2015-11-06 03:06:26.607 | Setting up libgs9-common (9.10~dfsg-0ubuntu10.4) ... 2015-11-06 03:06:26.615 | update-alternatives: using /usr/share/ghostscript/9.10 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode 2015-11-06 03:06:26.617 | Setting up libgs9 (9.10~dfsg-0ubuntu10.4) ... 2015-11-06 03:06:26.627 | Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... 2015-11-06 03:06:26.641 | Setting up ghostscript (9.10~dfsg-0ubuntu10.4) ... 2015-11-06 03:06:26.655 | Setting up libfont-afm-perl (1.20-1) ... 2015-11-06 03:06:26.658 | Setting up libhtml-form-perl (6.03-1) ... 2015-11-06 03:06:26.662 | Setting up libhtml-format-perl (2.11-1) ... 2015-11-06 03:06:26.665 | Setting up libhttp-daemon-perl (6.01-1) ... 2015-11-06 03:06:26.669 | Setting up libsocket6-perl (0.25-1) ... 2015-11-06 03:06:26.672 | Setting up libio-socket-inet6-perl (2.71-1) ... 2015-11-06 03:06:26.676 | Setting up libnet-smtp-ssl-perl (1.01-3) ... 2015-11-06 03:06:26.680 | Setting up libmailtools-perl (2.12-1) ... 2015-11-06 03:06:26.683 | Setting up libpaper-utils (1.1.24+nmu2ubuntu3) ... 2015-11-06 03:06:26.686 | Setting up libauthen-sasl-perl (2.1500-1) ... 2015-11-06 03:06:26.692 | Setting up liblwp-protocol-https-perl (6.04-2ubuntu0.1) ... 2015-11-06 03:06:26.696 | Setting up libwww-perl (6.05-2) ... 2015-11-06 03:06:26.700 | Setting up icoutils (0.31.0-2) ... 2015-11-06 03:06:26.712 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:06:26.719 | Setting up libguestfs0:amd64 (1:1.24.5-1) ... 2015-11-06 03:06:26.727 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-06 03:06:26.741 | Processing triggers for initramfs-tools (0.103ubuntu4.2) ... 2015-11-06 03:06:26.752 | update-initramfs: Generating /boot/initrd.img-3.13.0-66-generic 2015-11-06 03:06:32.093 | + time_stop apt-get 2015-11-06 03:06:32.094 | + local name 2015-11-06 03:06:32.095 | + local end_time 2015-11-06 03:06:32.095 | + local elpased_time 2015-11-06 03:06:32.095 | + local total 2015-11-06 03:06:32.096 | + local start_time 2015-11-06 03:06:32.097 | + name=apt-get 2015-11-06 03:06:32.097 | + start_time=1446779170 2015-11-06 03:06:32.098 | + [[ -z 1446779170 ]] 2015-11-06 03:06:32.098 | ++ date +%s 2015-11-06 03:06:32.099 | + end_time=1446779192 2015-11-06 03:06:32.099 | + elapsed_time=22 2015-11-06 03:06:32.100 | + total=109 2015-11-06 03:06:32.100 | + START_TIME[$name]= 2015-11-06 03:06:32.100 | + TOTAL_TIME[$name]=131 2015-11-06 03:06:32.100 | + real_install_package libguestfs0 2015-11-06 03:06:32.101 | + is_ubuntu 2015-11-06 03:06:32.101 | + [[ -z deb ]] 2015-11-06 03:06:32.102 | + '[' deb = deb ']' 2015-11-06 03:06:32.102 | + apt_get install libguestfs0 2015-11-06 03:06:32.112 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install libguestfs0 2015-11-06 03:06:32.133 | Reading package lists... 2015-11-06 03:06:32.303 | Building dependency tree... 2015-11-06 03:06:32.304 | Reading state information... 2015-11-06 03:06:32.422 | libguestfs0 is already the newest version. 2015-11-06 03:06:32.423 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:06:32.425 | + time_stop apt-get 2015-11-06 03:06:32.426 | + local name 2015-11-06 03:06:32.426 | + local end_time 2015-11-06 03:06:32.427 | + local elpased_time 2015-11-06 03:06:32.427 | + local total 2015-11-06 03:06:32.428 | + local start_time 2015-11-06 03:06:32.428 | + name=apt-get 2015-11-06 03:06:32.428 | + start_time=1446779192 2015-11-06 03:06:32.429 | + [[ -z 1446779192 ]] 2015-11-06 03:06:32.429 | ++ date +%s 2015-11-06 03:06:32.431 | + end_time=1446779192 2015-11-06 03:06:32.432 | + elapsed_time=0 2015-11-06 03:06:32.432 | + total=131 2015-11-06 03:06:32.433 | + START_TIME[$name]= 2015-11-06 03:06:32.433 | + TOTAL_TIME[$name]=131 2015-11-06 03:06:32.434 | + install_package libvirt-bin libvirt-dev 2015-11-06 03:06:32.435 | + update_package_repo 2015-11-06 03:06:32.435 | + NO_UPDATE_REPOS=False 2015-11-06 03:06:32.436 | + REPOS_UPDATED=True 2015-11-06 03:06:32.436 | + RETRY_UPDATE=False 2015-11-06 03:06:32.437 | + [[ False = \T\r\u\e ]] 2015-11-06 03:06:32.437 | + is_ubuntu 2015-11-06 03:06:32.438 | + [[ -z deb ]] 2015-11-06 03:06:32.438 | + '[' deb = deb ']' 2015-11-06 03:06:32.441 | + real_install_package libvirt-bin libvirt-dev 2015-11-06 03:06:32.441 | + is_ubuntu 2015-11-06 03:06:32.442 | + [[ -z deb ]] 2015-11-06 03:06:32.442 | + '[' deb = deb ']' 2015-11-06 03:06:32.442 | + apt_get install libvirt-bin libvirt-dev 2015-11-06 03:06:32.453 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install libvirt-bin libvirt-dev 2015-11-06 03:06:32.468 | Reading package lists... 2015-11-06 03:06:32.627 | Building dependency tree... 2015-11-06 03:06:32.628 | Reading state information... 2015-11-06 03:06:32.736 | The following extra packages will be installed: 2015-11-06 03:06:32.736 | cgmanager libnetcf1 libnl-route-3-200 libxen-dev libxml2-utils 2015-11-06 03:06:32.737 | Suggested packages: 2015-11-06 03:06:32.737 | cgmanager-utils 2015-11-06 03:06:32.738 | The following NEW packages will be installed: 2015-11-06 03:06:32.739 | cgmanager libnetcf1 libnl-route-3-200 libvirt-bin libvirt-dev libxen-dev 2015-11-06 03:06:32.739 | libxml2-utils 2015-11-06 03:06:32.801 | 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:06:32.801 | Need to get 3086 kB of archives. 2015-11-06 03:06:32.802 | After this operation, 20.3 MB of additional disk space will be used. 2015-11-06 03:06:32.802 | Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libnl-route-3-200 amd64 3.2.21-1 [95.8 kB] 2015-11-06 03:06:32.832 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main libvirt-bin amd64 1.2.12-0ubuntu14.2~cloud0 [2292 kB] 2015-11-06 03:06:32.871 | Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cgmanager amd64 0.24-0ubuntu7.5 [49.6 kB] 2015-11-06 03:06:32.938 | Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libnetcf1 amd64 1:0.2.3-4ubuntu1 [44.4 kB] 2015-11-06 03:06:33.015 | Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxen-dev amd64 4.4.2-0ubuntu0.14.04.2 [452 kB] 2015-11-06 03:06:33.268 | Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.4 [34.7 kB] 2015-11-06 03:06:33.460 | Get:7 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main libvirt-dev amd64 1.2.12-0ubuntu14.2~cloud0 [118 kB] 2015-11-06 03:06:33.679 | Fetched 3086 kB in 0s (4299 kB/s) 2015-11-06 03:06:33.737 | Selecting previously unselected package libnl-route-3-200:amd64. 2015-11-06 03:06:33.769 | (Reading database ... 77028 files and directories currently installed.) 2015-11-06 03:06:33.771 | Preparing to unpack .../libnl-route-3-200_3.2.21-1_amd64.deb ... 2015-11-06 03:06:33.773 | Unpacking libnl-route-3-200:amd64 (3.2.21-1) ... 2015-11-06 03:06:33.821 | Selecting previously unselected package cgmanager. 2015-11-06 03:06:33.826 | Preparing to unpack .../cgmanager_0.24-0ubuntu7.5_amd64.deb ... 2015-11-06 03:06:33.830 | Unpacking cgmanager (0.24-0ubuntu7.5) ... 2015-11-06 03:06:33.867 | Selecting previously unselected package libnetcf1. 2015-11-06 03:06:33.872 | Preparing to unpack .../libnetcf1_1%3a0.2.3-4ubuntu1_amd64.deb ... 2015-11-06 03:06:33.873 | Unpacking libnetcf1 (1:0.2.3-4ubuntu1) ... 2015-11-06 03:06:33.909 | Selecting previously unselected package libvirt-bin. 2015-11-06 03:06:33.914 | Preparing to unpack .../libvirt-bin_1.2.12-0ubuntu14.2~cloud0_amd64.deb ... 2015-11-06 03:06:33.917 | Unpacking libvirt-bin (1.2.12-0ubuntu14.2~cloud0) ... 2015-11-06 03:06:34.282 | Selecting previously unselected package libxen-dev. 2015-11-06 03:06:34.289 | Preparing to unpack .../libxen-dev_4.4.2-0ubuntu0.14.04.2_amd64.deb ... 2015-11-06 03:06:34.291 | Unpacking libxen-dev (4.4.2-0ubuntu0.14.04.2) ... 2015-11-06 03:06:34.417 | Selecting previously unselected package libvirt-dev. 2015-11-06 03:06:34.422 | Preparing to unpack .../libvirt-dev_1.2.12-0ubuntu14.2~cloud0_amd64.deb ... 2015-11-06 03:06:34.423 | Unpacking libvirt-dev (1.2.12-0ubuntu14.2~cloud0) ... 2015-11-06 03:06:34.468 | Selecting previously unselected package libxml2-utils. 2015-11-06 03:06:34.473 | Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.4_amd64.deb ... 2015-11-06 03:06:34.477 | Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.4) ... 2015-11-06 03:06:34.504 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:06:34.946 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:06:34.989 | Setting up libnl-route-3-200:amd64 (3.2.21-1) ... 2015-11-06 03:06:35.005 | Setting up cgmanager (0.24-0ubuntu7.5) ... 2015-11-06 03:06:35.113 | cgmanager start/running, process 6788 2015-11-06 03:06:35.232 | cgproxy stop/pre-start, process 6825 2015-11-06 03:06:35.252 | Setting up libnetcf1 (1:0.2.3-4ubuntu1) ... 2015-11-06 03:06:35.278 | Setting up libxen-dev (4.4.2-0ubuntu0.14.04.2) ... 2015-11-06 03:06:35.289 | Setting up libvirt-dev (1.2.12-0ubuntu14.2~cloud0) ... 2015-11-06 03:06:35.304 | Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.4) ... 2015-11-06 03:06:35.313 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:06:35.324 | Setting up libvirt-bin (1.2.12-0ubuntu14.2~cloud0) ... 2015-11-06 03:06:35.472 | Adding group `libvirtd' (GID 119) ... 2015-11-06 03:06:35.491 | Done. 2015-11-06 03:06:38.222 | libvirt-bin start/running, process 7032 2015-11-06 03:06:38.239 | Setting up libvirt-bin dnsmasq configuration. 2015-11-06 03:06:38.267 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-06 03:06:38.286 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-06 03:06:38.475 | + time_stop apt-get 2015-11-06 03:06:38.476 | + local name 2015-11-06 03:06:38.477 | + local end_time 2015-11-06 03:06:38.477 | + local elpased_time 2015-11-06 03:06:38.478 | + local total 2015-11-06 03:06:38.478 | + local start_time 2015-11-06 03:06:38.479 | + name=apt-get 2015-11-06 03:06:38.479 | + start_time=1446779192 2015-11-06 03:06:38.480 | + [[ -z 1446779192 ]] 2015-11-06 03:06:38.480 | ++ date +%s 2015-11-06 03:06:38.480 | + end_time=1446779198 2015-11-06 03:06:38.481 | + elapsed_time=6 2015-11-06 03:06:38.481 | + total=131 2015-11-06 03:06:38.481 | + START_TIME[$name]= 2015-11-06 03:06:38.482 | + TOTAL_TIME[$name]=137 2015-11-06 03:06:38.482 | + real_install_package libvirt-bin libvirt-dev 2015-11-06 03:06:38.482 | + is_ubuntu 2015-11-06 03:06:38.483 | + [[ -z deb ]] 2015-11-06 03:06:38.483 | + '[' deb = deb ']' 2015-11-06 03:06:38.483 | + apt_get install libvirt-bin libvirt-dev 2015-11-06 03:06:38.490 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install libvirt-bin libvirt-dev 2015-11-06 03:06:38.506 | Reading package lists... 2015-11-06 03:06:38.661 | Building dependency tree... 2015-11-06 03:06:38.662 | Reading state information... 2015-11-06 03:06:38.781 | libvirt-bin is already the newest version. 2015-11-06 03:06:38.782 | libvirt-dev is already the newest version. 2015-11-06 03:06:38.782 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:06:38.784 | + time_stop apt-get 2015-11-06 03:06:38.785 | + local name 2015-11-06 03:06:38.785 | + local end_time 2015-11-06 03:06:38.786 | + local elpased_time 2015-11-06 03:06:38.786 | + local total 2015-11-06 03:06:38.786 | + local start_time 2015-11-06 03:06:38.787 | + name=apt-get 2015-11-06 03:06:38.787 | + start_time=1446779198 2015-11-06 03:06:38.788 | + [[ -z 1446779198 ]] 2015-11-06 03:06:38.788 | ++ date +%s 2015-11-06 03:06:38.789 | + end_time=1446779198 2015-11-06 03:06:38.789 | + elapsed_time=0 2015-11-06 03:06:38.790 | + total=137 2015-11-06 03:06:38.790 | + START_TIME[$name]= 2015-11-06 03:06:38.790 | + TOTAL_TIME[$name]=137 2015-11-06 03:06:38.791 | + pip_install_gr libvirt-python 2015-11-06 03:06:38.791 | + local name=libvirt-python 2015-11-06 03:06:38.791 | + local clean_name 2015-11-06 03:06:38.792 | ++ get_from_global_requirements libvirt-python 2015-11-06 03:06:38.792 | ++ local package=libvirt-python 2015-11-06 03:06:38.792 | ++ local required_pkg 2015-11-06 03:06:38.793 | +++ grep -i -h '^libvirt-python' /opt/stack/requirements/global-requirements.txt 2015-11-06 03:06:38.793 | +++ cut -d# -f1 2015-11-06 03:06:38.795 | ++ required_pkg='libvirt-python>=1.2.5 ' 2015-11-06 03:06:38.795 | ++ [[ libvirt-python>=1.2.5 == '' ]] 2015-11-06 03:06:38.796 | ++ echo 'libvirt-python>=1.2.5' 2015-11-06 03:06:38.797 | + clean_name='libvirt-python>=1.2.5' 2015-11-06 03:06:38.797 | + pip_install 'libvirt-python>=1.2.5' 2015-11-06 03:06:39.192 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'libvirt-python>=1.2.5' 2015-11-06 03:06:39.935 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:06:40.096 | Collecting libvirt-python===1.2.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2015-11-06 03:06:40.234 | /usr/local/lib/python2.7/dist-packages/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-06 03:06:40.235 | InsecurePlatformWarning 2015-11-06 03:06:40.517 | Downloading libvirt-python-1.2.20.tar.gz (170kB) 2015-11-06 03:06:40.936 | Building wheels for collected packages: libvirt-python 2015-11-06 03:06:40.937 | Running setup.py bdist_wheel for libvirt-python 2015-11-06 03:06:46.057 | Stored in directory: /root/.cache/pip/wheels/5f/b1/a8/b8f9ab511391cec5a713643b47a7b2b440795992f0c8f088fa 2015-11-06 03:06:46.073 | Successfully built libvirt-python 2015-11-06 03:06:46.074 | Installing collected packages: libvirt-python 2015-11-06 03:06:46.207 | Successfully installed libvirt-python-1.2.20 2015-11-06 03:06:46.506 | + local 'test_req=libvirt-python>=1.2.5/test-requirements.txt' 2015-11-06 03:06:46.507 | + [[ -e libvirt-python>=1.2.5/test-requirements.txt ]] 2015-11-06 03:06:46.508 | + time_stop pip_install 2015-11-06 03:06:46.508 | + local name 2015-11-06 03:06:46.508 | + local end_time 2015-11-06 03:06:46.509 | + local elpased_time 2015-11-06 03:06:46.509 | + local total 2015-11-06 03:06:46.510 | + local start_time 2015-11-06 03:06:46.510 | + name=pip_install 2015-11-06 03:06:46.510 | + start_time=1446779198 2015-11-06 03:06:46.511 | + [[ -z 1446779198 ]] 2015-11-06 03:06:46.511 | ++ date +%s 2015-11-06 03:06:46.511 | + end_time=1446779206 2015-11-06 03:06:46.512 | + elapsed_time=8 2015-11-06 03:06:46.512 | + total=222 2015-11-06 03:06:46.513 | + START_TIME[$name]= 2015-11-06 03:06:46.513 | + TOTAL_TIME[$name]=230 2015-11-06 03:06:46.514 | + [[ kvm == \l\x\c ]] 2015-11-06 03:06:46.514 | + is_service_enabled n-novnc 2015-11-06 03:06:46.515 | + return 0 2015-11-06 03:06:46.516 | ++ trueorfalse False NOVNC_FROM_PACKAGE 2015-11-06 03:06:46.523 | + NOVNC_FROM_PACKAGE=False 2015-11-06 03:06:46.524 | + '[' False = True ']' 2015-11-06 03:06:46.524 | + NOVNC_WEB_DIR=/opt/stack/noVNC 2015-11-06 03:06:46.525 | + git_clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC master 2015-11-06 03:06:46.525 | + local git_remote=https://github.com/kanaka/noVNC.git 2015-11-06 03:06:46.526 | + local git_dest=/opt/stack/noVNC 2015-11-06 03:06:46.526 | + local git_ref=master 2015-11-06 03:06:46.526 | + local orig_dir 2015-11-06 03:06:46.527 | ++ pwd 2015-11-06 03:06:46.527 | + orig_dir=/opt/stack/devstack 2015-11-06 03:06:46.528 | + local git_clone_flags= 2015-11-06 03:06:46.528 | ++ trueorfalse False RECLONE 2015-11-06 03:06:46.532 | + RECLONE=False 2015-11-06 03:06:46.533 | + [[ 0 -gt 0 ]] 2015-11-06 03:06:46.533 | + [[ False = \T\r\u\e ]] 2015-11-06 03:06:46.533 | + echo master 2015-11-06 03:06:46.534 | + egrep -q '^refs' 2015-11-06 03:06:46.535 | + [[ ! -d /opt/stack/noVNC ]] 2015-11-06 03:06:46.535 | + [[ False = \T\r\u\e ]] 2015-11-06 03:06:46.536 | + git_timed clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC 2015-11-06 03:06:46.536 | + local count=0 2015-11-06 03:06:46.536 | + local timeout=0 2015-11-06 03:06:46.537 | + [[ -n 0 ]] 2015-11-06 03:06:46.537 | + timeout=0 2015-11-06 03:06:46.537 | + timeout -s SIGINT 0 git clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC 2015-11-06 03:06:46.539 | Cloning into '/opt/stack/noVNC'... 2015-11-06 03:06:52.403 | + cd /opt/stack/noVNC 2015-11-06 03:06:52.404 | + git checkout master 2015-11-06 03:06:52.413 | Already on 'master' 2015-11-06 03:06:52.414 | Your branch is up-to-date with 'origin/master'. 2015-11-06 03:06:52.415 | + cd /opt/stack/noVNC 2015-11-06 03:06:52.416 | + git show --oneline 2015-11-06 03:06:52.416 | + head -1 2015-11-06 03:06:52.418 | 6a90803 Merge pull request #543 from DvdGiessen/fix/vnc_sendpassword_auth 2015-11-06 03:06:52.418 | + cd /opt/stack/devstack 2015-11-06 03:06:52.419 | + is_service_enabled n-spice 2015-11-06 03:06:52.423 | + return 1 2015-11-06 03:06:52.423 | + git_clone git://git.openstack.org/openstack/nova.git /opt/stack/nova master 2015-11-06 03:06:52.423 | + local git_remote=git://git.openstack.org/openstack/nova.git 2015-11-06 03:06:52.423 | + local git_dest=/opt/stack/nova 2015-11-06 03:06:52.423 | + local git_ref=master 2015-11-06 03:06:52.424 | + local orig_dir 2015-11-06 03:06:52.424 | ++ pwd 2015-11-06 03:06:52.425 | + orig_dir=/opt/stack/devstack 2015-11-06 03:06:52.425 | + local git_clone_flags= 2015-11-06 03:06:52.426 | ++ trueorfalse False RECLONE 2015-11-06 03:06:52.431 | + RECLONE=False 2015-11-06 03:06:52.431 | + [[ 0 -gt 0 ]] 2015-11-06 03:06:52.432 | + [[ False = \T\r\u\e ]] 2015-11-06 03:06:52.432 | + echo master 2015-11-06 03:06:52.433 | + egrep -q '^refs' 2015-11-06 03:06:52.433 | + [[ ! -d /opt/stack/nova ]] 2015-11-06 03:06:52.433 | + [[ False = \T\r\u\e ]] 2015-11-06 03:06:52.434 | + git_timed clone git://git.openstack.org/openstack/nova.git /opt/stack/nova 2015-11-06 03:06:52.434 | + local count=0 2015-11-06 03:06:52.435 | + local timeout=0 2015-11-06 03:06:52.435 | + [[ -n 0 ]] 2015-11-06 03:06:52.435 | + timeout=0 2015-11-06 03:06:52.436 | + timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/nova.git /opt/stack/nova 2015-11-06 03:06:52.437 | Cloning into '/opt/stack/nova'... 2015-11-06 03:08:35.317 | + cd /opt/stack/nova 2015-11-06 03:08:35.317 | + git checkout master 2015-11-06 03:08:35.460 | Already on 'master' 2015-11-06 03:08:35.460 | Your branch is up-to-date with 'origin/master'. 2015-11-06 03:08:35.461 | + cd /opt/stack/nova 2015-11-06 03:08:35.462 | + git show --oneline 2015-11-06 03:08:35.462 | + head -1 2015-11-06 03:08:35.466 | 74509a7 Merge "hacking check for contextlib.nested for py34 support" 2015-11-06 03:08:35.466 | + cd /opt/stack/devstack 2015-11-06 03:08:35.467 | + setup_develop /opt/stack/nova 2015-11-06 03:08:35.467 | + local project_dir=/opt/stack/nova 2015-11-06 03:08:35.468 | + setup_package_with_constraints_edit /opt/stack/nova -e 2015-11-06 03:08:35.468 | + local project_dir=/opt/stack/nova 2015-11-06 03:08:35.469 | + local flags=-e 2015-11-06 03:08:35.469 | + '[' -n /opt/stack/requirements ']' 2015-11-06 03:08:35.470 | + local name 2015-11-06 03:08:35.470 | ++ awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2015-11-06 03:08:35.471 | + name=nova 2015-11-06 03:08:35.472 | + /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2015-11-06 03:08:35.583 | + setup_package /opt/stack/nova -e 2015-11-06 03:08:35.584 | + local project_dir=/opt/stack/nova 2015-11-06 03:08:35.584 | + local flags=-e 2015-11-06 03:08:35.585 | + pip_install -e /opt/stack/nova 2015-11-06 03:08:35.985 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2015-11-06 03:08:36.513 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:08:36.601 | Obtaining file:///opt/stack/nova 2015-11-06 03:08:38.450 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:08:38.451 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:08:38.453 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:08:38.453 | Requirement already satisfied (use --upgrade to upgrade): Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2015-11-06 03:08:38.455 | Requirement already satisfied (use --upgrade to upgrade): PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2015-11-06 03:08:38.456 | Requirement already satisfied (use --upgrade to upgrade): Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2015-11-06 03:08:38.458 | Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy===1.0.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2015-11-06 03:08:38.459 | Requirement already satisfied (use --upgrade to upgrade): WebOb===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2015-11-06 03:08:38.460 | Requirement already satisfied (use --upgrade to upgrade): alembic===0.8.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 59)) 2015-11-06 03:08:38.488 | Collecting boto===2.38.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 72)) 2015-11-06 03:08:38.935 | /usr/local/lib/python2.7/dist-packages/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-06 03:08:38.935 | InsecurePlatformWarning 2015-11-06 03:08:39.289 | Downloading boto-2.38.0-py2.py3-none-any.whl (1.3MB) 2015-11-06 03:08:39.900 | Requirement already satisfied (use --upgrade to upgrade): cryptography===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2015-11-06 03:08:39.902 | Requirement already satisfied (use --upgrade to upgrade): decorator===4.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) 2015-11-06 03:08:39.903 | Requirement already satisfied (use --upgrade to upgrade): enum34===1.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) 2015-11-06 03:08:39.905 | Requirement already satisfied (use --upgrade to upgrade): eventlet===0.17.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2015-11-06 03:08:39.906 | Requirement already satisfied (use --upgrade to upgrade): greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2015-11-06 03:08:39.907 | Requirement already satisfied (use --upgrade to upgrade): idna===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135)) 2015-11-06 03:08:39.908 | Requirement already satisfied (use --upgrade to upgrade): ipaddress===1.0.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2015-11-06 03:08:39.908 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2015-11-06 03:08:39.909 | Requirement already satisfied (use --upgrade to upgrade): jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2015-11-06 03:08:39.911 | Requirement already satisfied (use --upgrade to upgrade): keystonemiddleware===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2015-11-06 03:08:39.913 | Requirement already satisfied (use --upgrade to upgrade): lxml===3.4.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) 2015-11-06 03:08:39.915 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2015-11-06 03:08:39.916 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2015-11-06 03:08:39.917 | Requirement already satisfied (use --upgrade to upgrade): os-brick===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186)) 2015-11-06 03:08:39.919 | Requirement already satisfied (use --upgrade to upgrade): oslo.concurrency===2.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:08:39.921 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:08:39.923 | Requirement already satisfied (use --upgrade to upgrade): oslo.context===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:08:39.924 | Requirement already satisfied (use --upgrade to upgrade): oslo.db===3.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2015-11-06 03:08:39.927 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2015-11-06 03:08:39.928 | Requirement already satisfied (use --upgrade to upgrade): oslo.log===1.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2015-11-06 03:08:39.930 | Requirement already satisfied (use --upgrade to upgrade): oslo.messaging===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) 2015-11-06 03:08:39.934 | Requirement already satisfied (use --upgrade to upgrade): oslo.middleware===2.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2015-11-06 03:08:39.936 | Requirement already satisfied (use --upgrade to upgrade): oslo.reports===0.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2015-11-06 03:08:39.938 | Requirement already satisfied (use --upgrade to upgrade): oslo.rootwrap===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2015-11-06 03:08:39.939 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2015-11-06 03:08:39.941 | Requirement already satisfied (use --upgrade to upgrade): oslo.service===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) 2015-11-06 03:08:39.944 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) 2015-11-06 03:08:39.946 | Requirement already satisfied (use --upgrade to upgrade): oslo.versionedobjects===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) 2015-11-06 03:08:39.948 | Requirement already satisfied (use --upgrade to upgrade): paramiko===1.15.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) 2015-11-06 03:08:39.950 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) 2015-11-06 03:08:39.951 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) 2015-11-06 03:08:39.951 | Requirement already satisfied (use --upgrade to upgrade): psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2015-11-06 03:08:39.952 | Requirement already satisfied (use --upgrade to upgrade): pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2015-11-06 03:08:39.953 | Requirement already satisfied (use --upgrade to upgrade): pycadf===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2015-11-06 03:08:39.955 | Requirement already satisfied (use --upgrade to upgrade): pycrypto===2.6.1 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2015-11-06 03:08:39.955 | Requirement already satisfied (use --upgrade to upgrade): pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2015-11-06 03:08:39.981 | Collecting python-cinderclient===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) 2015-11-06 03:08:40.107 | Downloading python_cinderclient-1.4.0-py2.py3-none-any.whl (233kB) 2015-11-06 03:08:40.238 | Requirement already satisfied (use --upgrade to upgrade): python-editor===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2015-11-06 03:08:40.239 | Requirement already satisfied (use --upgrade to upgrade): python-glanceclient===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) 2015-11-06 03:08:40.241 | Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2015-11-06 03:08:40.244 | Requirement already satisfied (use --upgrade to upgrade): python-neutronclient===3.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) 2015-11-06 03:08:40.247 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) 2015-11-06 03:08:40.249 | Requirement already satisfied (use --upgrade to upgrade): repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2015-11-06 03:08:40.250 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) 2015-11-06 03:08:40.253 | Requirement already satisfied (use --upgrade to upgrade): retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) 2015-11-06 03:08:40.279 | Collecting rfc3986===0.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) 2015-11-06 03:08:40.372 | Downloading rfc3986-0.2.2-py2-none-any.whl 2015-11-06 03:08:40.423 | Requirement already satisfied (use --upgrade to upgrade): simplejson===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2015-11-06 03:08:40.424 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2015-11-06 03:08:40.425 | Requirement already satisfied (use --upgrade to upgrade): sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) 2015-11-06 03:08:40.427 | Requirement already satisfied (use --upgrade to upgrade): sqlparse===0.1.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) 2015-11-06 03:08:40.429 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) 2015-11-06 03:08:40.430 | Requirement already satisfied (use --upgrade to upgrade): trollius===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2015-11-06 03:08:40.431 | Requirement already satisfied (use --upgrade to upgrade): warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) 2015-11-06 03:08:40.463 | Collecting websockify===0.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) 2015-11-06 03:08:40.557 | Downloading websockify-0.7.0.tar.gz (231kB) 2015-11-06 03:08:40.903 | Requirement already satisfied (use --upgrade to upgrade): setuptools>=16.0 in /usr/local/lib/python2.7/dist-packages (from nova==13.0.0.dev84) 2015-11-06 03:08:40.905 | Requirement already satisfied (use --upgrade to upgrade): Mako===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 6)) 2015-11-06 03:08:40.907 | Requirement already satisfied (use --upgrade to upgrade): cffi===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) 2015-11-06 03:08:40.908 | Requirement already satisfied (use --upgrade to upgrade): functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) 2015-11-06 03:08:40.908 | Requirement already satisfied (use --upgrade to upgrade): fasteners===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) 2015-11-06 03:08:40.910 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from oslo.config===2.6.0->-c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:08:40.910 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2015-11-06 03:08:40.912 | Requirement already satisfied (use --upgrade to upgrade): futurist===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2015-11-06 03:08:40.913 | Requirement already satisfied (use --upgrade to upgrade): cachetools===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) 2015-11-06 03:08:40.914 | Requirement already satisfied (use --upgrade to upgrade): kombu===3.0.28 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2015-11-06 03:08:40.916 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:08:40.917 | Requirement already satisfied (use --upgrade to upgrade): amqp===1.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) 2015-11-06 03:08:40.918 | Requirement already satisfied (use --upgrade to upgrade): aioeventlet===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) 2015-11-06 03:08:40.919 | Requirement already satisfied (use --upgrade to upgrade): ordereddict===1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) 2015-11-06 03:08:40.920 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) 2015-11-06 03:08:40.921 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:08:40.922 | Requirement already satisfied (use --upgrade to upgrade): ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) 2015-11-06 03:08:40.923 | Requirement already satisfied (use --upgrade to upgrade): cliff===1.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82)) 2015-11-06 03:08:40.925 | Requirement already satisfied (use --upgrade to upgrade): Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2015-11-06 03:08:40.926 | Requirement already satisfied (use --upgrade to upgrade): futures===3.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) 2015-11-06 03:08:40.927 | Requirement already satisfied (use --upgrade to upgrade): jsonpatch===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2015-11-06 03:08:40.928 | Collecting numpy===1.10.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2015-11-06 03:08:41.075 | Downloading numpy-1.10.1.tar.gz (4.0MB) 2015-11-06 03:08:42.665 | Requirement already satisfied (use --upgrade to upgrade): pycparser===2.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2015-11-06 03:08:42.666 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) 2015-11-06 03:08:42.667 | Requirement already satisfied (use --upgrade to upgrade): contextlib2===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) 2015-11-06 03:08:42.667 | Requirement already satisfied (use --upgrade to upgrade): anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2015-11-06 03:08:42.667 | Requirement already satisfied (use --upgrade to upgrade): cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) 2015-11-06 03:08:42.668 | Requirement already satisfied (use --upgrade to upgrade): pyparsing===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2015-11-06 03:08:42.668 | Requirement already satisfied (use --upgrade to upgrade): unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) 2015-11-06 03:08:42.669 | Requirement already satisfied (use --upgrade to upgrade): jsonpointer===1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2015-11-06 03:08:42.669 | Building wheels for collected packages: numpy, websockify 2015-11-06 03:08:42.670 | Running setup.py bdist_wheel for numpy 2015-11-06 03:11:11.784 | Stored in directory: /root/.cache/pip/wheels/b3/d0/9c/c860a697e3ea6929e396a5c55fc5aa2ed7413d24332a9c5299 2015-11-06 03:11:12.005 | Running setup.py bdist_wheel for websockify 2015-11-06 03:11:12.317 | Stored in directory: /root/.cache/pip/wheels/f3/74/5e/308c5f4c1771a8b36803dfdb166f426aae6b004e13e2fdd1a9 2015-11-06 03:11:12.323 | Successfully built numpy websockify 2015-11-06 03:11:12.324 | Installing collected packages: boto, numpy, python-cinderclient, rfc3986, websockify, nova 2015-11-06 03:11:12.800 | Found existing installation: numpy 1.8.2 2015-11-06 03:11:12.801 | DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2015-11-06 03:11:12.801 | Uninstalling numpy-1.8.2: 2015-11-06 03:11:12.802 | Successfully uninstalled numpy-1.8.2 2015-11-06 03:11:13.686 | Running setup.py develop for nova 2015-11-06 03:11:15.314 | Successfully installed boto-2.38.0 nova numpy-1.10.1 python-cinderclient-1.4.0 rfc3986-0.2.2 websockify-0.7.0 2015-11-06 03:11:15.536 | + local test_req=/opt/stack/nova/test-requirements.txt 2015-11-06 03:11:15.536 | + [[ -e /opt/stack/nova/test-requirements.txt ]] 2015-11-06 03:11:15.537 | + echo 'Installing test-requirements for /opt/stack/nova/test-requirements.txt' 2015-11-06 03:11:15.538 | Installing test-requirements for /opt/stack/nova/test-requirements.txt 2015-11-06 03:11:15.538 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/nova/test-requirements.txt 2015-11-06 03:11:16.192 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:11:16.308 | Requirement already satisfied (use --upgrade to upgrade): PyMySQL===0.6.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) 2015-11-06 03:11:16.310 | Requirement already satisfied (use --upgrade to upgrade): Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2015-11-06 03:11:16.311 | Requirement already satisfied (use --upgrade to upgrade): bandit===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2015-11-06 03:11:16.312 | Requirement already satisfied (use --upgrade to upgrade): coverage===4.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2015-11-06 03:11:16.313 | Requirement already satisfied (use --upgrade to upgrade): docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) 2015-11-06 03:11:16.314 | Requirement already satisfied (use --upgrade to upgrade): fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) 2015-11-06 03:11:16.316 | Requirement already satisfied (use --upgrade to upgrade): mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2015-11-06 03:11:16.318 | Requirement already satisfied (use --upgrade to upgrade): mox3===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2015-11-06 03:11:16.319 | Requirement already satisfied (use --upgrade to upgrade): os-testr===0.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2015-11-06 03:11:16.320 | Requirement already satisfied (use --upgrade to upgrade): oslo.vmware===1.23.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) 2015-11-06 03:11:16.322 | Requirement already satisfied (use --upgrade to upgrade): oslosphinx===3.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) 2015-11-06 03:11:16.323 | Requirement already satisfied (use --upgrade to upgrade): oslotest===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) 2015-11-06 03:11:16.325 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) 2015-11-06 03:11:16.325 | Requirement already satisfied (use --upgrade to upgrade): psycopg2===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) 2015-11-06 03:11:16.326 | Requirement already satisfied (use --upgrade to upgrade): python-barbicanclient===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) 2015-11-06 03:11:16.349 | Collecting python-ironicclient===0.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2015-11-06 03:11:16.516 | /usr/local/lib/python2.7/dist-packages/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-06 03:11:16.517 | InsecurePlatformWarning 2015-11-06 03:11:16.797 | Downloading python_ironicclient-0.9.0-py2.py3-none-any.whl (125kB) 2015-11-06 03:11:16.964 | Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2015-11-06 03:11:16.993 | Collecting python-openstackclient===1.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 272)) 2015-11-06 03:11:17.159 | Downloading python_openstackclient-1.8.0-py2.py3-none-any.whl (333kB) 2015-11-06 03:11:17.373 | Requirement already satisfied (use --upgrade to upgrade): python-subunit===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) 2015-11-06 03:11:17.375 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) 2015-11-06 03:11:17.378 | Requirement already satisfied (use --upgrade to upgrade): requests-mock===0.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) 2015-11-06 03:11:17.379 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2015-11-06 03:11:17.380 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) 2015-11-06 03:11:17.381 | Requirement already satisfied (use --upgrade to upgrade): suds-jurko===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2015-11-06 03:11:17.382 | Requirement already satisfied (use --upgrade to upgrade): tempest-lib===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2015-11-06 03:11:17.384 | Requirement already satisfied (use --upgrade to upgrade): testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) 2015-11-06 03:11:17.386 | Requirement already satisfied (use --upgrade to upgrade): testresources===0.2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) 2015-11-06 03:11:17.387 | Requirement already satisfied (use --upgrade to upgrade): testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) 2015-11-06 03:11:17.389 | Requirement already satisfied (use --upgrade to upgrade): testtools===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2015-11-06 03:11:17.390 | Requirement already satisfied (use --upgrade to upgrade): traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2015-11-06 03:11:17.391 | Requirement already satisfied (use --upgrade to upgrade): unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2015-11-06 03:11:17.393 | Requirement already satisfied (use --upgrade to upgrade): urllib3===1.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2015-11-06 03:11:17.396 | Requirement already satisfied (use --upgrade to upgrade): hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/nova/test-requirements.txt (line 1)) 2015-11-06 03:11:17.398 | Requirement already satisfied (use --upgrade to upgrade): Pygments===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) 2015-11-06 03:11:17.398 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:11:17.400 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:11:17.400 | Requirement already satisfied (use --upgrade to upgrade): appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2015-11-06 03:11:17.402 | Requirement already satisfied (use --upgrade to upgrade): funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) 2015-11-06 03:11:17.403 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:11:17.404 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2015-11-06 03:11:17.405 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) 2015-11-06 03:11:17.407 | Requirement already satisfied (use --upgrade to upgrade): oslo.concurrency===2.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2015-11-06 03:11:17.409 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2015-11-06 03:11:17.411 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2015-11-06 03:11:17.412 | Requirement already satisfied (use --upgrade to upgrade): eventlet===0.17.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2015-11-06 03:11:17.413 | Requirement already satisfied (use --upgrade to upgrade): os-client-config===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) 2015-11-06 03:11:17.415 | Requirement already satisfied (use --upgrade to upgrade): cliff===1.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82)) 2015-11-06 03:11:17.417 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2015-11-06 03:11:17.419 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from python-barbicanclient===3.3.0->-c /opt/stack/requirements/upper-constraints.txt (line 251)) 2015-11-06 03:11:17.419 | Requirement already satisfied (use --upgrade to upgrade): httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2015-11-06 03:11:17.420 | Requirement already satisfied (use --upgrade to upgrade): lxml===3.4.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) 2015-11-06 03:11:17.422 | Requirement already satisfied (use --upgrade to upgrade): anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2015-11-06 03:11:17.423 | Requirement already satisfied (use --upgrade to upgrade): dogpile.cache===0.5.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) 2015-11-06 03:11:17.424 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) 2015-11-06 03:11:17.424 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2015-11-06 03:11:17.426 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:11:17.427 | Requirement already satisfied (use --upgrade to upgrade): python-neutronclient===3.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) 2015-11-06 03:11:17.430 | Requirement already satisfied (use --upgrade to upgrade): python-glanceclient===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) 2015-11-06 03:11:17.432 | Requirement already satisfied (use --upgrade to upgrade): python-novaclient===2.32.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2015-11-06 03:11:17.435 | Requirement already satisfied (use --upgrade to upgrade): python-cinderclient===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) 2015-11-06 03:11:17.437 | Requirement already satisfied (use --upgrade to upgrade): extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) 2015-11-06 03:11:17.438 | Requirement already satisfied (use --upgrade to upgrade): paramiko===1.15.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) 2015-11-06 03:11:17.439 | Requirement already satisfied (use --upgrade to upgrade): oslo.log===1.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2015-11-06 03:11:17.442 | Requirement already satisfied (use --upgrade to upgrade): jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2015-11-06 03:11:17.443 | Requirement already satisfied (use --upgrade to upgrade): python-mimeparse===0.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) 2015-11-06 03:11:17.444 | Requirement already satisfied (use --upgrade to upgrade): linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) 2015-11-06 03:11:17.445 | Requirement already satisfied (use --upgrade to upgrade): mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 1)) 2015-11-06 03:11:17.446 | Requirement already satisfied (use --upgrade to upgrade): flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 1)) 2015-11-06 03:11:17.448 | Requirement already satisfied (use --upgrade to upgrade): pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 1)) 2015-11-06 03:11:17.449 | Requirement already satisfied (use --upgrade to upgrade): pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 1)) 2015-11-06 03:11:17.451 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:11:17.452 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) 2015-11-06 03:11:17.454 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:11:17.455 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2015-11-06 03:11:17.456 | Requirement already satisfied (use --upgrade to upgrade): enum34===1.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) 2015-11-06 03:11:17.458 | Requirement already satisfied (use --upgrade to upgrade): fasteners===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) 2015-11-06 03:11:17.459 | Requirement already satisfied (use --upgrade to upgrade): retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) 2015-11-06 03:11:17.461 | Requirement already satisfied (use --upgrade to upgrade): greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2015-11-06 03:11:17.462 | Requirement already satisfied (use --upgrade to upgrade): keystoneauth1===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2015-11-06 03:11:17.463 | Requirement already satisfied (use --upgrade to upgrade): cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) 2015-11-06 03:11:17.464 | Requirement already satisfied (use --upgrade to upgrade): pyparsing===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2015-11-06 03:11:17.465 | Requirement already satisfied (use --upgrade to upgrade): unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) 2015-11-06 03:11:17.466 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) 2015-11-06 03:11:17.467 | Requirement already satisfied (use --upgrade to upgrade): dogpile.core===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) 2015-11-06 03:11:17.468 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) 2015-11-06 03:11:17.469 | Requirement already satisfied (use --upgrade to upgrade): simplejson===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2015-11-06 03:11:17.470 | Requirement already satisfied (use --upgrade to upgrade): warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) 2015-11-06 03:11:17.472 | Requirement already satisfied (use --upgrade to upgrade): ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) 2015-11-06 03:11:17.472 | Requirement already satisfied (use --upgrade to upgrade): pycrypto===2.6.1 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2015-11-06 03:11:17.473 | Requirement already satisfied (use --upgrade to upgrade): pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2015-11-06 03:11:17.474 | Requirement already satisfied (use --upgrade to upgrade): oslo.context===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:11:17.475 | Requirement already satisfied (use --upgrade to upgrade): functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) 2015-11-06 03:11:17.476 | Requirement already satisfied (use --upgrade to upgrade): jsonpatch===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2015-11-06 03:11:17.477 | Requirement already satisfied (use --upgrade to upgrade): jsonpointer===1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2015-11-06 03:11:17.478 | Installing collected packages: python-openstackclient, python-ironicclient 2015-11-06 03:11:18.050 | Successfully installed python-ironicclient-0.9.0 python-openstackclient-1.8.0 2015-11-06 03:11:18.248 | + time_stop pip_install 2015-11-06 03:11:18.248 | + local name 2015-11-06 03:11:18.249 | + local end_time 2015-11-06 03:11:18.249 | + local elpased_time 2015-11-06 03:11:18.249 | + local total 2015-11-06 03:11:18.250 | + local start_time 2015-11-06 03:11:18.250 | + name=pip_install 2015-11-06 03:11:18.250 | + start_time=1446779315 2015-11-06 03:11:18.251 | + [[ -z 1446779315 ]] 2015-11-06 03:11:18.251 | ++ date +%s 2015-11-06 03:11:18.251 | + end_time=1446779478 2015-11-06 03:11:18.252 | + elapsed_time=163 2015-11-06 03:11:18.252 | + total=230 2015-11-06 03:11:18.252 | + START_TIME[$name]= 2015-11-06 03:11:18.253 | + TOTAL_TIME[$name]=393 2015-11-06 03:11:18.253 | + [[ -e == \-\e ]] 2015-11-06 03:11:18.254 | + safe_chown -R vagrant /opt/stack/nova/nova.egg-info 2015-11-06 03:11:18.254 | + _safe_permission_operation chown -R vagrant /opt/stack/nova/nova.egg-info 2015-11-06 03:11:18.259 | + sudo chown -R vagrant /opt/stack/nova/nova.egg-info 2015-11-06 03:11:18.266 | + sudo install -D -m 0644 -o vagrant /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2015-11-06 03:11:18.278 | + '[' False == True ']' 2015-11-06 03:11:18.279 | + [[ False = True ]] 2015-11-06 03:11:18.279 | + cleanup_nova 2015-11-06 03:11:18.279 | + is_service_enabled n-cpu 2015-11-06 03:11:18.283 | + return 0 2015-11-06 03:11:18.283 | + clean_iptables 2015-11-06 03:11:18.283 | + sudo iptables -S -v 2015-11-06 03:11:18.284 | + sed 's/-c [0-9]* [0-9]* //g' 2015-11-06 03:11:18.284 | + grep nova 2015-11-06 03:11:18.285 | + grep '\-A' 2015-11-06 03:11:18.285 | + sed s/-A/-D/g 2015-11-06 03:11:18.286 | + bash 2015-11-06 03:11:18.288 | + awk '{print "sudo iptables",$0}' 2015-11-06 03:11:18.296 | + sudo iptables -S -v -t nat 2015-11-06 03:11:18.297 | + sed 's/-c [0-9]* [0-9]* //g' 2015-11-06 03:11:18.297 | + grep nova 2015-11-06 03:11:18.298 | + sed s/-A/-D/g 2015-11-06 03:11:18.298 | + grep '\-A' 2015-11-06 03:11:18.299 | + awk '{print "sudo iptables -t nat",$0}' 2015-11-06 03:11:18.300 | + bash 2015-11-06 03:11:18.306 | + sudo iptables -S -v 2015-11-06 03:11:18.307 | + sed 's/-c [0-9]* [0-9]* //g' 2015-11-06 03:11:18.307 | + grep nova 2015-11-06 03:11:18.307 | + sed s/-N/-X/g 2015-11-06 03:11:18.309 | + grep '\-N' 2015-11-06 03:11:18.310 | + bash 2015-11-06 03:11:18.310 | + awk '{print "sudo iptables",$0}' 2015-11-06 03:11:18.318 | + sudo iptables -S -v -t nat 2015-11-06 03:11:18.319 | + sed 's/-c [0-9]* [0-9]* //g' 2015-11-06 03:11:18.319 | + grep nova 2015-11-06 03:11:18.320 | + sed s/-N/-X/g 2015-11-06 03:11:18.320 | + grep '\-N' 2015-11-06 03:11:18.321 | + bash 2015-11-06 03:11:18.322 | + awk '{print "sudo iptables -t nat",$0}' 2015-11-06 03:11:18.328 | + local instances 2015-11-06 03:11:18.329 | ++ sudo virsh list --all 2015-11-06 03:11:18.329 | ++ grep instance- 2015-11-06 03:11:18.331 | ++ sed 's/.*\(instance-[0-9a-fA-F]*\).*/\1/g' 2015-11-06 03:11:18.350 | + instances= 2015-11-06 03:11:18.351 | + '[' '!' '' = '' ']' 2015-11-06 03:11:18.351 | + local tgts 2015-11-06 03:11:18.351 | ++ sudo iscsiadm --mode node 2015-11-06 03:11:18.352 | ++ grep volume- 2015-11-06 03:11:18.352 | ++ cut -d ' ' -f2 2015-11-06 03:11:18.358 | iscsiadm: No records found 2015-11-06 03:11:18.361 | + tgts= 2015-11-06 03:11:18.361 | + local target 2015-11-06 03:11:18.361 | + sudo iscsiadm --mode node --op delete 2015-11-06 03:11:18.367 | iscsiadm: No records found 2015-11-06 03:11:18.369 | + true 2015-11-06 03:11:18.369 | + sudo rm -rf '/opt/stack/data/nova/instances/*' 2015-11-06 03:11:18.376 | + sudo rm -rf /opt/stack/data/nova /var/cache/nova 2015-11-06 03:11:18.383 | + '[' False == True ']' 2015-11-06 03:11:18.383 | + configure_nova 2015-11-06 03:11:18.384 | + sudo install -d -o vagrant /etc/nova 2015-11-06 03:11:18.390 | + install_default_policy nova 2015-11-06 03:11:18.391 | + local project=nova 2015-11-06 03:11:18.391 | + local project_uc 2015-11-06 03:11:18.392 | ++ echo nova 2015-11-06 03:11:18.392 | ++ tr a-z A-Z 2015-11-06 03:11:18.395 | + project_uc=NOVA 2015-11-06 03:11:18.395 | + local conf_dir=NOVA_CONF_DIR 2015-11-06 03:11:18.396 | + conf_dir=/etc/nova 2015-11-06 03:11:18.396 | + local project_dir=NOVA_DIR 2015-11-06 03:11:18.396 | + project_dir=/opt/stack/nova 2015-11-06 03:11:18.396 | + local sample_conf_dir=/opt/stack/nova/etc/nova 2015-11-06 03:11:18.397 | + local sample_policy_dir=/opt/stack/nova/etc/nova/policy.d 2015-11-06 03:11:18.397 | + cp -p /opt/stack/nova/etc/nova/policy.json /etc/nova 2015-11-06 03:11:18.398 | + [[ -d /opt/stack/nova/etc/nova/policy.d ]] 2015-11-06 03:11:18.399 | + configure_rootwrap nova 2015-11-06 03:11:18.399 | + local project=nova 2015-11-06 03:11:18.399 | + local project_uc 2015-11-06 03:11:18.400 | ++ echo nova 2015-11-06 03:11:18.400 | ++ tr a-z A-Z 2015-11-06 03:11:18.402 | + project_uc=NOVA 2015-11-06 03:11:18.402 | + local bin_dir=NOVA_BIN_DIR 2015-11-06 03:11:18.402 | + bin_dir=/usr/local/bin 2015-11-06 03:11:18.403 | + local project_dir=NOVA_DIR 2015-11-06 03:11:18.403 | + project_dir=/opt/stack/nova 2015-11-06 03:11:18.403 | + local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2015-11-06 03:11:18.404 | + local rootwrap_bin=/usr/local/bin/nova-rootwrap 2015-11-06 03:11:18.404 | + sudo rm -rf /etc/nova/rootwrap.d 2015-11-06 03:11:18.412 | + sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2015-11-06 03:11:18.425 | + sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/api-metadata.filters /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /opt/stack/nova/etc/nova/rootwrap.d/network.filters /etc/nova/rootwrap.d 2015-11-06 03:11:18.439 | + sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2015-11-06 03:11:18.446 | + sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2015-11-06 03:11:18.454 | + local tempfile 2015-11-06 03:11:18.455 | ++ mktemp 2015-11-06 03:11:18.457 | + tempfile=/tmp/tmp.VkPdK7Pu3w 2015-11-06 03:11:18.457 | + rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2015-11-06 03:11:18.458 | + echo 'vagrant ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2015-11-06 03:11:18.458 | + '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2015-11-06 03:11:18.458 | + rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2015-11-06 03:11:18.459 | + echo 'vagrant ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2015-11-06 03:11:18.459 | + chmod 0440 /tmp/tmp.VkPdK7Pu3w 2015-11-06 03:11:18.459 | + sudo chown root:root /tmp/tmp.VkPdK7Pu3w 2015-11-06 03:11:18.469 | + sudo mv /tmp/tmp.VkPdK7Pu3w /etc/sudoers.d/nova-rootwrap 2015-11-06 03:11:18.477 | ++ dirname /usr/local/bin/nova-rootwrap 2015-11-06 03:11:18.479 | + add_sudo_secure_path /usr/local/bin 2015-11-06 03:11:18.479 | + local dir=/usr/local/bin 2015-11-06 03:11:18.480 | + local line 2015-11-06 03:11:18.480 | + [[ -r SUDO_SECURE_PATH_FILE ]] 2015-11-06 03:11:18.480 | + line='Defaults:vagrant secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2015-11-06 03:11:18.480 | + [[ Defaults:vagrant secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2015-11-06 03:11:18.480 | + echo 'Defaults:vagrant secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin' 2015-11-06 03:11:18.480 | + sudo tee /etc/sudoers.d/zz-secure-path 2015-11-06 03:11:18.487 | Defaults:vagrant secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin 2015-11-06 03:11:18.489 | + sudo chmod 400 /etc/sudoers.d/zz-secure-path 2015-11-06 03:11:18.497 | + sudo chown root:root /etc/sudoers.d/zz-secure-path 2015-11-06 03:11:18.506 | + [[ key,n-api,n-cpu,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,zookeeper,neutron,q-svc,q-dhcp,q-l3,q-meta,odl-server,odl-compute =~ n-api ]] 2015-11-06 03:11:18.507 | + cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2015-11-06 03:11:18.508 | + [[ False == \T\r\u\e ]] 2015-11-06 03:11:18.509 | + is_service_enabled n-cpu 2015-11-06 03:11:18.512 | + return 0 2015-11-06 03:11:18.512 | + sudo sysctl -w net.ipv4.ip_forward=1 2015-11-06 03:11:18.519 | net.ipv4.ip_forward = 1 2015-11-06 03:11:18.520 | + [[ libvirt = \l\i\b\v\i\r\t ]] 2015-11-06 03:11:18.521 | + [[ kvm == \k\v\m ]] 2015-11-06 03:11:18.521 | + sudo modprobe kvm 2015-11-06 03:11:18.542 | + '[' '!' -e /dev/kvm ']' 2015-11-06 03:11:18.542 | + echo 'WARNING: Switching to QEMU' 2015-11-06 03:11:18.543 | WARNING: Switching to QEMU 2015-11-06 03:11:18.544 | + LIBVIRT_TYPE=qemu 2015-11-06 03:11:18.544 | + which selinuxenabled 2015-11-06 03:11:18.546 | + [[ qemu == \l\x\c ]] 2015-11-06 03:11:18.547 | + sudo install -d -o vagrant /opt/stack/data/nova/instances 2015-11-06 03:11:18.556 | + '[' -L /dev/disk/by-label/nova-instances ']' 2015-11-06 03:11:18.557 | + is_suse 2015-11-06 03:11:18.557 | + [[ -z Ubuntu ]] 2015-11-06 03:11:18.558 | + '[' Ubuntu = openSUSE ']' 2015-11-06 03:11:18.559 | + '[' Ubuntu = 'SUSE LINUX' ']' 2015-11-06 03:11:18.559 | + create_nova_conf 2015-11-06 03:11:18.560 | + rm -f /opt/stack/nova/bin/nova.conf 2015-11-06 03:11:18.560 | + rm -f /etc/nova/nova.conf 2015-11-06 03:11:18.561 | + iniset /etc/nova/nova.conf DEFAULT debug True 2015-11-06 03:11:18.579 | + '[' True == True ']' 2015-11-06 03:11:18.579 | + iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2015-11-06 03:11:18.596 | + iniset /etc/nova/nova.conf DEFAULT api_paste_config /etc/nova/api-paste.ini 2015-11-06 03:11:18.614 | + iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2015-11-06 03:11:18.632 | + iniset /etc/nova/nova.conf DEFAULT scheduler_driver nova.scheduler.filter_scheduler.FilterScheduler 2015-11-06 03:11:18.649 | + iniset /etc/nova/nova.conf DEFAULT dhcpbridge_flagfile /etc/nova/nova.conf 2015-11-06 03:11:18.668 | + iniset /etc/nova/nova.conf DEFAULT force_dhcp_release True 2015-11-06 03:11:18.685 | + iniset /etc/nova/nova.conf DEFAULT default_floating_pool public 2015-11-06 03:11:18.701 | + iniset /etc/nova/nova.conf DEFAULT s3_host 10.0.2.15 2015-11-06 03:11:18.718 | + iniset /etc/nova/nova.conf DEFAULT s3_port 3333 2015-11-06 03:11:18.735 | + [[ 4 == 6 ]] 2015-11-06 03:11:18.736 | + iniset /etc/nova/nova.conf DEFAULT my_ip 10.0.2.15 2015-11-06 03:11:18.754 | ++ database_connection_url nova 2015-11-06 03:11:18.755 | ++ local db=nova 2015-11-06 03:11:18.755 | ++ database_connection_url_mysql nova 2015-11-06 03:11:18.756 | ++ local db=nova 2015-11-06 03:11:18.756 | ++ echo 'mysql+pymysql://root:password@127.0.0.1/nova?charset=utf8' 2015-11-06 03:11:18.757 | + iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:password@127.0.0.1/nova?charset=utf8' 2015-11-06 03:11:18.779 | ++ database_connection_url nova_api 2015-11-06 03:11:18.779 | ++ local db=nova_api 2015-11-06 03:11:18.780 | ++ database_connection_url_mysql nova_api 2015-11-06 03:11:18.780 | ++ local db=nova_api 2015-11-06 03:11:18.781 | ++ echo 'mysql+pymysql://root:password@127.0.0.1/nova_api?charset=utf8' 2015-11-06 03:11:18.782 | + iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:password@127.0.0.1/nova_api?charset=utf8' 2015-11-06 03:11:18.802 | + iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2015-11-06 03:11:18.822 | + iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2015-11-06 03:11:18.842 | + iniset /etc/nova/nova.conf DEFAULT ec2_listen 0.0.0.0 2015-11-06 03:11:18.860 | + iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2015-11-06 03:11:18.880 | + iniset /etc/nova/nova.conf DEFAULT s3_listen 0.0.0.0 2015-11-06 03:11:18.899 | + is_fedora 2015-11-06 03:11:18.900 | + [[ -z Ubuntu ]] 2015-11-06 03:11:18.900 | + '[' Ubuntu = Fedora ']' 2015-11-06 03:11:18.901 | + '[' Ubuntu = 'Red Hat' ']' 2015-11-06 03:11:18.902 | + '[' Ubuntu = CentOS ']' 2015-11-06 03:11:18.902 | + '[' Ubuntu = OracleLinux ']' 2015-11-06 03:11:18.903 | + '[' Ubuntu = CloudLinux ']' 2015-11-06 03:11:18.903 | + is_suse 2015-11-06 03:11:18.904 | + [[ -z Ubuntu ]] 2015-11-06 03:11:18.905 | + '[' Ubuntu = openSUSE ']' 2015-11-06 03:11:18.905 | + '[' Ubuntu = 'SUSE LINUX' ']' 2015-11-06 03:11:18.906 | + is_service_enabled n-api 2015-11-06 03:11:18.908 | + return 0 2015-11-06 03:11:18.909 | + is_service_enabled n-api-meta 2015-11-06 03:11:18.914 | + return 1 2015-11-06 03:11:18.915 | + iniset /etc/nova/nova.conf DEFAULT enabled_apis ec2,osapi_compute,metadata 2015-11-06 03:11:18.933 | + is_service_enabled tls-proxy 2015-11-06 03:11:18.939 | + return 1 2015-11-06 03:11:18.940 | + configure_auth_token_middleware /etc/nova/nova.conf nova /var/cache/nova 2015-11-06 03:11:18.941 | + local conf_file=/etc/nova/nova.conf 2015-11-06 03:11:18.942 | + local admin_user=nova 2015-11-06 03:11:18.942 | + local signing_dir=/var/cache/nova 2015-11-06 03:11:18.943 | + local section=keystone_authtoken 2015-11-06 03:11:18.943 | + iniset /etc/nova/nova.conf keystone_authtoken auth_plugin password 2015-11-06 03:11:18.960 | + iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.0.2.15:35357 2015-11-06 03:11:18.979 | + iniset /etc/nova/nova.conf keystone_authtoken username nova 2015-11-06 03:11:18.997 | + iniset /etc/nova/nova.conf keystone_authtoken password password 2015-11-06 03:11:19.014 | + iniset /etc/nova/nova.conf keystone_authtoken user_domain_id default 2015-11-06 03:11:19.031 | + iniset /etc/nova/nova.conf keystone_authtoken project_name service 2015-11-06 03:11:19.048 | + iniset /etc/nova/nova.conf keystone_authtoken project_domain_id default 2015-11-06 03:11:19.066 | + iniset /etc/nova/nova.conf keystone_authtoken auth_uri http://10.0.2.15:5000 2015-11-06 03:11:19.084 | + iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2015-11-06 03:11:19.101 | + iniset /etc/nova/nova.conf keystone_authtoken signing_dir /var/cache/nova 2015-11-06 03:11:19.119 | + is_service_enabled cinder 2015-11-06 03:11:19.125 | + return 0 2015-11-06 03:11:19.126 | + is_ssl_enabled_service cinder 2015-11-06 03:11:19.126 | + local services=cinder 2015-11-06 03:11:19.127 | + local service= 2015-11-06 03:11:19.127 | + '[' False == False ']' 2015-11-06 03:11:19.128 | + return 1 2015-11-06 03:11:19.129 | + is_service_enabled tls-proxy 2015-11-06 03:11:19.132 | + return 1 2015-11-06 03:11:19.132 | + '[' -n /opt/stack/data/nova ']' 2015-11-06 03:11:19.133 | + iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2015-11-06 03:11:19.149 | + iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2015-11-06 03:11:19.170 | + '[' -n /opt/stack/data/nova/instances ']' 2015-11-06 03:11:19.170 | + iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2015-11-06 03:11:19.188 | + '[' False '!=' False ']' 2015-11-06 03:11:19.188 | + '[' False '!=' False ']' 2015-11-06 03:11:19.189 | + '[' True '!=' False ']' 2015-11-06 03:11:19.189 | + iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2015-11-06 03:11:19.207 | + '[' True == True ']' 2015-11-06 03:11:19.208 | + '[' False == False ']' 2015-11-06 03:11:19.208 | + '[' False == False ']' 2015-11-06 03:11:19.209 | + setup_colorized_logging /etc/nova/nova.conf DEFAULT 2015-11-06 03:11:19.209 | + local conf_file=/etc/nova/nova.conf 2015-11-06 03:11:19.210 | + local conf_section=DEFAULT 2015-11-06 03:11:19.210 | + local project_var=project_name 2015-11-06 03:11:19.211 | + local user_var=user_name 2015-11-06 03:11:19.211 | + iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_name)s%(color)s] %(instance)s%(color)s%(message)s' 2015-11-06 03:11:19.227 | + iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2015-11-06 03:11:19.245 | + iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d' 2015-11-06 03:11:19.265 | + iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s' 2015-11-06 03:11:19.284 | + '[' False == True ']' 2015-11-06 03:11:19.285 | + is_service_enabled ceilometer 2015-11-06 03:11:19.289 | + return 1 2015-11-06 03:11:19.290 | + is_service_enabled n-cpu 2015-11-06 03:11:19.295 | + return 0 2015-11-06 03:11:19.295 | + NOVNCPROXY_URL=http://10.0.2.15:6080/vnc_auto.html 2015-11-06 03:11:19.296 | + iniset /etc/nova/nova.conf DEFAULT novncproxy_base_url http://10.0.2.15:6080/vnc_auto.html 2015-11-06 03:11:19.314 | + XVPVNCPROXY_URL=http://10.0.2.15:6081/console 2015-11-06 03:11:19.314 | + iniset /etc/nova/nova.conf DEFAULT xvpvncproxy_base_url http://10.0.2.15:6081/console 2015-11-06 03:11:19.334 | + SPICEHTML5PROXY_URL=http://10.0.2.15:6082/spice_auto.html 2015-11-06 03:11:19.334 | + iniset /etc/nova/nova.conf spice html5proxy_base_url http://10.0.2.15:6082/spice_auto.html 2015-11-06 03:11:19.356 | + is_service_enabled n-novnc 2015-11-06 03:11:19.362 | + return 0 2015-11-06 03:11:19.362 | + VNCSERVER_LISTEN=127.0.0.1 2015-11-06 03:11:19.363 | + VNCSERVER_PROXYCLIENT_ADDRESS=127.0.0.1 2015-11-06 03:11:19.363 | + iniset /etc/nova/nova.conf DEFAULT vnc_enabled true 2015-11-06 03:11:19.380 | + iniset /etc/nova/nova.conf DEFAULT vncserver_listen 127.0.0.1 2015-11-06 03:11:19.400 | + iniset /etc/nova/nova.conf DEFAULT vncserver_proxyclient_address 127.0.0.1 2015-11-06 03:11:19.418 | + iniset /etc/nova/nova.conf DEFAULT novncproxy_host 0.0.0.0 2015-11-06 03:11:19.438 | + iniset /etc/nova/nova.conf DEFAULT xvpvncproxy_host 0.0.0.0 2015-11-06 03:11:19.457 | + is_service_enabled n-spice 2015-11-06 03:11:19.463 | + return 1 2015-11-06 03:11:19.463 | + iniset /etc/nova/nova.conf spice enabled false 2015-11-06 03:11:19.481 | + iniset /etc/nova/nova.conf DEFAULT ec2_dmz_host 10.0.2.15 2015-11-06 03:11:19.500 | + iniset /etc/nova/nova.conf DEFAULT keystone_ec2_url http://10.0.2.15:5000/v2.0/ec2tokens 2015-11-06 03:11:19.519 | + iniset_rpc_backend nova /etc/nova/nova.conf 2015-11-06 03:11:19.519 | + local package=nova 2015-11-06 03:11:19.520 | + local file=/etc/nova/nova.conf 2015-11-06 03:11:19.520 | + local section=DEFAULT 2015-11-06 03:11:19.521 | + is_service_enabled rabbit 2015-11-06 03:11:19.526 | + return 0 2015-11-06 03:11:19.527 | + iniset /etc/nova/nova.conf DEFAULT rpc_backend rabbit 2015-11-06 03:11:19.546 | + iniset /etc/nova/nova.conf oslo_messaging_rabbit rabbit_hosts 10.0.2.15 2015-11-06 03:11:19.568 | + iniset /etc/nova/nova.conf oslo_messaging_rabbit rabbit_password password 2015-11-06 03:11:19.587 | + iniset /etc/nova/nova.conf oslo_messaging_rabbit rabbit_userid stackrabbit 2015-11-06 03:11:19.608 | + '[' -n '' ']' 2015-11-06 03:11:19.608 | + '[' -n '' ']' 2015-11-06 03:11:19.609 | + iniset /etc/nova/nova.conf glance api_servers http://10.0.2.15:9292 2015-11-06 03:11:19.631 | + iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2015-11-06 03:11:19.651 | + iniset /etc/nova/nova.conf DEFAULT ec2_workers 2 2015-11-06 03:11:19.670 | + iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2015-11-06 03:11:19.689 | + iniset /etc/nova/nova.conf conductor workers 2 2015-11-06 03:11:19.713 | + iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2015-11-06 03:11:19.735 | + [[ '' == \L\V\M ]] 2015-11-06 03:11:19.735 | + is_ssl_enabled_service glance 2015-11-06 03:11:19.736 | + local services=glance 2015-11-06 03:11:19.736 | + local service= 2015-11-06 03:11:19.737 | + '[' False == False ']' 2015-11-06 03:11:19.737 | + return 1 2015-11-06 03:11:19.738 | + is_service_enabled tls-proxy 2015-11-06 03:11:19.742 | + return 1 2015-11-06 03:11:19.743 | + is_ssl_enabled_service nova 2015-11-06 03:11:19.743 | + local services=nova 2015-11-06 03:11:19.744 | + local service= 2015-11-06 03:11:19.744 | + '[' False == False ']' 2015-11-06 03:11:19.745 | + return 1 2015-11-06 03:11:19.745 | + is_service_enabled tls-proxy 2015-11-06 03:11:19.750 | + return 1 2015-11-06 03:11:19.750 | + is_service_enabled n-sproxy 2015-11-06 03:11:19.754 | + return 1 2015-11-06 03:11:19.755 | + is_service_enabled n-cpu 2015-11-06 03:11:19.760 | + return 0 2015-11-06 03:11:19.761 | + [[ -r /opt/stack/devstack/lib/nova_plugins/hypervisor-libvirt ]] 2015-11-06 03:11:19.761 | + configure_nova_hypervisor 2015-11-06 03:11:19.762 | + configure_libvirt 2015-11-06 03:11:19.762 | + is_service_enabled neutron 2015-11-06 03:11:19.767 | + return 0 2015-11-06 03:11:19.768 | + is_neutron_ovs_base_plugin 2015-11-06 03:11:19.769 | + return 0 2015-11-06 03:11:19.769 | + sudo grep -q '^cgroup_device_acl' /etc/libvirt/qemu.conf 2015-11-06 03:11:19.781 | + cat 2015-11-06 03:11:19.783 | + sudo tee -a /etc/libvirt/qemu.conf 2015-11-06 03:11:19.791 | cgroup_device_acl = [ 2015-11-06 03:11:19.791 | "/dev/null", "/dev/full", "/dev/zero", 2015-11-06 03:11:19.792 | "/dev/random", "/dev/urandom", 2015-11-06 03:11:19.792 | "/dev/ptmx", "/dev/kvm", "/dev/kqemu", 2015-11-06 03:11:19.793 | "/dev/rtc", "/dev/hpet","/dev/net/tun", 2015-11-06 03:11:19.794 | ] 2015-11-06 03:11:19.794 | + is_ubuntu 2015-11-06 03:11:19.795 | + [[ -z deb ]] 2015-11-06 03:11:19.795 | + '[' deb = deb ']' 2015-11-06 03:11:19.796 | + '[' '!' -f /etc/init.d/libvirtd ']' 2015-11-06 03:11:19.796 | + LIBVIRT_DAEMON=libvirt-bin 2015-11-06 03:11:19.797 | + is_fedora 2015-11-06 03:11:19.797 | + [[ -z Ubuntu ]] 2015-11-06 03:11:19.798 | + '[' Ubuntu = Fedora ']' 2015-11-06 03:11:19.798 | + '[' Ubuntu = 'Red Hat' ']' 2015-11-06 03:11:19.799 | + '[' Ubuntu = CentOS ']' 2015-11-06 03:11:19.799 | + '[' Ubuntu = OracleLinux ']' 2015-11-06 03:11:19.800 | + '[' Ubuntu = CloudLinux ']' 2015-11-06 03:11:19.800 | + is_suse 2015-11-06 03:11:19.801 | + [[ -z Ubuntu ]] 2015-11-06 03:11:19.801 | + '[' Ubuntu = openSUSE ']' 2015-11-06 03:11:19.802 | + '[' Ubuntu = 'SUSE LINUX' ']' 2015-11-06 03:11:19.802 | + getent group libvirtd 2015-11-06 03:11:19.803 | + add_user_to_group vagrant libvirtd 2015-11-06 03:11:19.803 | + local user=vagrant 2015-11-06 03:11:19.804 | + local group=libvirtd 2015-11-06 03:11:19.804 | + sudo usermod -a -G libvirtd vagrant 2015-11-06 03:11:19.829 | + [[ True = \T\r\u\e ]] 2015-11-06 03:11:19.830 | + is_ubuntu 2015-11-06 03:11:19.830 | + [[ -z deb ]] 2015-11-06 03:11:19.831 | + '[' deb = deb ']' 2015-11-06 03:11:19.831 | + local 'log_filters=1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:qemu_monitor' 2015-11-06 03:11:19.832 | + local log_outputs=1:file:/var/log/libvirt/libvirtd.log 2015-11-06 03:11:19.832 | + grep -q 'log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:qemu_monitor"' /etc/libvirt/libvirtd.conf 2015-11-06 03:11:19.834 | + echo 'log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:qemu_monitor"' 2015-11-06 03:11:19.835 | + sudo tee -a /etc/libvirt/libvirtd.conf 2015-11-06 03:11:19.844 | log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:qemu_monitor" 2015-11-06 03:11:19.846 | + grep -q 'log_outputs="1:file:/var/log/libvirt/libvirtd.log"' /etc/libvirt/libvirtd.conf 2015-11-06 03:11:19.849 | + echo 'log_outputs="1:file:/var/log/libvirt/libvirtd.log"' 2015-11-06 03:11:19.850 | + sudo tee -a /etc/libvirt/libvirtd.conf 2015-11-06 03:11:19.858 | log_outputs="1:file:/var/log/libvirt/libvirtd.log" 2015-11-06 03:11:19.860 | + [[ -f /usr/share/libvirt/cpu_map.xml ]] 2015-11-06 03:11:19.861 | + sudo /opt/stack/devstack/tools/cpu_map_update.py /usr/share/libvirt/cpu_map.xml 2015-11-06 03:11:19.931 | + stop_service libvirt-bin 2015-11-06 03:11:19.931 | + is_ubuntu 2015-11-06 03:11:19.932 | + [[ -z deb ]] 2015-11-06 03:11:19.932 | + '[' deb = deb ']' 2015-11-06 03:11:19.933 | + sudo /usr/sbin/service libvirt-bin stop 2015-11-06 03:11:19.972 | libvirt-bin stop/waiting 2015-11-06 03:11:19.973 | + start_service libvirt-bin 2015-11-06 03:11:19.974 | + is_ubuntu 2015-11-06 03:11:19.974 | + [[ -z deb ]] 2015-11-06 03:11:19.975 | + '[' deb = deb ']' 2015-11-06 03:11:19.975 | + sudo /usr/sbin/service libvirt-bin start 2015-11-06 03:11:22.038 | libvirt-bin start/running, process 9596 2015-11-06 03:11:22.040 | + iniset /etc/nova/nova.conf libvirt virt_type qemu 2015-11-06 03:11:22.061 | + iniset /etc/nova/nova.conf libvirt cpu_mode none 2015-11-06 03:11:22.080 | + iniset /etc/nova/nova.conf libvirt use_usb_tablet False 2015-11-06 03:11:22.096 | + iniset /etc/nova/nova.conf libvirt live_migration_uri qemu+ssh://vagrant@%s/system 2015-11-06 03:11:22.111 | + iniset /etc/nova/nova.conf DEFAULT default_ephemeral_format ext4 2015-11-06 03:11:22.126 | + iniset /etc/nova/nova.conf DEFAULT compute_driver libvirt.LibvirtDriver 2015-11-06 03:11:22.140 | + LIBVIRT_FIREWALL_DRIVER=nova.virt.libvirt.firewall.IptablesFirewallDriver 2015-11-06 03:11:22.141 | + iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.libvirt.firewall.IptablesFirewallDriver 2015-11-06 03:11:22.154 | + is_arch ppc64 2015-11-06 03:11:22.155 | ++ uname -m 2015-11-06 03:11:22.156 | + [[ x86_64 == \p\p\c\6\4 ]] 2015-11-06 03:11:22.156 | + is_arch aarch64 2015-11-06 03:11:22.157 | ++ uname -m 2015-11-06 03:11:22.159 | + [[ x86_64 == \a\a\r\c\h\6\4 ]] 2015-11-06 03:11:22.159 | + iniset /etc/nova/nova.conf libvirt inject_partition -2 2015-11-06 03:11:22.171 | + [[ qemu = \p\a\r\a\l\l\e\l\s ]] 2015-11-06 03:11:22.172 | + is_service_enabled horizon 2015-11-06 03:11:22.176 | + return 0 2015-11-06 03:11:22.176 | + install_django_openstack_auth 2015-11-06 03:11:22.176 | + use_library_from_git django_openstack_auth 2015-11-06 03:11:22.176 | + local name=django_openstack_auth 2015-11-06 03:11:22.176 | + local enabled=1 2015-11-06 03:11:22.177 | + [[ ,, =~ ,django_openstack_auth, ]] 2015-11-06 03:11:22.177 | + return 1 2015-11-06 03:11:22.177 | + stack_install_service horizon 2015-11-06 03:11:22.177 | + local service=horizon 2015-11-06 03:11:22.178 | + type install_horizon 2015-11-06 03:11:22.178 | + [[ False = True ]] 2015-11-06 03:11:22.178 | + install_horizon 2015-11-06 03:11:22.178 | + install_apache_wsgi 2015-11-06 03:11:22.179 | + is_ubuntu 2015-11-06 03:11:22.179 | + [[ -z deb ]] 2015-11-06 03:11:22.179 | + '[' deb = deb ']' 2015-11-06 03:11:22.179 | + install_package apache2 libapache2-mod-wsgi 2015-11-06 03:11:22.180 | + update_package_repo 2015-11-06 03:11:22.180 | + NO_UPDATE_REPOS=False 2015-11-06 03:11:22.180 | + REPOS_UPDATED=True 2015-11-06 03:11:22.181 | + RETRY_UPDATE=False 2015-11-06 03:11:22.181 | + [[ False = \T\r\u\e ]] 2015-11-06 03:11:22.182 | + is_ubuntu 2015-11-06 03:11:22.182 | + [[ -z deb ]] 2015-11-06 03:11:22.182 | + '[' deb = deb ']' 2015-11-06 03:11:22.184 | + real_install_package apache2 libapache2-mod-wsgi 2015-11-06 03:11:22.185 | + is_ubuntu 2015-11-06 03:11:22.185 | + [[ -z deb ]] 2015-11-06 03:11:22.185 | + '[' deb = deb ']' 2015-11-06 03:11:22.186 | + apt_get install apache2 libapache2-mod-wsgi 2015-11-06 03:11:22.192 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 libapache2-mod-wsgi 2015-11-06 03:11:22.207 | Reading package lists... 2015-11-06 03:11:22.360 | Building dependency tree... 2015-11-06 03:11:22.361 | Reading state information... 2015-11-06 03:11:22.477 | apache2 is already the newest version. 2015-11-06 03:11:22.478 | libapache2-mod-wsgi is already the newest version. 2015-11-06 03:11:22.478 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:11:22.479 | + time_stop apt-get 2015-11-06 03:11:22.480 | + local name 2015-11-06 03:11:22.480 | + local end_time 2015-11-06 03:11:22.480 | + local elpased_time 2015-11-06 03:11:22.480 | + local total 2015-11-06 03:11:22.480 | + local start_time 2015-11-06 03:11:22.480 | + name=apt-get 2015-11-06 03:11:22.481 | + start_time=1446779482 2015-11-06 03:11:22.481 | + [[ -z 1446779482 ]] 2015-11-06 03:11:22.481 | ++ date +%s 2015-11-06 03:11:22.482 | + end_time=1446779482 2015-11-06 03:11:22.483 | + elapsed_time=0 2015-11-06 03:11:22.483 | + total=137 2015-11-06 03:11:22.483 | + START_TIME[$name]= 2015-11-06 03:11:22.483 | + TOTAL_TIME[$name]=137 2015-11-06 03:11:22.483 | + real_install_package apache2 libapache2-mod-wsgi 2015-11-06 03:11:22.484 | + is_ubuntu 2015-11-06 03:11:22.484 | + [[ -z deb ]] 2015-11-06 03:11:22.484 | + '[' deb = deb ']' 2015-11-06 03:11:22.484 | + apt_get install apache2 libapache2-mod-wsgi 2015-11-06 03:11:22.491 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 libapache2-mod-wsgi 2015-11-06 03:11:22.509 | Reading package lists... 2015-11-06 03:11:22.651 | Building dependency tree... 2015-11-06 03:11:22.653 | Reading state information... 2015-11-06 03:11:22.741 | apache2 is already the newest version. 2015-11-06 03:11:22.741 | libapache2-mod-wsgi is already the newest version. 2015-11-06 03:11:22.742 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:11:22.742 | + time_stop apt-get 2015-11-06 03:11:22.743 | + local name 2015-11-06 03:11:22.743 | + local end_time 2015-11-06 03:11:22.744 | + local elpased_time 2015-11-06 03:11:22.744 | + local total 2015-11-06 03:11:22.745 | + local start_time 2015-11-06 03:11:22.745 | + name=apt-get 2015-11-06 03:11:22.745 | + start_time=1446779482 2015-11-06 03:11:22.746 | + [[ -z 1446779482 ]] 2015-11-06 03:11:22.746 | ++ date +%s 2015-11-06 03:11:22.747 | + end_time=1446779482 2015-11-06 03:11:22.747 | + elapsed_time=0 2015-11-06 03:11:22.748 | + total=137 2015-11-06 03:11:22.748 | + START_TIME[$name]= 2015-11-06 03:11:22.748 | + TOTAL_TIME[$name]=137 2015-11-06 03:11:22.749 | + sudo a2enmod wsgi 2015-11-06 03:11:22.777 | Module wsgi already enabled 2015-11-06 03:11:22.779 | + sudo a2enmod version 2015-11-06 03:11:22.810 | ERROR: Module version does not exist! 2015-11-06 03:11:22.811 | + true 2015-11-06 03:11:22.812 | + git_clone git://git.openstack.org/openstack/horizon.git /opt/stack/horizon master 2015-11-06 03:11:22.812 | + local git_remote=git://git.openstack.org/openstack/horizon.git 2015-11-06 03:11:22.812 | + local git_dest=/opt/stack/horizon 2015-11-06 03:11:22.812 | + local git_ref=master 2015-11-06 03:11:22.813 | + local orig_dir 2015-11-06 03:11:22.813 | ++ pwd 2015-11-06 03:11:22.814 | + orig_dir=/opt/stack/devstack 2015-11-06 03:11:22.814 | + local git_clone_flags= 2015-11-06 03:11:22.814 | ++ trueorfalse False RECLONE 2015-11-06 03:11:22.817 | + RECLONE=False 2015-11-06 03:11:22.818 | + [[ 0 -gt 0 ]] 2015-11-06 03:11:22.818 | + [[ False = \T\r\u\e ]] 2015-11-06 03:11:22.819 | + echo master 2015-11-06 03:11:22.819 | + egrep -q '^refs' 2015-11-06 03:11:22.821 | + [[ ! -d /opt/stack/horizon ]] 2015-11-06 03:11:22.822 | + [[ False = \T\r\u\e ]] 2015-11-06 03:11:22.822 | + git_timed clone git://git.openstack.org/openstack/horizon.git /opt/stack/horizon 2015-11-06 03:11:22.822 | + local count=0 2015-11-06 03:11:22.822 | + local timeout=0 2015-11-06 03:11:22.822 | + [[ -n 0 ]] 2015-11-06 03:11:22.822 | + timeout=0 2015-11-06 03:11:22.823 | + timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/horizon.git /opt/stack/horizon 2015-11-06 03:11:22.824 | Cloning into '/opt/stack/horizon'... 2015-11-06 03:12:24.133 | + cd /opt/stack/horizon 2015-11-06 03:12:24.134 | + git checkout master 2015-11-06 03:12:24.252 | Already on 'master' 2015-11-06 03:12:24.252 | Your branch is up-to-date with 'origin/master'. 2015-11-06 03:12:24.252 | + cd /opt/stack/horizon 2015-11-06 03:12:24.253 | + git show --oneline 2015-11-06 03:12:24.254 | + head -1 2015-11-06 03:12:24.257 | bf2c788 Merge "Made instance state values in the CSV summary translatable" 2015-11-06 03:12:24.257 | + cd /opt/stack/devstack 2015-11-06 03:12:24.258 | + [[ False = True ]] 2015-11-06 03:12:24.258 | + configure_horizon 2015-11-06 03:12:24.259 | + setup_develop /opt/stack/horizon 2015-11-06 03:12:24.259 | + local project_dir=/opt/stack/horizon 2015-11-06 03:12:24.260 | + setup_package_with_constraints_edit /opt/stack/horizon -e 2015-11-06 03:12:24.260 | + local project_dir=/opt/stack/horizon 2015-11-06 03:12:24.261 | + local flags=-e 2015-11-06 03:12:24.261 | + '[' -n /opt/stack/requirements ']' 2015-11-06 03:12:24.262 | + local name 2015-11-06 03:12:24.262 | ++ awk '/^name.*=/ {print $3}' /opt/stack/horizon/setup.cfg 2015-11-06 03:12:24.263 | + name=horizon 2015-11-06 03:12:24.263 | + /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- horizon '-e file:///opt/stack/horizon#egg=horizon' 2015-11-06 03:12:24.377 | + setup_package /opt/stack/horizon -e 2015-11-06 03:12:24.378 | + local project_dir=/opt/stack/horizon 2015-11-06 03:12:24.378 | + local flags=-e 2015-11-06 03:12:24.379 | + pip_install -e /opt/stack/horizon 2015-11-06 03:12:24.763 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/horizon 2015-11-06 03:12:25.239 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:12:25.327 | Obtaining file:///opt/stack/horizon 2015-11-06 03:12:26.641 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:12:26.670 | Collecting Django===1.8.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2015-11-06 03:12:26.818 | /usr/local/lib/python2.7/dist-packages/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-06 03:12:26.819 | InsecurePlatformWarning 2015-11-06 03:12:27.130 | Downloading Django-1.8.5-py2.py3-none-any.whl (6.2MB) 2015-11-06 03:12:29.783 | Collecting Pint===0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2015-11-06 03:12:29.874 | Downloading Pint-0.6.zip (145kB) 2015-11-06 03:12:30.119 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:12:30.152 | Collecting XStatic===1.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) 2015-11-06 03:12:30.241 | Downloading XStatic-1.0.1.tar.gz 2015-11-06 03:12:30.580 | Collecting XStatic-Angular===1.3.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2015-11-06 03:12:30.679 | Downloading XStatic-Angular-1.3.7.0.tar.gz (641kB) 2015-11-06 03:12:31.183 | Collecting XStatic-Angular-Bootstrap===0.11.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2015-11-06 03:12:31.274 | Downloading XStatic-Angular-Bootstrap-0.11.0.2.tar.gz 2015-11-06 03:12:31.555 | Collecting XStatic-Angular-Gettext===2.1.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 33)) 2015-11-06 03:12:31.641 | Downloading XStatic-Angular-Gettext-2.1.0.2.tar.gz 2015-11-06 03:12:31.940 | Collecting XStatic-Angular-lrdragndrop===1.0.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 34)) 2015-11-06 03:12:32.022 | Downloading XStatic-Angular-lrdragndrop-1.0.2.2.tar.gz 2015-11-06 03:12:32.272 | Collecting XStatic-Bootstrap-Datepicker===1.3.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2015-11-06 03:12:32.361 | Downloading XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz 2015-11-06 03:12:32.642 | Collecting XStatic-Bootstrap-SCSS===3.2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 36)) 2015-11-06 03:12:32.734 | Downloading XStatic-Bootstrap-SCSS-3.2.0.0.tar.gz (164kB) 2015-11-06 03:12:33.031 | Collecting XStatic-D3===3.1.6.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 37)) 2015-11-06 03:12:33.113 | Downloading XStatic-D3-3.1.6.2.tar.gz (66kB) 2015-11-06 03:12:33.453 | Collecting XStatic-Font-Awesome===4.3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 38)) 2015-11-06 03:12:33.543 | Downloading XStatic-Font-Awesome-4.3.0.0.tar.gz (474kB) 2015-11-06 03:12:34.010 | Collecting XStatic-Hogan===2.0.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 39)) 2015-11-06 03:12:34.095 | Downloading XStatic-Hogan-2.0.0.2.tar.gz 2015-11-06 03:12:34.444 | Collecting XStatic-JQuery-Migrate===1.2.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) 2015-11-06 03:12:34.528 | Downloading XStatic-JQuery-Migrate-1.2.1.1.tar.gz 2015-11-06 03:12:34.886 | Collecting XStatic-JQuery.TableSorter===2.14.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 42)) 2015-11-06 03:12:34.972 | Downloading XStatic-JQuery.TableSorter-2.14.5.1.tar.gz 2015-11-06 03:12:35.298 | Collecting XStatic-JQuery.quicksearch===2.0.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 43)) 2015-11-06 03:12:35.384 | Downloading XStatic-JQuery.quicksearch-2.0.3.1.tar.gz 2015-11-06 03:12:35.736 | Collecting XStatic-JSEncrypt===2.0.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) 2015-11-06 03:12:35.828 | Downloading XStatic-JSEncrypt-2.0.0.2.tar.gz 2015-11-06 03:12:36.179 | Collecting XStatic-Jasmine===2.1.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) 2015-11-06 03:12:36.271 | Downloading XStatic-Jasmine-2.1.2.0.tar.gz 2015-11-06 03:12:36.624 | Collecting XStatic-Magic-Search===0.2.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2015-11-06 03:12:36.723 | Downloading XStatic-Magic-Search-0.2.5.1.tar.gz 2015-11-06 03:12:37.097 | Collecting XStatic-Rickshaw===1.5.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 48)) 2015-11-06 03:12:37.755 | Downloading XStatic-Rickshaw-1.5.0.0.tar.gz 2015-11-06 03:12:38.120 | Collecting XStatic-Spin===1.2.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2015-11-06 03:12:38.210 | Downloading XStatic-Spin-1.2.5.2.tar.gz 2015-11-06 03:12:38.556 | Collecting XStatic-bootswatch===3.3.5.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 50)) 2015-11-06 03:12:38.834 | Downloading XStatic_bootswatch-3.3.5.3-py2-none-any.whl (1.5MB) 2015-11-06 03:12:39.072 | Collecting XStatic-jQuery===1.10.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 51)) 2015-11-06 03:12:39.167 | Downloading XStatic-jQuery-1.10.2.1.tar.gz (116kB) 2015-11-06 03:12:39.548 | Collecting XStatic-jquery-ui===1.11.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 52)) 2015-11-06 03:12:39.651 | Downloading XStatic-jquery-ui-1.11.0.1.tar.gz (1.2MB) 2015-11-06 03:12:40.362 | Collecting XStatic-mdi===1.1.70.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 53)) 2015-11-06 03:12:40.458 | Downloading XStatic_mdi-1.1.70.1-py2-none-any.whl (550kB) 2015-11-06 03:12:40.642 | Collecting XStatic-roboto-fontface===0.4.3.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 54)) 2015-11-06 03:12:40.732 | Downloading XStatic_roboto_fontface-0.4.3.2-py2-none-any.whl (4.8MB) 2015-11-06 03:12:41.856 | Collecting XStatic-smart-table===1.4.5.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 55)) 2015-11-06 03:12:41.937 | Downloading XStatic_smart_table-1.4.5.3-py2-none-any.whl 2015-11-06 03:12:41.994 | Collecting XStatic-term.js===0.0.4.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 56)) 2015-11-06 03:12:42.077 | Downloading XStatic-term.js-0.0.4.2.tar.gz 2015-11-06 03:12:42.419 | Collecting django-babel===0.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 98)) 2015-11-06 03:12:42.520 | Downloading django_babel-0.4.0-py2.py3-none-any.whl 2015-11-06 03:12:42.617 | Collecting django-compressor===1.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) 2015-11-06 03:12:42.749 | Downloading django_compressor-1.5-py2.py3-none-any.whl (129kB) 2015-11-06 03:12:42.887 | Collecting django-openstack-auth===2.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2015-11-06 03:12:43.002 | Downloading django_openstack_auth-2.0.1-py2-none-any.whl (82kB) 2015-11-06 03:12:43.117 | Collecting django-pyscss===2.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 104)) 2015-11-06 03:12:43.207 | Downloading django-pyscss-2.0.2.tar.gz 2015-11-06 03:12:43.535 | Requirement already satisfied (use --upgrade to upgrade): eventlet===0.17.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2015-11-06 03:12:43.536 | Requirement already satisfied (use --upgrade to upgrade): greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2015-11-06 03:12:43.538 | Requirement already satisfied (use --upgrade to upgrade): httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2015-11-06 03:12:43.539 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2015-11-06 03:12:43.540 | Requirement already satisfied (use --upgrade to upgrade): kombu===3.0.28 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2015-11-06 03:12:43.543 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2015-11-06 03:12:43.544 | Requirement already satisfied (use --upgrade to upgrade): oslo.concurrency===2.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2015-11-06 03:12:43.548 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:12:43.549 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2015-11-06 03:12:43.551 | Requirement already satisfied (use --upgrade to upgrade): oslo.policy===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2015-11-06 03:12:43.553 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) 2015-11-06 03:12:43.556 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) 2015-11-06 03:12:43.589 | Collecting pathlib===1.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) 2015-11-06 03:12:43.684 | Downloading pathlib-1.0.1.tar.gz (49kB) 2015-11-06 03:12:44.039 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2015-11-06 03:12:44.068 | Collecting pyScss===1.3.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2015-11-06 03:12:44.211 | Downloading pyScss-1.3.4.tar.gz (120kB) 2015-11-06 03:12:44.645 | Collecting python-ceilometerclient===1.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) 2015-11-06 03:12:44.770 | Downloading python_ceilometerclient-1.5.0-py2.py3-none-any.whl (124kB) 2015-11-06 03:12:44.865 | Requirement already satisfied (use --upgrade to upgrade): python-cinderclient===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) 2015-11-06 03:12:44.868 | Requirement already satisfied (use --upgrade to upgrade): python-glanceclient===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2015-11-06 03:12:44.899 | Collecting python-heatclient===0.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2015-11-06 03:12:45.028 | Downloading python_heatclient-0.8.0-py2.py3-none-any.whl (139kB) 2015-11-06 03:12:45.125 | Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2015-11-06 03:12:45.128 | Requirement already satisfied (use --upgrade to upgrade): python-neutronclient===3.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2015-11-06 03:12:45.131 | Requirement already satisfied (use --upgrade to upgrade): python-novaclient===2.32.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272)) 2015-11-06 03:12:45.161 | Collecting python-saharaclient===0.11.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2015-11-06 03:12:45.274 | Downloading python_saharaclient-0.11.1-py2.py3-none-any.whl (128kB) 2015-11-06 03:12:45.379 | Requirement already satisfied (use --upgrade to upgrade): python-swiftclient===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2015-11-06 03:12:45.414 | Collecting python-troveclient===1.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 280)) 2015-11-06 03:12:45.521 | Downloading python_troveclient-1.3.0-py2.py3-none-any.whl (169kB) 2015-11-06 03:12:45.619 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) 2015-11-06 03:12:45.621 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) 2015-11-06 03:12:45.624 | Requirement already satisfied (use --upgrade to upgrade): retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) 2015-11-06 03:12:45.626 | Requirement already satisfied (use --upgrade to upgrade): simplejson===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) 2015-11-06 03:12:45.627 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) 2015-11-06 03:12:45.628 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2015-11-06 03:12:45.629 | Requirement already satisfied (use --upgrade to upgrade): warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) 2015-11-06 03:12:45.657 | Collecting django-appconf===1.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 97)) 2015-11-06 03:12:45.747 | Downloading django_appconf-1.0.1-py2.py3-none-any.whl 2015-11-06 03:12:45.800 | Requirement already satisfied (use --upgrade to upgrade): amqp===1.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) 2015-11-06 03:12:45.802 | Requirement already satisfied (use --upgrade to upgrade): anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2015-11-06 03:12:45.804 | Requirement already satisfied (use --upgrade to upgrade): enum34===1.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) 2015-11-06 03:12:45.807 | Requirement already satisfied (use --upgrade to upgrade): fasteners===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) 2015-11-06 03:12:45.809 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from oslo.config===2.6.0->-c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:12:45.810 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) 2015-11-06 03:12:45.811 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:12:45.812 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2015-11-06 03:12:45.814 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2015-11-06 03:12:45.816 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) 2015-11-06 03:12:45.817 | Requirement already satisfied (use --upgrade to upgrade): cliff===1.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82)) 2015-11-06 03:12:45.820 | Requirement already satisfied (use --upgrade to upgrade): python-openstackclient===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2015-11-06 03:12:45.824 | Requirement already satisfied (use --upgrade to upgrade): futures===3.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) 2015-11-06 03:12:45.825 | Requirement already satisfied (use --upgrade to upgrade): jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2015-11-06 03:12:45.827 | Requirement already satisfied (use --upgrade to upgrade): jsonpatch===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2015-11-06 03:12:45.829 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) 2015-11-06 03:12:45.830 | Requirement already satisfied (use --upgrade to upgrade): cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) 2015-11-06 03:12:45.831 | Requirement already satisfied (use --upgrade to upgrade): pyparsing===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2015-11-06 03:12:45.832 | Requirement already satisfied (use --upgrade to upgrade): unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2015-11-06 03:12:45.833 | Requirement already satisfied (use --upgrade to upgrade): os-client-config===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2015-11-06 03:12:45.835 | Requirement already satisfied (use --upgrade to upgrade): functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) 2015-11-06 03:12:45.836 | Requirement already satisfied (use --upgrade to upgrade): jsonpointer===1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2015-11-06 03:12:45.838 | Requirement already satisfied (use --upgrade to upgrade): keystoneauth1===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2015-11-06 03:12:45.840 | Requirement already satisfied (use --upgrade to upgrade): appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2015-11-06 03:12:45.844 | Building wheels for collected packages: Pint, XStatic, XStatic-Angular, XStatic-Angular-Bootstrap, XStatic-Angular-Gettext, XStatic-Angular-lrdragndrop, XStatic-Bootstrap-Datepicker, XStatic-Bootstrap-SCSS, XStatic-D3, XStatic-Font-Awesome, XStatic-Hogan, XStatic-JQuery-Migrate, XStatic-JQuery.TableSorter, XStatic-JQuery.quicksearch, XStatic-JSEncrypt, XStatic-Jasmine, XStatic-Magic-Search, XStatic-Rickshaw, XStatic-Spin, XStatic-jQuery, XStatic-jquery-ui, XStatic-term.js, django-pyscss, pathlib, pyScss 2015-11-06 03:12:45.844 | Running setup.py bdist_wheel for Pint 2015-11-06 03:12:46.229 | Stored in directory: /root/.cache/pip/wheels/33/4d/2c/f31c019e67d643975b26dec3e0458f984a4e01a8ad83842938 2015-11-06 03:12:46.240 | Running setup.py bdist_wheel for XStatic 2015-11-06 03:12:46.566 | Stored in directory: /root/.cache/pip/wheels/43/59/5c/c91a844f1602d4a04f66fb4ee85a1c56649cc1a783263c0be3 2015-11-06 03:12:46.566 | Running setup.py bdist_wheel for XStatic-Angular 2015-11-06 03:12:47.039 | Stored in directory: /root/.cache/pip/wheels/9e/31/37/e39a9e98102e144adc18a004ba0adc2c2695b12f944a98ce8e 2015-11-06 03:12:47.080 | Running setup.py bdist_wheel for XStatic-Angular-Bootstrap 2015-11-06 03:12:47.336 | Stored in directory: /root/.cache/pip/wheels/25/f3/ed/c4f724094e9f81f070c7ed434c5b4f5f3339221412f191d2d7 2015-11-06 03:12:47.339 | Running setup.py bdist_wheel for XStatic-Angular-Gettext 2015-11-06 03:12:47.625 | Stored in directory: /root/.cache/pip/wheels/c7/7e/64/c4ce662b8de7d4ff055523c79b20f4d492a7e931c360fb37e0 2015-11-06 03:12:47.629 | Running setup.py bdist_wheel for XStatic-Angular-lrdragndrop 2015-11-06 03:12:47.898 | Stored in directory: /root/.cache/pip/wheels/13/5f/a7/458edfae768bb143ee188db13b369b9c189f780b3a899c5c7b 2015-11-06 03:12:47.902 | Running setup.py bdist_wheel for XStatic-Bootstrap-Datepicker 2015-11-06 03:12:48.155 | Stored in directory: /root/.cache/pip/wheels/c5/e2/73/91ddc919ebd74aadde17301e949216ca1bb6f2c5dc4e27cb6f 2015-11-06 03:12:48.165 | Running setup.py bdist_wheel for XStatic-Bootstrap-SCSS 2015-11-06 03:12:48.410 | Stored in directory: /root/.cache/pip/wheels/bb/c5/eb/c940ae43229d4c35e5ba1629eeecdc6c21083e43edeb1521b7 2015-11-06 03:12:48.423 | Running setup.py bdist_wheel for XStatic-D3 2015-11-06 03:12:48.614 | Stored in directory: /root/.cache/pip/wheels/9d/5f/2e/34f0a7168855fa1130d8a61233af1c47525bac281f7c353f34 2015-11-06 03:12:48.623 | Running setup.py bdist_wheel for XStatic-Font-Awesome 2015-11-06 03:12:48.863 | Stored in directory: /root/.cache/pip/wheels/0e/89/b5/40cb9178728eb0677d0af3fa5a681512f9cb6e14a3a5a299e9 2015-11-06 03:12:48.891 | Running setup.py bdist_wheel for XStatic-Hogan 2015-11-06 03:12:49.075 | Stored in directory: /root/.cache/pip/wheels/6d/33/83/506528339dcf44745b497b9706c5c56b5d0b94934e0932b761 2015-11-06 03:12:49.081 | Running setup.py bdist_wheel for XStatic-JQuery-Migrate 2015-11-06 03:12:49.266 | Stored in directory: /root/.cache/pip/wheels/5c/69/1a/dec1ed67cb31ffcb2e785bd61b2257f38f277191198b618868 2015-11-06 03:12:49.273 | Running setup.py bdist_wheel for XStatic-JQuery.TableSorter 2015-11-06 03:12:49.461 | Stored in directory: /root/.cache/pip/wheels/a8/05/40/353af79256e10bd00a09f10d73cd71bc01622a89955fb5f10b 2015-11-06 03:12:49.462 | Running setup.py bdist_wheel for XStatic-JQuery.quicksearch 2015-11-06 03:12:49.782 | Stored in directory: /root/.cache/pip/wheels/86/e1/c8/dd848c9d018bc6487676e80c5363ce1d10743fdff0efdd0975 2015-11-06 03:12:49.785 | Running setup.py bdist_wheel for XStatic-JSEncrypt 2015-11-06 03:12:50.095 | Stored in directory: /root/.cache/pip/wheels/19/25/b0/66cdf83574886462497c8e94292db39d17cc8053910f87ebef 2015-11-06 03:12:50.100 | Running setup.py bdist_wheel for XStatic-Jasmine 2015-11-06 03:12:50.405 | Stored in directory: /root/.cache/pip/wheels/1f/60/0c/d04766107799f40c719ec34d19c8d8107614a331cf83ba80e0 2015-11-06 03:12:50.416 | Running setup.py bdist_wheel for XStatic-Magic-Search 2015-11-06 03:12:50.695 | Stored in directory: /root/.cache/pip/wheels/7c/ee/2d/382647fc8003858635a4a9d63c85d55ed4825678fd9880a2b1 2015-11-06 03:12:50.703 | Running setup.py bdist_wheel for XStatic-Rickshaw 2015-11-06 03:12:50.950 | Stored in directory: /root/.cache/pip/wheels/46/38/d0/6bebaa2f47a63c7b62647acb967dbfb2a5f3622c8bc3927e52 2015-11-06 03:12:50.958 | Running setup.py bdist_wheel for XStatic-Spin 2015-11-06 03:12:51.164 | Stored in directory: /root/.cache/pip/wheels/2b/74/e0/cf541a351b27e0e11458ee6cfc14b1a321bf4626170c51e657 2015-11-06 03:12:51.171 | Running setup.py bdist_wheel for XStatic-jQuery 2015-11-06 03:12:51.385 | Stored in directory: /root/.cache/pip/wheels/b6/58/dc/e2b22d1cc1ab89537b37305927cf304c292ba093d3a7bca52d 2015-11-06 03:12:51.397 | Running setup.py bdist_wheel for XStatic-jquery-ui 2015-11-06 03:12:51.955 | Stored in directory: /root/.cache/pip/wheels/ef/a0/9b/133a5d1da12bfa820e4c295987f65f1d8c9e3f32eb51ecc66b 2015-11-06 03:12:52.034 | Running setup.py bdist_wheel for XStatic-term.js 2015-11-06 03:12:52.344 | Stored in directory: /root/.cache/pip/wheels/f5/bd/42/83b4fe58b6f3ad1455af2a20cda3e878e7fd94cde63b03dd65 2015-11-06 03:12:52.348 | Running setup.py bdist_wheel for django-pyscss 2015-11-06 03:12:52.626 | Stored in directory: /root/.cache/pip/wheels/6c/c9/a3/6457100d1059fe43aa6a9187220c6d0688934add3101b56472 2015-11-06 03:12:52.631 | Running setup.py bdist_wheel for pathlib 2015-11-06 03:12:52.855 | Stored in directory: /root/.cache/pip/wheels/84/4b/e9/2c35393d25f4a858caf5bafc2f822abb7171c52369a6010709 2015-11-06 03:12:52.857 | Running setup.py bdist_wheel for pyScss 2015-11-06 03:12:53.550 | Stored in directory: /root/.cache/pip/wheels/79/82/0f/6dd53d9ed15cd42dddc2a730a5e42b7253ad49dad090e39eee 2015-11-06 03:12:53.559 | Successfully built Pint XStatic XStatic-Angular XStatic-Angular-Bootstrap XStatic-Angular-Gettext XStatic-Angular-lrdragndrop XStatic-Bootstrap-Datepicker XStatic-Bootstrap-SCSS XStatic-D3 XStatic-Font-Awesome XStatic-Hogan XStatic-JQuery-Migrate XStatic-JQuery.TableSorter XStatic-JQuery.quicksearch XStatic-JSEncrypt XStatic-Jasmine XStatic-Magic-Search XStatic-Rickshaw XStatic-Spin XStatic-jQuery XStatic-jquery-ui XStatic-term.js django-pyscss pathlib pyScss 2015-11-06 03:12:53.560 | Installing collected packages: Django, Pint, XStatic, XStatic-Angular, XStatic-Angular-Bootstrap, XStatic-Angular-Gettext, XStatic-Angular-lrdragndrop, XStatic-Bootstrap-Datepicker, XStatic-Bootstrap-SCSS, XStatic-D3, XStatic-Font-Awesome, XStatic-Hogan, XStatic-JQuery-Migrate, XStatic-JQuery.TableSorter, XStatic-JQuery.quicksearch, XStatic-JSEncrypt, XStatic-Jasmine, XStatic-Magic-Search, XStatic-Rickshaw, XStatic-Spin, XStatic-bootswatch, XStatic-jQuery, XStatic-jquery-ui, XStatic-mdi, XStatic-roboto-fontface, XStatic-smart-table, XStatic-term.js, django-appconf, django-babel, django-compressor, django-openstack-auth, pathlib, pyScss, django-pyscss, python-ceilometerclient, python-heatclient, python-saharaclient, python-troveclient, horizon 2015-11-06 03:12:55.659 | Running setup.py develop for horizon 2015-11-06 03:12:57.993 | Successfully installed Django-1.8.5 Pint-0.6 XStatic-1.0.1 XStatic-Angular-1.3.7.0 XStatic-Angular-Bootstrap-0.11.0.2 XStatic-Angular-Gettext-2.1.0.2 XStatic-Angular-lrdragndrop-1.0.2.2 XStatic-Bootstrap-Datepicker-1.3.1.0 XStatic-Bootstrap-SCSS-3.2.0.0 XStatic-D3-3.1.6.2 XStatic-Font-Awesome-4.3.0.0 XStatic-Hogan-2.0.0.2 XStatic-JQuery-Migrate-1.2.1.1 XStatic-JQuery.TableSorter-2.14.5.1 XStatic-JQuery.quicksearch-2.0.3.1 XStatic-JSEncrypt-2.0.0.2 XStatic-Jasmine-2.1.2.0 XStatic-Magic-Search-0.2.5.1 XStatic-Rickshaw-1.5.0.0 XStatic-Spin-1.2.5.2 XStatic-bootswatch-3.3.5.3 XStatic-jQuery-1.10.2.1 XStatic-jquery-ui-1.11.0.1 XStatic-mdi-1.1.70.1 XStatic-roboto-fontface-0.4.3.2 XStatic-smart-table-1.4.5.3 XStatic-term.js-0.0.4.2 django-appconf-1.0.1 django-babel-0.4.0 django-compressor-1.5 django-openstack-auth-2.0.1 django-pyscss-2.0.2 horizon pathlib-1.0.1 pyScss-1.3.4 python-ceilometerclient-1.5.0 python-heatclient-0.8.0 python-saharaclient-0.11.1 python-troveclient-1.3.0 2015-11-06 03:12:58.448 | + local test_req=/opt/stack/horizon/test-requirements.txt 2015-11-06 03:12:58.448 | + [[ -e /opt/stack/horizon/test-requirements.txt ]] 2015-11-06 03:12:58.449 | + echo 'Installing test-requirements for /opt/stack/horizon/test-requirements.txt' 2015-11-06 03:12:58.450 | Installing test-requirements for /opt/stack/horizon/test-requirements.txt 2015-11-06 03:12:58.450 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/horizon/test-requirements.txt 2015-11-06 03:12:59.171 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:12:59.267 | Requirement already satisfied (use --upgrade to upgrade): Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2015-11-06 03:12:59.269 | Requirement already satisfied (use --upgrade to upgrade): coverage===4.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2015-11-06 03:12:59.291 | Collecting django-nose===1.4.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2015-11-06 03:12:59.431 | /usr/local/lib/python2.7/dist-packages/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-06 03:12:59.431 | InsecurePlatformWarning 2015-11-06 03:12:59.706 | Downloading django_nose-1.4.2-py2.py3-none-any.whl 2015-11-06 03:12:59.779 | Requirement already satisfied (use --upgrade to upgrade): docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) 2015-11-06 03:12:59.780 | Requirement already satisfied (use --upgrade to upgrade): mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2015-11-06 03:12:59.783 | Requirement already satisfied (use --upgrade to upgrade): mox3===0.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2015-11-06 03:12:59.817 | Collecting nodeenv===0.13.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) 2015-11-06 03:12:59.926 | Downloading nodeenv-0.13.6.tar.gz 2015-11-06 03:13:00.393 | Collecting nose===1.3.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) 2015-11-06 03:13:00.497 | Downloading nose-1.3.7-py2-none-any.whl (154kB) 2015-11-06 03:13:00.673 | Collecting nose-exclude===0.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) 2015-11-06 03:13:00.770 | Downloading nose-exclude-0.4.1.tar.gz 2015-11-06 03:13:01.160 | Collecting nosehtmloutput===0.0.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) 2015-11-06 03:13:01.248 | Downloading nosehtmloutput-0.0.5.tar.gz 2015-11-06 03:13:01.626 | Collecting nosexcover===1.0.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) 2015-11-06 03:13:01.719 | Downloading nosexcover-1.0.10.tar.gz 2015-11-06 03:13:02.093 | Collecting openstack.nose-plugin===0.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) 2015-11-06 03:13:02.191 | Downloading openstack.nose_plugin-0.11.tar.gz 2015-11-06 03:13:02.541 | Requirement already satisfied (use --upgrade to upgrade): oslosphinx===3.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) 2015-11-06 03:13:02.543 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2015-11-06 03:13:02.544 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) 2015-11-06 03:13:02.579 | Collecting selenium===2.48.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2015-11-06 03:13:02.731 | Downloading selenium-2.48.0-py2-none-any.whl (872kB) 2015-11-06 03:13:03.030 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) 2015-11-06 03:13:03.064 | Collecting termcolor===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) 2015-11-06 03:13:03.151 | Downloading termcolor-1.1.0.tar.gz 2015-11-06 03:13:03.497 | Requirement already satisfied (use --upgrade to upgrade): testtools===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) 2015-11-06 03:13:03.499 | Requirement already satisfied (use --upgrade to upgrade): traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) 2015-11-06 03:13:03.500 | Requirement already satisfied (use --upgrade to upgrade): unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2015-11-06 03:13:03.535 | Collecting xvfbwrapper===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) 2015-11-06 03:13:03.627 | Downloading xvfbwrapper-0.2.5.tar.gz 2015-11-06 03:13:03.959 | Requirement already satisfied (use --upgrade to upgrade): hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/horizon/test-requirements.txt (line 1)) 2015-11-06 03:13:03.962 | Requirement already satisfied (use --upgrade to upgrade): Pygments===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) 2015-11-06 03:13:03.963 | Requirement already satisfied (use --upgrade to upgrade): Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5)) 2015-11-06 03:13:03.964 | Requirement already satisfied (use --upgrade to upgrade): Django===1.8.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2015-11-06 03:13:03.965 | Requirement already satisfied (use --upgrade to upgrade): funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) 2015-11-06 03:13:03.966 | Requirement already satisfied (use --upgrade to upgrade): fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) 2015-11-06 03:13:04.001 | Collecting colorama===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2015-11-06 03:13:04.107 | Downloading colorama-0.3.3.tar.gz 2015-11-06 03:13:04.460 | Requirement already satisfied (use --upgrade to upgrade): extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) 2015-11-06 03:13:04.461 | Requirement already satisfied (use --upgrade to upgrade): python-mimeparse===0.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) 2015-11-06 03:13:04.462 | Requirement already satisfied (use --upgrade to upgrade): linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) 2015-11-06 03:13:04.463 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 334)) 2015-11-06 03:13:04.464 | Requirement already satisfied (use --upgrade to upgrade): mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/horizon/test-requirements.txt (line 1)) 2015-11-06 03:13:04.465 | Requirement already satisfied (use --upgrade to upgrade): flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/horizon/test-requirements.txt (line 1)) 2015-11-06 03:13:04.466 | Requirement already satisfied (use --upgrade to upgrade): pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/horizon/test-requirements.txt (line 1)) 2015-11-06 03:13:04.467 | Requirement already satisfied (use --upgrade to upgrade): pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/horizon/test-requirements.txt (line 1)) 2015-11-06 03:13:04.469 | Requirement already satisfied (use --upgrade to upgrade): MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2015-11-06 03:13:04.471 | Building wheels for collected packages: colorama, nodeenv, nose-exclude, nosehtmloutput, nosexcover, openstack.nose-plugin, termcolor, xvfbwrapper 2015-11-06 03:13:04.472 | Running setup.py bdist_wheel for colorama 2015-11-06 03:13:04.784 | Stored in directory: /root/.cache/pip/wheels/e3/24/8d/aec3db961cfbc8e939dc1843126548e7d479349f96659067e9 2015-11-06 03:13:04.789 | Running setup.py bdist_wheel for nodeenv 2015-11-06 03:13:05.004 | Stored in directory: /root/.cache/pip/wheels/b1/59/d6/d7e2be1c56d2fc8d02fcf567fa270b828a17a18012b2a62bf1 2015-11-06 03:13:05.011 | Running setup.py bdist_wheel for nose-exclude 2015-11-06 03:13:05.215 | Stored in directory: /root/.cache/pip/wheels/4a/7d/1b/a7fef8f76966bda0f827f45df18538a3bc3771837c0eb593d3 2015-11-06 03:13:05.221 | Running setup.py bdist_wheel for nosehtmloutput 2015-11-06 03:13:05.428 | Stored in directory: /root/.cache/pip/wheels/3d/e1/43/c819dd5d7ac7e0ee65b8c17dfa115cf627cc8593b780ae38ba 2015-11-06 03:13:05.437 | Running setup.py bdist_wheel for nosexcover 2015-11-06 03:13:05.643 | Stored in directory: /root/.cache/pip/wheels/45/89/57/cab994429a294824b5d19c3e63bf4477a72c359a3436ab2adc 2015-11-06 03:13:05.652 | Running setup.py bdist_wheel for openstack.nose-plugin 2015-11-06 03:13:05.857 | Stored in directory: /root/.cache/pip/wheels/da/be/24/9b6e48c966f48b6711fb4da3b25bdd9213ddc5512b29bc265f 2015-11-06 03:13:05.860 | Running setup.py bdist_wheel for termcolor 2015-11-06 03:13:06.188 | Stored in directory: /root/.cache/pip/wheels/ad/7b/3a/b213d6375a91076f20681a1d97550d04b8a7a371f0316a79f1 2015-11-06 03:13:06.191 | Running setup.py bdist_wheel for xvfbwrapper 2015-11-06 03:13:06.491 | Stored in directory: /root/.cache/pip/wheels/6d/6e/6a/22211cd1967ac9d5cbc3fbcd139d26e666b1159386f47b5cd3 2015-11-06 03:13:06.494 | Successfully built colorama nodeenv nose-exclude nosehtmloutput nosexcover openstack.nose-plugin termcolor xvfbwrapper 2015-11-06 03:13:06.495 | Installing collected packages: colorama, nose, django-nose, nodeenv, nose-exclude, nosehtmloutput, nosexcover, termcolor, openstack.nose-plugin, selenium, xvfbwrapper 2015-11-06 03:13:07.166 | Successfully installed colorama-0.3.3 django-nose-1.4.2 nodeenv-0.13.6 nose-1.3.7 nose-exclude-0.4.1 nosehtmloutput-0.0.5 nosexcover-1.0.10 openstack.nose-plugin-0.11 selenium-2.48.0 termcolor-1.1.0 xvfbwrapper-0.2.5 2015-11-06 03:13:07.336 | + time_stop pip_install 2015-11-06 03:13:07.337 | + local name 2015-11-06 03:13:07.337 | + local end_time 2015-11-06 03:13:07.338 | + local elpased_time 2015-11-06 03:13:07.338 | + local total 2015-11-06 03:13:07.338 | + local start_time 2015-11-06 03:13:07.338 | + name=pip_install 2015-11-06 03:13:07.338 | + start_time=1446779544 2015-11-06 03:13:07.339 | + [[ -z 1446779544 ]] 2015-11-06 03:13:07.339 | ++ date +%s 2015-11-06 03:13:07.341 | + end_time=1446779587 2015-11-06 03:13:07.341 | + elapsed_time=43 2015-11-06 03:13:07.341 | + total=393 2015-11-06 03:13:07.342 | + START_TIME[$name]= 2015-11-06 03:13:07.342 | + TOTAL_TIME[$name]=436 2015-11-06 03:13:07.343 | + [[ -e == \-\e ]] 2015-11-06 03:13:07.343 | + safe_chown -R vagrant /opt/stack/horizon/horizon.egg-info 2015-11-06 03:13:07.344 | + _safe_permission_operation chown -R vagrant /opt/stack/horizon/horizon.egg-info 2015-11-06 03:13:07.349 | + sudo chown -R vagrant /opt/stack/horizon/horizon.egg-info 2015-11-06 03:13:07.362 | + cd /opt/stack/horizon 2015-11-06 03:13:07.363 | + ./run_tests.sh -N --compilemessages 2015-11-06 03:13:07.860 | WARNING:root:No local_settings file found. 2015-11-06 03:13:08.450 | processing file django.po in /opt/stack/horizon/horizon/locale/fi_FI/LC_MESSAGES 2015-11-06 03:13:08.451 | processing file django.po in /opt/stack/horizon/horizon/locale/ca/LC_MESSAGES 2015-11-06 03:13:08.452 | processing file django.po in /opt/stack/horizon/horizon/locale/it/LC_MESSAGES 2015-11-06 03:13:08.452 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/it/LC_MESSAGES 2015-11-06 03:13:08.453 | processing file django.po in /opt/stack/horizon/horizon/locale/nl_NL/LC_MESSAGES 2015-11-06 03:13:08.453 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/nl_NL/LC_MESSAGES 2015-11-06 03:13:08.454 | processing file django.po in /opt/stack/horizon/horizon/locale/cs/LC_MESSAGES 2015-11-06 03:13:08.454 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/cs/LC_MESSAGES 2015-11-06 03:13:08.455 | processing file django.po in /opt/stack/horizon/horizon/locale/id/LC_MESSAGES 2015-11-06 03:13:08.455 | processing file django.po in /opt/stack/horizon/horizon/locale/es/LC_MESSAGES 2015-11-06 03:13:08.456 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/es/LC_MESSAGES 2015-11-06 03:13:08.456 | processing file django.po in /opt/stack/horizon/horizon/locale/ru/LC_MESSAGES 2015-11-06 03:13:08.456 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ru/LC_MESSAGES 2015-11-06 03:13:08.457 | processing file django.po in /opt/stack/horizon/horizon/locale/pt/LC_MESSAGES 2015-11-06 03:13:08.457 | processing file django.po in /opt/stack/horizon/horizon/locale/en_AU/LC_MESSAGES 2015-11-06 03:13:08.457 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/en_AU/LC_MESSAGES 2015-11-06 03:13:08.458 | processing file django.po in /opt/stack/horizon/horizon/locale/sl_SI/LC_MESSAGES 2015-11-06 03:13:08.458 | processing file django.po in /opt/stack/horizon/horizon/locale/ko_KR/LC_MESSAGES 2015-11-06 03:13:08.459 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ko_KR/LC_MESSAGES 2015-11-06 03:13:08.459 | processing file django.po in /opt/stack/horizon/horizon/locale/fr/LC_MESSAGES 2015-11-06 03:13:08.459 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/fr/LC_MESSAGES 2015-11-06 03:13:08.460 | processing file django.po in /opt/stack/horizon/horizon/locale/zh_TW/LC_MESSAGES 2015-11-06 03:13:08.460 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/zh_TW/LC_MESSAGES 2015-11-06 03:13:08.461 | processing file django.po in /opt/stack/horizon/horizon/locale/pt_BR/LC_MESSAGES 2015-11-06 03:13:08.461 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pt_BR/LC_MESSAGES 2015-11-06 03:13:08.462 | processing file django.po in /opt/stack/horizon/horizon/locale/de/LC_MESSAGES 2015-11-06 03:13:08.462 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/de/LC_MESSAGES 2015-11-06 03:13:08.462 | processing file django.po in /opt/stack/horizon/horizon/locale/pa_IN/LC_MESSAGES 2015-11-06 03:13:08.463 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pa_IN/LC_MESSAGES 2015-11-06 03:13:08.463 | processing file django.po in /opt/stack/horizon/horizon/locale/hu/LC_MESSAGES 2015-11-06 03:13:08.464 | processing file django.po in /opt/stack/horizon/horizon/locale/hi/LC_MESSAGES 2015-11-06 03:13:08.464 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/hi/LC_MESSAGES 2015-11-06 03:13:08.464 | processing file django.po in /opt/stack/horizon/horizon/locale/tr_TR/LC_MESSAGES 2015-11-06 03:13:08.465 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/tr_TR/LC_MESSAGES 2015-11-06 03:13:08.465 | processing file django.po in /opt/stack/horizon/horizon/locale/es_MX/LC_MESSAGES 2015-11-06 03:13:08.465 | processing file django.po in /opt/stack/horizon/horizon/locale/ja/LC_MESSAGES 2015-11-06 03:13:08.466 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ja/LC_MESSAGES 2015-11-06 03:13:08.466 | processing file django.po in /opt/stack/horizon/horizon/locale/zh_CN/LC_MESSAGES 2015-11-06 03:13:08.466 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/zh_CN/LC_MESSAGES 2015-11-06 03:13:08.467 | processing file django.po in /opt/stack/horizon/horizon/locale/sr/LC_MESSAGES 2015-11-06 03:13:08.467 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/sr/LC_MESSAGES 2015-11-06 03:13:08.468 | processing file django.po in /opt/stack/horizon/horizon/locale/en_GB/LC_MESSAGES 2015-11-06 03:13:08.468 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/en_GB/LC_MESSAGES 2015-11-06 03:13:08.468 | processing file django.po in /opt/stack/horizon/horizon/locale/fil/LC_MESSAGES 2015-11-06 03:13:08.469 | processing file django.po in /opt/stack/horizon/horizon/locale/pl_PL/LC_MESSAGES 2015-11-06 03:13:08.469 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pl_PL/LC_MESSAGES 2015-11-06 03:13:08.920 | WARNING:root:No local_settings file found. 2015-11-06 03:13:10.627 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/gu/LC_MESSAGES 2015-11-06 03:13:10.627 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/brx/LC_MESSAGES 2015-11-06 03:13:10.628 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/it/LC_MESSAGES 2015-11-06 03:13:10.628 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/it/LC_MESSAGES 2015-11-06 03:13:10.628 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/kn/LC_MESSAGES 2015-11-06 03:13:10.628 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mni/LC_MESSAGES 2015-11-06 03:13:10.629 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/nl_NL/LC_MESSAGES 2015-11-06 03:13:10.629 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/cs/LC_MESSAGES 2015-11-06 03:13:10.629 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/cs/LC_MESSAGES 2015-11-06 03:13:10.629 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/es/LC_MESSAGES 2015-11-06 03:13:10.630 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/es/LC_MESSAGES 2015-11-06 03:13:10.630 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/bn_IN/LC_MESSAGES 2015-11-06 03:13:10.630 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ru/LC_MESSAGES 2015-11-06 03:13:10.630 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ru/LC_MESSAGES 2015-11-06 03:13:10.630 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/kok/LC_MESSAGES 2015-11-06 03:13:10.631 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ne/LC_MESSAGES 2015-11-06 03:13:10.631 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/en_AU/LC_MESSAGES 2015-11-06 03:13:10.631 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/en_AU/LC_MESSAGES 2015-11-06 03:13:10.632 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ko_KR/LC_MESSAGES 2015-11-06 03:13:10.632 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ko_KR/LC_MESSAGES 2015-11-06 03:13:10.632 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ta/LC_MESSAGES 2015-11-06 03:13:10.632 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/fr/LC_MESSAGES 2015-11-06 03:13:10.632 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/fr/LC_MESSAGES 2015-11-06 03:13:10.633 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/de/LC_MESSAGES 2015-11-06 03:13:10.633 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/de/LC_MESSAGES 2015-11-06 03:13:10.633 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pt_BR/LC_MESSAGES 2015-11-06 03:13:10.633 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/pt_BR/LC_MESSAGES 2015-11-06 03:13:10.634 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/zh_TW/LC_MESSAGES 2015-11-06 03:13:10.634 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/zh_TW/LC_MESSAGES 2015-11-06 03:13:10.634 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pa_IN/LC_MESSAGES 2015-11-06 03:13:10.635 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/hi/LC_MESSAGES 2015-11-06 03:13:10.635 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/tr_TR/LC_MESSAGES 2015-11-06 03:13:10.635 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/tr_TR/LC_MESSAGES 2015-11-06 03:13:10.635 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mai/LC_MESSAGES 2015-11-06 03:13:10.635 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ja/LC_MESSAGES 2015-11-06 03:13:10.636 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ja/LC_MESSAGES 2015-11-06 03:13:10.636 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/zh_CN/LC_MESSAGES 2015-11-06 03:13:10.636 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/zh_CN/LC_MESSAGES 2015-11-06 03:13:10.636 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/sr/LC_MESSAGES 2015-11-06 03:13:10.637 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/as/LC_MESSAGES 2015-11-06 03:13:10.637 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ur/LC_MESSAGES 2015-11-06 03:13:10.637 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ks/LC_MESSAGES 2015-11-06 03:13:10.637 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/en_GB/LC_MESSAGES 2015-11-06 03:13:10.638 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/en_GB/LC_MESSAGES 2015-11-06 03:13:10.781 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mr/LC_MESSAGES 2015-11-06 03:13:10.782 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pl_PL/LC_MESSAGES 2015-11-06 03:13:10.782 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/pl_PL/LC_MESSAGES 2015-11-06 03:13:10.790 | + is_service_enabled heat 2015-11-06 03:13:10.795 | + return 1 2015-11-06 03:13:10.796 | + is_service_enabled tls-proxy 2015-11-06 03:13:10.800 | + return 1 2015-11-06 03:13:10.801 | + '[' False == True ']' 2015-11-06 03:13:10.801 | + run_phase stack install 2015-11-06 03:13:10.802 | + local mode=stack 2015-11-06 03:13:10.802 | + local phase=install 2015-11-06 03:13:10.803 | + [[ -d /opt/stack/devstack/extras.d ]] 2015-11-06 03:13:10.804 | + local extra_plugin_file_name 2015-11-06 03:13:10.804 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 03:13:10.805 | + [[ -r /opt/stack/devstack/extras.d/50-ironic.sh ]] 2015-11-06 03:13:10.806 | + source /opt/stack/devstack/extras.d/50-ironic.sh stack install 2015-11-06 03:13:10.806 | ++ is_service_enabled ir-api ir-cond 2015-11-06 03:13:10.808 | ++ return 1 2015-11-06 03:13:10.809 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 03:13:10.810 | + local extra 2015-11-06 03:13:10.810 | ++ basename /opt/stack/devstack/extras.d/50-ironic.sh 2015-11-06 03:13:10.813 | + extra=50-ironic.sh 2015-11-06 03:13:10.814 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 50-ironic\.sh ]] 2015-11-06 03:13:10.815 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 03:13:10.815 | + [[ -r /opt/stack/devstack/extras.d/60-ceph.sh ]] 2015-11-06 03:13:10.816 | + source /opt/stack/devstack/extras.d/60-ceph.sh stack install 2015-11-06 03:13:10.817 | ++ is_service_enabled ceph 2015-11-06 03:13:10.817 | ++ return 1 2015-11-06 03:13:10.818 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 03:13:10.819 | + local extra 2015-11-06 03:13:10.819 | ++ basename /opt/stack/devstack/extras.d/60-ceph.sh 2015-11-06 03:13:10.820 | + extra=60-ceph.sh 2015-11-06 03:13:10.820 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]] 2015-11-06 03:13:10.821 | + for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2015-11-06 03:13:10.822 | + [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2015-11-06 03:13:10.822 | + source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2015-11-06 03:13:10.823 | ++ is_service_enabled tempest 2015-11-06 03:13:10.826 | ++ return 0 2015-11-06 03:13:10.826 | ++ [[ stack == \s\o\u\r\c\e ]] 2015-11-06 03:13:10.827 | ++ [[ stack == \s\t\a\c\k ]] 2015-11-06 03:13:10.827 | ++ [[ install == \i\n\s\t\a\l\l ]] 2015-11-06 03:13:10.828 | ++ echo_summary 'Installing Tempest' 2015-11-06 03:13:10.828 | ++ [[ -t 3 ]] 2015-11-06 03:13:10.829 | ++ echo -e Installing Tempest 2015-11-06 03:13:10.830 | ++ install_tempest 2015-11-06 03:13:10.830 | ++ git_clone git://git.openstack.org/openstack/tempest.git /opt/stack/tempest master 2015-11-06 03:13:10.831 | ++ local git_remote=git://git.openstack.org/openstack/tempest.git 2015-11-06 03:13:10.831 | ++ local git_dest=/opt/stack/tempest 2015-11-06 03:13:10.832 | ++ local git_ref=master 2015-11-06 03:13:10.832 | ++ local orig_dir 2015-11-06 03:13:10.832 | +++ pwd 2015-11-06 03:13:10.833 | ++ orig_dir=/opt/stack/devstack 2015-11-06 03:13:10.834 | ++ local git_clone_flags= 2015-11-06 03:13:10.834 | +++ trueorfalse False RECLONE 2015-11-06 03:13:10.835 | ++ RECLONE=False 2015-11-06 03:13:10.835 | ++ [[ 0 -gt 0 ]] 2015-11-06 03:13:10.836 | ++ [[ False = \T\r\u\e ]] 2015-11-06 03:13:10.836 | ++ echo master 2015-11-06 03:13:10.837 | ++ egrep -q '^refs' 2015-11-06 03:13:10.839 | ++ [[ ! -d /opt/stack/tempest ]] 2015-11-06 03:13:10.839 | ++ [[ False = \T\r\u\e ]] 2015-11-06 03:13:10.840 | ++ git_timed clone git://git.openstack.org/openstack/tempest.git /opt/stack/tempest 2015-11-06 03:13:10.840 | ++ local count=0 2015-11-06 03:13:10.841 | ++ local timeout=0 2015-11-06 03:13:10.842 | ++ [[ -n 0 ]] 2015-11-06 03:13:10.846 | ++ timeout=0 2015-11-06 03:13:10.846 | ++ timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/tempest.git /opt/stack/tempest 2015-11-06 03:13:10.847 | Cloning into '/opt/stack/tempest'... 2015-11-06 03:13:21.631 | ++ cd /opt/stack/tempest 2015-11-06 03:13:21.632 | ++ git checkout master 2015-11-06 03:13:21.658 | Already on 'master' 2015-11-06 03:13:21.659 | Your branch is up-to-date with 'origin/master'. 2015-11-06 03:13:21.661 | ++ cd /opt/stack/tempest 2015-11-06 03:13:21.661 | ++ git show --oneline 2015-11-06 03:13:21.662 | ++ head -1 2015-11-06 03:13:21.666 | 113fc9f Merge "Refactor volume_boot_pattern test" 2015-11-06 03:13:21.667 | ++ cd /opt/stack/devstack 2015-11-06 03:13:21.667 | ++ pip_install tox 2015-11-06 03:13:22.151 | ++ sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt tox 2015-11-06 03:13:22.728 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:13:22.837 | Collecting tox 2015-11-06 03:13:23.151 | /usr/local/lib/python2.7/dist-packages/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-06 03:13:23.151 | InsecurePlatformWarning 2015-11-06 03:13:23.427 | Downloading tox-2.1.1-py2.py3-none-any.whl 2015-11-06 03:13:23.523 | Requirement already satisfied (use --upgrade to upgrade): virtualenv===13.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) 2015-11-06 03:13:23.593 | Collecting py>=1.4.17 (from tox) 2015-11-06 03:13:23.727 | Downloading py-1.4.30-py2.py3-none-any.whl (81kB) 2015-11-06 03:13:23.863 | Collecting pluggy<0.4.0,>=0.3.0 (from tox) 2015-11-06 03:13:23.956 | Downloading pluggy-0.3.1-py2.py3-none-any.whl 2015-11-06 03:13:24.016 | Installing collected packages: py, pluggy, tox 2015-11-06 03:13:24.307 | Successfully installed pluggy-0.3.1 py-1.4.30 tox-2.1.1 2015-11-06 03:13:24.559 | ++ local test_req=tox/test-requirements.txt 2015-11-06 03:13:24.560 | ++ [[ -e tox/test-requirements.txt ]] 2015-11-06 03:13:24.561 | ++ time_stop pip_install 2015-11-06 03:13:24.561 | ++ local name 2015-11-06 03:13:24.562 | ++ local end_time 2015-11-06 03:13:24.562 | ++ local elpased_time 2015-11-06 03:13:24.563 | ++ local total 2015-11-06 03:13:24.563 | ++ local start_time 2015-11-06 03:13:24.564 | ++ name=pip_install 2015-11-06 03:13:24.564 | ++ start_time=1446779601 2015-11-06 03:13:24.565 | ++ [[ -z 1446779601 ]] 2015-11-06 03:13:24.565 | +++ date +%s 2015-11-06 03:13:24.569 | ++ end_time=1446779604 2015-11-06 03:13:24.569 | ++ elapsed_time=3 2015-11-06 03:13:24.570 | ++ total=436 2015-11-06 03:13:24.570 | ++ START_TIME[$name]= 2015-11-06 03:13:24.571 | ++ TOTAL_TIME[$name]=439 2015-11-06 03:13:24.571 | ++ pushd /opt/stack/tempest 2015-11-06 03:13:24.572 | /opt/stack/tempest /opt/stack/devstack 2015-11-06 03:13:24.573 | ++ tox --notest -efull 2015-11-06 03:13:24.866 | full create: /opt/stack/tempest/.tox/full 2015-11-06 03:13:26.456 | full installdeps: setuptools, -r/opt/stack/tempest/requirements.txt 2015-11-06 03:14:27.961 | full develop-inst: /opt/stack/tempest 2015-11-06 03:14:32.758 | full installed: anyjson==0.3.3,Babel==2.1.1,boto==2.38.0,cffi==1.3.0,cliff==1.15.0,cmd2==0.6.8,cryptography==1.1,debtcollector==0.10.0,ecdsa==0.13,enum34==1.0.4,extras==0.0.3,fasteners==0.13.0,fixtures==1.4.0,functools32==3.2.3.post2,httplib2==0.9.2,idna==2.0,ipaddress==1.0.14,iso8601==0.1.11,jsonschema==2.5.1,linecache2==1.0.0,monotonic==0.4,msgpack-python==0.4.6,netaddr==0.7.18,netifaces==0.10.4,os-testr==0.4.2,oslo.concurrency==2.8.0,oslo.config==2.6.0,oslo.context==0.8.0,oslo.i18n==2.7.0,oslo.log==1.13.0,oslo.serialization==1.11.0,oslo.utils==2.7.0,paramiko==1.16.0,pbr==1.8.1,prettytable==0.7.2,pyasn1==0.1.9,pycparser==2.14,pycrypto==2.6.1,pyinotify==0.9.6,pyOpenSSL==0.15.1,pyparsing==2.0.5,python-mimeparse==0.1.4,python-subunit==1.2.0,pytz==2015.7,PyYAML==3.11,retrying==1.3.3,six==1.10.0,stevedore==1.9.0,-e git://git.openstack.org/openstack/tempest.git@113fc9fb264301ebfb35178d1299dc85b01dc444#egg=tempest-master,tempest-lib==0.11.0,testrepository==0.0.20,testscenarios==0.5.0,testtools==1.8.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,wheel==0.24.0,wrapt==1.10.5 2015-11-06 03:14:32.758 | ___________________________________ summary ____________________________________ 2015-11-06 03:14:32.759 | full: skipped tests 2015-11-06 03:14:32.760 | congratulations :) 2015-11-06 03:14:32.773 | ++ PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/full 2015-11-06 03:14:32.774 | ++ install_tempest_lib 2015-11-06 03:14:32.775 | ++ use_library_from_git tempest-lib 2015-11-06 03:14:32.776 | ++ local name=tempest-lib 2015-11-06 03:14:32.776 | ++ local enabled=1 2015-11-06 03:14:32.777 | ++ [[ ,, =~ ,tempest-lib, ]] 2015-11-06 03:14:32.778 | ++ return 1 2015-11-06 03:14:32.778 | ++ popd 2015-11-06 03:14:32.779 | /opt/stack/devstack 2015-11-06 03:14:32.779 | ++ [[ stack == \u\n\s\t\a\c\k ]] 2015-11-06 03:14:32.780 | ++ [[ stack == \c\l\e\a\n ]] 2015-11-06 03:14:32.780 | + local 'exceptions=50-ironic.sh 60-ceph.sh 80-tempest.sh' 2015-11-06 03:14:32.781 | + local extra 2015-11-06 03:14:32.781 | ++ basename /opt/stack/devstack/extras.d/80-tempest.sh 2015-11-06 03:14:32.782 | + extra=80-tempest.sh 2015-11-06 03:14:32.783 | + [[ 50-ironic.sh 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]] 2015-11-06 03:14:32.783 | + [[ stack == \s\o\u\r\c\e ]] 2015-11-06 03:14:32.784 | + [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2015-11-06 03:14:32.784 | + run_plugins stack install 2015-11-06 03:14:32.785 | + local mode=stack 2015-11-06 03:14:32.785 | + local phase=install 2015-11-06 03:14:32.786 | + local plugins=,networking-odl 2015-11-06 03:14:32.786 | + local plugin 2015-11-06 03:14:32.787 | + for plugin in '${plugins//,/ }' 2015-11-06 03:14:32.787 | + local dir=/opt/stack/networking-odl 2015-11-06 03:14:32.788 | + [[ -f /opt/stack/networking-odl/devstack/plugin.sh ]] 2015-11-06 03:14:32.789 | + source /opt/stack/networking-odl/devstack/plugin.sh stack install 2015-11-06 03:14:32.820 | --2015-11-06 03:14:32-- https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.3.1-SNAPSHOT/maven-metadata.xml 2015-11-06 03:14:32.826 | Resolving proxy.ir.intel.com (proxy.ir.intel.com)... 10.102.248.16 2015-11-06 03:14:32.834 | Connecting to proxy.ir.intel.com (proxy.ir.intel.com)|10.102.248.16|:911... connected. 2015-11-06 03:14:33.576 | Proxy request sent, awaiting response... 200 OK 2015-11-06 03:14:33.576 | Length: 980 [application/xml] 2015-11-06 03:14:33.577 | Saving to: '/opt/stack/opendaylight/maven-metadata.xml' 2015-11-06 03:14:33.578 | 2015-11-06 03:14:33.578 | 0K 100% 58.0M=0s 2015-11-06 03:14:33.579 | 2015-11-06 03:14:33.580 | 2015-11-06 03:14:33 (58.0 MB/s) - '/opt/stack/opendaylight/maven-metadata.xml' saved [980/980] 2015-11-06 03:14:33.580 | 2015-11-06 03:14:33.625 | Reading package lists... 2015-11-06 03:14:33.801 | Building dependency tree... 2015-11-06 03:14:33.805 | Reading state information... 2015-11-06 03:14:33.917 | The following extra packages will be installed: 2015-11-06 03:14:33.917 | libxml-parser-perl 2015-11-06 03:14:33.919 | The following NEW packages will be installed: 2015-11-06 03:14:33.920 | libxml-parser-perl libxml-xpath-perl 2015-11-06 03:14:33.968 | 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:14:33.968 | Need to get 375 kB of archives. 2015-11-06 03:14:33.971 | After this operation, 952 kB of additional disk space will be used. 2015-11-06 03:14:33.975 | Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libxml-parser-perl amd64 2.41-1build3 [294 kB] 2015-11-06 03:14:34.082 | Get:2 http://archive.ubuntu.com/ubuntu/ trusty/universe libxml-xpath-perl all 1.13-7 [80.7 kB] 2015-11-06 03:14:34.301 | Fetched 375 kB in 0s (2305 kB/s) 2015-11-06 03:14:34.359 | Selecting previously unselected package libxml-parser-perl. 2015-11-06 03:14:34.394 | (Reading database ... 77376 files and directories currently installed.) 2015-11-06 03:14:34.397 | Preparing to unpack .../libxml-parser-perl_2.41-1build3_amd64.deb ... 2015-11-06 03:14:34.399 | Unpacking libxml-parser-perl (2.41-1build3) ... 2015-11-06 03:14:34.470 | Selecting previously unselected package libxml-xpath-perl. 2015-11-06 03:14:34.477 | Preparing to unpack .../libxml-xpath-perl_1.13-7_all.deb ... 2015-11-06 03:14:34.482 | Unpacking libxml-xpath-perl (1.13-7) ... 2015-11-06 03:14:34.536 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:14:36.664 | Setting up libxml-parser-perl (2.41-1build3) ... 2015-11-06 03:14:36.668 | Setting up libxml-xpath-perl (1.13-7) ... 2015-11-06 03:14:36.874 | Reading package lists... 2015-11-06 03:14:37.044 | Building dependency tree... 2015-11-06 03:14:37.046 | Reading state information... 2015-11-06 03:14:37.167 | libxml-xpath-perl is already the newest version. 2015-11-06 03:14:37.168 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:14:37.247 | Installing OpenDaylight and dependent packages 2015-11-06 03:14:37.288 | Reading package lists... 2015-11-06 03:14:37.470 | Building dependency tree... 2015-11-06 03:14:37.472 | Reading state information... 2015-11-06 03:14:37.601 | The following extra packages will be installed: 2015-11-06 03:14:37.603 | ant ant-optional aspectj at-spi2-core bsh colord dbus-x11 2015-11-06 03:14:37.604 | dconf-gsettings-backend dconf-service desktop-file-utils fonts-dejavu-extra 2015-11-06 03:14:37.605 | fop gconf-service gconf-service-backend gconf2 gconf2-common gvfs 2015-11-06 03:14:37.605 | gvfs-common gvfs-daemons gvfs-libs hicolor-icon-theme java-wrappers junit 2015-11-06 03:14:37.606 | junit4 libaether-java libaopalliance-java libapache-pom-java libasm3-java 2015-11-06 03:14:37.606 | libaspectj-java libasync-http-client-java libatasmart4 2015-11-06 03:14:37.607 | libatinject-jsr330-api-java libatk-bridge2.0-0 libatk-wrapper-java 2015-11-06 03:14:37.607 | libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatspi2.0-0 2015-11-06 03:14:37.608 | libavahi-glib1 libavalon-framework-java libbatik-java libbonobo2-0 2015-11-06 03:14:37.608 | libbonobo2-common libbsf-java libbsh-java libcairo-gobject2 libcanberra0 2015-11-06 03:14:37.609 | libcdi-api-java libcglib-java libclassworlds-java libcolord1 libcolorhug1 2015-11-06 03:14:37.609 | libcommons-beanutils-java libcommons-cli-java libcommons-codec-java 2015-11-06 03:14:37.610 | libcommons-collections3-java libcommons-configuration-java 2015-11-06 03:14:37.611 | libcommons-digester-java libcommons-httpclient-java libcommons-io-java 2015-11-06 03:14:37.611 | libcommons-jexl2-java libcommons-jxpath-java libcommons-lang-java 2015-11-06 03:14:37.612 | libcommons-logging-java libcommons-net2-java libcommons-parent-java 2015-11-06 03:14:37.612 | libcommons-vfs-java libdconf1 libdom4j-java libdoxia-java libeasymock-java 2015-11-06 03:14:37.613 | libexif12 libfop-java libganymed-ssh2-java libgconf-2-4 libgconf2-4 2015-11-06 03:14:37.613 | libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common 2015-11-06 03:14:37.614 | libgeronimo-interceptor-3.0-spec-java libgeronimo-jpa-2.0-spec-java 2015-11-06 03:14:37.614 | libgeronimo-osgi-support-java libgif4 libgnome2-0 libgnome2-bin 2015-11-06 03:14:37.615 | libgnome2-common libgnomevfs2-0 libgnomevfs2-common libgphoto2-6 2015-11-06 03:14:37.615 | libgphoto2-l10n libgphoto2-port10 libgtk-3-0 libgtk-3-bin libgtk-3-common 2015-11-06 03:14:37.616 | libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libguava-java libgudev-1.0-0 2015-11-06 03:14:37.616 | libguice-java libgusb2 libhamcrest-java libhttpclient-java libhttpcore-java 2015-11-06 03:14:37.617 | libice-dev libidl-common libidl0 libieee1284-3 libitext1-java 2015-11-06 03:14:37.617 | libjackrabbit-java libjasper1 libjaxen-java libjaxp1.3-java 2015-11-06 03:14:37.618 | libjcommander-java libjdom1-java libjetty-java libjsch-java libjsoup-java 2015-11-06 03:14:37.618 | libjsr305-java libmaven-parent-java libmaven-scm-java libmaven2-core-java 2015-11-06 03:14:37.619 | libmodello-java libnetbeans-cvsclient-java liborbit-2-0 liborbit2 2015-11-06 03:14:37.619 | libosgi-compendium-java libosgi-core-java libosgi-foundation-ee-java 2015-11-06 03:14:37.620 | libplexus-ant-factory-java libplexus-archiver-java 2015-11-06 03:14:37.620 | libplexus-bsh-factory-java libplexus-build-api-java libplexus-cipher-java 2015-11-06 03:14:37.621 | libplexus-classworlds-java libplexus-classworlds2-java libplexus-cli-java 2015-11-06 03:14:37.621 | libplexus-container-default-java libplexus-containers-java 2015-11-06 03:14:37.622 | libplexus-containers1.5-java libplexus-i18n-java 2015-11-06 03:14:37.622 | libplexus-interactivity-api-java libplexus-interpolation-java 2015-11-06 03:14:37.623 | libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java 2015-11-06 03:14:37.623 | libplexus-utils2-java libpthread-stubs0-dev libqdox-java libregexp-java 2015-11-06 03:14:37.624 | librhino-java libsane libsane-common libsaxon-java libsecret-1-0 2015-11-06 03:14:37.624 | libsecret-common libservlet3.0-java libsisu-guice-java libsisu-ioc-java 2015-11-06 03:14:37.625 | libsm-dev libtdb1 libudisks2-0 libv4l-0 libv4lconvert0 libvorbisfile3 2015-11-06 03:14:37.625 | libwagon-java libwagon2-java libwayland-client0 libwayland-cursor0 2015-11-06 03:14:37.626 | libx11-dev libx11-doc libxalan2-java libxau-dev libxbean-java libxcb-shape0 2015-11-06 03:14:37.626 | libxcb1-dev libxcursor1 libxdmcp-dev libxft2 libxi6 libxinerama1 2015-11-06 03:14:37.627 | libxkbcommon0 libxmlgraphics-commons-java libxom-java libxpp2-java 2015-11-06 03:14:37.627 | libxpp3-java libxt-dev libxtst6 libxv1 libxxf86dga1 libyaml-snake-java 2015-11-06 03:14:37.628 | policykit-1-gnome rhino sound-theme-freedesktop testng udisks2 x11-utils 2015-11-06 03:14:37.628 | x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools 2015-11-06 03:14:37.629 | xtrans-dev 2015-11-06 03:14:37.629 | Suggested packages: 2015-11-06 03:14:37.630 | ant-doc ant-gcj default-jdk java-compiler java-sdk ant-optional-gcj antlr 2015-11-06 03:14:37.630 | javacc jython libbcel-java libcommons-net-java libgnumail-java 2015-11-06 03:14:37.630 | libjdepend-java liboro-java bsh-doc default-jre java1-runtime java2-runtime 2015-11-06 03:14:37.631 | fop-doc gconf-defaults-service gvfs-backends gvfs-backends-goa junit-doc 2015-11-06 03:14:37.631 | libaopalliance-java-doc libasync-http-client-java-doc 2015-11-06 03:14:37.632 | libatinject-jsr330-api-java-doc libavalon-framework-java-doc libbonobo2-bin 2015-11-06 03:14:37.632 | libcanberra-gtk0 libcanberra-pulse libclassworlds-java-doc 2015-11-06 03:14:37.633 | libcommons-beanutils-java-doc libcommons-collections3-java-doc 2015-11-06 03:14:37.633 | libcommons-digester-java-doc libcommons-httpclient-java-doc 2015-11-06 03:14:37.634 | libcommons-io-java-doc libcommons-jexl2-java-doc libcommons-jxpath-java-doc 2015-11-06 03:14:37.634 | libcommons-logging-java-doc libexcalibur-logkit-java 2015-11-06 03:14:37.634 | libcommons-net2-java-doc libcommons-vfs-java-doc libdom4j-java-doc 2015-11-06 03:14:37.635 | libdoxia-java-doc libeasymock-java-doc libgeronimo-jpa-2.0-spec-java-doc 2015-11-06 03:14:37.635 | libgeronimo-osgi-support-java-doc desktop-base libgnomevfs2-bin 2015-11-06 03:14:37.636 | libgnomevfs2-extra gamin fam gnome-mime-data gphoto2 gtkam librsvg2-common 2015-11-06 03:14:37.636 | libice-doc libjasper-runtime libjaxp1.3-java-gcj libjcommander-java-doc 2015-11-06 03:14:37.636 | libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc 2015-11-06 03:14:37.637 | libjsr305-java-doc libmaven-scm-java-doc libmodello-java-doc maven2 2015-11-06 03:14:37.637 | libosgi-compendium-java-doc libosgi-core-java-doc 2015-11-06 03:14:37.638 | libosgi-foundation-ee-java-doc libplexus-build-api-java-doc 2015-11-06 03:14:37.638 | libplexus-cipher-java-doc libplexus-classworlds-java-doc 2015-11-06 03:14:37.639 | libplexus-classworlds2-java-doc libplexus-cli-java-doc 2015-11-06 03:14:37.639 | libplexus-container-default-java-doc libplexus-i18n-java-doc 2015-11-06 03:14:37.639 | libplexus-interactivity-api-java-doc libplexus-interpolation-java-doc 2015-11-06 03:14:37.640 | libplexus-sec-dispatcher-java-doc libplexus-utils-java-doc 2015-11-06 03:14:37.640 | libplexus-utils2-java-doc libqdox-java-doc avahi-daemon hplip hpoj 2015-11-06 03:14:37.641 | libsane-extras sane-utils libsaxon-java-doc libsm-doc libwagon-java-doc 2015-11-06 03:14:37.641 | libxalan2-java-doc libxsltc-java groovy libspring-core-java 2015-11-06 03:14:37.642 | libspring-beans-java libspring-context-java libspring-web-java libxcb-doc 2015-11-06 03:14:37.642 | libxmlgraphics-commons-java-doc libxom-java-doc libxt-doc openjdk-7-demo 2015-11-06 03:14:37.642 | openjdk-7-source visualvm icedtea-7-plugin librhino-java-doc exfat-utils 2015-11-06 03:14:37.643 | mdadm mesa-utils 2015-11-06 03:14:37.643 | The following NEW packages will be installed: 2015-11-06 03:14:37.644 | ant ant-optional aspectj at-spi2-core bsh colord dbus-x11 2015-11-06 03:14:37.644 | dconf-gsettings-backend dconf-service desktop-file-utils fonts-dejavu-extra 2015-11-06 03:14:37.644 | fop gconf-service gconf-service-backend gconf2 gconf2-common gvfs 2015-11-06 03:14:37.645 | gvfs-common gvfs-daemons gvfs-libs hicolor-icon-theme java-wrappers junit 2015-11-06 03:14:37.645 | junit4 libaether-java libaopalliance-java libapache-pom-java libasm3-java 2015-11-06 03:14:37.646 | libaspectj-java libasync-http-client-java libatasmart4 2015-11-06 03:14:37.646 | libatinject-jsr330-api-java libatk-bridge2.0-0 libatk-wrapper-java 2015-11-06 03:14:37.646 | libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatspi2.0-0 2015-11-06 03:14:37.647 | libavahi-glib1 libavalon-framework-java libbatik-java libbonobo2-0 2015-11-06 03:14:37.647 | libbonobo2-common libbsf-java libbsh-java libcairo-gobject2 libcanberra0 2015-11-06 03:14:37.647 | libcdi-api-java libcglib-java libclassworlds-java libcolord1 libcolorhug1 2015-11-06 03:14:37.648 | libcommons-beanutils-java libcommons-cli-java libcommons-codec-java 2015-11-06 03:14:37.648 | libcommons-collections3-java libcommons-configuration-java 2015-11-06 03:14:37.649 | libcommons-digester-java libcommons-httpclient-java libcommons-io-java 2015-11-06 03:14:37.649 | libcommons-jexl2-java libcommons-jxpath-java libcommons-lang-java 2015-11-06 03:14:37.649 | libcommons-logging-java libcommons-net2-java libcommons-parent-java 2015-11-06 03:14:37.650 | libcommons-vfs-java libdconf1 libdom4j-java libdoxia-java libeasymock-java 2015-11-06 03:14:37.650 | libexif12 libfop-java libganymed-ssh2-java libgconf-2-4 libgconf2-4 2015-11-06 03:14:37.651 | libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common 2015-11-06 03:14:37.651 | libgeronimo-interceptor-3.0-spec-java libgeronimo-jpa-2.0-spec-java 2015-11-06 03:14:37.651 | libgeronimo-osgi-support-java libgif4 libgnome2-0 libgnome2-bin 2015-11-06 03:14:37.652 | libgnome2-common libgnomevfs2-0 libgnomevfs2-common libgphoto2-6 2015-11-06 03:14:37.652 | libgphoto2-l10n libgphoto2-port10 libgtk-3-0 libgtk-3-bin libgtk-3-common 2015-11-06 03:14:37.653 | libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libguava-java libgudev-1.0-0 2015-11-06 03:14:37.653 | libguice-java libgusb2 libhamcrest-java libhttpclient-java libhttpcore-java 2015-11-06 03:14:37.653 | libice-dev libidl-common libidl0 libieee1284-3 libitext1-java 2015-11-06 03:14:37.654 | libjackrabbit-java libjasper1 libjaxen-java libjaxp1.3-java 2015-11-06 03:14:37.654 | libjcommander-java libjdom1-java libjetty-java libjsch-java libjsoup-java 2015-11-06 03:14:37.655 | libjsr305-java libmaven-parent-java libmaven-scm-java libmaven2-core-java 2015-11-06 03:14:37.655 | libmodello-java libnetbeans-cvsclient-java liborbit-2-0 liborbit2 2015-11-06 03:14:37.655 | libosgi-compendium-java libosgi-core-java libosgi-foundation-ee-java 2015-11-06 03:14:37.656 | libplexus-ant-factory-java libplexus-archiver-java 2015-11-06 03:14:37.656 | libplexus-bsh-factory-java libplexus-build-api-java libplexus-cipher-java 2015-11-06 03:14:37.657 | libplexus-classworlds-java libplexus-classworlds2-java libplexus-cli-java 2015-11-06 03:14:37.657 | libplexus-container-default-java libplexus-containers-java 2015-11-06 03:14:37.657 | libplexus-containers1.5-java libplexus-i18n-java 2015-11-06 03:14:37.658 | libplexus-interactivity-api-java libplexus-interpolation-java 2015-11-06 03:14:37.658 | libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java 2015-11-06 03:14:37.658 | libplexus-utils2-java libpthread-stubs0-dev libqdox-java libregexp-java 2015-11-06 03:14:37.659 | librhino-java libsane libsane-common libsaxon-java libsecret-1-0 2015-11-06 03:14:37.659 | libsecret-common libservlet3.0-java libsisu-guice-java libsisu-ioc-java 2015-11-06 03:14:37.660 | libsm-dev libtdb1 libudisks2-0 libv4l-0 libv4lconvert0 libvorbisfile3 2015-11-06 03:14:37.660 | libwagon-java libwagon2-java libwayland-client0 libwayland-cursor0 2015-11-06 03:14:37.660 | libx11-dev libx11-doc libxalan2-java libxau-dev libxbean-java libxcb-shape0 2015-11-06 03:14:37.661 | libxcb1-dev libxcursor1 libxdmcp-dev libxft2 libxi6 libxinerama1 2015-11-06 03:14:37.661 | libxkbcommon0 libxmlgraphics-commons-java libxom-java libxpp2-java 2015-11-06 03:14:37.662 | libxpp3-java libxt-dev libxtst6 libxv1 libxxf86dga1 libyaml-snake-java maven 2015-11-06 03:14:37.662 | openjdk-7-jdk openjdk-7-jre policykit-1-gnome rhino sound-theme-freedesktop 2015-11-06 03:14:37.662 | testng udisks2 x11-utils x11proto-core-dev x11proto-input-dev 2015-11-06 03:14:37.663 | x11proto-kb-dev xorg-sgml-doctools xtrans-dev 2015-11-06 03:14:37.888 | 0 upgraded, 204 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:14:37.888 | Need to get 92.3 MB of archives. 2015-11-06 03:14:37.889 | After this operation, 191 MB of additional disk space will be used. 2015-11-06 03:14:37.890 | Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libatasmart4 amd64 0.19-3 [27.1 kB] 2015-11-06 03:14:38.073 | Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libatk1.0-data all 2.10.0-2ubuntu2 [13.7 kB] 2015-11-06 03:14:38.173 | Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libatk1.0-0 amd64 2.10.0-2ubuntu2 [50.9 kB] 2015-11-06 03:14:38.360 | Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libatspi2.0-0 amd64 2.10.2.is.2.10.1-0ubuntu1 [53.1 kB] 2015-11-06 03:14:38.466 | Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main libatk-bridge2.0-0 amd64 2.10.2-2ubuntu1 [46.8 kB] 2015-11-06 03:14:38.595 | Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgtk2.0-common all 2.24.23-0ubuntu1.3 [121 kB] 2015-11-06 03:14:38.648 | Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjasper1 amd64 1.900.1-14ubuntu3.2 [130 kB] 2015-11-06 03:14:38.720 | Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgdk-pixbuf2.0-common all 2.30.7-0ubuntu1.2 [8826 B] 2015-11-06 03:14:38.765 | Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgdk-pixbuf2.0-0 amd64 2.30.7-0ubuntu1.2 [160 kB] 2015-11-06 03:14:38.832 | Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main libxcursor1 amd64 1:1.1.14-1 [22.8 kB] 2015-11-06 03:14:38.942 | Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] 2015-11-06 03:14:38.968 | Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main libxinerama1 amd64 2:1.1.3-1 [7908 B] 2015-11-06 03:14:39.003 | Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgtk2.0-0 amd64 2.24.23-0ubuntu1.3 [1738 kB] 2015-11-06 03:14:39.317 | Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main libgif4 amd64 4.1.6-11 [28.6 kB] 2015-11-06 03:14:39.435 | Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main libxtst6 amd64 2:1.2.2-1 [14.1 kB] 2015-11-06 03:14:39.457 | Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre amd64 7u85-2.6.1-5ubuntu0.14.04.1 [171 kB] 2015-11-06 03:14:39.507 | Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main libatk-wrapper-java all 0.30.4-4 [30.2 kB] 2015-11-06 03:14:39.538 | Get:18 http://archive.ubuntu.com/ubuntu/ trusty/main libatk-wrapper-java-jni amd64 0.30.4-4 [25.2 kB] 2015-11-06 03:14:39.563 | Get:19 http://archive.ubuntu.com/ubuntu/ trusty/main libavahi-glib1 amd64 0.6.31-4ubuntu1 [7756 B] 2015-11-06 03:14:39.674 | Get:20 http://archive.ubuntu.com/ubuntu/ trusty/main libbonobo2-common all 2.32.1-0ubuntu5 [34.2 kB] 2015-11-06 03:14:39.712 | Get:21 http://archive.ubuntu.com/ubuntu/ trusty/main libidl-common all 0.8.14-0.2ubuntu4 [8196 B] 2015-11-06 03:14:39.757 | Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main libidl0 amd64 0.8.14-0.2ubuntu4 [65.9 kB] 2015-11-06 03:14:39.898 | Get:23 http://archive.ubuntu.com/ubuntu/ trusty/main liborbit-2-0 amd64 1:2.14.19-0.3 [138 kB] 2015-11-06 03:14:40.025 | Get:24 http://archive.ubuntu.com/ubuntu/ trusty/main liborbit2 amd64 1:2.14.19-0.3 [14.7 kB] 2015-11-06 03:14:40.059 | Get:25 http://archive.ubuntu.com/ubuntu/ trusty/main libbonobo2-0 amd64 2.32.1-0ubuntu5 [214 kB] 2015-11-06 03:14:40.249 | Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcairo-gobject2 amd64 1.13.0~20140204-0ubuntu1.1 [17.2 kB] 2015-11-06 03:14:40.349 | Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main libtdb1 amd64 1.2.12-1 [37.8 kB] 2015-11-06 03:14:40.396 | Get:28 http://archive.ubuntu.com/ubuntu/ trusty/main libvorbisfile3 amd64 1.3.2-1.3ubuntu1 [15.8 kB] 2015-11-06 03:14:40.496 | Get:29 http://archive.ubuntu.com/ubuntu/ trusty/main sound-theme-freedesktop all 0.8-1 [385 kB] 2015-11-06 03:14:40.788 | Get:30 http://archive.ubuntu.com/ubuntu/ trusty/main libcanberra0 amd64 0.30-0ubuntu3 [36.5 kB] 2015-11-06 03:14:40.903 | Get:31 http://archive.ubuntu.com/ubuntu/ trusty/main libcolord1 amd64 1.0.6-1 [83.1 kB] 2015-11-06 03:14:41.026 | Get:32 http://archive.ubuntu.com/ubuntu/ trusty/main libdconf1 amd64 0.20.0-1 [31.5 kB] 2015-11-06 03:14:41.145 | Get:33 http://archive.ubuntu.com/ubuntu/ trusty/main libexif12 amd64 0.6.21-1ubuntu1 [75.5 kB] 2015-11-06 03:14:41.184 | Get:34 http://archive.ubuntu.com/ubuntu/ trusty/main gconf2-common all 3.2.6-0ubuntu2 [20.2 kB] 2015-11-06 03:14:41.219 | Get:35 http://archive.ubuntu.com/ubuntu/ trusty/main libgconf-2-4 amd64 3.2.6-0ubuntu2 [80.8 kB] 2015-11-06 03:14:41.258 | Get:36 http://archive.ubuntu.com/ubuntu/ trusty/main gconf-service-backend amd64 3.2.6-0ubuntu2 [56.3 kB] 2015-11-06 03:14:41.422 | Get:37 http://archive.ubuntu.com/ubuntu/ trusty/main gconf-service amd64 3.2.6-0ubuntu2 [2046 B] 2015-11-06 03:14:41.436 | Get:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dbus-x11 amd64 1.6.18-0ubuntu4.3 [19.2 kB] 2015-11-06 03:14:41.540 | Get:39 http://archive.ubuntu.com/ubuntu/ trusty/main gconf2 amd64 3.2.6-0ubuntu2 [65.5 kB] 2015-11-06 03:14:41.574 | Get:40 http://archive.ubuntu.com/ubuntu/ trusty/main libgnomevfs2-common amd64 1:2.24.4-1ubuntu6 [22.8 kB] 2015-11-06 03:14:41.618 | Get:41 http://archive.ubuntu.com/ubuntu/ trusty/main libgnomevfs2-0 amd64 1:2.24.4-1ubuntu6 [210 kB] 2015-11-06 03:14:41.700 | Get:42 http://archive.ubuntu.com/ubuntu/ trusty/main libgnome2-common all 2.32.1-4ubuntu1 [33.3 kB] 2015-11-06 03:14:41.808 | Get:43 http://archive.ubuntu.com/ubuntu/ trusty/main libgnome2-bin amd64 2.32.1-4ubuntu1 [15.0 kB] 2015-11-06 03:14:41.944 | Get:44 http://archive.ubuntu.com/ubuntu/ trusty/main libgnome2-0 amd64 2.32.1-4ubuntu1 [43.2 kB] 2015-11-06 03:14:42.042 | Get:45 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgphoto2-port10 amd64 2.5.3.1-1ubuntu2.2 [40.8 kB] 2015-11-06 03:14:42.086 | Get:46 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgphoto2-6 amd64 2.5.3.1-1ubuntu2.2 [737 kB] 2015-11-06 03:14:42.194 | Get:47 http://archive.ubuntu.com/ubuntu/ trusty/main dconf-service amd64 0.20.0-1 [26.9 kB] 2015-11-06 03:14:42.227 | Get:48 http://archive.ubuntu.com/ubuntu/ trusty/main dconf-gsettings-backend amd64 0.20.0-1 [19.3 kB] 2015-11-06 03:14:42.266 | Get:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgtk-3-common all 3.10.8-0ubuntu1.6 [167 kB] 2015-11-06 03:14:42.410 | Get:50 http://archive.ubuntu.com/ubuntu/ trusty/main libwayland-client0 amd64 1.4.0-1ubuntu1 [22.1 kB] 2015-11-06 03:14:43.268 | Get:51 http://archive.ubuntu.com/ubuntu/ trusty/main libwayland-cursor0 amd64 1.4.0-1ubuntu1 [9918 B] 2015-11-06 03:14:43.298 | Get:52 http://archive.ubuntu.com/ubuntu/ trusty/main libxkbcommon0 amd64 0.4.1-0ubuntu1 [87.9 kB] 2015-11-06 03:14:43.426 | Get:53 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgtk-3-0 amd64 3.10.8-0ubuntu1.6 [1960 kB] 2015-11-06 03:14:44.399 | Get:54 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgudev-1.0-0 amd64 1:204-5ubuntu20.15 [14.1 kB] 2015-11-06 03:14:44.422 | Get:55 http://archive.ubuntu.com/ubuntu/ trusty/main libieee1284-3 amd64 0.2.11-12 [23.8 kB] 2015-11-06 03:14:44.542 | Get:56 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsane-common amd64 1.0.23-3ubuntu3.1 [451 kB] 2015-11-06 03:14:44.663 | Get:57 http://archive.ubuntu.com/ubuntu/ trusty/main libv4lconvert0 amd64 1.0.1-1 [74.8 kB] 2015-11-06 03:14:44.711 | Get:58 http://archive.ubuntu.com/ubuntu/ trusty/main libv4l-0 amd64 1.0.1-1 [38.8 kB] 2015-11-06 03:14:44.735 | Get:59 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsane amd64 1.0.23-3ubuntu3.1 [1929 kB] 2015-11-06 03:14:45.050 | Get:60 http://archive.ubuntu.com/ubuntu/ trusty/main libsecret-common all 0.16-0ubuntu1 [4166 B] 2015-11-06 03:14:45.149 | Get:61 http://archive.ubuntu.com/ubuntu/ trusty/main libsecret-1-0 amd64 0.16-0ubuntu1 [90.7 kB] 2015-11-06 03:14:45.210 | Get:62 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libudisks2-0 amd64 2.1.3-1ubuntu0.1 [90.5 kB] 2015-11-06 03:14:45.370 | Get:63 http://archive.ubuntu.com/ubuntu/ trusty/main libxcb-shape0 amd64 1.10-2ubuntu1 [5654 B] 2015-11-06 03:14:45.403 | Get:64 http://archive.ubuntu.com/ubuntu/ trusty/main libxft2 amd64 2.3.1-2 [36.2 kB] 2015-11-06 03:14:45.456 | Get:65 http://archive.ubuntu.com/ubuntu/ trusty/main libxv1 amd64 2:1.0.10-1 [10.3 kB] 2015-11-06 03:14:45.580 | Get:66 http://archive.ubuntu.com/ubuntu/ trusty/main libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] 2015-11-06 03:14:45.717 | Get:67 http://archive.ubuntu.com/ubuntu/ trusty/main libgusb2 amd64 0.1.6-5 [15.4 kB] 2015-11-06 03:14:45.817 | Get:68 http://archive.ubuntu.com/ubuntu/ trusty/main libcolorhug1 amd64 1.0.6-1 [21.7 kB] 2015-11-06 03:14:45.832 | Get:69 http://archive.ubuntu.com/ubuntu/ trusty/universe libyaml-snake-java all 1.12-2 [244 kB] 2015-11-06 03:14:45.908 | Get:70 http://archive.ubuntu.com/ubuntu/ trusty/main ant all 1.9.3-2build1 [1869 kB] 2015-11-06 03:14:46.297 | Get:71 http://archive.ubuntu.com/ubuntu/ trusty/main ant-optional all 1.9.3-2build1 [302 kB] 2015-11-06 03:14:46.374 | Get:72 http://archive.ubuntu.com/ubuntu/ trusty/universe libaspectj-java all 1.6.12+dfsg-3 [11.1 MB] 2015-11-06 03:14:47.917 | Get:73 http://archive.ubuntu.com/ubuntu/ trusty/universe aspectj all 1.6.12+dfsg-3 [19.3 kB] 2015-11-06 03:14:47.955 | Get:74 http://archive.ubuntu.com/ubuntu/ trusty/main at-spi2-core amd64 2.10.2.is.2.10.1-0ubuntu1 [43.1 kB] 2015-11-06 03:14:48.001 | Get:75 http://archive.ubuntu.com/ubuntu/ trusty/main libbsh-java all 2.0b4-15 [264 kB] 2015-11-06 03:14:48.115 | Get:76 http://archive.ubuntu.com/ubuntu/ trusty/main bsh all 2.0b4-15 [4402 B] 2015-11-06 03:14:48.230 | Get:77 http://archive.ubuntu.com/ubuntu/ trusty/main colord amd64 1.0.6-1 [213 kB] 2015-11-06 03:14:48.322 | Get:78 http://archive.ubuntu.com/ubuntu/ trusty/main desktop-file-utils amd64 0.22-1ubuntu1 [43.2 kB] 2015-11-06 03:14:48.345 | Get:79 http://archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-extra all 2.34-1ubuntu1 [1736 kB] 2015-11-06 03:14:48.525 | Get:80 http://archive.ubuntu.com/ubuntu/ trusty/main libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] 2015-11-06 03:14:48.692 | Get:81 http://archive.ubuntu.com/ubuntu/ trusty/main libxalan2-java all 2.7.1-9 [3166 kB] 2015-11-06 03:14:49.172 | Get:82 http://archive.ubuntu.com/ubuntu/ trusty/main libapache-pom-java all 10-2build1 [4022 B] 2015-11-06 03:14:49.198 | Get:83 http://archive.ubuntu.com/ubuntu/ trusty/main libbsf-java all 1:2.4.0-5build1 [71.2 kB] 2015-11-06 03:14:49.254 | Get:84 http://archive.ubuntu.com/ubuntu/ trusty/main libavalon-framework-java all 4.2.0-9 [70.3 kB] 2015-11-06 03:14:49.315 | Get:85 http://archive.ubuntu.com/ubuntu/ trusty/main libcommons-io-java all 2.4-2 [176 kB] 2015-11-06 03:14:49.424 | Get:86 http://archive.ubuntu.com/ubuntu/ trusty/main libcommons-parent-java all 22-2build1 [6968 B] 2015-11-06 03:14:49.457 | Get:87 http://archive.ubuntu.com/ubuntu/ trusty/main libcommons-logging-java all 1.1.3-1 [120 kB] 2015-11-06 03:14:49.523 | Get:88 http://archive.ubuntu.com/ubuntu/ trusty/main java-wrappers all 0.1.27 [9908 B] 2015-11-06 03:14:49.545 | Get:89 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libbatik-java all 1.7.ubuntu-8ubuntu2.14.04.1 [3299 kB] 2015-11-06 03:14:49.996 | Get:90 http://archive.ubuntu.com/ubuntu/ trusty/main libxmlgraphics-commons-java all 1.5-4ubuntu1 [548 kB] 2015-11-06 03:14:50.104 | Get:91 http://archive.ubuntu.com/ubuntu/ trusty/main libfop-java all 1:1.1.dfsg-2ubuntu1 [9587 kB] 2015-11-06 03:14:51.135 | Get:92 http://archive.ubuntu.com/ubuntu/ trusty/main fop all 1:1.1.dfsg-2ubuntu1 [13.5 kB] 2015-11-06 03:14:51.241 | Get:93 http://archive.ubuntu.com/ubuntu/ trusty/main x11-utils amd64 7.7+1 [230 kB] 2015-11-06 03:14:51.711 | Get:94 http://archive.ubuntu.com/ubuntu/ trusty-updates/main udisks2 amd64 2.1.3-1ubuntu0.1 [170 kB] 2015-11-06 03:14:51.887 | Get:95 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gvfs-common all 1.20.3-0ubuntu1.2 [42.3 kB] 2015-11-06 03:14:52.001 | Get:96 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gvfs-libs amd64 1.20.3-0ubuntu1.2 [105 kB] 2015-11-06 03:14:52.138 | Get:97 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gvfs-daemons amd64 1.20.3-0ubuntu1.2 [108 kB] 2015-11-06 03:14:52.277 | Get:98 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gvfs amd64 1.20.3-0ubuntu1.2 [89.5 kB] 2015-11-06 03:14:52.406 | Get:99 http://archive.ubuntu.com/ubuntu/ trusty/main hicolor-icon-theme all 0.13-1 [7140 B] 2015-11-06 03:14:52.439 | Get:100 http://archive.ubuntu.com/ubuntu/ trusty/main junit all 3.8.2-8build1 [106 kB] 2015-11-06 03:14:52.518 | Get:101 http://archive.ubuntu.com/ubuntu/ trusty/main libhamcrest-java all 1.3-4 [385 kB] 2015-11-06 03:14:52.614 | Get:102 http://archive.ubuntu.com/ubuntu/ trusty/main junit4 all 4.11-2 [227 kB] 2015-11-06 03:14:52.692 | Get:103 http://archive.ubuntu.com/ubuntu/ trusty/universe libasync-http-client-java all 1.6.5-2 [311 kB] 2015-11-06 03:14:52.869 | Get:104 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-classworlds2-java all 2.5.1-2 [46.6 kB] 2015-11-06 03:14:52.903 | Get:105 http://archive.ubuntu.com/ubuntu/ trusty/main libasm3-java all 3.3.2-2 [669 kB] 2015-11-06 03:14:53.026 | Get:106 http://archive.ubuntu.com/ubuntu/ trusty/main libcommons-lang-java all 2.6-3ubuntu2 [270 kB] 2015-11-06 03:14:53.090 | Get:107 http://archive.ubuntu.com/ubuntu/ trusty/main libcommons-cli-java all 1.2-3ubuntu1 [39.0 kB] 2015-11-06 03:14:53.132 | Get:108 http://archive.ubuntu.com/ubuntu/ trusty/universe libatinject-jsr330-api-java all 1.0+ds1-1 [23.1 kB] 2015-11-06 03:14:53.163 | Get:109 http://archive.ubuntu.com/ubuntu/ trusty/universe libjsr305-java all 0.1~+svn49-4 [28.1 kB] 2015-11-06 03:14:53.210 | Get:110 http://archive.ubuntu.com/ubuntu/ trusty/universe libguava-java all 15.0-2ubuntu1 [1907 kB] 2015-11-06 03:14:53.487 | Get:111 http://archive.ubuntu.com/ubuntu/ trusty/main libjaxen-java all 1.1.6-1ubuntu1 [206 kB] 2015-11-06 03:14:53.678 | Get:112 http://archive.ubuntu.com/ubuntu/ trusty/main libjdom1-java all 1.1.3-1 [150 kB] 2015-11-06 03:14:53.758 | Get:113 http://archive.ubuntu.com/ubuntu/ trusty/universe libclassworlds-java all 1.1-final-5 [39.3 kB] 2015-11-06 03:14:53.811 | Get:114 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libservlet3.0-java all 7.0.52-1ubuntu0.3 [294 kB] 2015-11-06 03:14:53.961 | Get:115 http://archive.ubuntu.com/ubuntu/ trusty/universe libcommons-configuration-java all 1.10-1 [332 kB] 2015-11-06 03:14:54.091 | Get:116 http://archive.ubuntu.com/ubuntu/ trusty/main libcommons-codec-java all 1.9-1 [214 kB] 2015-11-06 03:14:54.159 | Get:117 http://archive.ubuntu.com/ubuntu/ trusty/universe libhttpcore-java all 4.3.2-2 [523 kB] 2015-11-06 03:14:54.369 | Get:118 http://archive.ubuntu.com/ubuntu/ trusty/universe libhttpclient-java all 4.3.3-1 [528 kB] 2015-11-06 03:14:54.550 | Get:119 http://archive.ubuntu.com/ubuntu/ trusty/universe libitext1-java all 1.4-5 [1206 kB] 2015-11-06 03:14:54.770 | Get:120 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-interpolation-java all 1.19-1 [61.3 kB] 2015-11-06 03:14:54.830 | Get:121 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-utils-java all 1:1.5.15-4 [210 kB] 2015-11-06 03:14:54.913 | Get:122 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-container-default-java all 1.0-alpha-9-stable-1-7 [153 kB] 2015-11-06 03:14:54.985 | Get:123 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-classworlds-java all 1.5.0-5 [49.2 kB] 2015-11-06 03:14:55.045 | Get:124 http://archive.ubuntu.com/ubuntu/ trusty/universe libxbean-java all 3.7-5 [640 kB] 2015-11-06 03:14:55.140 | Get:125 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-containers-java all 1.0~beta3.0.7-7 [187 kB] 2015-11-06 03:14:55.221 | Get:126 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-i18n-java all 1.0-beta-10-3 [13.6 kB] 2015-11-06 03:14:55.263 | Get:127 http://archive.ubuntu.com/ubuntu/ trusty/universe libdoxia-java all 1.1.4-1ubuntu4 [708 kB] 2015-11-06 03:14:55.368 | Get:128 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-build-api-java all 0.0.4-5 [8420 B] 2015-11-06 03:14:55.420 | Get:129 http://archive.ubuntu.com/ubuntu/ trusty/universe libmodello-java all 1.1-3 [239 kB] 2015-11-06 03:14:55.501 | Get:130 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] 2015-11-06 03:14:55.546 | Get:131 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-io-java all 1.0~alpha5-2 [44.7 kB] 2015-11-06 03:14:55.578 | Get:132 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-archiver-java all 1.2-1 [167 kB] 2015-11-06 03:14:55.722 | Get:133 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-bsh-factory-java all 1.0~alpha7-3 [7932 B] 2015-11-06 03:14:55.758 | Get:134 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] 2015-11-06 03:14:55.792 | Get:135 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-cipher-java all 1.5-4 [14.9 kB] 2015-11-06 03:14:55.836 | Get:136 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] 2015-11-06 03:14:55.884 | Get:137 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcommons-httpclient-java all 3.1-10.2ubuntu0.14.04.1 [279 kB] 2015-11-06 03:14:56.062 | Get:138 http://archive.ubuntu.com/ubuntu/ trusty/main libcommons-net2-java all 2.2-2 [194 kB] 2015-11-06 03:14:56.207 | Get:139 http://archive.ubuntu.com/ubuntu/ trusty/main libeasymock-java all 2.5.2+ds-1 [66.6 kB] 2015-11-06 03:14:56.298 | Get:140 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe libjetty-java all 6.1.26-1ubuntu1.1 [721 kB] 2015-11-06 03:14:56.585 | Get:141 http://archive.ubuntu.com/ubuntu/ trusty/main libjsch-java all 0.1.50-1ubuntu1 [321 kB] 2015-11-06 03:14:56.697 | Get:142 http://archive.ubuntu.com/ubuntu/ trusty/universe libjsoup-java all 1.7.3-1 [279 kB] 2015-11-06 03:14:56.806 | Get:143 http://archive.ubuntu.com/ubuntu/ trusty/universe libganymed-ssh2-java all 250-2 [378 kB] 2015-11-06 03:14:56.956 | Get:144 http://archive.ubuntu.com/ubuntu/ trusty/universe libnetbeans-cvsclient-java all 6.5-2 [349 kB] 2015-11-06 03:14:57.074 | Get:145 http://archive.ubuntu.com/ubuntu/ trusty/main libregexp-java all 1.5-3build1 [35.1 kB] 2015-11-06 03:14:57.124 | Get:146 http://archive.ubuntu.com/ubuntu/ trusty/universe libmaven-scm-java all 1.3-5 [894 kB] 2015-11-06 03:14:57.408 | Get:147 http://archive.ubuntu.com/ubuntu/ trusty/universe libwagon-java all 1.0.0-2ubuntu2 [213 kB] 2015-11-06 03:14:57.452 | Get:148 http://archive.ubuntu.com/ubuntu/ trusty/universe libmaven2-core-java all 2.2.1-14 [696 kB] 2015-11-06 03:14:57.660 | Get:149 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-cli-java all 1.2-5 [9700 B] 2015-11-06 03:14:57.676 | Get:150 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-utils2-java all 2.0.5-1 [214 kB] 2015-11-06 03:14:57.748 | Get:151 http://archive.ubuntu.com/ubuntu/ trusty/main libqdox-java all 1.12-1build1 [167 kB] 2015-11-06 03:14:57.789 | Get:152 http://archive.ubuntu.com/ubuntu/ trusty/universe libplexus-containers1.5-java all 1.5.5-6 [293 kB] 2015-11-06 03:14:57.864 | Get:153 http://archive.ubuntu.com/ubuntu/ trusty/universe libaopalliance-java all 20070526-5 [9214 B] 2015-11-06 03:14:57.973 | Get:154 http://archive.ubuntu.com/ubuntu/ trusty/universe libgeronimo-interceptor-3.0-spec-java all 1.0.1-1fakesync1 [5132 B] 2015-11-06 03:14:58.064 | Get:155 http://archive.ubuntu.com/ubuntu/ trusty/universe libcdi-api-java all 1.0-1 [32.7 kB] 2015-11-06 03:14:58.110 | Get:156 http://archive.ubuntu.com/ubuntu/ trusty/universe libsisu-guice-java all 3.1.1+dfsg-1 [550 kB] 2015-11-06 03:14:58.226 | Get:157 http://archive.ubuntu.com/ubuntu/ trusty/universe libsisu-ioc-java all 2.3.0-5 [458 kB] 2015-11-06 03:14:58.348 | Get:158 http://archive.ubuntu.com/ubuntu/ trusty/universe libaether-java all 1.13.1-2 [496 kB] 2015-11-06 03:14:58.439 | Get:159 http://archive.ubuntu.com/ubuntu/ trusty/main libcglib-java all 2.2.2+dfsg-5 [710 kB] 2015-11-06 03:14:58.602 | Get:160 http://archive.ubuntu.com/ubuntu/ trusty/main libcommons-collections3-java all 3.2.1-6 [602 kB] 2015-11-06 03:14:58.706 | Get:161 http://archive.ubuntu.com/ubuntu/ trusty/universe libcommons-beanutils-java all 1.9.1-1 [210 kB] 2015-11-06 03:14:58.772 | Get:162 http://archive.ubuntu.com/ubuntu/ trusty/universe libcommons-digester-java all 1.8.1-4 [169 kB] 2015-11-06 03:14:58.842 | Get:163 http://archive.ubuntu.com/ubuntu/ trusty/universe libcommons-jexl2-java all 2.1.1-2 [240 kB] 2015-11-06 03:14:58.884 | Get:164 http://archive.ubuntu.com/ubuntu/ trusty/universe libcommons-jxpath-java all 1.3-6 [270 kB] 2015-11-06 03:14:58.967 | Get:165 http://archive.ubuntu.com/ubuntu/ trusty/main libcommons-vfs-java all 2.0-3ubuntu1 [373 kB] 2015-11-06 03:14:59.072 | Get:166 http://archive.ubuntu.com/ubuntu/ trusty/main libxpp2-java all 2.1.10-7build1 [162 kB] 2015-11-06 03:14:59.134 | Get:167 http://archive.ubuntu.com/ubuntu/ trusty/main libxpp3-java all 1.1.4c-2build1 [364 kB] 2015-11-06 03:14:59.238 | Get:168 http://archive.ubuntu.com/ubuntu/ trusty/main libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB] 2015-11-06 03:14:59.328 | Get:169 http://archive.ubuntu.com/ubuntu/ trusty/main libgconf2-4 amd64 3.2.6-0ubuntu2 [2042 B] 2015-11-06 03:14:59.341 | Get:170 http://archive.ubuntu.com/ubuntu/ trusty/universe libosgi-core-java all 4.3.0-4 [93.1 kB] 2015-11-06 03:14:59.422 | Get:171 http://archive.ubuntu.com/ubuntu/ trusty/universe libosgi-foundation-ee-java all 4.2.0-1 [336 kB] 2015-11-06 03:14:59.679 | Get:172 http://archive.ubuntu.com/ubuntu/ trusty/universe libosgi-compendium-java all 4.3.0-1 [383 kB] 2015-11-06 03:14:59.826 | Get:173 http://archive.ubuntu.com/ubuntu/ trusty/universe libgeronimo-osgi-support-java all 1.0-2 [17.9 kB] 2015-11-06 03:14:59.827 | Get:174 http://archive.ubuntu.com/ubuntu/ trusty/universe libgeronimo-jpa-2.0-spec-java all 1.1-2 [81.8 kB] 2015-11-06 03:14:59.965 | Get:175 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgphoto2-l10n all 2.5.3.1-1ubuntu2.2 [7602 B] 2015-11-06 03:15:00.079 | Get:176 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgtk-3-bin amd64 3.10.8-0ubuntu1.6 [18.2 kB] 2015-11-06 03:15:00.188 | Get:177 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgtk2.0-bin amd64 2.24.23-0ubuntu1.3 [9804 B] 2015-11-06 03:15:00.223 | Get:178 http://archive.ubuntu.com/ubuntu/ trusty/universe libguice-java all 3.0-3 [488 kB] 2015-11-06 03:15:00.346 | Get:179 http://archive.ubuntu.com/ubuntu/ trusty/main xorg-sgml-doctools all 1:1.11-1 [12.9 kB] 2015-11-06 03:15:00.388 | Get:180 http://archive.ubuntu.com/ubuntu/ trusty-updates/main x11proto-core-dev all 7.0.26-1~ubuntu2 [700 kB] 2015-11-06 03:15:00.538 | Get:181 http://archive.ubuntu.com/ubuntu/ trusty/main libice-dev amd64 2:1.0.8-2 [57.6 kB] 2015-11-06 03:15:00.579 | Get:182 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe libjackrabbit-java all 2.3.6-1+deb8u1build0.14.04.1 [275 kB] 2015-11-06 03:15:00.660 | Get:183 http://archive.ubuntu.com/ubuntu/ trusty/universe libjcommander-java all 1.32-1 [55.5 kB] 2015-11-06 03:15:00.710 | Get:184 http://archive.ubuntu.com/ubuntu/ trusty/universe libmaven-parent-java all 21-2 [5786 B] 2015-11-06 03:15:00.729 | Get:185 http://archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4 [4068 B] 2015-11-06 03:15:00.742 | Get:186 http://archive.ubuntu.com/ubuntu/ trusty/main librhino-java all 1.7R4-2 [1096 kB] 2015-11-06 03:15:00.898 | Get:187 http://archive.ubuntu.com/ubuntu/ trusty/main libsaxon-java all 1:6.5.5-10 [1075 kB] 2015-11-06 03:15:01.105 | Get:188 http://archive.ubuntu.com/ubuntu/ trusty/main libsm-dev amd64 2:1.2.1-2 [19.9 kB] 2015-11-06 03:15:01.125 | Get:189 http://archive.ubuntu.com/ubuntu/ trusty/universe libwagon2-java all 2.5-1 [1278 kB] 2015-11-06 03:15:01.979 | Get:190 http://archive.ubuntu.com/ubuntu/ trusty/main libxau-dev amd64 1:1.0.8-1 [11.1 kB] 2015-11-06 03:15:02.009 | Get:191 http://archive.ubuntu.com/ubuntu/ trusty/main libxdmcp-dev amd64 1:1.1.1-1 [26.9 kB] 2015-11-06 03:15:02.060 | Get:192 http://archive.ubuntu.com/ubuntu/ trusty/main x11proto-input-dev all 2.3-1 [139 kB] 2015-11-06 03:15:02.137 | Get:193 http://archive.ubuntu.com/ubuntu/ trusty/main x11proto-kb-dev all 1.0.6-2 [269 kB] 2015-11-06 03:15:02.244 | Get:194 http://archive.ubuntu.com/ubuntu/ trusty-updates/main xtrans-dev all 1.3.5-1~ubuntu14.04.1 [70.3 kB] 2015-11-06 03:15:02.286 | Get:195 http://archive.ubuntu.com/ubuntu/ trusty/main libxcb1-dev amd64 1.10-2ubuntu1 [76.6 kB] 2015-11-06 03:15:02.465 | Get:196 http://archive.ubuntu.com/ubuntu/ trusty/main libx11-dev amd64 2:1.6.2-1ubuntu2 [629 kB] 2015-11-06 03:15:02.762 | Get:197 http://archive.ubuntu.com/ubuntu/ trusty/main libx11-doc all 2:1.6.2-1ubuntu2 [1448 kB] 2015-11-06 03:15:03.267 | Get:198 http://archive.ubuntu.com/ubuntu/ trusty/main libxom-java all 1.2.10-1 [170 kB] 2015-11-06 03:15:03.306 | Get:199 http://archive.ubuntu.com/ubuntu/ trusty/main libxt-dev amd64 1:1.1.4-1 [455 kB] 2015-11-06 03:15:03.414 | Get:200 http://archive.ubuntu.com/ubuntu/ trusty/universe maven all 3.0.5-1 [1303 kB] 2015-11-06 03:15:03.621 | Get:201 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jdk amd64 7u85-2.6.1-5ubuntu0.14.04.1 [16.3 MB] 2015-11-06 03:15:05.461 | Get:202 http://archive.ubuntu.com/ubuntu/ trusty/main policykit-1-gnome amd64 0.105-1ubuntu4 [27.8 kB] 2015-11-06 03:15:05.495 | Get:203 http://archive.ubuntu.com/ubuntu/ trusty/main rhino all 1.7R4-2 [14.4 kB] 2015-11-06 03:15:05.534 | Get:204 http://archive.ubuntu.com/ubuntu/ trusty/universe testng all 6.8.7-2 [767 kB] 2015-11-06 03:15:06.325 | Extracting templates from packages: 14% Extracting templates from packages: 29% Extracting templates from packages: 44% Extracting templates from packages: 58% Extracting templates from packages: 73% Extracting templates from packages: 88% Extracting templates from packages: 100% 2015-11-06 03:15:06.355 | Fetched 92.3 MB in 28s (3295 kB/s) 2015-11-06 03:15:06.424 | Selecting previously unselected package libatasmart4:amd64. 2015-11-06 03:15:06.467 | (Reading database ... 77494 files and directories currently installed.) 2015-11-06 03:15:06.469 | Preparing to unpack .../libatasmart4_0.19-3_amd64.deb ... 2015-11-06 03:15:06.472 | Unpacking libatasmart4:amd64 (0.19-3) ... 2015-11-06 03:15:06.497 | Selecting previously unselected package libatk1.0-data. 2015-11-06 03:15:06.503 | Preparing to unpack .../libatk1.0-data_2.10.0-2ubuntu2_all.deb ... 2015-11-06 03:15:06.505 | Unpacking libatk1.0-data (2.10.0-2ubuntu2) ... 2015-11-06 03:15:06.535 | Selecting previously unselected package libatk1.0-0:amd64. 2015-11-06 03:15:06.540 | Preparing to unpack .../libatk1.0-0_2.10.0-2ubuntu2_amd64.deb ... 2015-11-06 03:15:06.542 | Unpacking libatk1.0-0:amd64 (2.10.0-2ubuntu2) ... 2015-11-06 03:15:06.580 | Selecting previously unselected package libatspi2.0-0:amd64. 2015-11-06 03:15:06.585 | Preparing to unpack .../libatspi2.0-0_2.10.2.is.2.10.1-0ubuntu1_amd64.deb ... 2015-11-06 03:15:06.587 | Unpacking libatspi2.0-0:amd64 (2.10.2.is.2.10.1-0ubuntu1) ... 2015-11-06 03:15:06.625 | Selecting previously unselected package libatk-bridge2.0-0:amd64. 2015-11-06 03:15:06.630 | Preparing to unpack .../libatk-bridge2.0-0_2.10.2-2ubuntu1_amd64.deb ... 2015-11-06 03:15:06.632 | Unpacking libatk-bridge2.0-0:amd64 (2.10.2-2ubuntu1) ... 2015-11-06 03:15:06.665 | Selecting previously unselected package libgtk2.0-common. 2015-11-06 03:15:06.669 | Preparing to unpack .../libgtk2.0-common_2.24.23-0ubuntu1.3_all.deb ... 2015-11-06 03:15:06.673 | Unpacking libgtk2.0-common (2.24.23-0ubuntu1.3) ... 2015-11-06 03:15:06.731 | Selecting previously unselected package libjasper1:amd64. 2015-11-06 03:15:06.743 | Preparing to unpack .../libjasper1_1.900.1-14ubuntu3.2_amd64.deb ... 2015-11-06 03:15:06.747 | Unpacking libjasper1:amd64 (1.900.1-14ubuntu3.2) ... 2015-11-06 03:15:06.809 | Selecting previously unselected package libgdk-pixbuf2.0-common. 2015-11-06 03:15:06.817 | Preparing to unpack .../libgdk-pixbuf2.0-common_2.30.7-0ubuntu1.2_all.deb ... 2015-11-06 03:15:06.820 | Unpacking libgdk-pixbuf2.0-common (2.30.7-0ubuntu1.2) ... 2015-11-06 03:15:06.864 | Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. 2015-11-06 03:15:06.872 | Preparing to unpack .../libgdk-pixbuf2.0-0_2.30.7-0ubuntu1.2_amd64.deb ... 2015-11-06 03:15:06.875 | Unpacking libgdk-pixbuf2.0-0:amd64 (2.30.7-0ubuntu1.2) ... 2015-11-06 03:15:06.964 | Selecting previously unselected package libxcursor1:amd64. 2015-11-06 03:15:06.971 | Preparing to unpack .../libxcursor1_1%3a1.1.14-1_amd64.deb ... 2015-11-06 03:15:06.975 | Unpacking libxcursor1:amd64 (1:1.1.14-1) ... 2015-11-06 03:15:07.015 | Selecting previously unselected package libxi6:amd64. 2015-11-06 03:15:07.020 | Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... 2015-11-06 03:15:07.023 | Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... 2015-11-06 03:15:07.060 | Selecting previously unselected package libxinerama1:amd64. 2015-11-06 03:15:07.066 | Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... 2015-11-06 03:15:07.068 | Unpacking libxinerama1:amd64 (2:1.1.3-1) ... 2015-11-06 03:15:07.103 | Selecting previously unselected package libgtk2.0-0:amd64. 2015-11-06 03:15:07.109 | Preparing to unpack .../libgtk2.0-0_2.24.23-0ubuntu1.3_amd64.deb ... 2015-11-06 03:15:07.113 | Unpacking libgtk2.0-0:amd64 (2.24.23-0ubuntu1.3) ... 2015-11-06 03:15:07.384 | Selecting previously unselected package libgif4:amd64. 2015-11-06 03:15:07.394 | Preparing to unpack .../libgif4_4.1.6-11_amd64.deb ... 2015-11-06 03:15:07.397 | Unpacking libgif4:amd64 (4.1.6-11) ... 2015-11-06 03:15:07.433 | Selecting previously unselected package libxtst6:amd64. 2015-11-06 03:15:07.442 | Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... 2015-11-06 03:15:07.445 | Unpacking libxtst6:amd64 (2:1.2.2-1) ... 2015-11-06 03:15:07.477 | Selecting previously unselected package openjdk-7-jre:amd64. 2015-11-06 03:15:07.483 | Preparing to unpack .../openjdk-7-jre_7u85-2.6.1-5ubuntu0.14.04.1_amd64.deb ... 2015-11-06 03:15:07.498 | Unpacking openjdk-7-jre:amd64 (7u85-2.6.1-5ubuntu0.14.04.1) ... 2015-11-06 03:15:07.565 | Selecting previously unselected package libatk-wrapper-java. 2015-11-06 03:15:07.571 | Preparing to unpack .../libatk-wrapper-java_0.30.4-4_all.deb ... 2015-11-06 03:15:07.574 | Unpacking libatk-wrapper-java (0.30.4-4) ... 2015-11-06 03:15:07.620 | Selecting previously unselected package libatk-wrapper-java-jni:amd64. 2015-11-06 03:15:07.630 | Preparing to unpack .../libatk-wrapper-java-jni_0.30.4-4_amd64.deb ... 2015-11-06 03:15:07.633 | Unpacking libatk-wrapper-java-jni:amd64 (0.30.4-4) ... 2015-11-06 03:15:07.687 | Selecting previously unselected package libavahi-glib1:amd64. 2015-11-06 03:15:07.700 | Preparing to unpack .../libavahi-glib1_0.6.31-4ubuntu1_amd64.deb ... 2015-11-06 03:15:07.703 | Unpacking libavahi-glib1:amd64 (0.6.31-4ubuntu1) ... 2015-11-06 03:15:07.742 | Selecting previously unselected package libbonobo2-common. 2015-11-06 03:15:07.748 | Preparing to unpack .../libbonobo2-common_2.32.1-0ubuntu5_all.deb ... 2015-11-06 03:15:07.751 | Unpacking libbonobo2-common (2.32.1-0ubuntu5) ... 2015-11-06 03:15:07.801 | Selecting previously unselected package libidl-common. 2015-11-06 03:15:07.804 | Preparing to unpack .../libidl-common_0.8.14-0.2ubuntu4_all.deb ... 2015-11-06 03:15:07.808 | Unpacking libidl-common (0.8.14-0.2ubuntu4) ... 2015-11-06 03:15:07.840 | Selecting previously unselected package libidl0:amd64. 2015-11-06 03:15:07.845 | Preparing to unpack .../libidl0_0.8.14-0.2ubuntu4_amd64.deb ... 2015-11-06 03:15:07.846 | Unpacking libidl0:amd64 (0.8.14-0.2ubuntu4) ... 2015-11-06 03:15:07.887 | Selecting previously unselected package liborbit-2-0:amd64. 2015-11-06 03:15:07.891 | Preparing to unpack .../liborbit-2-0_1%3a2.14.19-0.3_amd64.deb ... 2015-11-06 03:15:07.893 | Unpacking liborbit-2-0:amd64 (1:2.14.19-0.3) ... 2015-11-06 03:15:07.945 | Selecting previously unselected package liborbit2:amd64. 2015-11-06 03:15:07.950 | Preparing to unpack .../liborbit2_1%3a2.14.19-0.3_amd64.deb ... 2015-11-06 03:15:07.951 | Unpacking liborbit2:amd64 (1:2.14.19-0.3) ... 2015-11-06 03:15:07.982 | Selecting previously unselected package libbonobo2-0:amd64. 2015-11-06 03:15:07.986 | Preparing to unpack .../libbonobo2-0_2.32.1-0ubuntu5_amd64.deb ... 2015-11-06 03:15:07.991 | Unpacking libbonobo2-0:amd64 (2.32.1-0ubuntu5) ... 2015-11-06 03:15:08.054 | Selecting previously unselected package libcairo-gobject2:amd64. 2015-11-06 03:15:08.058 | Preparing to unpack .../libcairo-gobject2_1.13.0~20140204-0ubuntu1.1_amd64.deb ... 2015-11-06 03:15:08.060 | Unpacking libcairo-gobject2:amd64 (1.13.0~20140204-0ubuntu1.1) ... 2015-11-06 03:15:08.091 | Selecting previously unselected package libtdb1:amd64. 2015-11-06 03:15:08.095 | Preparing to unpack .../libtdb1_1.2.12-1_amd64.deb ... 2015-11-06 03:15:08.098 | Unpacking libtdb1:amd64 (1.2.12-1) ... 2015-11-06 03:15:08.130 | Selecting previously unselected package libvorbisfile3:amd64. 2015-11-06 03:15:08.134 | Preparing to unpack .../libvorbisfile3_1.3.2-1.3ubuntu1_amd64.deb ... 2015-11-06 03:15:08.136 | Unpacking libvorbisfile3:amd64 (1.3.2-1.3ubuntu1) ... 2015-11-06 03:15:08.163 | Selecting previously unselected package sound-theme-freedesktop. 2015-11-06 03:15:08.168 | Preparing to unpack .../sound-theme-freedesktop_0.8-1_all.deb ... 2015-11-06 03:15:08.171 | Unpacking sound-theme-freedesktop (0.8-1) ... 2015-11-06 03:15:08.279 | Selecting previously unselected package libcanberra0:amd64. 2015-11-06 03:15:08.286 | Preparing to unpack .../libcanberra0_0.30-0ubuntu3_amd64.deb ... 2015-11-06 03:15:08.288 | Unpacking libcanberra0:amd64 (0.30-0ubuntu3) ... 2015-11-06 03:15:08.328 | Selecting previously unselected package libcolord1:amd64. 2015-11-06 03:15:08.334 | Preparing to unpack .../libcolord1_1.0.6-1_amd64.deb ... 2015-11-06 03:15:08.336 | Unpacking libcolord1:amd64 (1.0.6-1) ... 2015-11-06 03:15:08.381 | Selecting previously unselected package libdconf1:amd64. 2015-11-06 03:15:08.386 | Preparing to unpack .../libdconf1_0.20.0-1_amd64.deb ... 2015-11-06 03:15:08.388 | Unpacking libdconf1:amd64 (0.20.0-1) ... 2015-11-06 03:15:08.432 | Selecting previously unselected package libexif12:amd64. 2015-11-06 03:15:08.439 | Preparing to unpack .../libexif12_0.6.21-1ubuntu1_amd64.deb ... 2015-11-06 03:15:08.441 | Unpacking libexif12:amd64 (0.6.21-1ubuntu1) ... 2015-11-06 03:15:08.492 | Selecting previously unselected package gconf2-common. 2015-11-06 03:15:08.498 | Preparing to unpack .../gconf2-common_3.2.6-0ubuntu2_all.deb ... 2015-11-06 03:15:08.501 | Unpacking gconf2-common (3.2.6-0ubuntu2) ... 2015-11-06 03:15:08.536 | Selecting previously unselected package libgconf-2-4:amd64. 2015-11-06 03:15:08.540 | Preparing to unpack .../libgconf-2-4_3.2.6-0ubuntu2_amd64.deb ... 2015-11-06 03:15:08.544 | Unpacking libgconf-2-4:amd64 (3.2.6-0ubuntu2) ... 2015-11-06 03:15:08.590 | Selecting previously unselected package gconf-service-backend. 2015-11-06 03:15:08.596 | Preparing to unpack .../gconf-service-backend_3.2.6-0ubuntu2_amd64.deb ... 2015-11-06 03:15:08.599 | Unpacking gconf-service-backend (3.2.6-0ubuntu2) ... 2015-11-06 03:15:08.640 | Selecting previously unselected package gconf-service. 2015-11-06 03:15:08.644 | Preparing to unpack .../gconf-service_3.2.6-0ubuntu2_amd64.deb ... 2015-11-06 03:15:08.648 | Unpacking gconf-service (3.2.6-0ubuntu2) ... 2015-11-06 03:15:08.686 | Selecting previously unselected package dbus-x11. 2015-11-06 03:15:08.694 | Preparing to unpack .../dbus-x11_1.6.18-0ubuntu4.3_amd64.deb ... 2015-11-06 03:15:08.696 | Unpacking dbus-x11 (1.6.18-0ubuntu4.3) ... 2015-11-06 03:15:08.737 | Selecting previously unselected package gconf2. 2015-11-06 03:15:08.743 | Preparing to unpack .../gconf2_3.2.6-0ubuntu2_amd64.deb ... 2015-11-06 03:15:08.745 | Unpacking gconf2 (3.2.6-0ubuntu2) ... 2015-11-06 03:15:08.796 | Selecting previously unselected package libgnomevfs2-common. 2015-11-06 03:15:08.801 | Preparing to unpack .../libgnomevfs2-common_1%3a2.24.4-1ubuntu6_amd64.deb ... 2015-11-06 03:15:08.806 | Unpacking libgnomevfs2-common (1:2.24.4-1ubuntu6) ... 2015-11-06 03:15:08.846 | Selecting previously unselected package libgnomevfs2-0:amd64. 2015-11-06 03:15:08.851 | Preparing to unpack .../libgnomevfs2-0_1%3a2.24.4-1ubuntu6_amd64.deb ... 2015-11-06 03:15:08.855 | Unpacking libgnomevfs2-0:amd64 (1:2.24.4-1ubuntu6) ... 2015-11-06 03:15:08.941 | Selecting previously unselected package libgnome2-common. 2015-11-06 03:15:08.947 | Preparing to unpack .../libgnome2-common_2.32.1-4ubuntu1_all.deb ... 2015-11-06 03:15:08.950 | Unpacking libgnome2-common (2.32.1-4ubuntu1) ... 2015-11-06 03:15:08.997 | Selecting previously unselected package libgnome2-bin. 2015-11-06 03:15:09.003 | Preparing to unpack .../libgnome2-bin_2.32.1-4ubuntu1_amd64.deb ... 2015-11-06 03:15:09.006 | Unpacking libgnome2-bin (2.32.1-4ubuntu1) ... 2015-11-06 03:15:09.043 | Selecting previously unselected package libgnome2-0:amd64. 2015-11-06 03:15:09.047 | Preparing to unpack .../libgnome2-0_2.32.1-4ubuntu1_amd64.deb ... 2015-11-06 03:15:09.052 | Unpacking libgnome2-0:amd64 (2.32.1-4ubuntu1) ... 2015-11-06 03:15:09.095 | Selecting previously unselected package libgphoto2-port10:amd64. 2015-11-06 03:15:09.105 | Preparing to unpack .../libgphoto2-port10_2.5.3.1-1ubuntu2.2_amd64.deb ... 2015-11-06 03:15:09.108 | Unpacking libgphoto2-port10:amd64 (2.5.3.1-1ubuntu2.2) ... 2015-11-06 03:15:09.149 | Selecting previously unselected package libgphoto2-6:amd64. 2015-11-06 03:15:09.154 | Preparing to unpack .../libgphoto2-6_2.5.3.1-1ubuntu2.2_amd64.deb ... 2015-11-06 03:15:09.178 | Unpacking libgphoto2-6:amd64 (2.5.3.1-1ubuntu2.2) ... 2015-11-06 03:15:09.357 | Selecting previously unselected package dconf-service. 2015-11-06 03:15:09.370 | Preparing to unpack .../dconf-service_0.20.0-1_amd64.deb ... 2015-11-06 03:15:09.373 | Unpacking dconf-service (0.20.0-1) ... 2015-11-06 03:15:09.416 | Selecting previously unselected package dconf-gsettings-backend:amd64. 2015-11-06 03:15:09.426 | Preparing to unpack .../dconf-gsettings-backend_0.20.0-1_amd64.deb ... 2015-11-06 03:15:09.428 | Unpacking dconf-gsettings-backend:amd64 (0.20.0-1) ... 2015-11-06 03:15:09.461 | Selecting previously unselected package libgtk-3-common. 2015-11-06 03:15:09.466 | Preparing to unpack .../libgtk-3-common_3.10.8-0ubuntu1.6_all.deb ... 2015-11-06 03:15:09.469 | Unpacking libgtk-3-common (3.10.8-0ubuntu1.6) ... 2015-11-06 03:15:09.518 | Selecting previously unselected package libwayland-client0:amd64. 2015-11-06 03:15:09.522 | Preparing to unpack .../libwayland-client0_1.4.0-1ubuntu1_amd64.deb ... 2015-11-06 03:15:09.524 | Unpacking libwayland-client0:amd64 (1.4.0-1ubuntu1) ... 2015-11-06 03:15:09.555 | Selecting previously unselected package libwayland-cursor0:amd64. 2015-11-06 03:15:09.559 | Preparing to unpack .../libwayland-cursor0_1.4.0-1ubuntu1_amd64.deb ... 2015-11-06 03:15:09.561 | Unpacking libwayland-cursor0:amd64 (1.4.0-1ubuntu1) ... 2015-11-06 03:15:09.590 | Selecting previously unselected package libxkbcommon0:amd64. 2015-11-06 03:15:09.594 | Preparing to unpack .../libxkbcommon0_0.4.1-0ubuntu1_amd64.deb ... 2015-11-06 03:15:09.597 | Unpacking libxkbcommon0:amd64 (0.4.1-0ubuntu1) ... 2015-11-06 03:15:09.637 | Selecting previously unselected package libgtk-3-0:amd64. 2015-11-06 03:15:09.642 | Preparing to unpack .../libgtk-3-0_3.10.8-0ubuntu1.6_amd64.deb ... 2015-11-06 03:15:09.644 | Unpacking libgtk-3-0:amd64 (3.10.8-0ubuntu1.6) ... 2015-11-06 03:15:09.960 | Selecting previously unselected package libgudev-1.0-0:amd64. 2015-11-06 03:15:09.967 | Preparing to unpack .../libgudev-1.0-0_1%3a204-5ubuntu20.15_amd64.deb ... 2015-11-06 03:15:09.971 | Unpacking libgudev-1.0-0:amd64 (1:204-5ubuntu20.15) ... 2015-11-06 03:15:10.013 | Selecting previously unselected package libieee1284-3:amd64. 2015-11-06 03:15:10.020 | Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... 2015-11-06 03:15:10.024 | Unpacking libieee1284-3:amd64 (0.2.11-12) ... 2015-11-06 03:15:10.064 | Selecting previously unselected package libsane-common. 2015-11-06 03:15:10.070 | Preparing to unpack .../libsane-common_1.0.23-3ubuntu3.1_amd64.deb ... 2015-11-06 03:15:10.072 | Unpacking libsane-common (1.0.23-3ubuntu3.1) ... 2015-11-06 03:15:10.202 | Selecting previously unselected package libv4lconvert0:amd64. 2015-11-06 03:15:10.207 | Preparing to unpack .../libv4lconvert0_1.0.1-1_amd64.deb ... 2015-11-06 03:15:10.209 | Unpacking libv4lconvert0:amd64 (1.0.1-1) ... 2015-11-06 03:15:10.251 | Selecting previously unselected package libv4l-0:amd64. 2015-11-06 03:15:10.255 | Preparing to unpack .../libv4l-0_1.0.1-1_amd64.deb ... 2015-11-06 03:15:10.258 | Unpacking libv4l-0:amd64 (1.0.1-1) ... 2015-11-06 03:15:10.295 | Selecting previously unselected package libsane:amd64. 2015-11-06 03:15:10.298 | Preparing to unpack .../libsane_1.0.23-3ubuntu3.1_amd64.deb ... 2015-11-06 03:15:10.304 | Unpacking libsane:amd64 (1.0.23-3ubuntu3.1) ... 2015-11-06 03:15:10.668 | Selecting previously unselected package libsecret-common. 2015-11-06 03:15:10.675 | Preparing to unpack .../libsecret-common_0.16-0ubuntu1_all.deb ... 2015-11-06 03:15:10.677 | Unpacking libsecret-common (0.16-0ubuntu1) ... 2015-11-06 03:15:10.712 | Selecting previously unselected package libsecret-1-0:amd64. 2015-11-06 03:15:10.713 | Preparing to unpack .../libsecret-1-0_0.16-0ubuntu1_amd64.deb ... 2015-11-06 03:15:10.716 | Unpacking libsecret-1-0:amd64 (0.16-0ubuntu1) ... 2015-11-06 03:15:10.763 | Selecting previously unselected package libudisks2-0:amd64. 2015-11-06 03:15:10.768 | Preparing to unpack .../libudisks2-0_2.1.3-1ubuntu0.1_amd64.deb ... 2015-11-06 03:15:10.770 | Unpacking libudisks2-0:amd64 (2.1.3-1ubuntu0.1) ... 2015-11-06 03:15:10.829 | Selecting previously unselected package libxcb-shape0:amd64. 2015-11-06 03:15:10.835 | Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... 2015-11-06 03:15:10.838 | Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... 2015-11-06 03:15:10.872 | Selecting previously unselected package libxft2:amd64. 2015-11-06 03:15:10.878 | Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... 2015-11-06 03:15:10.880 | Unpacking libxft2:amd64 (2.3.1-2) ... 2015-11-06 03:15:10.914 | Selecting previously unselected package libxv1:amd64. 2015-11-06 03:15:10.920 | Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... 2015-11-06 03:15:10.922 | Unpacking libxv1:amd64 (2:1.0.10-1) ... 2015-11-06 03:15:10.953 | Selecting previously unselected package libxxf86dga1:amd64. 2015-11-06 03:15:10.957 | Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... 2015-11-06 03:15:10.959 | Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... 2015-11-06 03:15:10.989 | Selecting previously unselected package libgusb2:amd64. 2015-11-06 03:15:10.994 | Preparing to unpack .../libgusb2_0.1.6-5_amd64.deb ... 2015-11-06 03:15:10.996 | Unpacking libgusb2:amd64 (0.1.6-5) ... 2015-11-06 03:15:11.032 | Selecting previously unselected package libcolorhug1:amd64. 2015-11-06 03:15:11.037 | Preparing to unpack .../libcolorhug1_1.0.6-1_amd64.deb ... 2015-11-06 03:15:11.040 | Unpacking libcolorhug1:amd64 (1.0.6-1) ... 2015-11-06 03:15:11.068 | Selecting previously unselected package libyaml-snake-java. 2015-11-06 03:15:11.072 | Preparing to unpack .../libyaml-snake-java_1.12-2_all.deb ... 2015-11-06 03:15:11.074 | Unpacking libyaml-snake-java (1.12-2) ... 2015-11-06 03:15:11.104 | Selecting previously unselected package ant. 2015-11-06 03:15:11.107 | Preparing to unpack .../ant_1.9.3-2build1_all.deb ... 2015-11-06 03:15:11.109 | Unpacking ant (1.9.3-2build1) ... 2015-11-06 03:15:11.372 | Selecting previously unselected package ant-optional. 2015-11-06 03:15:11.384 | Preparing to unpack .../ant-optional_1.9.3-2build1_all.deb ... 2015-11-06 03:15:11.387 | Unpacking ant-optional (1.9.3-2build1) ... 2015-11-06 03:15:11.506 | Selecting previously unselected package libaspectj-java. 2015-11-06 03:15:11.513 | Preparing to unpack .../libaspectj-java_1.6.12+dfsg-3_all.deb ... 2015-11-06 03:15:11.516 | Unpacking libaspectj-java (1.6.12+dfsg-3) ... 2015-11-06 03:15:11.744 | Selecting previously unselected package aspectj. 2015-11-06 03:15:11.753 | Preparing to unpack .../aspectj_1.6.12+dfsg-3_all.deb ... 2015-11-06 03:15:11.758 | Unpacking aspectj (1.6.12+dfsg-3) ... 2015-11-06 03:15:11.799 | Selecting previously unselected package at-spi2-core. 2015-11-06 03:15:11.806 | Preparing to unpack .../at-spi2-core_2.10.2.is.2.10.1-0ubuntu1_amd64.deb ... 2015-11-06 03:15:11.810 | Unpacking at-spi2-core (2.10.2.is.2.10.1-0ubuntu1) ... 2015-11-06 03:15:11.855 | Selecting previously unselected package libbsh-java. 2015-11-06 03:15:11.861 | Preparing to unpack .../libbsh-java_2.0b4-15_all.deb ... 2015-11-06 03:15:11.865 | Unpacking libbsh-java (2.0b4-15) ... 2015-11-06 03:15:11.947 | Selecting previously unselected package bsh. 2015-11-06 03:15:11.954 | Preparing to unpack .../archives/bsh_2.0b4-15_all.deb ... 2015-11-06 03:15:11.958 | Unpacking bsh (2.0b4-15) ... 2015-11-06 03:15:12.010 | Selecting previously unselected package colord. 2015-11-06 03:15:12.014 | Preparing to unpack .../colord_1.0.6-1_amd64.deb ... 2015-11-06 03:15:12.029 | Unpacking colord (1.0.6-1) ... 2015-11-06 03:15:12.131 | Selecting previously unselected package desktop-file-utils. 2015-11-06 03:15:12.137 | Preparing to unpack .../desktop-file-utils_0.22-1ubuntu1_amd64.deb ... 2015-11-06 03:15:12.139 | Unpacking desktop-file-utils (0.22-1ubuntu1) ... 2015-11-06 03:15:12.173 | Selecting previously unselected package fonts-dejavu-extra. 2015-11-06 03:15:12.177 | Preparing to unpack .../fonts-dejavu-extra_2.34-1ubuntu1_all.deb ... 2015-11-06 03:15:12.179 | Unpacking fonts-dejavu-extra (2.34-1ubuntu1) ... 2015-11-06 03:15:12.445 | Selecting previously unselected package libjaxp1.3-java. 2015-11-06 03:15:12.453 | Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... 2015-11-06 03:15:12.456 | Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... 2015-11-06 03:15:12.497 | Selecting previously unselected package libxalan2-java. 2015-11-06 03:15:12.502 | Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... 2015-11-06 03:15:12.518 | Unpacking libxalan2-java (2.7.1-9) ... 2015-11-06 03:15:12.904 | Selecting previously unselected package libapache-pom-java. 2015-11-06 03:15:12.910 | Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... 2015-11-06 03:15:12.912 | Unpacking libapache-pom-java (10-2build1) ... 2015-11-06 03:15:12.935 | Selecting previously unselected package libbsf-java. 2015-11-06 03:15:12.940 | Preparing to unpack .../libbsf-java_1%3a2.4.0-5build1_all.deb ... 2015-11-06 03:15:12.942 | Unpacking libbsf-java (1:2.4.0-5build1) ... 2015-11-06 03:15:12.963 | Selecting previously unselected package libavalon-framework-java. 2015-11-06 03:15:12.966 | Preparing to unpack .../libavalon-framework-java_4.2.0-9_all.deb ... 2015-11-06 03:15:12.967 | Unpacking libavalon-framework-java (4.2.0-9) ... 2015-11-06 03:15:12.992 | Selecting previously unselected package libcommons-io-java. 2015-11-06 03:15:12.994 | Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... 2015-11-06 03:15:12.996 | Unpacking libcommons-io-java (2.4-2) ... 2015-11-06 03:15:13.020 | Selecting previously unselected package libcommons-parent-java. 2015-11-06 03:15:13.023 | Preparing to unpack .../libcommons-parent-java_22-2build1_all.deb ... 2015-11-06 03:15:13.026 | Unpacking libcommons-parent-java (22-2build1) ... 2015-11-06 03:15:13.049 | Selecting previously unselected package libcommons-logging-java. 2015-11-06 03:15:13.051 | Preparing to unpack .../libcommons-logging-java_1.1.3-1_all.deb ... 2015-11-06 03:15:13.054 | Unpacking libcommons-logging-java (1.1.3-1) ... 2015-11-06 03:15:13.083 | Selecting previously unselected package java-wrappers. 2015-11-06 03:15:13.084 | Preparing to unpack .../java-wrappers_0.1.27_all.deb ... 2015-11-06 03:15:13.085 | Unpacking java-wrappers (0.1.27) ... 2015-11-06 03:15:13.107 | Selecting previously unselected package libbatik-java. 2015-11-06 03:15:13.111 | Preparing to unpack .../libbatik-java_1.7.ubuntu-8ubuntu2.14.04.1_all.deb ... 2015-11-06 03:15:13.112 | Unpacking libbatik-java (1.7.ubuntu-8ubuntu2.14.04.1) ... 2015-11-06 03:15:13.535 | Selecting previously unselected package libxmlgraphics-commons-java. 2015-11-06 03:15:13.547 | Preparing to unpack .../libxmlgraphics-commons-java_1.5-4ubuntu1_all.deb ... 2015-11-06 03:15:13.549 | Unpacking libxmlgraphics-commons-java (1.5-4ubuntu1) ... 2015-11-06 03:15:13.637 | Selecting previously unselected package libfop-java. 2015-11-06 03:15:13.642 | Preparing to unpack .../libfop-java_1%3a1.1.dfsg-2ubuntu1_all.deb ... 2015-11-06 03:15:13.644 | Unpacking libfop-java (1:1.1.dfsg-2ubuntu1) ... 2015-11-06 03:15:13.835 | Selecting previously unselected package fop. 2015-11-06 03:15:13.846 | Preparing to unpack .../fop_1%3a1.1.dfsg-2ubuntu1_all.deb ... 2015-11-06 03:15:13.848 | Unpacking fop (1:1.1.dfsg-2ubuntu1) ... 2015-11-06 03:15:13.886 | Selecting previously unselected package x11-utils. 2015-11-06 03:15:13.891 | Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... 2015-11-06 03:15:13.893 | Unpacking x11-utils (7.7+1) ... 2015-11-06 03:15:13.947 | Selecting previously unselected package udisks2. 2015-11-06 03:15:13.951 | Preparing to unpack .../udisks2_2.1.3-1ubuntu0.1_amd64.deb ... 2015-11-06 03:15:13.959 | Unpacking udisks2 (2.1.3-1ubuntu0.1) ... 2015-11-06 03:15:14.018 | Selecting previously unselected package gvfs-common. 2015-11-06 03:15:14.023 | Preparing to unpack .../gvfs-common_1.20.3-0ubuntu1.2_all.deb ... 2015-11-06 03:15:14.026 | Unpacking gvfs-common (1.20.3-0ubuntu1.2) ... 2015-11-06 03:15:14.062 | Selecting previously unselected package gvfs-libs:amd64. 2015-11-06 03:15:14.066 | Preparing to unpack .../gvfs-libs_1.20.3-0ubuntu1.2_amd64.deb ... 2015-11-06 03:15:14.068 | Unpacking gvfs-libs:amd64 (1.20.3-0ubuntu1.2) ... 2015-11-06 03:15:14.109 | Selecting previously unselected package gvfs-daemons. 2015-11-06 03:15:14.123 | Preparing to unpack .../gvfs-daemons_1.20.3-0ubuntu1.2_amd64.deb ... 2015-11-06 03:15:14.125 | Unpacking gvfs-daemons (1.20.3-0ubuntu1.2) ... 2015-11-06 03:15:14.180 | Selecting previously unselected package gvfs:amd64. 2015-11-06 03:15:14.187 | Preparing to unpack .../gvfs_1.20.3-0ubuntu1.2_amd64.deb ... 2015-11-06 03:15:14.191 | Unpacking gvfs:amd64 (1.20.3-0ubuntu1.2) ... 2015-11-06 03:15:14.252 | Selecting previously unselected package hicolor-icon-theme. 2015-11-06 03:15:14.264 | Preparing to unpack .../hicolor-icon-theme_0.13-1_all.deb ... 2015-11-06 03:15:14.267 | Unpacking hicolor-icon-theme (0.13-1) ... 2015-11-06 03:15:14.369 | Selecting previously unselected package junit. 2015-11-06 03:15:14.382 | Preparing to unpack .../junit_3.8.2-8build1_all.deb ... 2015-11-06 03:15:14.386 | Unpacking junit (3.8.2-8build1) ... 2015-11-06 03:15:14.428 | Selecting previously unselected package libhamcrest-java. 2015-11-06 03:15:14.433 | Preparing to unpack .../libhamcrest-java_1.3-4_all.deb ... 2015-11-06 03:15:14.437 | Unpacking libhamcrest-java (1.3-4) ... 2015-11-06 03:15:14.529 | Selecting previously unselected package junit4. 2015-11-06 03:15:14.536 | Preparing to unpack .../archives/junit4_4.11-2_all.deb ... 2015-11-06 03:15:14.539 | Unpacking junit4 (4.11-2) ... 2015-11-06 03:15:14.573 | Selecting previously unselected package libasync-http-client-java. 2015-11-06 03:15:14.577 | Preparing to unpack .../libasync-http-client-java_1.6.5-2_all.deb ... 2015-11-06 03:15:14.579 | Unpacking libasync-http-client-java (1.6.5-2) ... 2015-11-06 03:15:14.648 | Selecting previously unselected package libplexus-classworlds2-java. 2015-11-06 03:15:14.652 | Preparing to unpack .../libplexus-classworlds2-java_2.5.1-2_all.deb ... 2015-11-06 03:15:14.654 | Unpacking libplexus-classworlds2-java (2.5.1-2) ... 2015-11-06 03:15:14.681 | Selecting previously unselected package libasm3-java. 2015-11-06 03:15:14.685 | Preparing to unpack .../libasm3-java_3.3.2-2_all.deb ... 2015-11-06 03:15:14.687 | Unpacking libasm3-java (3.3.2-2) ... 2015-11-06 03:15:14.738 | Selecting previously unselected package libcommons-lang-java. 2015-11-06 03:15:14.742 | Preparing to unpack .../libcommons-lang-java_2.6-3ubuntu2_all.deb ... 2015-11-06 03:15:14.744 | Unpacking libcommons-lang-java (2.6-3ubuntu2) ... 2015-11-06 03:15:14.776 | Selecting previously unselected package libcommons-cli-java. 2015-11-06 03:15:14.781 | Preparing to unpack .../libcommons-cli-java_1.2-3ubuntu1_all.deb ... 2015-11-06 03:15:14.783 | Unpacking libcommons-cli-java (1.2-3ubuntu1) ... 2015-11-06 03:15:14.809 | Selecting previously unselected package libatinject-jsr330-api-java. 2015-11-06 03:15:14.814 | Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-1_all.deb ... 2015-11-06 03:15:14.816 | Unpacking libatinject-jsr330-api-java (1.0+ds1-1) ... 2015-11-06 03:15:14.845 | Selecting previously unselected package libjsr305-java. 2015-11-06 03:15:14.849 | Preparing to unpack .../libjsr305-java_0.1~+svn49-4_all.deb ... 2015-11-06 03:15:14.851 | Unpacking libjsr305-java (0.1~+svn49-4) ... 2015-11-06 03:15:14.880 | Selecting previously unselected package libguava-java. 2015-11-06 03:15:14.885 | Preparing to unpack .../libguava-java_15.0-2ubuntu1_all.deb ... 2015-11-06 03:15:14.887 | Unpacking libguava-java (15.0-2ubuntu1) ... 2015-11-06 03:15:15.139 | Selecting previously unselected package libjaxen-java. 2015-11-06 03:15:15.147 | Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... 2015-11-06 03:15:15.149 | Unpacking libjaxen-java (1.1.6-1ubuntu1) ... 2015-11-06 03:15:15.183 | Selecting previously unselected package libjdom1-java. 2015-11-06 03:15:15.188 | Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... 2015-11-06 03:15:15.192 | Unpacking libjdom1-java (1.1.3-1) ... 2015-11-06 03:15:15.229 | Selecting previously unselected package libclassworlds-java. 2015-11-06 03:15:15.235 | Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... 2015-11-06 03:15:15.237 | Unpacking libclassworlds-java (1.1-final-5) ... 2015-11-06 03:15:15.269 | Selecting previously unselected package libservlet3.0-java. 2015-11-06 03:15:15.276 | Preparing to unpack .../libservlet3.0-java_7.0.52-1ubuntu0.3_all.deb ... 2015-11-06 03:15:15.278 | Unpacking libservlet3.0-java (7.0.52-1ubuntu0.3) ... 2015-11-06 03:15:15.341 | Selecting previously unselected package libcommons-configuration-java. 2015-11-06 03:15:15.348 | Preparing to unpack .../libcommons-configuration-java_1.10-1_all.deb ... 2015-11-06 03:15:15.351 | Unpacking libcommons-configuration-java (1.10-1) ... 2015-11-06 03:15:15.388 | Selecting previously unselected package libcommons-codec-java. 2015-11-06 03:15:15.395 | Preparing to unpack .../libcommons-codec-java_1.9-1_all.deb ... 2015-11-06 03:15:15.397 | Unpacking libcommons-codec-java (1.9-1) ... 2015-11-06 03:15:15.461 | Selecting previously unselected package libhttpcore-java. 2015-11-06 03:15:15.467 | Preparing to unpack .../libhttpcore-java_4.3.2-2_all.deb ... 2015-11-06 03:15:15.469 | Unpacking libhttpcore-java (4.3.2-2) ... 2015-11-06 03:15:15.566 | Selecting previously unselected package libhttpclient-java. 2015-11-06 03:15:15.578 | Preparing to unpack .../libhttpclient-java_4.3.3-1_all.deb ... 2015-11-06 03:15:15.581 | Unpacking libhttpclient-java (4.3.3-1) ... 2015-11-06 03:15:15.701 | Selecting previously unselected package libitext1-java. 2015-11-06 03:15:15.714 | Preparing to unpack .../libitext1-java_1.4-5_all.deb ... 2015-11-06 03:15:15.717 | Unpacking libitext1-java (1.4-5) ... 2015-11-06 03:15:15.764 | Selecting previously unselected package libplexus-interpolation-java. 2015-11-06 03:15:15.771 | Preparing to unpack .../libplexus-interpolation-java_1.19-1_all.deb ... 2015-11-06 03:15:15.772 | Unpacking libplexus-interpolation-java (1.19-1) ... 2015-11-06 03:15:15.800 | Selecting previously unselected package libplexus-utils-java. 2015-11-06 03:15:15.806 | Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... 2015-11-06 03:15:15.808 | Unpacking libplexus-utils-java (1:1.5.15-4) ... 2015-11-06 03:15:15.838 | Selecting previously unselected package libplexus-container-default-java. 2015-11-06 03:15:15.842 | Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... 2015-11-06 03:15:15.844 | Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... 2015-11-06 03:15:15.870 | Selecting previously unselected package libplexus-classworlds-java. 2015-11-06 03:15:15.876 | Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... 2015-11-06 03:15:15.878 | Unpacking libplexus-classworlds-java (1.5.0-5) ... 2015-11-06 03:15:15.904 | Selecting previously unselected package libxbean-java. 2015-11-06 03:15:15.908 | Preparing to unpack .../libxbean-java_3.7-5_all.deb ... 2015-11-06 03:15:15.910 | Unpacking libxbean-java (3.7-5) ... 2015-11-06 03:15:15.970 | Selecting previously unselected package libplexus-containers-java. 2015-11-06 03:15:15.981 | Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-7_all.deb ... 2015-11-06 03:15:15.984 | Unpacking libplexus-containers-java (1.0~beta3.0.7-7) ... 2015-11-06 03:15:16.031 | Selecting previously unselected package libplexus-i18n-java. 2015-11-06 03:15:16.045 | Preparing to unpack .../libplexus-i18n-java_1.0-beta-10-3_all.deb ... 2015-11-06 03:15:16.048 | Unpacking libplexus-i18n-java (1.0-beta-10-3) ... 2015-11-06 03:15:16.089 | Selecting previously unselected package libdoxia-java. 2015-11-06 03:15:16.096 | Preparing to unpack .../libdoxia-java_1.1.4-1ubuntu4_all.deb ... 2015-11-06 03:15:16.099 | Unpacking libdoxia-java (1.1.4-1ubuntu4) ... 2015-11-06 03:15:16.244 | Selecting previously unselected package libplexus-build-api-java. 2015-11-06 03:15:16.258 | Preparing to unpack .../libplexus-build-api-java_0.0.4-5_all.deb ... 2015-11-06 03:15:16.261 | Unpacking libplexus-build-api-java (0.0.4-5) ... 2015-11-06 03:15:16.301 | Selecting previously unselected package libmodello-java. 2015-11-06 03:15:16.309 | Preparing to unpack .../libmodello-java_1.1-3_all.deb ... 2015-11-06 03:15:16.312 | Unpacking libmodello-java (1.1-3) ... 2015-11-06 03:15:16.397 | Selecting previously unselected package libplexus-ant-factory-java. 2015-11-06 03:15:16.405 | Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... 2015-11-06 03:15:16.408 | Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... 2015-11-06 03:15:16.436 | Selecting previously unselected package libplexus-io-java. 2015-11-06 03:15:16.442 | Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... 2015-11-06 03:15:16.445 | Unpacking libplexus-io-java (1.0~alpha5-2) ... 2015-11-06 03:15:16.476 | Selecting previously unselected package libplexus-archiver-java. 2015-11-06 03:15:16.482 | Preparing to unpack .../libplexus-archiver-java_1.2-1_all.deb ... 2015-11-06 03:15:16.484 | Unpacking libplexus-archiver-java (1.2-1) ... 2015-11-06 03:15:16.516 | Selecting previously unselected package libplexus-bsh-factory-java. 2015-11-06 03:15:16.520 | Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3_all.deb ... 2015-11-06 03:15:16.522 | Unpacking libplexus-bsh-factory-java (1.0~alpha7-3) ... 2015-11-06 03:15:16.553 | Selecting previously unselected package libplexus-interactivity-api-java. 2015-11-06 03:15:16.559 | Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... 2015-11-06 03:15:16.561 | Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... 2015-11-06 03:15:16.597 | Selecting previously unselected package libplexus-cipher-java. 2015-11-06 03:15:16.609 | Preparing to unpack .../libplexus-cipher-java_1.5-4_all.deb ... 2015-11-06 03:15:16.612 | Unpacking libplexus-cipher-java (1.5-4) ... 2015-11-06 03:15:16.649 | Selecting previously unselected package libplexus-sec-dispatcher-java. 2015-11-06 03:15:16.656 | Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... 2015-11-06 03:15:16.659 | Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... 2015-11-06 03:15:16.696 | Selecting previously unselected package libcommons-httpclient-java. 2015-11-06 03:15:16.703 | Preparing to unpack .../libcommons-httpclient-java_3.1-10.2ubuntu0.14.04.1_all.deb ... 2015-11-06 03:15:16.705 | Unpacking libcommons-httpclient-java (3.1-10.2ubuntu0.14.04.1) ... 2015-11-06 03:15:16.772 | Selecting previously unselected package libcommons-net2-java. 2015-11-06 03:15:16.782 | Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... 2015-11-06 03:15:16.784 | Unpacking libcommons-net2-java (2.2-2) ... 2015-11-06 03:15:16.821 | Selecting previously unselected package libeasymock-java. 2015-11-06 03:15:16.826 | Preparing to unpack .../libeasymock-java_2.5.2+ds-1_all.deb ... 2015-11-06 03:15:16.828 | Unpacking libeasymock-java (2.5.2+ds-1) ... 2015-11-06 03:15:16.860 | Selecting previously unselected package libjetty-java. 2015-11-06 03:15:16.866 | Preparing to unpack .../libjetty-java_6.1.26-1ubuntu1.1_all.deb ... 2015-11-06 03:15:16.868 | Unpacking libjetty-java (6.1.26-1ubuntu1.1) ... 2015-11-06 03:15:17.008 | Selecting previously unselected package libjsch-java. 2015-11-06 03:15:17.013 | Preparing to unpack .../libjsch-java_0.1.50-1ubuntu1_all.deb ... 2015-11-06 03:15:17.015 | Unpacking libjsch-java (0.1.50-1ubuntu1) ... 2015-11-06 03:15:17.137 | Selecting previously unselected package libjsoup-java. 2015-11-06 03:15:17.142 | Preparing to unpack .../libjsoup-java_1.7.3-1_all.deb ... 2015-11-06 03:15:17.144 | Unpacking libjsoup-java (1.7.3-1) ... 2015-11-06 03:15:17.215 | Selecting previously unselected package libganymed-ssh2-java. 2015-11-06 03:15:17.228 | Preparing to unpack .../libganymed-ssh2-java_250-2_all.deb ... 2015-11-06 03:15:17.231 | Unpacking libganymed-ssh2-java (250-2) ... 2015-11-06 03:15:17.352 | Selecting previously unselected package libnetbeans-cvsclient-java. 2015-11-06 03:15:17.361 | Preparing to unpack .../libnetbeans-cvsclient-java_6.5-2_all.deb ... 2015-11-06 03:15:17.363 | Unpacking libnetbeans-cvsclient-java (6.5-2) ... 2015-11-06 03:15:17.402 | Selecting previously unselected package libregexp-java. 2015-11-06 03:15:17.405 | Preparing to unpack .../libregexp-java_1.5-3build1_all.deb ... 2015-11-06 03:15:17.407 | Unpacking libregexp-java (1.5-3build1) ... 2015-11-06 03:15:17.439 | Selecting previously unselected package libmaven-scm-java. 2015-11-06 03:15:17.444 | Preparing to unpack .../libmaven-scm-java_1.3-5_all.deb ... 2015-11-06 03:15:17.446 | Unpacking libmaven-scm-java (1.3-5) ... 2015-11-06 03:15:17.694 | Selecting previously unselected package libwagon-java. 2015-11-06 03:15:17.701 | Preparing to unpack .../libwagon-java_1.0.0-2ubuntu2_all.deb ... 2015-11-06 03:15:17.705 | Unpacking libwagon-java (1.0.0-2ubuntu2) ... 2015-11-06 03:15:17.770 | Selecting previously unselected package libmaven2-core-java. 2015-11-06 03:15:17.777 | Preparing to unpack .../libmaven2-core-java_2.2.1-14_all.deb ... 2015-11-06 03:15:17.779 | Unpacking libmaven2-core-java (2.2.1-14) ... 2015-11-06 03:15:17.920 | Selecting previously unselected package libplexus-cli-java. 2015-11-06 03:15:17.926 | Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... 2015-11-06 03:15:17.927 | Unpacking libplexus-cli-java (1.2-5) ... 2015-11-06 03:15:17.954 | Selecting previously unselected package libplexus-utils2-java. 2015-11-06 03:15:17.958 | Preparing to unpack .../libplexus-utils2-java_2.0.5-1_all.deb ... 2015-11-06 03:15:17.960 | Unpacking libplexus-utils2-java (2.0.5-1) ... 2015-11-06 03:15:17.990 | Selecting previously unselected package libqdox-java. 2015-11-06 03:15:17.995 | Preparing to unpack .../libqdox-java_1.12-1build1_all.deb ... 2015-11-06 03:15:17.997 | Unpacking libqdox-java (1.12-1build1) ... 2015-11-06 03:15:18.025 | Selecting previously unselected package libplexus-containers1.5-java. 2015-11-06 03:15:18.031 | Preparing to unpack .../libplexus-containers1.5-java_1.5.5-6_all.deb ... 2015-11-06 03:15:18.033 | Unpacking libplexus-containers1.5-java (1.5.5-6) ... 2015-11-06 03:15:18.068 | Selecting previously unselected package libaopalliance-java. 2015-11-06 03:15:18.071 | Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... 2015-11-06 03:15:18.074 | Unpacking libaopalliance-java (20070526-5) ... 2015-11-06 03:15:18.100 | Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. 2015-11-06 03:15:18.104 | Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-1fakesync1_all.deb ... 2015-11-06 03:15:18.106 | Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-1fakesync1) ... 2015-11-06 03:15:18.128 | Selecting previously unselected package libcdi-api-java. 2015-11-06 03:15:18.131 | Preparing to unpack .../libcdi-api-java_1.0-1_all.deb ... 2015-11-06 03:15:18.135 | Unpacking libcdi-api-java (1.0-1) ... 2015-11-06 03:15:18.157 | Selecting previously unselected package libsisu-guice-java. 2015-11-06 03:15:18.162 | Preparing to unpack .../libsisu-guice-java_3.1.1+dfsg-1_all.deb ... 2015-11-06 03:15:18.164 | Unpacking libsisu-guice-java (3.1.1+dfsg-1) ... 2015-11-06 03:15:18.248 | Selecting previously unselected package libsisu-ioc-java. 2015-11-06 03:15:18.253 | Preparing to unpack .../libsisu-ioc-java_2.3.0-5_all.deb ... 2015-11-06 03:15:18.254 | Unpacking libsisu-ioc-java (2.3.0-5) ... 2015-11-06 03:15:18.376 | Selecting previously unselected package libaether-java. 2015-11-06 03:15:18.384 | Preparing to unpack .../libaether-java_1.13.1-2_all.deb ... 2015-11-06 03:15:18.387 | Unpacking libaether-java (1.13.1-2) ... 2015-11-06 03:15:18.433 | Selecting previously unselected package libcglib-java. 2015-11-06 03:15:18.438 | Preparing to unpack .../libcglib-java_2.2.2+dfsg-5_all.deb ... 2015-11-06 03:15:18.440 | Unpacking libcglib-java (2.2.2+dfsg-5) ... 2015-11-06 03:15:18.481 | Selecting previously unselected package libcommons-collections3-java. 2015-11-06 03:15:18.486 | Preparing to unpack .../libcommons-collections3-java_3.2.1-6_all.deb ... 2015-11-06 03:15:18.487 | Unpacking libcommons-collections3-java (3.2.1-6) ... 2015-11-06 03:15:18.523 | Selecting previously unselected package libcommons-beanutils-java. 2015-11-06 03:15:18.528 | Preparing to unpack .../libcommons-beanutils-java_1.9.1-1_all.deb ... 2015-11-06 03:15:18.530 | Unpacking libcommons-beanutils-java (1.9.1-1) ... 2015-11-06 03:15:18.578 | Selecting previously unselected package libcommons-digester-java. 2015-11-06 03:15:18.581 | Preparing to unpack .../libcommons-digester-java_1.8.1-4_all.deb ... 2015-11-06 03:15:18.582 | Unpacking libcommons-digester-java (1.8.1-4) ... 2015-11-06 03:15:18.608 | Selecting previously unselected package libcommons-jexl2-java. 2015-11-06 03:15:18.611 | Preparing to unpack .../libcommons-jexl2-java_2.1.1-2_all.deb ... 2015-11-06 03:15:18.615 | Unpacking libcommons-jexl2-java (2.1.1-2) ... 2015-11-06 03:15:18.641 | Selecting previously unselected package libcommons-jxpath-java. 2015-11-06 03:15:18.645 | Preparing to unpack .../libcommons-jxpath-java_1.3-6_all.deb ... 2015-11-06 03:15:18.646 | Unpacking libcommons-jxpath-java (1.3-6) ... 2015-11-06 03:15:18.686 | Selecting previously unselected package libcommons-vfs-java. 2015-11-06 03:15:18.690 | Preparing to unpack .../libcommons-vfs-java_2.0-3ubuntu1_all.deb ... 2015-11-06 03:15:18.692 | Unpacking libcommons-vfs-java (2.0-3ubuntu1) ... 2015-11-06 03:15:18.719 | Selecting previously unselected package libxpp2-java. 2015-11-06 03:15:18.723 | Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... 2015-11-06 03:15:18.724 | Unpacking libxpp2-java (2.1.10-7build1) ... 2015-11-06 03:15:18.757 | Selecting previously unselected package libxpp3-java. 2015-11-06 03:15:18.762 | Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... 2015-11-06 03:15:18.764 | Unpacking libxpp3-java (1.1.4c-2build1) ... 2015-11-06 03:15:18.806 | Selecting previously unselected package libdom4j-java. 2015-11-06 03:15:18.811 | Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... 2015-11-06 03:15:18.813 | Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... 2015-11-06 03:15:18.853 | Selecting previously unselected package libgconf2-4:amd64. 2015-11-06 03:15:18.855 | Preparing to unpack .../libgconf2-4_3.2.6-0ubuntu2_amd64.deb ... 2015-11-06 03:15:18.856 | Unpacking libgconf2-4:amd64 (3.2.6-0ubuntu2) ... 2015-11-06 03:15:18.874 | Selecting previously unselected package libosgi-core-java. 2015-11-06 03:15:18.876 | Preparing to unpack .../libosgi-core-java_4.3.0-4_all.deb ... 2015-11-06 03:15:18.877 | Unpacking libosgi-core-java (4.3.0-4) ... 2015-11-06 03:15:18.895 | Selecting previously unselected package libosgi-foundation-ee-java. 2015-11-06 03:15:18.899 | Preparing to unpack .../libosgi-foundation-ee-java_4.2.0-1_all.deb ... 2015-11-06 03:15:18.900 | Unpacking libosgi-foundation-ee-java (4.2.0-1) ... 2015-11-06 03:15:18.923 | Selecting previously unselected package libosgi-compendium-java. 2015-11-06 03:15:18.927 | Preparing to unpack .../libosgi-compendium-java_4.3.0-1_all.deb ... 2015-11-06 03:15:18.928 | Unpacking libosgi-compendium-java (4.3.0-1) ... 2015-11-06 03:15:18.952 | Selecting previously unselected package libgeronimo-osgi-support-java. 2015-11-06 03:15:18.956 | Preparing to unpack .../libgeronimo-osgi-support-java_1.0-2_all.deb ... 2015-11-06 03:15:18.957 | Unpacking libgeronimo-osgi-support-java (1.0-2) ... 2015-11-06 03:15:18.986 | Selecting previously unselected package libgeronimo-jpa-2.0-spec-java. 2015-11-06 03:15:18.991 | Preparing to unpack .../libgeronimo-jpa-2.0-spec-java_1.1-2_all.deb ... 2015-11-06 03:15:18.993 | Unpacking libgeronimo-jpa-2.0-spec-java (1.1-2) ... 2015-11-06 03:15:19.026 | Selecting previously unselected package libgphoto2-l10n. 2015-11-06 03:15:19.030 | Preparing to unpack .../libgphoto2-l10n_2.5.3.1-1ubuntu2.2_all.deb ... 2015-11-06 03:15:19.032 | Unpacking libgphoto2-l10n (2.5.3.1-1ubuntu2.2) ... 2015-11-06 03:15:19.064 | Selecting previously unselected package libgtk-3-bin. 2015-11-06 03:15:19.070 | Preparing to unpack .../libgtk-3-bin_3.10.8-0ubuntu1.6_amd64.deb ... 2015-11-06 03:15:19.125 | Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' 2015-11-06 03:15:19.146 | Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' 2015-11-06 03:15:19.147 | Unpacking libgtk-3-bin (3.10.8-0ubuntu1.6) ... 2015-11-06 03:15:19.179 | Selecting previously unselected package libgtk2.0-bin. 2015-11-06 03:15:19.180 | Preparing to unpack .../libgtk2.0-bin_2.24.23-0ubuntu1.3_amd64.deb ... 2015-11-06 03:15:19.183 | Unpacking libgtk2.0-bin (2.24.23-0ubuntu1.3) ... 2015-11-06 03:15:19.204 | Selecting previously unselected package libguice-java. 2015-11-06 03:15:19.208 | Preparing to unpack .../libguice-java_3.0-3_all.deb ... 2015-11-06 03:15:19.209 | Unpacking libguice-java (3.0-3) ... 2015-11-06 03:15:19.235 | Selecting previously unselected package xorg-sgml-doctools. 2015-11-06 03:15:19.239 | Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... 2015-11-06 03:15:19.240 | Unpacking xorg-sgml-doctools (1:1.11-1) ... 2015-11-06 03:15:19.259 | Selecting previously unselected package x11proto-core-dev. 2015-11-06 03:15:19.263 | Preparing to unpack .../x11proto-core-dev_7.0.26-1~ubuntu2_all.deb ... 2015-11-06 03:15:19.264 | Unpacking x11proto-core-dev (7.0.26-1~ubuntu2) ... 2015-11-06 03:15:19.320 | Selecting previously unselected package libice-dev:amd64. 2015-11-06 03:15:19.325 | Preparing to unpack .../libice-dev_2%3a1.0.8-2_amd64.deb ... 2015-11-06 03:15:19.326 | Unpacking libice-dev:amd64 (2:1.0.8-2) ... 2015-11-06 03:15:19.347 | Selecting previously unselected package libjackrabbit-java. 2015-11-06 03:15:19.351 | Preparing to unpack .../libjackrabbit-java_2.3.6-1+deb8u1build0.14.04.1_all.deb ... 2015-11-06 03:15:19.353 | Unpacking libjackrabbit-java (2.3.6-1+deb8u1build0.14.04.1) ... 2015-11-06 03:15:19.401 | Selecting previously unselected package libjcommander-java. 2015-11-06 03:15:19.407 | Preparing to unpack .../libjcommander-java_1.32-1_all.deb ... 2015-11-06 03:15:19.411 | Unpacking libjcommander-java (1.32-1) ... 2015-11-06 03:15:19.451 | Selecting previously unselected package libmaven-parent-java. 2015-11-06 03:15:19.460 | Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... 2015-11-06 03:15:19.465 | Unpacking libmaven-parent-java (21-2) ... 2015-11-06 03:15:19.499 | Selecting previously unselected package libpthread-stubs0-dev:amd64. 2015-11-06 03:15:19.507 | Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... 2015-11-06 03:15:19.511 | Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... 2015-11-06 03:15:19.542 | Selecting previously unselected package librhino-java. 2015-11-06 03:15:19.550 | Preparing to unpack .../librhino-java_1.7R4-2_all.deb ... 2015-11-06 03:15:19.552 | Unpacking librhino-java (1.7R4-2) ... 2015-11-06 03:15:19.591 | Selecting previously unselected package libsaxon-java. 2015-11-06 03:15:19.599 | Preparing to unpack .../libsaxon-java_1%3a6.5.5-10_all.deb ... 2015-11-06 03:15:19.602 | Unpacking libsaxon-java (1:6.5.5-10) ... 2015-11-06 03:15:19.638 | Selecting previously unselected package libsm-dev:amd64. 2015-11-06 03:15:19.639 | Preparing to unpack .../libsm-dev_2%3a1.2.1-2_amd64.deb ... 2015-11-06 03:15:19.640 | Unpacking libsm-dev:amd64 (2:1.2.1-2) ... 2015-11-06 03:15:19.662 | Selecting previously unselected package libwagon2-java. 2015-11-06 03:15:19.663 | Preparing to unpack .../libwagon2-java_2.5-1_all.deb ... 2015-11-06 03:15:19.665 | Unpacking libwagon2-java (2.5-1) ... 2015-11-06 03:15:19.719 | Selecting previously unselected package libxau-dev:amd64. 2015-11-06 03:15:19.723 | Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... 2015-11-06 03:15:19.726 | Unpacking libxau-dev:amd64 (1:1.0.8-1) ... 2015-11-06 03:15:19.753 | Selecting previously unselected package libxdmcp-dev:amd64. 2015-11-06 03:15:19.757 | Preparing to unpack .../libxdmcp-dev_1%3a1.1.1-1_amd64.deb ... 2015-11-06 03:15:19.760 | Unpacking libxdmcp-dev:amd64 (1:1.1.1-1) ... 2015-11-06 03:15:19.779 | Selecting previously unselected package x11proto-input-dev. 2015-11-06 03:15:19.782 | Preparing to unpack .../x11proto-input-dev_2.3-1_all.deb ... 2015-11-06 03:15:19.783 | Unpacking x11proto-input-dev (2.3-1) ... 2015-11-06 03:15:19.817 | Selecting previously unselected package x11proto-kb-dev. 2015-11-06 03:15:19.821 | Preparing to unpack .../x11proto-kb-dev_1.0.6-2_all.deb ... 2015-11-06 03:15:19.822 | Unpacking x11proto-kb-dev (1.0.6-2) ... 2015-11-06 03:15:19.869 | Selecting previously unselected package xtrans-dev. 2015-11-06 03:15:19.882 | Preparing to unpack .../xtrans-dev_1.3.5-1~ubuntu14.04.1_all.deb ... 2015-11-06 03:15:19.884 | Unpacking xtrans-dev (1.3.5-1~ubuntu14.04.1) ... 2015-11-06 03:15:19.921 | Selecting previously unselected package libxcb1-dev:amd64. 2015-11-06 03:15:19.928 | Preparing to unpack .../libxcb1-dev_1.10-2ubuntu1_amd64.deb ... 2015-11-06 03:15:19.930 | Unpacking libxcb1-dev:amd64 (1.10-2ubuntu1) ... 2015-11-06 03:15:19.968 | Selecting previously unselected package libx11-dev:amd64. 2015-11-06 03:15:19.972 | Preparing to unpack .../libx11-dev_2%3a1.6.2-1ubuntu2_amd64.deb ... 2015-11-06 03:15:19.974 | Unpacking libx11-dev:amd64 (2:1.6.2-1ubuntu2) ... 2015-11-06 03:15:20.081 | Selecting previously unselected package libx11-doc. 2015-11-06 03:15:20.085 | Preparing to unpack .../libx11-doc_2%3a1.6.2-1ubuntu2_all.deb ... 2015-11-06 03:15:20.087 | Unpacking libx11-doc (2:1.6.2-1ubuntu2) ... 2015-11-06 03:15:20.401 | Selecting previously unselected package libxom-java. 2015-11-06 03:15:20.407 | Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... 2015-11-06 03:15:20.408 | Unpacking libxom-java (1.2.10-1) ... 2015-11-06 03:15:20.441 | Selecting previously unselected package libxt-dev:amd64. 2015-11-06 03:15:20.447 | Preparing to unpack .../libxt-dev_1%3a1.1.4-1_amd64.deb ... 2015-11-06 03:15:20.453 | Unpacking libxt-dev:amd64 (1:1.1.4-1) ... 2015-11-06 03:15:20.552 | Selecting previously unselected package maven. 2015-11-06 03:15:20.554 | Preparing to unpack .../archives/maven_3.0.5-1_all.deb ... 2015-11-06 03:15:20.557 | Unpacking maven (3.0.5-1) ... 2015-11-06 03:15:20.613 | Selecting previously unselected package openjdk-7-jdk:amd64. 2015-11-06 03:15:20.617 | Preparing to unpack .../openjdk-7-jdk_7u85-2.6.1-5ubuntu0.14.04.1_amd64.deb ... 2015-11-06 03:15:20.620 | Unpacking openjdk-7-jdk:amd64 (7u85-2.6.1-5ubuntu0.14.04.1) ... 2015-11-06 03:15:22.291 | Selecting previously unselected package policykit-1-gnome. 2015-11-06 03:15:22.299 | Preparing to unpack .../policykit-1-gnome_0.105-1ubuntu4_amd64.deb ... 2015-11-06 03:15:22.301 | Unpacking policykit-1-gnome (0.105-1ubuntu4) ... 2015-11-06 03:15:22.339 | Selecting previously unselected package rhino. 2015-11-06 03:15:22.347 | Preparing to unpack .../archives/rhino_1.7R4-2_all.deb ... 2015-11-06 03:15:22.351 | Unpacking rhino (1.7R4-2) ... 2015-11-06 03:15:22.382 | Selecting previously unselected package testng. 2015-11-06 03:15:22.388 | Preparing to unpack .../testng_6.8.7-2_all.deb ... 2015-11-06 03:15:22.390 | Unpacking testng (6.8.7-2) ... 2015-11-06 03:15:22.494 | Processing triggers for mime-support (3.54ubuntu1.1) ... 2015-11-06 03:15:22.510 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-06 03:15:26.652 | Processing triggers for udev (204-5ubuntu20.15) ... 2015-11-06 03:15:26.855 | Processing triggers for libglib2.0-0:amd64 (2.40.2-0ubuntu1) ... 2015-11-06 03:15:26.873 | Processing triggers for fontconfig (2.11.0-0ubuntu4.1) ... 2015-11-06 03:15:29.138 | Setting up libatasmart4:amd64 (0.19-3) ... 2015-11-06 03:15:29.161 | Setting up libatk1.0-data (2.10.0-2ubuntu2) ... 2015-11-06 03:15:29.169 | Setting up libatk1.0-0:amd64 (2.10.0-2ubuntu2) ... 2015-11-06 03:15:29.183 | Setting up libatspi2.0-0:amd64 (2.10.2.is.2.10.1-0ubuntu1) ... 2015-11-06 03:15:29.197 | Setting up libatk-bridge2.0-0:amd64 (2.10.2-2ubuntu1) ... 2015-11-06 03:15:29.211 | Setting up libgtk2.0-common (2.24.23-0ubuntu1.3) ... 2015-11-06 03:15:29.219 | Setting up libjasper1:amd64 (1.900.1-14ubuntu3.2) ... 2015-11-06 03:15:29.231 | Setting up libgdk-pixbuf2.0-common (2.30.7-0ubuntu1.2) ... 2015-11-06 03:15:29.235 | Setting up libgdk-pixbuf2.0-0:amd64 (2.30.7-0ubuntu1.2) ... 2015-11-06 03:15:29.268 | Setting up libxcursor1:amd64 (1:1.1.14-1) ... 2015-11-06 03:15:29.280 | Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... 2015-11-06 03:15:29.289 | Setting up libxinerama1:amd64 (2:1.1.3-1) ... 2015-11-06 03:15:29.299 | Setting up libgtk2.0-0:amd64 (2.24.23-0ubuntu1.3) ... 2015-11-06 03:15:29.320 | Setting up libgif4:amd64 (4.1.6-11) ... 2015-11-06 03:15:29.329 | Setting up libxtst6:amd64 (2:1.2.2-1) ... 2015-11-06 03:15:29.341 | Setting up libavahi-glib1:amd64 (0.6.31-4ubuntu1) ... 2015-11-06 03:15:29.351 | Setting up libbonobo2-common (2.32.1-0ubuntu5) ... 2015-11-06 03:15:29.356 | Setting up libidl-common (0.8.14-0.2ubuntu4) ... 2015-11-06 03:15:29.359 | Setting up libidl0:amd64 (0.8.14-0.2ubuntu4) ... 2015-11-06 03:15:29.369 | Setting up liborbit-2-0:amd64 (1:2.14.19-0.3) ... 2015-11-06 03:15:29.379 | Setting up liborbit2:amd64 (1:2.14.19-0.3) ... 2015-11-06 03:15:29.388 | Setting up libbonobo2-0:amd64 (2.32.1-0ubuntu5) ... 2015-11-06 03:15:29.405 | Setting up libcairo-gobject2:amd64 (1.13.0~20140204-0ubuntu1.1) ... 2015-11-06 03:15:29.415 | Setting up libtdb1:amd64 (1.2.12-1) ... 2015-11-06 03:15:29.424 | Setting up libvorbisfile3:amd64 (1.3.2-1.3ubuntu1) ... 2015-11-06 03:15:29.435 | Setting up sound-theme-freedesktop (0.8-1) ... 2015-11-06 03:15:29.438 | Setting up libcanberra0:amd64 (0.30-0ubuntu3) ... 2015-11-06 03:15:29.449 | Setting up libcolord1:amd64 (1.0.6-1) ... 2015-11-06 03:15:29.459 | Setting up libdconf1:amd64 (0.20.0-1) ... 2015-11-06 03:15:29.469 | Setting up libexif12:amd64 (0.6.21-1ubuntu1) ... 2015-11-06 03:15:29.479 | Setting up gconf2-common (3.2.6-0ubuntu2) ... 2015-11-06 03:15:29.725 | 2015-11-06 03:15:29.726 | Creating config file /etc/gconf/2/path with new version 2015-11-06 03:15:29.802 | Setting up libgconf-2-4:amd64 (3.2.6-0ubuntu2) ... 2015-11-06 03:15:29.815 | Setting up dbus-x11 (1.6.18-0ubuntu4.3) ... 2015-11-06 03:15:29.821 | Setting up libgphoto2-port10:amd64 (2.5.3.1-1ubuntu2.2) ... 2015-11-06 03:15:29.833 | Setting up libgphoto2-6:amd64 (2.5.3.1-1ubuntu2.2) ... 2015-11-06 03:15:29.867 | Setting up dconf-service (0.20.0-1) ... 2015-11-06 03:15:29.871 | Setting up dconf-gsettings-backend:amd64 (0.20.0-1) ... 2015-11-06 03:15:29.876 | Setting up libgtk-3-common (3.10.8-0ubuntu1.6) ... 2015-11-06 03:15:29.881 | Setting up libwayland-client0:amd64 (1.4.0-1ubuntu1) ... 2015-11-06 03:15:29.891 | Setting up libwayland-cursor0:amd64 (1.4.0-1ubuntu1) ... 2015-11-06 03:15:29.903 | Setting up libxkbcommon0:amd64 (0.4.1-0ubuntu1) ... 2015-11-06 03:15:29.913 | Setting up libgtk-3-0:amd64 (3.10.8-0ubuntu1.6) ... 2015-11-06 03:15:29.936 | Setting up libgudev-1.0-0:amd64 (1:204-5ubuntu20.15) ... 2015-11-06 03:15:29.946 | Setting up libieee1284-3:amd64 (0.2.11-12) ... 2015-11-06 03:15:29.956 | Setting up libsane-common (1.0.23-3ubuntu3.1) ... 2015-11-06 03:15:29.960 | Setting up libv4lconvert0:amd64 (1.0.1-1) ... 2015-11-06 03:15:29.973 | Setting up libv4l-0:amd64 (1.0.1-1) ... 2015-11-06 03:15:29.983 | Setting up libsane:amd64 (1.0.23-3ubuntu3.1) ... 2015-11-06 03:15:30.078 | Adding scanner group... 2015-11-06 03:15:31.159 | Setting up libsecret-common (0.16-0ubuntu1) ... 2015-11-06 03:15:31.166 | Setting up libsecret-1-0:amd64 (0.16-0ubuntu1) ... 2015-11-06 03:15:31.182 | Setting up libudisks2-0:amd64 (2.1.3-1ubuntu0.1) ... 2015-11-06 03:15:31.199 | Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... 2015-11-06 03:15:31.214 | Setting up libxft2:amd64 (2.3.1-2) ... 2015-11-06 03:15:31.230 | Setting up libxv1:amd64 (2:1.0.10-1) ... 2015-11-06 03:15:31.244 | Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... 2015-11-06 03:15:31.258 | Setting up libgusb2:amd64 (0.1.6-5) ... 2015-11-06 03:15:31.288 | Setting up libcolorhug1:amd64 (1.0.6-1) ... 2015-11-06 03:15:31.302 | Setting up libyaml-snake-java (1.12-2) ... 2015-11-06 03:15:31.306 | Setting up ant (1.9.3-2build1) ... 2015-11-06 03:15:31.311 | Setting up ant-optional (1.9.3-2build1) ... 2015-11-06 03:15:31.316 | Setting up libaspectj-java (1.6.12+dfsg-3) ... 2015-11-06 03:15:31.320 | Setting up aspectj (1.6.12+dfsg-3) ... 2015-11-06 03:15:31.324 | Setting up at-spi2-core (2.10.2.is.2.10.1-0ubuntu1) ... 2015-11-06 03:15:31.333 | Setting up libbsh-java (2.0b4-15) ... 2015-11-06 03:15:31.337 | Setting up bsh (2.0b4-15) ... 2015-11-06 03:15:31.344 | Setting up colord (1.0.6-1) ... 2015-11-06 03:15:31.511 | Setting up desktop-file-utils (0.22-1ubuntu1) ... 2015-11-06 03:15:31.527 | Setting up fonts-dejavu-extra (2.34-1ubuntu1) ... 2015-11-06 03:15:31.533 | Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... 2015-11-06 03:15:31.539 | Setting up libxalan2-java (2.7.1-9) ... 2015-11-06 03:15:31.544 | Setting up libapache-pom-java (10-2build1) ... 2015-11-06 03:15:31.548 | Setting up libbsf-java (1:2.4.0-5build1) ... 2015-11-06 03:15:31.553 | Setting up libavalon-framework-java (4.2.0-9) ... 2015-11-06 03:15:31.558 | Setting up libcommons-io-java (2.4-2) ... 2015-11-06 03:15:31.562 | Setting up libcommons-parent-java (22-2build1) ... 2015-11-06 03:15:31.567 | Setting up libcommons-logging-java (1.1.3-1) ... 2015-11-06 03:15:31.572 | Setting up java-wrappers (0.1.27) ... 2015-11-06 03:15:31.577 | Setting up libbatik-java (1.7.ubuntu-8ubuntu2.14.04.1) ... 2015-11-06 03:15:31.581 | Setting up libxmlgraphics-commons-java (1.5-4ubuntu1) ... 2015-11-06 03:15:31.585 | Setting up libfop-java (1:1.1.dfsg-2ubuntu1) ... 2015-11-06 03:15:31.590 | Setting up fop (1:1.1.dfsg-2ubuntu1) ... 2015-11-06 03:15:31.595 | Setting up x11-utils (7.7+1) ... 2015-11-06 03:15:31.613 | Setting up udisks2 (2.1.3-1ubuntu0.1) ... 2015-11-06 03:15:31.651 | Setting up gvfs-common (1.20.3-0ubuntu1.2) ... 2015-11-06 03:15:31.659 | Setting up gvfs-libs:amd64 (1.20.3-0ubuntu1.2) ... 2015-11-06 03:15:31.671 | Setting up gvfs-daemons (1.20.3-0ubuntu1.2) ... 2015-11-06 03:15:31.680 | Setting up gvfs:amd64 (1.20.3-0ubuntu1.2) ... 2015-11-06 03:15:31.685 | Setting up hicolor-icon-theme (0.13-1) ... 2015-11-06 03:15:31.713 | Setting up junit (3.8.2-8build1) ... 2015-11-06 03:15:31.722 | Setting up libhamcrest-java (1.3-4) ... 2015-11-06 03:15:31.730 | Setting up junit4 (4.11-2) ... 2015-11-06 03:15:31.739 | Setting up libasync-http-client-java (1.6.5-2) ... 2015-11-06 03:15:31.748 | Setting up libplexus-classworlds2-java (2.5.1-2) ... 2015-11-06 03:15:31.755 | Setting up libasm3-java (3.3.2-2) ... 2015-11-06 03:15:31.763 | Setting up libcommons-lang-java (2.6-3ubuntu2) ... 2015-11-06 03:15:31.770 | Setting up libcommons-cli-java (1.2-3ubuntu1) ... 2015-11-06 03:15:31.779 | Setting up libatinject-jsr330-api-java (1.0+ds1-1) ... 2015-11-06 03:15:31.787 | Setting up libjsr305-java (0.1~+svn49-4) ... 2015-11-06 03:15:31.794 | Setting up libguava-java (15.0-2ubuntu1) ... 2015-11-06 03:15:31.802 | Setting up libjaxen-java (1.1.6-1ubuntu1) ... 2015-11-06 03:15:31.810 | Setting up libjdom1-java (1.1.3-1) ... 2015-11-06 03:15:31.818 | Setting up libclassworlds-java (1.1-final-5) ... 2015-11-06 03:15:31.827 | Setting up libservlet3.0-java (7.0.52-1ubuntu0.3) ... 2015-11-06 03:15:31.835 | Setting up libcommons-configuration-java (1.10-1) ... 2015-11-06 03:15:31.843 | Setting up libcommons-codec-java (1.9-1) ... 2015-11-06 03:15:31.851 | Setting up libhttpcore-java (4.3.2-2) ... 2015-11-06 03:15:31.860 | Setting up libhttpclient-java (4.3.3-1) ... 2015-11-06 03:15:31.868 | Setting up libitext1-java (1.4-5) ... 2015-11-06 03:15:31.877 | Setting up libplexus-interpolation-java (1.19-1) ... 2015-11-06 03:15:31.884 | Setting up libplexus-utils-java (1:1.5.15-4) ... 2015-11-06 03:15:31.892 | Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... 2015-11-06 03:15:31.900 | Setting up libplexus-classworlds-java (1.5.0-5) ... 2015-11-06 03:15:31.907 | Setting up libxbean-java (3.7-5) ... 2015-11-06 03:15:31.915 | Setting up libplexus-containers-java (1.0~beta3.0.7-7) ... 2015-11-06 03:15:31.921 | Setting up libplexus-i18n-java (1.0-beta-10-3) ... 2015-11-06 03:15:31.928 | Setting up libdoxia-java (1.1.4-1ubuntu4) ... 2015-11-06 03:15:31.935 | Setting up libplexus-build-api-java (0.0.4-5) ... 2015-11-06 03:15:31.942 | Setting up libmodello-java (1.1-3) ... 2015-11-06 03:15:31.949 | Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... 2015-11-06 03:15:31.958 | Setting up libplexus-io-java (1.0~alpha5-2) ... 2015-11-06 03:15:31.965 | Setting up libplexus-archiver-java (1.2-1) ... 2015-11-06 03:15:31.973 | Setting up libplexus-bsh-factory-java (1.0~alpha7-3) ... 2015-11-06 03:15:31.980 | Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... 2015-11-06 03:15:31.988 | Setting up libplexus-cipher-java (1.5-4) ... 2015-11-06 03:15:31.996 | Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... 2015-11-06 03:15:32.003 | Setting up libcommons-httpclient-java (3.1-10.2ubuntu0.14.04.1) ... 2015-11-06 03:15:32.010 | Setting up libcommons-net2-java (2.2-2) ... 2015-11-06 03:15:32.018 | Setting up libeasymock-java (2.5.2+ds-1) ... 2015-11-06 03:15:32.023 | Setting up libjetty-java (6.1.26-1ubuntu1.1) ... 2015-11-06 03:15:32.028 | Setting up libjsch-java (0.1.50-1ubuntu1) ... 2015-11-06 03:15:32.033 | Setting up libjsoup-java (1.7.3-1) ... 2015-11-06 03:15:32.038 | Setting up libganymed-ssh2-java (250-2) ... 2015-11-06 03:15:32.043 | Setting up libnetbeans-cvsclient-java (6.5-2) ... 2015-11-06 03:15:32.048 | Setting up libregexp-java (1.5-3build1) ... 2015-11-06 03:15:32.065 | Setting up libplexus-cli-java (1.2-5) ... 2015-11-06 03:15:32.069 | Setting up libplexus-utils2-java (2.0.5-1) ... 2015-11-06 03:15:32.072 | Setting up libqdox-java (1.12-1build1) ... 2015-11-06 03:15:32.076 | Setting up libaopalliance-java (20070526-5) ... 2015-11-06 03:15:32.080 | Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-1fakesync1) ... 2015-11-06 03:15:32.083 | Setting up libcdi-api-java (1.0-1) ... 2015-11-06 03:15:32.087 | Setting up libsisu-guice-java (3.1.1+dfsg-1) ... 2015-11-06 03:15:32.090 | Setting up libcglib-java (2.2.2+dfsg-5) ... 2015-11-06 03:15:32.094 | Setting up libcommons-collections3-java (3.2.1-6) ... 2015-11-06 03:15:32.097 | Setting up libcommons-beanutils-java (1.9.1-1) ... 2015-11-06 03:15:32.102 | Setting up libcommons-digester-java (1.8.1-4) ... 2015-11-06 03:15:32.106 | Setting up libcommons-jexl2-java (2.1.1-2) ... 2015-11-06 03:15:32.110 | Setting up libcommons-jxpath-java (1.3-6) ... 2015-11-06 03:15:32.114 | Setting up libcommons-vfs-java (2.0-3ubuntu1) ... 2015-11-06 03:15:32.118 | Setting up libxpp2-java (2.1.10-7build1) ... 2015-11-06 03:15:32.123 | Setting up libxpp3-java (1.1.4c-2build1) ... 2015-11-06 03:15:32.127 | Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... 2015-11-06 03:15:32.131 | Setting up libosgi-core-java (4.3.0-4) ... 2015-11-06 03:15:32.135 | Setting up libosgi-foundation-ee-java (4.2.0-1) ... 2015-11-06 03:15:32.139 | Setting up libgphoto2-l10n (2.5.3.1-1ubuntu2.2) ... 2015-11-06 03:15:32.143 | Setting up libgtk-3-bin (3.10.8-0ubuntu1.6) ... 2015-11-06 03:15:32.147 | Setting up libgtk2.0-bin (2.24.23-0ubuntu1.3) ... 2015-11-06 03:15:32.151 | Setting up libguice-java (3.0-3) ... 2015-11-06 03:15:32.156 | Setting up xorg-sgml-doctools (1:1.11-1) ... 2015-11-06 03:15:32.160 | Setting up x11proto-core-dev (7.0.26-1~ubuntu2) ... 2015-11-06 03:15:32.164 | Setting up libice-dev:amd64 (2:1.0.8-2) ... 2015-11-06 03:15:32.167 | Setting up libjackrabbit-java (2.3.6-1+deb8u1build0.14.04.1) ... 2015-11-06 03:15:32.171 | Setting up libjcommander-java (1.32-1) ... 2015-11-06 03:15:32.174 | Setting up libmaven-parent-java (21-2) ... 2015-11-06 03:15:32.178 | Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... 2015-11-06 03:15:32.182 | Setting up librhino-java (1.7R4-2) ... 2015-11-06 03:15:32.185 | Setting up libsaxon-java (1:6.5.5-10) ... 2015-11-06 03:15:32.189 | Setting up libsm-dev:amd64 (2:1.2.1-2) ... 2015-11-06 03:15:32.193 | Setting up libxau-dev:amd64 (1:1.0.8-1) ... 2015-11-06 03:15:32.196 | Setting up libxdmcp-dev:amd64 (1:1.1.1-1) ... 2015-11-06 03:15:32.201 | Setting up x11proto-input-dev (2.3-1) ... 2015-11-06 03:15:32.205 | Setting up x11proto-kb-dev (1.0.6-2) ... 2015-11-06 03:15:32.208 | Setting up xtrans-dev (1.3.5-1~ubuntu14.04.1) ... 2015-11-06 03:15:32.212 | Setting up libxcb1-dev:amd64 (1.10-2ubuntu1) ... 2015-11-06 03:15:32.216 | Setting up libx11-dev:amd64 (2:1.6.2-1ubuntu2) ... 2015-11-06 03:15:32.220 | Setting up libx11-doc (2:1.6.2-1ubuntu2) ... 2015-11-06 03:15:32.223 | Setting up libxom-java (1.2.10-1) ... 2015-11-06 03:15:32.227 | Setting up libxt-dev:amd64 (1:1.1.4-1) ... 2015-11-06 03:15:32.231 | Setting up policykit-1-gnome (0.105-1ubuntu4) ... 2015-11-06 03:15:32.235 | Setting up rhino (1.7R4-2) ... 2015-11-06 03:15:32.244 | update-alternatives: using /usr/bin/rhino to provide /usr/bin/js (js) in auto mode 2015-11-06 03:15:32.247 | Setting up testng (6.8.7-2) ... 2015-11-06 03:15:32.250 | Setting up gconf-service (3.2.6-0ubuntu2) ... 2015-11-06 03:15:32.258 | Setting up libgnome2-bin (2.32.1-4ubuntu1) ... 2015-11-06 03:15:32.267 | Setting up libgconf2-4:amd64 (3.2.6-0ubuntu2) ... 2015-11-06 03:15:32.271 | Setting up libosgi-compendium-java (4.3.0-1) ... 2015-11-06 03:15:32.275 | Setting up libgeronimo-osgi-support-java (1.0-2) ... 2015-11-06 03:15:32.284 | Setting up openjdk-7-jre:amd64 (7u85-2.6.1-5ubuntu0.14.04.1) ... 2015-11-06 03:15:32.294 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode 2015-11-06 03:15:32.298 | Setting up libatk-wrapper-java (0.30.4-4) ... 2015-11-06 03:15:32.303 | Setting up gconf-service-backend (3.2.6-0ubuntu2) ... 2015-11-06 03:15:32.308 | Setting up gconf2 (3.2.6-0ubuntu2) ... 2015-11-06 03:15:32.318 | update-alternatives: using /usr/bin/gconftool-2 to provide /usr/bin/gconftool (gconftool) in auto mode 2015-11-06 03:15:32.394 | 2015-11-06 03:15:32.394 | (gconftool-2:21608): GConf-WARNING **: Client failed to connect to the D-BUS daemon: 2015-11-06 03:15:32.395 | Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 2015-11-06 03:15:32.539 | Setting up libgnomevfs2-common (1:2.24.4-1ubuntu6) ... 2015-11-06 03:15:32.545 | Setting up libgnomevfs2-0:amd64 (1:2.24.4-1ubuntu6) ... 2015-11-06 03:15:32.559 | Setting up libgnome2-common (2.32.1-4ubuntu1) ... 2015-11-06 03:15:32.566 | Setting up libgnome2-0:amd64 (2.32.1-4ubuntu1) ... 2015-11-06 03:15:32.579 | Setting up libmaven2-core-java (2.2.1-14) ... 2015-11-06 03:15:32.584 | Setting up libmaven-scm-java (1.3-5) ... 2015-11-06 03:15:32.589 | Setting up libwagon-java (1.0.0-2ubuntu2) ... 2015-11-06 03:15:32.594 | Setting up libplexus-containers1.5-java (1.5.5-6) ... 2015-11-06 03:15:32.598 | Setting up libsisu-ioc-java (2.3.0-5) ... 2015-11-06 03:15:32.603 | Setting up libaether-java (1.13.1-2) ... 2015-11-06 03:15:32.608 | Setting up libgeronimo-jpa-2.0-spec-java (1.1-2) ... 2015-11-06 03:15:32.612 | Setting up libwagon2-java (2.5-1) ... 2015-11-06 03:15:32.618 | Setting up maven (3.0.5-1) ... 2015-11-06 03:15:32.630 | update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode 2015-11-06 03:15:32.634 | Setting up openjdk-7-jdk:amd64 (7u85-2.6.1-5ubuntu0.14.04.1) ... 2015-11-06 03:15:32.645 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode 2015-11-06 03:15:32.650 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode 2015-11-06 03:15:32.656 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode 2015-11-06 03:15:32.660 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode 2015-11-06 03:15:32.665 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode 2015-11-06 03:15:32.670 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode 2015-11-06 03:15:32.675 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode 2015-11-06 03:15:32.680 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode 2015-11-06 03:15:32.685 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode 2015-11-06 03:15:32.690 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode 2015-11-06 03:15:32.695 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode 2015-11-06 03:15:32.702 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode 2015-11-06 03:15:32.706 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode 2015-11-06 03:15:32.711 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode 2015-11-06 03:15:32.717 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode 2015-11-06 03:15:32.722 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode 2015-11-06 03:15:32.727 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode 2015-11-06 03:15:32.732 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode 2015-11-06 03:15:32.738 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode 2015-11-06 03:15:32.743 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode 2015-11-06 03:15:32.749 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode 2015-11-06 03:15:32.753 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode 2015-11-06 03:15:32.759 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode 2015-11-06 03:15:32.764 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode 2015-11-06 03:15:32.769 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode 2015-11-06 03:15:32.774 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode 2015-11-06 03:15:32.780 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode 2015-11-06 03:15:32.785 | update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode 2015-11-06 03:15:32.790 | Setting up libatk-wrapper-java-jni:amd64 (0.30.4-4) ... 2015-11-06 03:15:32.803 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-06 03:15:33.074 | Reading package lists... 2015-11-06 03:15:33.239 | Building dependency tree... 2015-11-06 03:15:33.240 | Reading state information... 2015-11-06 03:15:33.365 | maven is already the newest version. 2015-11-06 03:15:33.366 | openjdk-7-jdk is already the newest version. 2015-11-06 03:15:33.366 | openjdk-7-jre is already the newest version. 2015-11-06 03:15:33.367 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:15:33.372 | Installing the Networking-ODL driver for OpenDaylight 2015-11-06 03:15:34.032 | running install 2015-11-06 03:15:34.041 | [pbr] Writing ChangeLog 2015-11-06 03:15:34.042 | [pbr] Generating ChangeLog 2015-11-06 03:15:34.107 | [pbr] ChangeLog complete (0.1s) 2015-11-06 03:15:34.107 | [pbr] Generating AUTHORS 2015-11-06 03:15:34.218 | [pbr] AUTHORS complete (0.1s) 2015-11-06 03:15:34.219 | running build 2015-11-06 03:15:34.219 | running build_py 2015-11-06 03:15:34.221 | creating build 2015-11-06 03:15:34.222 | creating build/lib.linux-x86_64-2.7 2015-11-06 03:15:34.222 | creating build/lib.linux-x86_64-2.7/networking_odl 2015-11-06 03:15:34.223 | creating build/lib.linux-x86_64-2.7/networking_odl/l3 2015-11-06 03:15:34.224 | copying networking_odl/l3/l3_odl.py -> build/lib.linux-x86_64-2.7/networking_odl/l3 2015-11-06 03:15:34.225 | copying networking_odl/l3/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/l3 2015-11-06 03:15:34.226 | creating build/lib.linux-x86_64-2.7/networking_odl/lbaas 2015-11-06 03:15:34.227 | copying networking_odl/lbaas/driver_v1.py -> build/lib.linux-x86_64-2.7/networking_odl/lbaas 2015-11-06 03:15:34.228 | copying networking_odl/lbaas/driver_v2.py -> build/lib.linux-x86_64-2.7/networking_odl/lbaas 2015-11-06 03:15:34.229 | copying networking_odl/lbaas/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/lbaas 2015-11-06 03:15:34.230 | creating build/lib.linux-x86_64-2.7/networking_odl/openstack 2015-11-06 03:15:34.230 | creating build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.231 | creating build/lib.linux-x86_64-2.7/networking_odl/openstack/common/fixture 2015-11-06 03:15:34.232 | copying networking_odl/openstack/common/fixture/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common/fixture 2015-11-06 03:15:34.233 | copying networking_odl/openstack/common/fixture/logging.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common/fixture 2015-11-06 03:15:34.234 | creating build/lib.linux-x86_64-2.7/networking_odl/openstack/common/cache 2015-11-06 03:15:34.234 | copying networking_odl/openstack/common/cache/cache.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common/cache 2015-11-06 03:15:34.235 | copying networking_odl/openstack/common/cache/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common/cache 2015-11-06 03:15:34.236 | copying networking_odl/openstack/common/cache/backends.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common/cache 2015-11-06 03:15:34.238 | creating build/lib.linux-x86_64-2.7/networking_odl/tests 2015-11-06 03:15:34.238 | creating build/lib.linux-x86_64-2.7/networking_odl/tests/unit 2015-11-06 03:15:34.239 | creating build/lib.linux-x86_64-2.7/networking_odl/tests/unit/fwaas 2015-11-06 03:15:34.239 | copying networking_odl/tests/unit/fwaas/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/fwaas 2015-11-06 03:15:34.240 | copying networking_odl/tests/unit/fwaas/test_fwaas_odl.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/fwaas 2015-11-06 03:15:34.241 | creating build/lib.linux-x86_64-2.7/networking_odl/fwaas 2015-11-06 03:15:34.242 | copying networking_odl/fwaas/driver.py -> build/lib.linux-x86_64-2.7/networking_odl/fwaas 2015-11-06 03:15:34.243 | copying networking_odl/fwaas/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/fwaas 2015-11-06 03:15:34.244 | copying networking_odl/tests/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/tests 2015-11-06 03:15:34.245 | copying networking_odl/openstack/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack 2015-11-06 03:15:34.246 | creating build/lib.linux-x86_64-2.7/networking_odl/tests/unit/ml2 2015-11-06 03:15:34.247 | copying networking_odl/tests/unit/ml2/test_mechanism_odl.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/ml2 2015-11-06 03:15:34.248 | copying networking_odl/tests/unit/ml2/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/ml2 2015-11-06 03:15:34.249 | creating build/lib.linux-x86_64-2.7/networking_odl/tests/unit/common 2015-11-06 03:15:34.250 | copying networking_odl/tests/unit/common/test_callback.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/common 2015-11-06 03:15:34.250 | copying networking_odl/tests/unit/common/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/common 2015-11-06 03:15:34.252 | creating build/lib.linux-x86_64-2.7/networking_odl/common 2015-11-06 03:15:34.252 | copying networking_odl/common/exceptions.py -> build/lib.linux-x86_64-2.7/networking_odl/common 2015-11-06 03:15:34.253 | copying networking_odl/common/callback.py -> build/lib.linux-x86_64-2.7/networking_odl/common 2015-11-06 03:15:34.254 | copying networking_odl/common/constants.py -> build/lib.linux-x86_64-2.7/networking_odl/common 2015-11-06 03:15:34.255 | copying networking_odl/common/utils.py -> build/lib.linux-x86_64-2.7/networking_odl/common 2015-11-06 03:15:34.256 | copying networking_odl/common/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/common 2015-11-06 03:15:34.256 | copying networking_odl/common/config.py -> build/lib.linux-x86_64-2.7/networking_odl/common 2015-11-06 03:15:34.257 | copying networking_odl/common/client.py -> build/lib.linux-x86_64-2.7/networking_odl/common 2015-11-06 03:15:34.258 | creating build/lib.linux-x86_64-2.7/networking_odl/tests/unit/lbaas 2015-11-06 03:15:34.259 | copying networking_odl/tests/unit/lbaas/test_lbaas_odl_v2.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/lbaas 2015-11-06 03:15:34.259 | copying networking_odl/tests/unit/lbaas/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/lbaas 2015-11-06 03:15:34.260 | copying networking_odl/tests/unit/lbaas/test_lbaas_odl_v1.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/lbaas 2015-11-06 03:15:34.260 | copying networking_odl/tests/unit/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit 2015-11-06 03:15:34.261 | creating build/lib.linux-x86_64-2.7/networking_odl/openstack/common/middleware 2015-11-06 03:15:34.261 | copying networking_odl/openstack/common/middleware/catch_errors.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common/middleware 2015-11-06 03:15:34.262 | copying networking_odl/openstack/common/middleware/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common/middleware 2015-11-06 03:15:34.262 | copying networking_odl/openstack/common/middleware/request_id.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common/middleware 2015-11-06 03:15:34.262 | copying networking_odl/openstack/common/policy.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.263 | copying networking_odl/openstack/common/threadgroup.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.263 | copying networking_odl/openstack/common/local.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.264 | copying networking_odl/openstack/common/service.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.264 | copying networking_odl/openstack/common/eventlet_backdoor.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.264 | copying networking_odl/openstack/common/versionutils.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.265 | copying networking_odl/openstack/common/context.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.265 | copying networking_odl/openstack/common/log.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.266 | copying networking_odl/openstack/common/fileutils.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.266 | copying networking_odl/openstack/common/_i18n.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.266 | copying networking_odl/openstack/common/systemd.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.267 | copying networking_odl/openstack/common/loopingcall.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.267 | copying networking_odl/openstack/common/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.267 | copying networking_odl/openstack/common/periodic_task.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.268 | copying networking_odl/openstack/common/uuidutils.py -> build/lib.linux-x86_64-2.7/networking_odl/openstack/common 2015-11-06 03:15:34.268 | creating build/lib.linux-x86_64-2.7/networking_odl/tests/unit/db 2015-11-06 03:15:34.268 | copying networking_odl/tests/unit/db/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/db 2015-11-06 03:15:34.269 | creating build/lib.linux-x86_64-2.7/networking_odl/ml2 2015-11-06 03:15:34.269 | copying networking_odl/ml2/mech_driver.py -> build/lib.linux-x86_64-2.7/networking_odl/ml2 2015-11-06 03:15:34.270 | copying networking_odl/ml2/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/ml2 2015-11-06 03:15:34.270 | creating build/lib.linux-x86_64-2.7/networking_odl/tests/unit/l3 2015-11-06 03:15:34.270 | copying networking_odl/tests/unit/l3/test_l3_odl.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/l3 2015-11-06 03:15:34.271 | copying networking_odl/tests/unit/l3/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl/tests/unit/l3 2015-11-06 03:15:34.271 | copying networking_odl/__init__.py -> build/lib.linux-x86_64-2.7/networking_odl 2015-11-06 03:15:34.271 | running egg_info 2015-11-06 03:15:34.272 | creating networking_odl.egg-info 2015-11-06 03:15:34.307 | writing pbr to networking_odl.egg-info/pbr.json 2015-11-06 03:15:34.308 | writing requirements to networking_odl.egg-info/requires.txt 2015-11-06 03:15:34.308 | writing networking_odl.egg-info/PKG-INFO 2015-11-06 03:15:34.309 | writing top-level names to networking_odl.egg-info/top_level.txt 2015-11-06 03:15:34.309 | writing dependency_links to networking_odl.egg-info/dependency_links.txt 2015-11-06 03:15:34.310 | writing entry points to networking_odl.egg-info/entry_points.txt 2015-11-06 03:15:34.310 | [pbr] Processing SOURCES.txt 2015-11-06 03:15:34.310 | writing manifest file 'networking_odl.egg-info/SOURCES.txt' 2015-11-06 03:15:34.338 | [pbr] In git context, generating filelist from git 2015-11-06 03:15:34.349 | warning: no previously-included files matching '*.pyc' found anywhere in distribution 2015-11-06 03:15:34.350 | reading manifest template 'MANIFEST.in' 2015-11-06 03:15:34.352 | warning: no files found matching 'neutron/db/migration/README' 2015-11-06 03:15:34.352 | warning: no files found matching 'neutron/db/migration/alembic.ini' 2015-11-06 03:15:34.353 | warning: no files found matching 'neutron/db/migration/alembic_migrations/script.py.mako' 2015-11-06 03:15:34.354 | warning: no files found matching 'neutron/db/migration/alembic_migrations/versions/README' 2015-11-06 03:15:34.354 | warning: no files found matching '*' under directory 'neutron/locale' 2015-11-06 03:15:34.355 | warning: no previously-included files found matching '.gitignore' 2015-11-06 03:15:34.355 | warning: no previously-included files found matching '.gitreview' 2015-11-06 03:15:34.356 | warning: no previously-included files matching '*.pyc' found anywhere in distribution 2015-11-06 03:15:34.359 | writing manifest file 'networking_odl.egg-info/SOURCES.txt' 2015-11-06 03:15:34.360 | copying networking_odl/ml2/README.odl -> build/lib.linux-x86_64-2.7/networking_odl/ml2 2015-11-06 03:15:34.364 | running install_lib 2015-11-06 03:15:34.365 | creating /usr/local/lib/python2.7/dist-packages/networking_odl 2015-11-06 03:15:34.365 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/common 2015-11-06 03:15:34.366 | copying build/lib.linux-x86_64-2.7/networking_odl/common/exceptions.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/common 2015-11-06 03:15:34.367 | copying build/lib.linux-x86_64-2.7/networking_odl/common/callback.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/common 2015-11-06 03:15:34.367 | copying build/lib.linux-x86_64-2.7/networking_odl/common/constants.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/common 2015-11-06 03:15:34.368 | copying build/lib.linux-x86_64-2.7/networking_odl/common/utils.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/common 2015-11-06 03:15:34.368 | copying build/lib.linux-x86_64-2.7/networking_odl/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/common 2015-11-06 03:15:34.368 | copying build/lib.linux-x86_64-2.7/networking_odl/common/config.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/common 2015-11-06 03:15:34.369 | copying build/lib.linux-x86_64-2.7/networking_odl/common/client.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/common 2015-11-06 03:15:34.369 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/lbaas 2015-11-06 03:15:34.370 | copying build/lib.linux-x86_64-2.7/networking_odl/lbaas/driver_v1.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/lbaas 2015-11-06 03:15:34.370 | copying build/lib.linux-x86_64-2.7/networking_odl/lbaas/driver_v2.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/lbaas 2015-11-06 03:15:34.371 | copying build/lib.linux-x86_64-2.7/networking_odl/lbaas/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/lbaas 2015-11-06 03:15:34.371 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/ml2 2015-11-06 03:15:34.372 | copying build/lib.linux-x86_64-2.7/networking_odl/ml2/mech_driver.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/ml2 2015-11-06 03:15:34.372 | copying build/lib.linux-x86_64-2.7/networking_odl/ml2/README.odl -> /usr/local/lib/python2.7/dist-packages/networking_odl/ml2 2015-11-06 03:15:34.372 | copying build/lib.linux-x86_64-2.7/networking_odl/ml2/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/ml2 2015-11-06 03:15:34.373 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/fwaas 2015-11-06 03:15:34.373 | copying build/lib.linux-x86_64-2.7/networking_odl/fwaas/driver.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/fwaas 2015-11-06 03:15:34.374 | copying build/lib.linux-x86_64-2.7/networking_odl/fwaas/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/fwaas 2015-11-06 03:15:34.374 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/tests 2015-11-06 03:15:34.375 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit 2015-11-06 03:15:34.375 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/common 2015-11-06 03:15:34.376 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/common/test_callback.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/common 2015-11-06 03:15:34.376 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/common 2015-11-06 03:15:34.376 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/lbaas 2015-11-06 03:15:34.377 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/lbaas/test_lbaas_odl_v2.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/lbaas 2015-11-06 03:15:34.377 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/lbaas/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/lbaas 2015-11-06 03:15:34.378 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/lbaas/test_lbaas_odl_v1.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/lbaas 2015-11-06 03:15:34.378 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/ml2 2015-11-06 03:15:34.379 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/ml2/test_mechanism_odl.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/ml2 2015-11-06 03:15:34.379 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/ml2/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/ml2 2015-11-06 03:15:34.380 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/fwaas 2015-11-06 03:15:34.380 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/fwaas/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/fwaas 2015-11-06 03:15:34.381 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/fwaas/test_fwaas_odl.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/fwaas 2015-11-06 03:15:34.381 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/l3 2015-11-06 03:15:34.382 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/l3/test_l3_odl.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/l3 2015-11-06 03:15:34.382 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/l3/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/l3 2015-11-06 03:15:34.382 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit 2015-11-06 03:15:34.383 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/db 2015-11-06 03:15:34.383 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/unit/db/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/db 2015-11-06 03:15:34.384 | copying build/lib.linux-x86_64-2.7/networking_odl/tests/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/tests 2015-11-06 03:15:34.384 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/l3 2015-11-06 03:15:34.384 | copying build/lib.linux-x86_64-2.7/networking_odl/l3/l3_odl.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/l3 2015-11-06 03:15:34.385 | copying build/lib.linux-x86_64-2.7/networking_odl/l3/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/l3 2015-11-06 03:15:34.385 | copying build/lib.linux-x86_64-2.7/networking_odl/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl 2015-11-06 03:15:34.386 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/openstack 2015-11-06 03:15:34.386 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.387 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/policy.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.387 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/threadgroup.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.387 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/local.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.388 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/service.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.388 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/middleware 2015-11-06 03:15:34.389 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/middleware/catch_errors.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/middleware 2015-11-06 03:15:34.389 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/middleware/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/middleware 2015-11-06 03:15:34.390 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/middleware/request_id.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/middleware 2015-11-06 03:15:34.390 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/eventlet_backdoor.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.391 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/versionutils.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.391 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/context.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.392 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/log.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.392 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/fileutils.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.392 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/_i18n.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.393 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/cache 2015-11-06 03:15:34.393 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/cache/cache.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/cache 2015-11-06 03:15:34.394 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/cache/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/cache 2015-11-06 03:15:34.394 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/cache/backends.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/cache 2015-11-06 03:15:34.395 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/systemd.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.395 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/loopingcall.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.395 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.396 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/periodic_task.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.396 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/uuidutils.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common 2015-11-06 03:15:34.397 | creating /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/fixture 2015-11-06 03:15:34.397 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/fixture/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/fixture 2015-11-06 03:15:34.398 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/common/fixture/logging.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/fixture 2015-11-06 03:15:34.398 | copying build/lib.linux-x86_64-2.7/networking_odl/openstack/__init__.py -> /usr/local/lib/python2.7/dist-packages/networking_odl/openstack 2015-11-06 03:15:34.398 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/common/exceptions.py to exceptions.pyc 2015-11-06 03:15:34.399 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/common/callback.py to callback.pyc 2015-11-06 03:15:34.399 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/common/constants.py to constants.pyc 2015-11-06 03:15:34.400 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/common/utils.py to utils.pyc 2015-11-06 03:15:34.400 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/common/__init__.py to __init__.pyc 2015-11-06 03:15:34.400 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/common/config.py to config.pyc 2015-11-06 03:15:34.401 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/common/client.py to client.pyc 2015-11-06 03:15:34.401 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/lbaas/driver_v1.py to driver_v1.pyc 2015-11-06 03:15:34.402 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/lbaas/driver_v2.py to driver_v2.pyc 2015-11-06 03:15:34.402 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/lbaas/__init__.py to __init__.pyc 2015-11-06 03:15:34.402 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/ml2/mech_driver.py to mech_driver.pyc 2015-11-06 03:15:34.403 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/ml2/__init__.py to __init__.pyc 2015-11-06 03:15:34.403 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/fwaas/driver.py to driver.pyc 2015-11-06 03:15:34.403 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/fwaas/__init__.py to __init__.pyc 2015-11-06 03:15:34.404 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/common/test_callback.py to test_callback.pyc 2015-11-06 03:15:34.404 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/common/__init__.py to __init__.pyc 2015-11-06 03:15:34.405 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/lbaas/test_lbaas_odl_v2.py to test_lbaas_odl_v2.pyc 2015-11-06 03:15:34.405 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/lbaas/__init__.py to __init__.pyc 2015-11-06 03:15:34.405 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/lbaas/test_lbaas_odl_v1.py to test_lbaas_odl_v1.pyc 2015-11-06 03:15:34.406 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/ml2/test_mechanism_odl.py to test_mechanism_odl.pyc 2015-11-06 03:15:34.406 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/ml2/__init__.py to __init__.pyc 2015-11-06 03:15:34.407 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/fwaas/__init__.py to __init__.pyc 2015-11-06 03:15:34.407 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/fwaas/test_fwaas_odl.py to test_fwaas_odl.pyc 2015-11-06 03:15:34.407 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/l3/test_l3_odl.py to test_l3_odl.pyc 2015-11-06 03:15:34.408 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/l3/__init__.py to __init__.pyc 2015-11-06 03:15:34.408 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/__init__.py to __init__.pyc 2015-11-06 03:15:34.409 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/unit/db/__init__.py to __init__.pyc 2015-11-06 03:15:34.409 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/tests/__init__.py to __init__.pyc 2015-11-06 03:15:34.409 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/l3/l3_odl.py to l3_odl.pyc 2015-11-06 03:15:34.410 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/l3/__init__.py to __init__.pyc 2015-11-06 03:15:34.410 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/__init__.py to __init__.pyc 2015-11-06 03:15:34.411 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/policy.py to policy.pyc 2015-11-06 03:15:34.411 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/threadgroup.py to threadgroup.pyc 2015-11-06 03:15:34.412 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/local.py to local.pyc 2015-11-06 03:15:34.412 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/service.py to service.pyc 2015-11-06 03:15:34.414 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/middleware/catch_errors.py to catch_errors.pyc 2015-11-06 03:15:34.414 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/middleware/__init__.py to __init__.pyc 2015-11-06 03:15:34.414 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/middleware/request_id.py to request_id.pyc 2015-11-06 03:15:34.415 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/eventlet_backdoor.py to eventlet_backdoor.pyc 2015-11-06 03:15:34.415 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/versionutils.py to versionutils.pyc 2015-11-06 03:15:34.417 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/context.py to context.pyc 2015-11-06 03:15:34.418 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/log.py to log.pyc 2015-11-06 03:15:34.422 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/fileutils.py to fileutils.pyc 2015-11-06 03:15:34.423 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/_i18n.py to _i18n.pyc 2015-11-06 03:15:34.424 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/cache/cache.py to cache.pyc 2015-11-06 03:15:34.424 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/cache/__init__.py to __init__.pyc 2015-11-06 03:15:34.425 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/cache/backends.py to backends.pyc 2015-11-06 03:15:34.425 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/systemd.py to systemd.pyc 2015-11-06 03:15:34.426 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/loopingcall.py to loopingcall.pyc 2015-11-06 03:15:34.427 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/__init__.py to __init__.pyc 2015-11-06 03:15:34.428 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/periodic_task.py to periodic_task.pyc 2015-11-06 03:15:34.429 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/uuidutils.py to uuidutils.pyc 2015-11-06 03:15:34.429 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/fixture/__init__.py to __init__.pyc 2015-11-06 03:15:34.430 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/common/fixture/logging.py to logging.pyc 2015-11-06 03:15:34.431 | byte-compiling /usr/local/lib/python2.7/dist-packages/networking_odl/openstack/__init__.py to __init__.pyc 2015-11-06 03:15:34.431 | running install_data 2015-11-06 03:15:34.432 | creating /usr/local/etc/neutron 2015-11-06 03:15:34.432 | copying etc/neutron/plugins/ml2/ml2_conf_odl.ini -> /usr/local/etc/neutron 2015-11-06 03:15:34.433 | running install_egg_info 2015-11-06 03:15:34.433 | Copying networking_odl.egg-info to /usr/local/lib/python2.7/dist-packages/networking_odl-1.0.2.dev12-py2.7.egg-info 2015-11-06 03:15:34.434 | running install_scripts 2015-11-06 03:15:34.468 | --2015-11-06 03:15:34-- https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.3.1-SNAPSHOT/distribution-karaf-0.3.1-20150823.042817-365.zip 2015-11-06 03:15:34.481 | Resolving proxy.ir.intel.com (proxy.ir.intel.com)... 10.102.248.16 2015-11-06 03:15:34.490 | Connecting to proxy.ir.intel.com (proxy.ir.intel.com)|10.102.248.16|:911... connected. 2015-11-06 03:15:35.095 | Proxy request sent, awaiting response... 200 OK 2015-11-06 03:15:35.095 | Length: 281288992 (268M) [application/zip] 2015-11-06 03:15:35.096 | Saving to: 'distribution-karaf-0.3.1-20150823.042817-365.zip' 2015-11-06 03:15:35.096 | 2015-11-06 03:15:35.482 | 0K .......... .......... .......... .......... .......... 0% 129K 35m28s 2015-11-06 03:15:35.614 | 50K .......... .......... .......... .......... .......... 0% 381K 23m44s 2015-11-06 03:15:35.745 | 100K .......... .......... .......... .......... .......... 0% 381K 19m49s 2015-11-06 03:15:35.880 | 150K .......... .......... .......... .......... .......... 0% 380K 17m52s 2015-11-06 03:15:35.891 | 200K .......... .......... .......... .......... .......... 0% 3.29M 14m34s 2015-11-06 03:15:36.023 | 250K .......... .......... .......... .......... .......... 0% 394K 14m4s 2015-11-06 03:15:36.030 | 300K .......... .......... .......... .......... .......... 0% 4.05M 12m13s 2015-11-06 03:15:36.032 | 350K .......... .......... .......... .......... .......... 0% 26.9M 10m43s 2015-11-06 03:15:36.151 | 400K .......... .......... .......... .......... .......... 0% 422K 10m43s 2015-11-06 03:15:36.158 | 450K .......... .......... .......... .......... .......... 0% 6.39M 9m43s 2015-11-06 03:15:36.161 | 500K .......... .......... .......... .......... .......... 0% 18.4M 8m51s 2015-11-06 03:15:36.280 | 550K .......... .......... .......... .......... .......... 0% 421K 9m1s 2015-11-06 03:15:36.288 | 600K .......... .......... .......... .......... .......... 0% 6.37M 8m23s 2015-11-06 03:15:36.290 | 650K .......... .......... .......... .......... .......... 0% 15.1M 7m48s 2015-11-06 03:15:36.411 | 700K .......... .......... .......... .......... .......... 0% 414K 8m1s 2015-11-06 03:15:36.418 | 750K .......... .......... .......... .......... .......... 0% 7.98M 7m33s 2015-11-06 03:15:36.535 | 800K .......... .......... .......... .......... .......... 0% 426K 7m44s 2015-11-06 03:15:36.551 | 850K .......... .......... .......... .......... .......... 0% 3.25M 7m23s 2015-11-06 03:15:36.563 | 900K .......... .......... .......... .......... .......... 0% 3.66M 7m3s 2015-11-06 03:15:36.664 | 950K .......... .......... .......... .......... .......... 0% 498K 7m9s 2015-11-06 03:15:36.684 | 1000K .......... .......... .......... .......... .......... 0% 2.42M 6m54s 2015-11-06 03:15:36.693 | 1050K .......... .......... .......... .......... .......... 0% 5.10M 6m38s 2015-11-06 03:15:36.798 | 1100K .......... .......... .......... .......... .......... 0% 475K 6m45s 2015-11-06 03:15:36.817 | 1150K .......... .......... .......... .......... .......... 0% 3.16M 6m32s 2015-11-06 03:15:36.826 | 1200K .......... .......... .......... .......... .......... 0% 4.05M 6m19s 2015-11-06 03:15:36.932 | 1250K .......... .......... .......... .......... .......... 0% 481K 6m26s 2015-11-06 03:15:36.946 | 1300K .......... .......... .......... .......... .......... 0% 3.00M 6m15s 2015-11-06 03:15:37.051 | 1350K .......... .......... .......... .......... .......... 0% 4.71M 6m3s 2015-11-06 03:15:37.079 | 1400K .......... .......... .......... .......... .......... 0% 410K 6m14s 2015-11-06 03:15:37.111 | 1450K .......... .......... .......... .......... .......... 0% 1.59M 6m7s 2015-11-06 03:15:37.188 | 1500K .......... .......... .......... .......... .......... 0% 639K 6m9s 2015-11-06 03:15:37.210 | 1550K .......... .......... .......... .......... .......... 0% 2.31M 6m1s 2015-11-06 03:15:37.245 | 1600K .......... .......... .......... .......... .......... 0% 1.33M 5m56s 2015-11-06 03:15:37.327 | 1650K .......... .......... .......... .......... .......... 0% 663K 5m57s 2015-11-06 03:15:37.347 | 1700K .......... .......... .......... .......... .......... 0% 1.85M 5m51s 2015-11-06 03:15:37.381 | 1750K .......... .......... .......... .......... .......... 0% 1.56M 5m46s 2015-11-06 03:15:37.461 | 1800K .......... .......... .......... .......... .......... 0% 605K 5m49s 2015-11-06 03:15:37.485 | 1850K .......... .......... .......... .......... .......... 0% 2.11M 5m43s 2015-11-06 03:15:37.512 | 1900K .......... .......... .......... .......... .......... 0% 1.76M 5m38s 2015-11-06 03:15:37.596 | 1950K .......... .......... .......... .......... .......... 0% 595K 5m41s 2015-11-06 03:15:37.621 | 2000K .......... .......... .......... .......... .......... 0% 2.00M 5m36s 2015-11-06 03:15:37.697 | 2050K .......... .......... .......... .......... .......... 0% 656K 5m38s 2015-11-06 03:15:37.729 | 2100K .......... .......... .......... .......... .......... 0% 1.50M 5m34s 2015-11-06 03:15:37.757 | 2150K .......... .......... .......... .......... .......... 0% 1.76M 5m30s 2015-11-06 03:15:37.833 | 2200K .......... .......... .......... .......... .......... 0% 659K 5m32s 2015-11-06 03:15:37.866 | 2250K .......... .......... .......... .......... .......... 0% 1.51M 5m28s 2015-11-06 03:15:37.889 | 2300K .......... .......... .......... .......... .......... 0% 2.10M 5m24s 2015-11-06 03:15:37.973 | 2350K .......... .......... .......... .......... .......... 0% 602K 5m26s 2015-11-06 03:15:37.996 | 2400K .......... .......... .......... .......... .......... 0% 2.00M 5m22s 2015-11-06 03:15:38.021 | 2450K .......... .......... .......... .......... .......... 0% 2.09M 5m18s 2015-11-06 03:15:38.106 | 2500K .......... .......... .......... .......... .......... 0% 580K 5m21s 2015-11-06 03:15:38.147 | 2550K .......... .......... .......... .......... .......... 0% 1.22M 5m19s 2015-11-06 03:15:38.153 | 2600K .......... .......... .......... .......... .......... 0% 6.26M 5m14s 2015-11-06 03:15:38.249 | 2650K .......... .......... .......... .......... .......... 0% 551K 5m17s 2015-11-06 03:15:38.275 | 2700K .......... .......... .......... .......... .......... 1% 1.62M 5m14s 2015-11-06 03:15:38.285 | 2750K .......... .......... .......... .......... .......... 1% 4.47M 5m10s 2015-11-06 03:15:38.395 | 2800K .......... .......... .......... .......... .......... 1% 456K 5m15s 2015-11-06 03:15:38.417 | 2850K .......... .......... .......... .......... .......... 1% 2.20M 5m11s 2015-11-06 03:15:38.435 | 2900K .......... .......... .......... .......... .......... 1% 2.75M 5m8s 2015-11-06 03:15:38.524 | 2950K .......... .......... .......... .......... .......... 1% 566K 5m10s 2015-11-06 03:15:38.546 | 3000K .......... .......... .......... .......... .......... 1% 2.08M 5m7s 2015-11-06 03:15:38.605 | 3050K .......... .......... .......... .......... .......... 1% 1.90M 5m5s 2015-11-06 03:15:38.654 | 3100K .......... .......... .......... .......... .......... 1% 610K 5m7s 2015-11-06 03:15:38.690 | 3150K .......... .......... .......... .......... .......... 1% 1.37M 5m5s 2015-11-06 03:15:38.741 | 3200K .......... .......... .......... .......... .......... 1% 993K 5m4s 2015-11-06 03:15:38.789 | 3250K .......... .......... .......... .......... .......... 1% 1.15M 5m3s 2015-11-06 03:15:38.819 | 3300K .......... .......... .......... .......... .......... 1% 1.35M 5m2s 2015-11-06 03:15:38.870 | 3350K .......... .......... .......... .......... .......... 1% 4.33M 4m58s 2015-11-06 03:15:38.910 | 3400K .......... .......... .......... .......... .......... 1% 624K 5m0s 2015-11-06 03:15:38.949 | 3450K .......... .......... .......... .......... .......... 1% 1.26M 4m59s 2015-11-06 03:15:38.958 | 3500K .......... .......... .......... .......... .......... 1% 5.36M 4m55s 2015-11-06 03:15:39.039 | 3550K .......... .......... .......... .......... .......... 1% 622K 4m57s 2015-11-06 03:15:39.077 | 3600K .......... .......... .......... .......... .......... 1% 1.26M 4m56s 2015-11-06 03:15:39.094 | 3650K .......... .......... .......... .......... .......... 1% 2.91M 4m53s 2015-11-06 03:15:39.171 | 3700K .......... .......... .......... .......... .......... 1% 649K 4m55s 2015-11-06 03:15:39.210 | 3750K .......... .......... .......... .......... .......... 1% 1.31M 4m53s 2015-11-06 03:15:39.228 | 3800K .......... .......... .......... .......... .......... 1% 2.43M 4m51s 2015-11-06 03:15:39.299 | 3850K .......... .......... .......... .......... .......... 1% 786K 4m51s 2015-11-06 03:15:39.335 | 3900K .......... .......... .......... .......... .......... 1% 1.13M 4m51s 2015-11-06 03:15:39.369 | 3950K .......... .......... .......... .......... .......... 1% 1.57M 4m49s 2015-11-06 03:15:39.415 | 4000K .......... .......... .......... .......... .......... 1% 1.01M 4m49s 2015-11-06 03:15:39.462 | 4050K .......... .......... .......... .......... .......... 1% 1.22M 4m48s 2015-11-06 03:15:39.492 | 4100K .......... .......... .......... .......... .......... 1% 1.31M 4m47s 2015-11-06 03:15:39.532 | 4150K .......... .......... .......... .......... .......... 1% 1.76M 4m45s 2015-11-06 03:15:39.581 | 4200K .......... .......... .......... .......... .......... 1% 820K 4m45s 2015-11-06 03:15:39.621 | 4250K .......... .......... .......... .......... .......... 1% 1.88M 4m44s 2015-11-06 03:15:39.648 | 4300K .......... .......... .......... .......... .......... 1% 1.17M 4m43s 2015-11-06 03:15:39.693 | 4350K .......... .......... .......... .......... .......... 1% 1.09M 4m42s 2015-11-06 03:15:39.728 | 4400K .......... .......... .......... .......... .......... 1% 1.38M 4m41s 2015-11-06 03:15:39.761 | 4450K .......... .......... .......... .......... .......... 1% 1.48M 4m40s 2015-11-06 03:15:39.808 | 4500K .......... .......... .......... .......... .......... 1% 1.04M 4m40s 2015-11-06 03:15:39.849 | 4550K .......... .......... .......... .......... .......... 1% 1.33M 4m39s 2015-11-06 03:15:39.883 | 4600K .......... .......... .......... .......... .......... 1% 1.29M 4m38s 2015-11-06 03:15:39.919 | 4650K .......... .......... .......... .......... .......... 1% 1.36M 4m37s 2015-11-06 03:15:39.967 | 4700K .......... .......... .......... .......... .......... 1% 1.02M 4m37s 2015-11-06 03:15:40.000 | 4750K .......... .......... .......... .......... .......... 1% 1.47M 4m36s 2015-11-06 03:15:40.035 | 4800K .......... .......... .......... .......... .......... 1% 1.38M 4m35s 2015-11-06 03:15:40.075 | 4850K .......... .......... .......... .......... .......... 1% 1.43M 4m34s 2015-11-06 03:15:40.117 | 4900K .......... .......... .......... .......... .......... 1% 1.03M 4m34s 2015-11-06 03:15:40.151 | 4950K .......... .......... .......... .......... .......... 1% 1.47M 4m33s 2015-11-06 03:15:40.178 | 5000K .......... .......... .......... .......... .......... 1% 1.76M 4m31s 2015-11-06 03:15:40.230 | 5050K .......... .......... .......... .......... .......... 1% 1.18M 4m31s 2015-11-06 03:15:40.256 | 5100K .......... .......... .......... .......... .......... 1% 1.34M 4m30s 2015-11-06 03:15:40.288 | 5150K .......... .......... .......... .......... .......... 1% 1.63M 4m29s 2015-11-06 03:15:40.319 | 5200K .......... .......... .......... .......... .......... 1% 1.45M 4m28s 2015-11-06 03:15:40.375 | 5250K .......... .......... .......... .......... .......... 1% 988K 4m28s 2015-11-06 03:15:40.397 | 5300K .......... .......... .......... .......... .......... 1% 1.80M 4m27s 2015-11-06 03:15:40.425 | 5350K .......... .......... .......... .......... .......... 1% 1.81M 4m26s 2015-11-06 03:15:40.474 | 5400K .......... .......... .......... .......... .......... 1% 994K 4m26s 2015-11-06 03:15:40.504 | 5450K .......... .......... .......... .......... .......... 2% 1.64M 4m25s 2015-11-06 03:15:40.538 | 5500K .......... .......... .......... .......... .......... 2% 1.46M 4m24s 2015-11-06 03:15:40.569 | 5550K .......... .......... .......... .......... .......... 2% 2.42M 4m23s 2015-11-06 03:15:40.605 | 5600K .......... .......... .......... .......... .......... 2% 1.04M 4m22s 2015-11-06 03:15:40.636 | 5650K .......... .......... .......... .......... .......... 2% 1.71M 4m21s 2015-11-06 03:15:40.668 | 5700K .......... .......... .......... .......... .......... 2% 1.40M 4m21s 2015-11-06 03:15:40.698 | 5750K .......... .......... .......... .......... .......... 2% 1.65M 4m20s 2015-11-06 03:15:40.740 | 5800K .......... .......... .......... .......... .......... 2% 1.15M 4m19s 2015-11-06 03:15:40.769 | 5850K .......... .......... .......... .......... .......... 2% 2.10M 4m18s 2015-11-06 03:15:40.801 | 5900K .......... .......... .......... .......... .......... 2% 1.31M 4m18s 2015-11-06 03:15:40.827 | 5950K .......... .......... .......... .......... .......... 2% 1.90M 4m17s 2015-11-06 03:15:40.871 | 6000K .......... .......... .......... .......... .......... 2% 1.10M 4m16s 2015-11-06 03:15:40.893 | 6050K .......... .......... .......... .......... .......... 2% 2.38M 4m15s 2015-11-06 03:15:40.930 | 6100K .......... .......... .......... .......... .......... 2% 1.27M 4m15s 2015-11-06 03:15:40.956 | 6150K .......... .......... .......... .......... .......... 2% 1.90M 4m14s 2015-11-06 03:15:40.998 | 6200K .......... .......... .......... .......... .......... 2% 1.14M 4m14s 2015-11-06 03:15:41.055 | 6250K .......... .......... .......... .......... .......... 2% 910K 4m14s 2015-11-06 03:15:41.074 | 6300K .......... .......... .......... .......... .......... 2% 2.44M 4m13s 2015-11-06 03:15:41.088 | 6350K .......... .......... .......... .......... .......... 2% 3.69M 4m11s 2015-11-06 03:15:41.114 | 6400K .......... .......... .......... .......... .......... 2% 1.78M 4m10s 2015-11-06 03:15:41.193 | 6450K .......... .......... .......... .......... .......... 2% 634K 4m12s 2015-11-06 03:15:41.203 | 6500K .......... .......... .......... .......... .......... 2% 4.64M 4m10s 2015-11-06 03:15:41.233 | 6550K .......... .......... .......... .......... .......... 2% 1.71M 4m9s 2015-11-06 03:15:41.243 | 6600K .......... .......... .......... .......... .......... 2% 4.40M 4m8s 2015-11-06 03:15:41.345 | 6650K .......... .......... .......... .......... .......... 2% 494K 4m10s 2015-11-06 03:15:41.351 | 6700K .......... .......... .......... .......... .......... 2% 7.19M 4m8s 2015-11-06 03:15:41.359 | 6750K .......... .......... .......... .......... .......... 2% 6.82M 4m7s 2015-11-06 03:15:41.369 | 6800K .......... .......... .......... .......... .......... 2% 4.51M 4m5s 2015-11-06 03:15:41.397 | 6850K .......... .......... .......... .......... .......... 2% 2.59M 4m4s 2015-11-06 03:15:41.477 | 6900K .......... .......... .......... .......... .......... 2% 562K 4m6s 2015-11-06 03:15:41.485 | 6950K .......... .......... .......... .......... .......... 2% 6.59M 4m4s 2015-11-06 03:15:41.497 | 7000K .......... .......... .......... .......... .......... 2% 3.94M 4m3s 2015-11-06 03:15:41.507 | 7050K .......... .......... .......... .......... .......... 2% 6.84M 4m2s 2015-11-06 03:15:41.570 | 7100K .......... .......... .......... .......... .......... 2% 758K 4m2s 2015-11-06 03:15:41.607 | 7150K .......... .......... .......... .......... .......... 2% 1.34M 4m2s 2015-11-06 03:15:41.617 | 7200K .......... .......... .......... .......... .......... 2% 4.74M 4m1s 2015-11-06 03:15:41.633 | 7250K .......... .......... .......... .......... .......... 2% 3.30M 3m59s 2015-11-06 03:15:41.644 | 7300K .......... .......... .......... .......... .......... 2% 3.78M 3m58s 2015-11-06 03:15:41.733 | 7350K .......... .......... .......... .......... .......... 2% 574K 4m0s 2015-11-06 03:15:41.740 | 7400K .......... .......... .......... .......... .......... 2% 5.81M 3m58s 2015-11-06 03:15:41.750 | 7450K .......... .......... .......... .......... .......... 2% 5.82M 3m57s 2015-11-06 03:15:41.763 | 7500K .......... .......... .......... .......... .......... 2% 3.26M 3m56s 2015-11-06 03:15:41.776 | 7550K .......... .......... .......... .......... .......... 2% 4.39M 3m55s 2015-11-06 03:15:41.859 | 7600K .......... .......... .......... .......... .......... 2% 588K 3m56s 2015-11-06 03:15:41.869 | 7650K .......... .......... .......... .......... .......... 2% 9.03M 3m55s 2015-11-06 03:15:41.877 | 7700K .......... .......... .......... .......... .......... 2% 3.93M 3m54s 2015-11-06 03:15:41.895 | 7750K .......... .......... .......... .......... .......... 2% 2.98M 3m53s 2015-11-06 03:15:41.922 | 7800K .......... .......... .......... .......... .......... 2% 1.70M 3m52s 2015-11-06 03:15:41.990 | 7850K .......... .......... .......... .......... .......... 2% 746K 3m53s 2015-11-06 03:15:41.994 | 7900K .......... .......... .......... .......... .......... 2% 11.2M 3m51s 2015-11-06 03:15:42.009 | 7950K .......... .......... .......... .......... .......... 2% 3.40M 3m50s 2015-11-06 03:15:42.038 | 8000K .......... .......... .......... .......... .......... 2% 1.63M 3m50s 2015-11-06 03:15:42.052 | 8050K .......... .......... .......... .......... .......... 2% 3.67M 3m49s 2015-11-06 03:15:42.117 | 8100K .......... .......... .......... .......... .......... 2% 757K 3m50s 2015-11-06 03:15:42.124 | 8150K .......... .......... .......... .......... .......... 2% 7.07M 3m48s 2015-11-06 03:15:42.143 | 8200K .......... .......... .......... .......... .......... 3% 2.57M 3m48s 2015-11-06 03:15:42.182 | 8250K .......... .......... .......... .......... .......... 3% 1.26M 3m47s 2015-11-06 03:15:42.201 | 8300K .......... .......... .......... .......... .......... 3% 2.56M 3m47s 2015-11-06 03:15:42.246 | 8350K .......... .......... .......... .......... .......... 3% 1.08M 3m47s 2015-11-06 03:15:42.254 | 8400K .......... .......... .......... .......... .......... 3% 6.34M 3m46s 2015-11-06 03:15:42.272 | 8450K .......... .......... .......... .......... .......... 3% 2.93M 3m45s 2015-11-06 03:15:42.310 | 8500K .......... .......... .......... .......... .......... 3% 1.25M 3m45s 2015-11-06 03:15:42.330 | 8550K .......... .......... .......... .......... .......... 3% 2.44M 3m44s 2015-11-06 03:15:42.376 | 8600K .......... .......... .......... .......... .......... 3% 1.06M 3m44s 2015-11-06 03:15:42.383 | 8650K .......... .......... .......... .......... .......... 3% 6.71M 3m43s 2015-11-06 03:15:42.400 | 8700K .......... .......... .......... .......... .......... 3% 2.96M 3m42s 2015-11-06 03:15:42.438 | 8750K .......... .......... .......... .......... .......... 3% 1.27M 3m42s 2015-11-06 03:15:42.458 | 8800K .......... .......... .......... .......... .......... 3% 2.46M 3m41s 2015-11-06 03:15:42.503 | 8850K .......... .......... .......... .......... .......... 3% 3.42M 3m40s 2015-11-06 03:15:42.511 | 8900K .......... .......... .......... .......... .......... 3% 1.27M 3m40s 2015-11-06 03:15:42.527 | 8950K .......... .......... .......... .......... .......... 3% 2.91M 3m39s 2015-11-06 03:15:42.566 | 9000K .......... .......... .......... .......... .......... 3% 1.26M 3m39s 2015-11-06 03:15:42.587 | 9050K .......... .......... .......... .......... .......... 3% 2.80M 3m39s 2015-11-06 03:15:42.601 | 9100K .......... .......... .......... .......... .......... 3% 2.74M 3m38s 2015-11-06 03:15:42.653 | 9150K .......... .......... .......... .......... .......... 3% 1019K 3m38s 2015-11-06 03:15:42.673 | 9200K .......... .......... .......... .......... .......... 3% 2.23M 3m37s 2015-11-06 03:15:42.773 | 9250K .......... .......... .......... .......... .......... 3% 501K 3m39s 2015-11-06 03:15:42.778 | 9300K .......... .......... .......... .......... .......... 3% 8.91M 3m38s 2015-11-06 03:15:42.783 | 9350K .......... .......... .......... .......... .......... 3% 9.55M 3m37s 2015-11-06 03:15:42.790 | 9400K .......... .......... .......... .......... .......... 3% 7.11M 3m36s 2015-11-06 03:15:42.803 | 9450K .......... .......... .......... .......... .......... 3% 4.22M 3m35s 2015-11-06 03:15:42.899 | 9500K .......... .......... .......... .......... .......... 3% 513K 3m37s 2015-11-06 03:15:42.904 | 9550K .......... .......... .......... .......... .......... 3% 11.9M 3m36s 2015-11-06 03:15:42.911 | 9600K .......... .......... .......... .......... .......... 3% 5.93M 3m35s 2015-11-06 03:15:42.927 | 9650K .......... .......... .......... .......... .......... 3% 3.14M 3m34s 2015-11-06 03:15:42.937 | 9700K .......... .......... .......... .......... .......... 3% 4.82M 3m33s 2015-11-06 03:15:43.027 | 9750K .......... .......... .......... .......... .......... 3% 553K 3m34s 2015-11-06 03:15:43.032 | 9800K .......... .......... .......... .......... .......... 3% 11.2M 3m33s 2015-11-06 03:15:43.039 | 9850K .......... .......... .......... .......... .......... 3% 8.33M 3m32s 2015-11-06 03:15:43.055 | 9900K .......... .......... .......... .......... .......... 3% 2.71M 3m32s 2015-11-06 03:15:43.065 | 9950K .......... .......... .......... .......... .......... 3% 5.52M 3m31s 2015-11-06 03:15:43.161 | 10000K .......... .......... .......... .......... .......... 3% 518K 3m32s 2015-11-06 03:15:43.176 | 10050K .......... .......... .......... .......... .......... 3% 3.17M 3m32s 2015-11-06 03:15:43.196 | 10100K .......... .......... .......... .......... .......... 3% 2.51M 3m31s 2015-11-06 03:15:43.212 | 10150K .......... .......... .......... .......... .......... 3% 2.93M 3m30s 2015-11-06 03:15:43.227 | 10200K .......... .......... .......... .......... .......... 3% 3.21M 3m30s 2015-11-06 03:15:43.289 | 10250K .......... .......... .......... .......... .......... 3% 812K 3m30s 2015-11-06 03:15:43.304 | 10300K .......... .......... .......... .......... .......... 3% 3.20M 3m30s 2015-11-06 03:15:43.326 | 10350K .......... .......... .......... .......... .......... 3% 2.71M 3m29s 2015-11-06 03:15:43.345 | 10400K .......... .......... .......... .......... .......... 3% 2.19M 3m29s 2015-11-06 03:15:43.369 | 10450K .......... .......... .......... .......... .......... 3% 2.83M 3m28s 2015-11-06 03:15:43.416 | 10500K .......... .......... .......... .......... .......... 3% 922K 3m28s 2015-11-06 03:15:43.436 | 10550K .......... .......... .......... .......... .......... 3% 2.62M 3m28s 2015-11-06 03:15:43.458 | 10600K .......... .......... .......... .......... .......... 3% 2.08M 3m27s 2015-11-06 03:15:43.472 | 10650K .......... .......... .......... .......... .......... 3% 3.57M 3m27s 2015-11-06 03:15:43.490 | 10700K .......... .......... .......... .......... .......... 3% 2.64M 3m26s 2015-11-06 03:15:43.545 | 10750K .......... .......... .......... .......... .......... 3% 942K 3m26s 2015-11-06 03:15:43.564 | 10800K .......... .......... .......... .......... .......... 3% 2.39M 3m26s 2015-11-06 03:15:43.596 | 10850K .......... .......... .......... .......... .......... 3% 2.10M 3m26s 2015-11-06 03:15:43.613 | 10900K .......... .......... .......... .......... .......... 3% 1.89M 3m25s 2015-11-06 03:15:43.632 | 10950K .......... .......... .......... .......... .......... 4% 2.69M 3m25s 2015-11-06 03:15:43.646 | 11000K .......... .......... .......... .......... .......... 4% 3.18M 3m24s 2015-11-06 03:15:43.693 | 11050K .......... .......... .......... .......... .......... 4% 1.09M 3m24s 2015-11-06 03:15:43.716 | 11100K .......... .......... .......... .......... .......... 4% 1.94M 3m24s 2015-11-06 03:15:43.740 | 11150K .......... .......... .......... .......... .......... 4% 2.09M 3m23s 2015-11-06 03:15:43.758 | 11200K .......... .......... .......... .......... .......... 4% 2.63M 3m23s 2015-11-06 03:15:43.774 | 11250K .......... .......... .......... .......... .......... 4% 3.05M 3m22s 2015-11-06 03:15:43.820 | 11300K .......... .......... .......... .......... .......... 4% 1.07M 3m22s 2015-11-06 03:15:43.846 | 11350K .......... .......... .......... .......... .......... 4% 1.93M 3m22s 2015-11-06 03:15:43.870 | 11400K .......... .......... .......... .......... .......... 4% 1.99M 3m22s 2015-11-06 03:15:43.896 | 11450K .......... .......... .......... .......... .......... 4% 1.99M 3m21s 2015-11-06 03:15:43.919 | 11500K .......... .......... .......... .......... .......... 4% 2.03M 3m21s 2015-11-06 03:15:43.950 | 11550K .......... .......... .......... .......... .......... 4% 1.62M 3m21s 2015-11-06 03:15:43.972 | 11600K .......... .......... .......... .......... .......... 4% 2.06M 3m20s 2015-11-06 03:15:43.998 | 11650K .......... .......... .......... .......... .......... 4% 1.95M 3m20s 2015-11-06 03:15:44.023 | 11700K .......... .......... .......... .......... .......... 4% 1.93M 3m20s 2015-11-06 03:15:44.047 | 11750K .......... .......... .......... .......... .......... 4% 1.98M 3m19s 2015-11-06 03:15:44.077 | 11800K .......... .......... .......... .......... .......... 4% 1.66M 3m19s 2015-11-06 03:15:44.101 | 11850K .......... .......... .......... .......... .......... 4% 2.06M 3m19s 2015-11-06 03:15:44.128 | 11900K .......... .......... .......... .......... .......... 4% 1.79M 3m19s 2015-11-06 03:15:44.151 | 11950K .......... .......... .......... .......... .......... 4% 2.14M 3m18s 2015-11-06 03:15:44.175 | 12000K .......... .......... .......... .......... .......... 4% 2.00M 3m18s 2015-11-06 03:15:44.205 | 12050K .......... .......... .......... .......... .......... 4% 1.70M 3m18s 2015-11-06 03:15:44.231 | 12100K .......... .......... .......... .......... .......... 4% 1.82M 3m17s 2015-11-06 03:15:44.256 | 12150K .......... .......... .......... .......... .......... 4% 1.93M 3m17s 2015-11-06 03:15:44.278 | 12200K .......... .......... .......... .......... .......... 4% 2.25M 3m17s 2015-11-06 03:15:44.304 | 12250K .......... .......... .......... .......... .......... 4% 1.86M 3m16s 2015-11-06 03:15:44.334 | 12300K .......... .......... .......... .......... .......... 4% 1.61M 3m16s 2015-11-06 03:15:44.368 | 12350K .......... .......... .......... .......... .......... 4% 2.14M 3m16s 2015-11-06 03:15:44.391 | 12400K .......... .......... .......... .......... .......... 4% 1.46M 3m16s 2015-11-06 03:15:44.407 | 12450K .......... .......... .......... .......... .......... 4% 3.39M 3m15s 2015-11-06 03:15:44.436 | 12500K .......... .......... .......... .......... .......... 4% 1.56M 3m15s 2015-11-06 03:15:44.474 | 12550K .......... .......... .......... .......... .......... 4% 1.28M 3m15s 2015-11-06 03:15:44.492 | 12600K .......... .......... .......... .......... .......... 4% 2.77M 3m15s 2015-11-06 03:15:44.515 | 12650K .......... .......... .......... .......... .......... 4% 2.21M 3m14s 2015-11-06 03:15:44.534 | 12700K .......... .......... .......... .......... .......... 4% 2.54M 3m14s 2015-11-06 03:15:44.566 | 12750K .......... .......... .......... .......... .......... 4% 1.54M 3m14s 2015-11-06 03:15:44.603 | 12800K .......... .......... .......... .......... .......... 4% 1.31M 3m14s 2015-11-06 03:15:44.623 | 12850K .......... .......... .......... .......... .......... 4% 2.52M 3m13s 2015-11-06 03:15:44.643 | 12900K .......... .......... .......... .......... .......... 4% 2.31M 3m13s 2015-11-06 03:15:44.669 | 12950K .......... .......... .......... .......... .......... 4% 1.96M 3m13s 2015-11-06 03:15:44.695 | 13000K .......... .......... .......... .......... .......... 4% 1.79M 3m12s 2015-11-06 03:15:44.731 | 13050K .......... .......... .......... .......... .......... 4% 1.42M 3m12s 2015-11-06 03:15:44.751 | 13100K .......... .......... .......... .......... .......... 4% 2.24M 3m12s 2015-11-06 03:15:44.783 | 13150K .......... .......... .......... .......... .......... 4% 1.54M 3m12s 2015-11-06 03:15:44.805 | 13200K .......... .......... .......... .......... .......... 4% 2.18M 3m12s 2015-11-06 03:15:44.825 | 13250K .......... .......... .......... .......... .......... 4% 2.71M 3m11s 2015-11-06 03:15:44.858 | 13300K .......... .......... .......... .......... .......... 4% 1.42M 3m11s 2015-11-06 03:15:44.882 | 13350K .......... .......... .......... .......... .......... 4% 2.20M 3m11s 2015-11-06 03:15:44.916 | 13400K .......... .......... .......... .......... .......... 4% 1.37M 3m11s 2015-11-06 03:15:44.942 | 13450K .......... .......... .......... .......... .......... 4% 1.86M 3m11s 2015-11-06 03:15:44.953 | 13500K .......... .......... .......... .......... .......... 4% 4.29M 3m10s 2015-11-06 03:15:44.987 | 13550K .......... .......... .......... .......... .......... 4% 1.48M 3m10s 2015-11-06 03:15:45.008 | 13600K .......... .......... .......... .......... .......... 4% 2.22M 3m10s 2015-11-06 03:15:45.044 | 13650K .......... .......... .......... .......... .......... 4% 1.35M 3m10s 2015-11-06 03:15:45.074 | 13700K .......... .......... .......... .......... .......... 5% 1.66M 3m9s 2015-11-06 03:15:45.093 | 13750K .......... .......... .......... .......... .......... 5% 2.55M 3m9s 2015-11-06 03:15:45.117 | 13800K .......... .......... .......... .......... .......... 5% 2.06M 3m9s 2015-11-06 03:15:45.146 | 13850K .......... .......... .......... .......... .......... 5% 1.69M 3m9s 2015-11-06 03:15:45.173 | 13900K .......... .......... .......... .......... .......... 5% 1.76M 3m8s 2015-11-06 03:15:45.203 | 13950K .......... .......... .......... .......... .......... 5% 1.76M 3m8s 2015-11-06 03:15:45.220 | 14000K .......... .......... .......... .......... .......... 5% 2.53M 3m8s 2015-11-06 03:15:45.245 | 14050K .......... .......... .......... .......... .......... 5% 2.14M 3m8s 2015-11-06 03:15:45.275 | 14100K .......... .......... .......... .......... .......... 5% 1.55M 3m7s 2015-11-06 03:15:45.302 | 14150K .......... .......... .......... .......... .......... 5% 1.79M 3m7s 2015-11-06 03:15:45.331 | 14200K .......... .......... .......... .......... .......... 5% 1.70M 3m7s 2015-11-06 03:15:45.349 | 14250K .......... .......... .......... .......... .......... 5% 2.67M 3m7s 2015-11-06 03:15:45.372 | 14300K .......... .......... .......... .......... .......... 5% 2.07M 3m6s 2015-11-06 03:15:45.403 | 14350K .......... .......... .......... .......... .......... 5% 2.09M 3m6s 2015-11-06 03:15:45.432 | 14400K .......... .......... .......... .......... .......... 5% 1.36M 3m6s 2015-11-06 03:15:45.457 | 14450K .......... .......... .......... .......... .......... 5% 1.95M 3m6s 2015-11-06 03:15:45.477 | 14500K .......... .......... .......... .......... .......... 5% 2.37M 3m6s 2015-11-06 03:15:45.501 | 14550K .......... .......... .......... .......... .......... 5% 2.16M 3m5s 2015-11-06 03:15:45.526 | 14600K .......... .......... .......... .......... .......... 5% 1.87M 3m5s 2015-11-06 03:15:45.560 | 14650K .......... .......... .......... .......... .......... 5% 1.45M 3m5s 2015-11-06 03:15:45.586 | 14700K .......... .......... .......... .......... .......... 5% 1.86M 3m5s 2015-11-06 03:15:45.606 | 14750K .......... .......... .......... .......... .......... 5% 2.45M 3m5s 2015-11-06 03:15:45.630 | 14800K .......... .......... .......... .......... .......... 5% 2.06M 3m4s 2015-11-06 03:15:45.654 | 14850K .......... .......... .......... .......... .......... 5% 2.22M 3m4s 2015-11-06 03:15:45.689 | 14900K .......... .......... .......... .......... .......... 5% 1.31M 3m4s 2015-11-06 03:15:45.712 | 14950K .......... .......... .......... .......... .......... 5% 2.07M 3m4s 2015-11-06 03:15:45.738 | 15000K .......... .......... .......... .......... .......... 5% 1.90M 3m4s 2015-11-06 03:15:45.762 | 15050K .......... .......... .......... .......... .......... 5% 2.09M 3m3s 2015-11-06 03:15:45.788 | 15100K .......... .......... .......... .......... .......... 5% 1.88M 3m3s 2015-11-06 03:15:45.806 | 15150K .......... .......... .......... .......... .......... 5% 3.10M 3m3s 2015-11-06 03:15:45.842 | 15200K .......... .......... .......... .......... .......... 5% 1.26M 3m3s 2015-11-06 03:15:45.867 | 15250K .......... .......... .......... .......... .......... 5% 2.04M 3m3s 2015-11-06 03:15:45.891 | 15300K .......... .......... .......... .......... .......... 5% 1.96M 3m2s 2015-11-06 03:15:45.916 | 15350K .......... .......... .......... .......... .......... 5% 2.44M 3m2s 2015-11-06 03:15:45.935 | 15400K .......... .......... .......... .......... .......... 5% 1.99M 3m2s 2015-11-06 03:15:45.969 | 15450K .......... .......... .......... .......... .......... 5% 1.49M 3m2s 2015-11-06 03:15:45.996 | 15500K .......... .......... .......... .......... .......... 5% 1.77M 3m2s 2015-11-06 03:15:46.046 | 15550K .......... .......... .......... .......... .......... 5% 3.43M 3m1s 2015-11-06 03:15:46.070 | 15600K .......... .......... .......... .......... .......... 5% 831K 3m2s 2015-11-06 03:15:46.088 | 15650K .......... .......... .......... .......... .......... 5% 2.77M 3m1s 2015-11-06 03:15:46.102 | 15700K .......... .......... .......... .......... .......... 5% 3.46M 3m1s 2015-11-06 03:15:46.124 | 15750K .......... .......... .......... .......... .......... 5% 2.55M 3m1s 2015-11-06 03:15:46.143 | 15800K .......... .......... .......... .......... .......... 5% 2.18M 3m0s 2015-11-06 03:15:46.199 | 15850K .......... .......... .......... .......... .......... 5% 983K 3m1s 2015-11-06 03:15:46.228 | 15900K .......... .......... .......... .......... .......... 5% 1.43M 3m1s 2015-11-06 03:15:46.236 | 15950K .......... .......... .......... .......... .......... 5% 7.08M 3m0s 2015-11-06 03:15:46.248 | 16000K .......... .......... .......... .......... .......... 5% 3.65M 3m0s 2015-11-06 03:15:46.273 | 16050K .......... .......... .......... .......... .......... 5% 2.21M 3m0s 2015-11-06 03:15:46.323 | 16100K .......... .......... .......... .......... .......... 5% 963K 3m0s 2015-11-06 03:15:46.356 | 16150K .......... .......... .......... .......... .......... 5% 1.47M 3m0s 2015-11-06 03:15:46.364 | 16200K .......... .......... .......... .......... .......... 5% 5.88M 2m59s 2015-11-06 03:15:46.377 | 16250K .......... .......... .......... .......... .......... 5% 4.79M 2m59s 2015-11-06 03:15:46.399 | 16300K .......... .......... .......... .......... .......... 5% 1.98M 2m59s 2015-11-06 03:15:46.452 | 16350K .......... .......... .......... .......... .......... 5% 1002K 2m59s 2015-11-06 03:15:46.485 | 16400K .......... .......... .......... .......... .......... 5% 1.35M 2m59s 2015-11-06 03:15:46.497 | 16450K .......... .......... .......... .......... .......... 6% 4.41M 2m58s 2015-11-06 03:15:46.504 | 16500K .......... .......... .......... .......... .......... 6% 5.95M 2m58s 2015-11-06 03:15:46.536 | 16550K .......... .......... .......... .......... .......... 6% 1.60M 2m58s 2015-11-06 03:15:46.578 | 16600K .......... .......... .......... .......... .......... 6% 1.14M 2m58s 2015-11-06 03:15:46.613 | 16650K .......... .......... .......... .......... .......... 6% 1.50M 2m58s 2015-11-06 03:15:46.625 | 16700K .......... .......... .......... .......... .......... 6% 3.30M 2m58s 2015-11-06 03:15:46.639 | 16750K .......... .......... .......... .......... .......... 6% 3.52M 2m57s 2015-11-06 03:15:46.664 | 16800K .......... .......... .......... .......... .......... 6% 1.91M 2m57s 2015-11-06 03:15:46.708 | 16850K .......... .......... .......... .......... .......... 6% 1.21M 2m57s 2015-11-06 03:15:46.739 | 16900K .......... .......... .......... .......... .......... 6% 1.42M 2m57s 2015-11-06 03:15:46.753 | 16950K .......... .......... .......... .......... .......... 6% 3.55M 2m57s 2015-11-06 03:15:46.773 | 17000K .......... .......... .......... .......... .......... 6% 2.44M 2m56s 2015-11-06 03:15:46.793 | 17050K .......... .......... .......... .......... .......... 6% 2.60M 2m56s 2015-11-06 03:15:46.834 | 17100K .......... .......... .......... .......... .......... 6% 1.17M 2m56s 2015-11-06 03:15:46.868 | 17150K .......... .......... .......... .......... .......... 6% 1.42M 2m56s 2015-11-06 03:15:46.882 | 17200K .......... .......... .......... .......... .......... 6% 3.37M 2m56s 2015-11-06 03:15:46.903 | 17250K .......... .......... .......... .......... .......... 6% 2.41M 2m56s 2015-11-06 03:15:46.923 | 17300K .......... .......... .......... .......... .......... 6% 2.33M 2m55s 2015-11-06 03:15:46.962 | 17350K .......... .......... .......... .......... .......... 6% 1.28M 2m55s 2015-11-06 03:15:46.996 | 17400K .......... .......... .......... .......... .......... 6% 1.42M 2m55s 2015-11-06 03:15:47.011 | 17450K .......... .......... .......... .......... .......... 6% 3.36M 2m55s 2015-11-06 03:15:47.031 | 17500K .......... .......... .......... .......... .......... 6% 2.41M 2m55s 2015-11-06 03:15:47.083 | 17550K .......... .......... .......... .......... .......... 6% 970K 2m55s 2015-11-06 03:15:47.094 | 17600K .......... .......... .......... .......... .......... 6% 4.11M 2m55s 2015-11-06 03:15:47.125 | 17650K .......... .......... .......... .......... .......... 6% 1.74M 2m55s 2015-11-06 03:15:47.149 | 17700K .......... .......... .......... .......... .......... 6% 1.83M 2m54s 2015-11-06 03:15:47.169 | 17750K .......... .......... .......... .......... .......... 6% 2.39M 2m54s 2015-11-06 03:15:47.214 | 17800K .......... .......... .......... .......... .......... 6% 1.09M 2m54s 2015-11-06 03:15:47.229 | 17850K .......... .......... .......... .......... .......... 6% 3.77M 2m54s 2015-11-06 03:15:47.251 | 17900K .......... .......... .......... .......... .......... 6% 2.04M 2m54s 2015-11-06 03:15:47.272 | 17950K .......... .......... .......... .......... .......... 6% 2.50M 2m54s 2015-11-06 03:15:47.298 | 18000K .......... .......... .......... .......... .......... 6% 1.76M 2m54s 2015-11-06 03:15:47.343 | 18050K .......... .......... .......... .......... .......... 6% 1.11M 2m54s 2015-11-06 03:15:47.358 | 18100K .......... .......... .......... .......... .......... 6% 3.15M 2m53s 2015-11-06 03:15:47.382 | 18150K .......... .......... .......... .......... .......... 6% 2.04M 2m53s 2015-11-06 03:15:47.408 | 18200K .......... .......... .......... .......... .......... 6% 1.88M 2m53s 2015-11-06 03:15:47.436 | 18250K .......... .......... .......... .......... .......... 6% 1.79M 2m53s 2015-11-06 03:15:47.478 | 18300K .......... .......... .......... .......... .......... 6% 1.12M 2m53s 2015-11-06 03:15:47.490 | 18350K .......... .......... .......... .......... .......... 6% 4.02M 2m53s 2015-11-06 03:15:47.509 | 18400K .......... .......... .......... .......... .......... 6% 2.61M 2m52s 2015-11-06 03:15:47.535 | 18450K .......... .......... .......... .......... .......... 6% 2.02M 2m52s 2015-11-06 03:15:47.563 | 18500K .......... .......... .......... .......... .......... 6% 1.62M 2m52s 2015-11-06 03:15:47.607 | 18550K .......... .......... .......... .......... .......... 6% 1.39M 2m52s 2015-11-06 03:15:47.619 | 18600K .......... .......... .......... .......... .......... 6% 2.40M 2m52s 2015-11-06 03:15:47.639 | 18650K .......... .......... .......... .......... .......... 6% 2.59M 2m52s 2015-11-06 03:15:47.663 | 18700K .......... .......... .......... .......... .......... 6% 1.97M 2m52s 2015-11-06 03:15:47.697 | 18750K .......... .......... .......... .......... .......... 6% 1.67M 2m51s 2015-11-06 03:15:47.731 | 18800K .......... .......... .......... .......... .......... 6% 1.26M 2m52s 2015-11-06 03:15:47.747 | 18850K .......... .......... .......... .......... .......... 6% 3.07M 2m51s 2015-11-06 03:15:47.767 | 18900K .......... .......... .......... .......... .......... 6% 2.43M 2m51s 2015-11-06 03:15:47.792 | 18950K .......... .......... .......... .......... .......... 6% 2.91M 2m51s 2015-11-06 03:15:47.820 | 19000K .......... .......... .......... .......... .......... 6% 1.32M 2m51s 2015-11-06 03:15:47.859 | 19050K .......... .......... .......... .......... .......... 6% 1.91M 2m51s 2015-11-06 03:15:47.876 | 19100K .......... .......... .......... .......... .......... 6% 1.65M 2m51s 2015-11-06 03:15:47.899 | 19150K .......... .......... .......... .......... .......... 6% 2.33M 2m50s 2015-11-06 03:15:47.923 | 19200K .......... .......... .......... .......... .......... 7% 1.87M 2m50s 2015-11-06 03:15:47.958 | 19250K .......... .......... .......... .......... .......... 7% 1.45M 2m50s 2015-11-06 03:15:47.987 | 19300K .......... .......... .......... .......... .......... 7% 1.58M 2m50s 2015-11-06 03:15:48.005 | 19350K .......... .......... .......... .......... .......... 7% 2.91M 2m50s 2015-11-06 03:15:48.025 | 19400K .......... .......... .......... .......... .......... 7% 2.38M 2m50s 2015-11-06 03:15:48.048 | 19450K .......... .......... .......... .......... .......... 7% 2.87M 2m49s 2015-11-06 03:15:48.084 | 19500K .......... .......... .......... .......... .......... 7% 1.16M 2m50s 2015-11-06 03:15:48.116 | 19550K .......... .......... .......... .......... .......... 7% 1.54M 2m49s 2015-11-06 03:15:48.133 | 19600K .......... .......... .......... .......... .......... 7% 2.88M 2m49s 2015-11-06 03:15:48.155 | 19650K .......... .......... .......... .......... .......... 7% 2.43M 2m49s 2015-11-06 03:15:48.177 | 19700K .......... .......... .......... .......... .......... 7% 2.03M 2m49s 2015-11-06 03:15:48.213 | 19750K .......... .......... .......... .......... .......... 7% 1.41M 2m49s 2015-11-06 03:15:48.244 | 19800K .......... .......... .......... .......... .......... 7% 1.49M 2m49s 2015-11-06 03:15:48.262 | 19850K .......... .......... .......... .......... .......... 7% 3.08M 2m49s 2015-11-06 03:15:48.282 | 19900K .......... .......... .......... .......... .......... 7% 2.18M 2m48s 2015-11-06 03:15:48.307 | 19950K .......... .......... .......... .......... .......... 7% 2.08M 2m48s 2015-11-06 03:15:48.343 | 20000K .......... .......... .......... .......... .......... 7% 1.30M 2m48s 2015-11-06 03:15:48.373 | 20050K .......... .......... .......... .......... .......... 7% 3.12M 2m48s 2015-11-06 03:15:48.389 | 20100K .......... .......... .......... .......... .......... 7% 1.60M 2m48s 2015-11-06 03:15:48.412 | 20150K .......... .......... .......... .......... .......... 7% 2.98M 2m48s 2015-11-06 03:15:48.435 | 20200K .......... .......... .......... .......... .......... 7% 1.68M 2m48s 2015-11-06 03:15:48.472 | 20250K .......... .......... .......... .......... .......... 7% 1.39M 2m48s 2015-11-06 03:15:48.495 | 20300K .......... .......... .......... .......... .......... 7% 1.97M 2m47s 2015-11-06 03:15:48.518 | 20350K .......... .......... .......... .......... .......... 7% 2.14M 2m47s 2015-11-06 03:15:48.535 | 20400K .......... .......... .......... .......... .......... 7% 2.84M 2m47s 2015-11-06 03:15:48.562 | 20450K .......... .......... .......... .......... .......... 7% 1.80M 2m47s 2015-11-06 03:15:48.584 | 20500K .......... .......... .......... .......... .......... 7% 2.17M 2m47s 2015-11-06 03:15:48.624 | 20550K .......... .......... .......... .......... .......... 7% 1.24M 2m47s 2015-11-06 03:15:48.646 | 20600K .......... .......... .......... .......... .......... 7% 2.16M 2m47s 2015-11-06 03:15:48.664 | 20650K .......... .......... .......... .......... .......... 7% 3.03M 2m46s 2015-11-06 03:15:48.694 | 20700K .......... .......... .......... .......... .......... 7% 1.55M 2m46s 2015-11-06 03:15:48.720 | 20750K .......... .......... .......... .......... .......... 7% 2.06M 2m46s 2015-11-06 03:15:48.749 | 20800K .......... .......... .......... .......... .......... 7% 1.55M 2m46s 2015-11-06 03:15:48.775 | 20850K .......... .......... .......... .......... .......... 7% 1.92M 2m46s 2015-11-06 03:15:48.794 | 20900K .......... .......... .......... .......... .......... 7% 2.55M 2m46s 2015-11-06 03:15:48.830 | 20950K .......... .......... .......... .......... .......... 7% 1.34M 2m46s 2015-11-06 03:15:48.846 | 21000K .......... .......... .......... .......... .......... 7% 3.02M 2m46s 2015-11-06 03:15:48.878 | 21050K .......... .......... .......... .......... .......... 7% 1.54M 2m46s 2015-11-06 03:15:48.904 | 21100K .......... .......... .......... .......... .......... 7% 1.92M 2m46s 2015-11-06 03:15:48.923 | 21150K .......... .......... .......... .......... .......... 7% 2.61M 2m45s 2015-11-06 03:15:48.961 | 21200K .......... .......... .......... .......... .......... 7% 1.27M 2m45s 2015-11-06 03:15:48.978 | 21250K .......... .......... .......... .......... .......... 7% 2.88M 2m45s 2015-11-06 03:15:49.008 | 21300K .......... .......... .......... .......... .......... 7% 1.62M 2m45s 2015-11-06 03:15:49.040 | 21350K .......... .......... .......... .......... .......... 7% 1.72M 2m45s 2015-11-06 03:15:49.056 | 21400K .......... .......... .......... .......... .......... 7% 2.53M 2m45s 2015-11-06 03:15:49.088 | 21450K .......... .......... .......... .......... .......... 7% 1.56M 2m45s 2015-11-06 03:15:49.105 | 21500K .......... .......... .......... .......... .......... 7% 2.63M 2m45s 2015-11-06 03:15:49.137 | 21550K .......... .......... .......... .......... .......... 7% 1.58M 2m45s 2015-11-06 03:15:49.166 | 21600K .......... .......... .......... .......... .......... 7% 1.62M 2m44s 2015-11-06 03:15:49.185 | 21650K .......... .......... .......... .......... .......... 7% 2.76M 2m44s 2015-11-06 03:15:49.218 | 21700K .......... .......... .......... .......... .......... 7% 1.46M 2m44s 2015-11-06 03:15:49.243 | 21750K .......... .......... .......... .......... .......... 7% 1.94M 2m44s 2015-11-06 03:15:49.267 | 21800K .......... .......... .......... .......... .......... 7% 1.97M 2m44s 2015-11-06 03:15:49.310 | 21850K .......... .......... .......... .......... .......... 7% 1.16M 2m44s 2015-11-06 03:15:49.338 | 21900K .......... .......... .......... .......... .......... 7% 1.71M 2m44s 2015-11-06 03:15:49.362 | 21950K .......... .......... .......... .......... .......... 8% 2.09M 2m44s 2015-11-06 03:15:49.383 | 22000K .......... .......... .......... .......... .......... 8% 2.27M 2m44s 2015-11-06 03:15:49.407 | 22050K .......... .......... .......... .......... .......... 8% 2.08M 2m44s 2015-11-06 03:15:49.447 | 22100K .......... .......... .......... .......... .......... 8% 1.20M 2m44s 2015-11-06 03:15:49.476 | 22150K .......... .......... .......... .......... .......... 8% 1.93M 2m44s 2015-11-06 03:15:49.493 | 22200K .......... .......... .......... .......... .......... 8% 2.43M 2m43s 2015-11-06 03:15:49.534 | 22250K .......... .......... .......... .......... .......... 8% 1.18M 2m43s 2015-11-06 03:15:49.555 | 22300K .......... .......... .......... .......... .......... 8% 2.32M 2m43s 2015-11-06 03:15:49.583 | 22350K .......... .......... .......... .......... .......... 8% 1.73M 2m43s 2015-11-06 03:15:49.603 | 22400K .......... .......... .......... .......... .......... 8% 2.42M 2m43s 2015-11-06 03:15:49.630 | 22450K .......... .......... .......... .......... .......... 8% 1.85M 2m43s 2015-11-06 03:15:49.662 | 22500K .......... .......... .......... .......... .......... 8% 1.50M 2m43s 2015-11-06 03:15:49.709 | 22550K .......... .......... .......... .......... .......... 8% 1.24M 2m43s 2015-11-06 03:15:49.755 | 22600K .......... .......... .......... .......... .......... 8% 937K 2m43s 2015-11-06 03:15:49.794 | 22650K .......... .......... .......... .......... .......... 8% 1.55M 2m43s 2015-11-06 03:15:49.822 | 22700K .......... .......... .......... .......... .......... 8% 1.36M 2m43s 2015-11-06 03:15:49.847 | 22750K .......... .......... .......... .......... .......... 8% 2.00M 2m43s 2015-11-06 03:15:49.870 | 22800K .......... .......... .......... .......... .......... 8% 2.08M 2m43s 2015-11-06 03:15:49.892 | 22850K .......... .......... .......... .......... .......... 8% 2.69M 2m43s 2015-11-06 03:15:49.908 | 22900K .......... .......... .......... .......... .......... 8% 2.45M 2m42s 2015-11-06 03:15:49.926 | 22950K .......... .......... .......... .......... .......... 8% 2.79M 2m42s 2015-11-06 03:15:49.943 | 23000K .......... .......... .......... .......... .......... 8% 2.79M 2m42s 2015-11-06 03:15:49.962 | 23050K .......... .......... .......... .......... .......... 8% 3.01M 2m42s 2015-11-06 03:15:49.974 | 23100K .......... .......... .......... .......... .......... 8% 3.29M 2m42s 2015-11-06 03:15:49.992 | 23150K .......... .......... .......... .......... .......... 8% 3.18M 2m41s 2015-11-06 03:15:50.024 | 23200K .......... .......... .......... .......... .......... 8% 1.44M 2m41s 2015-11-06 03:15:50.075 | 23250K .......... .......... .......... .......... .......... 8% 978K 2m42s 2015-11-06 03:15:50.120 | 23300K .......... .......... .......... .......... .......... 8% 1.08M 2m42s 2015-11-06 03:15:50.158 | 23350K .......... .......... .......... .......... .......... 8% 1.52M 2m42s 2015-11-06 03:15:50.181 | 23400K .......... .......... .......... .......... .......... 8% 1.70M 2m42s 2015-11-06 03:15:50.205 | 23450K .......... .......... .......... .......... .......... 8% 2.06M 2m42s 2015-11-06 03:15:50.223 | 23500K .......... .......... .......... .......... .......... 8% 2.62M 2m41s 2015-11-06 03:15:50.249 | 23550K .......... .......... .......... .......... .......... 8% 1.90M 2m41s 2015-11-06 03:15:50.282 | 23600K .......... .......... .......... .......... .......... 8% 1.46M 2m41s 2015-11-06 03:15:50.322 | 23650K .......... .......... .......... .......... .......... 8% 1.35M 2m41s 2015-11-06 03:15:50.343 | 23700K .......... .......... .......... .......... .......... 8% 1.97M 2m41s 2015-11-06 03:15:50.354 | 23750K .......... .......... .......... .......... .......... 8% 4.74M 2m41s 2015-11-06 03:15:50.395 | 23800K .......... .......... .......... .......... .......... 8% 1.18M 2m41s 2015-11-06 03:15:50.426 | 23850K .......... .......... .......... .......... .......... 8% 1.63M 2m41s 2015-11-06 03:15:50.450 | 23900K .......... .......... .......... .......... .......... 8% 1.91M 2m41s 2015-11-06 03:15:50.476 | 23950K .......... .......... .......... .......... .......... 8% 1.92M 2m41s 2015-11-06 03:15:50.498 | 24000K .......... .......... .......... .......... .......... 8% 2.24M 2m41s 2015-11-06 03:15:50.525 | 24050K .......... .......... .......... .......... .......... 8% 2.64M 2m40s 2015-11-06 03:15:50.556 | 24100K .......... .......... .......... .......... .......... 8% 1.21M 2m40s 2015-11-06 03:15:50.584 | 24150K .......... .......... .......... .......... .......... 8% 2.02M 2m40s 2015-11-06 03:15:50.610 | 24200K .......... .......... .......... .......... .......... 8% 1.62M 2m40s 2015-11-06 03:15:50.636 | 24250K .......... .......... .......... .......... .......... 8% 2.58M 2m40s 2015-11-06 03:15:50.654 | 24300K .......... .......... .......... .......... .......... 8% 1.98M 2m40s 2015-11-06 03:15:50.686 | 24350K .......... .......... .......... .......... .......... 8% 1.55M 2m40s 2015-11-06 03:15:50.709 | 24400K .......... .......... .......... .......... .......... 8% 2.10M 2m40s 2015-11-06 03:15:50.739 | 24450K .......... .......... .......... .......... .......... 8% 1.78M 2m40s 2015-11-06 03:15:50.757 | 24500K .......... .......... .......... .......... .......... 8% 2.30M 2m40s 2015-11-06 03:15:50.783 | 24550K .......... .......... .......... .......... .......... 8% 1.97M 2m39s 2015-11-06 03:15:50.815 | 24600K .......... .......... .......... .......... .......... 8% 1.49M 2m39s 2015-11-06 03:15:50.839 | 24650K .......... .......... .......... .......... .......... 8% 2.23M 2m39s 2015-11-06 03:15:50.921 | 24700K .......... .......... .......... .......... .......... 9% 597K 2m40s 2015-11-06 03:15:50.951 | 24750K .......... .......... .......... .......... .......... 9% 1.64M 2m40s 2015-11-06 03:15:50.967 | 24800K .......... .......... .......... .......... .......... 9% 2.92M 2m40s 2015-11-06 03:15:51.002 | 24850K .......... .......... .......... .......... .......... 9% 1.57M 2m40s 2015-11-06 03:15:51.018 | 24900K .......... .......... .......... .......... .......... 9% 2.47M 2m39s 2015-11-06 03:15:51.050 | 24950K .......... .......... .......... .......... .......... 9% 1.54M 2m39s 2015-11-06 03:15:51.080 | 25000K .......... .......... .......... .......... .......... 9% 1.59M 2m39s 2015-11-06 03:15:51.108 | 25050K .......... .......... .......... .......... .......... 9% 1.81M 2m39s 2015-11-06 03:15:51.131 | 25100K .......... .......... .......... .......... .......... 9% 2.08M 2m39s 2015-11-06 03:15:51.156 | 25150K .......... .......... .......... .......... .......... 9% 2.14M 2m39s 2015-11-06 03:15:51.185 | 25200K .......... .......... .......... .......... .......... 9% 1.58M 2m39s 2015-11-06 03:15:51.210 | 25250K .......... .......... .......... .......... .......... 9% 2.01M 2m39s 2015-11-06 03:15:51.236 | 25300K .......... .......... .......... .......... .......... 9% 1.80M 2m39s 2015-11-06 03:15:51.278 | 25350K .......... .......... .......... .......... .......... 9% 1.29M 2m39s 2015-11-06 03:15:51.301 | 25400K .......... .......... .......... .......... .......... 9% 1.85M 2m39s 2015-11-06 03:15:51.322 | 25450K .......... .......... .......... .......... .......... 9% 4.69M 2m38s 2015-11-06 03:15:51.348 | 25500K .......... .......... .......... .......... .......... 9% 1.33M 2m38s 2015-11-06 03:15:51.377 | 25550K .......... .......... .......... .......... .......... 9% 1.72M 2m38s 2015-11-06 03:15:51.408 | 25600K .......... .......... .......... .......... .......... 9% 1.54M 2m38s 2015-11-06 03:15:51.441 | 25650K .......... .......... .......... .......... .......... 9% 1.64M 2m38s 2015-11-06 03:15:51.464 | 25700K .......... .......... .......... .......... .......... 9% 1.84M 2m38s 2015-11-06 03:15:51.499 | 25750K .......... .......... .......... .......... .......... 9% 1.59M 2m38s 2015-11-06 03:15:51.530 | 25800K .......... .......... .......... .......... .......... 9% 1.40M 2m38s 2015-11-06 03:15:51.555 | 25850K .......... .......... .......... .......... .......... 9% 2.50M 2m38s 2015-11-06 03:15:51.592 | 25900K .......... .......... .......... .......... .......... 9% 1.15M 2m38s 2015-11-06 03:15:51.622 | 25950K .......... .......... .......... .......... .......... 9% 1.63M 2m38s 2015-11-06 03:15:51.644 | 26000K .......... .......... .......... .......... .......... 9% 2.20M 2m38s 2015-11-06 03:15:51.683 | 26050K .......... .......... .......... .......... .......... 9% 1.30M 2m38s 2015-11-06 03:15:51.709 | 26100K .......... .......... .......... .......... .......... 9% 1.79M 2m38s 2015-11-06 03:15:51.733 | 26150K .......... .......... .......... .......... .......... 9% 2.03M 2m38s 2015-11-06 03:15:51.770 | 26200K .......... .......... .......... .......... .......... 9% 1.33M 2m38s 2015-11-06 03:15:51.805 | 26250K .......... .......... .......... .......... .......... 9% 1.44M 2m38s 2015-11-06 03:15:51.853 | 26300K .......... .......... .......... .......... .......... 9% 1012K 2m38s 2015-11-06 03:15:51.881 | 26350K .......... .......... .......... .......... .......... 9% 1.97M 2m38s 2015-11-06 03:15:51.910 | 26400K .......... .......... .......... .......... .......... 9% 1.53M 2m38s 2015-11-06 03:15:51.943 | 26450K .......... .......... .......... .......... .......... 9% 1.54M 2m38s 2015-11-06 03:15:51.994 | 26500K .......... .......... .......... .......... .......... 9% 945K 2m38s 2015-11-06 03:15:52.026 | 26550K .......... .......... .......... .......... .......... 9% 1.62M 2m38s 2015-11-06 03:15:52.038 | 26600K .......... .......... .......... .......... .......... 9% 3.57M 2m38s 2015-11-06 03:15:52.062 | 26650K .......... .......... .......... .......... .......... 9% 2.16M 2m38s 2015-11-06 03:15:52.071 | 26700K .......... .......... .......... .......... .......... 9% 4.84M 2m37s 2015-11-06 03:15:52.123 | 26750K .......... .......... .......... .......... .......... 9% 1.04M 2m37s 2015-11-06 03:15:52.154 | 26800K .......... .......... .......... .......... .......... 9% 1.37M 2m37s 2015-11-06 03:15:52.191 | 26850K .......... .......... .......... .......... .......... 9% 1.31M 2m37s 2015-11-06 03:15:52.209 | 26900K .......... .......... .......... .......... .......... 9% 2.65M 2m37s 2015-11-06 03:15:52.230 | 26950K .......... .......... .......... .......... .......... 9% 2.59M 2m37s 2015-11-06 03:15:52.254 | 27000K .......... .......... .......... .......... .......... 9% 1.91M 2m37s 2015-11-06 03:15:52.309 | 27050K .......... .......... .......... .......... .......... 9% 1.24M 2m37s 2015-11-06 03:15:52.328 | 27100K .......... .......... .......... .......... .......... 9% 1.38M 2m37s 2015-11-06 03:15:52.351 | 27150K .......... .......... .......... .......... .......... 9% 2.21M 2m37s 2015-11-06 03:15:52.375 | 27200K .......... .......... .......... .......... .......... 9% 2.04M 2m37s 2015-11-06 03:15:52.403 | 27250K .......... .......... .......... .......... .......... 9% 1.80M 2m37s 2015-11-06 03:15:52.430 | 27300K .......... .......... .......... .......... .......... 9% 1.72M 2m37s 2015-11-06 03:15:52.461 | 27350K .......... .......... .......... .......... .......... 9% 1.89M 2m37s 2015-11-06 03:15:52.485 | 27400K .......... .......... .......... .......... .......... 9% 1.71M 2m37s 2015-11-06 03:15:52.523 | 27450K .......... .......... .......... .......... .......... 10% 1.26M 2m37s 2015-11-06 03:15:52.565 | 27500K .......... .......... .......... .......... .......... 10% 1.18M 2m37s 2015-11-06 03:15:52.602 | 27550K .......... .......... .......... .......... .......... 10% 1.53M 2m37s 2015-11-06 03:15:52.635 | 27600K .......... .......... .......... .......... .......... 10% 1.28M 2m37s 2015-11-06 03:15:52.661 | 27650K .......... .......... .......... .......... .......... 10% 2.00M 2m37s 2015-11-06 03:15:52.700 | 27700K .......... .......... .......... .......... .......... 10% 1.20M 2m37s 2015-11-06 03:15:52.731 | 27750K .......... .......... .......... .......... .......... 10% 1.65M 2m37s 2015-11-06 03:15:52.758 | 27800K .......... .......... .......... .......... .......... 10% 1.70M 2m37s 2015-11-06 03:15:52.790 | 27850K .......... .......... .......... .......... .......... 10% 1.65M 2m37s 2015-11-06 03:15:52.816 | 27900K .......... .......... .......... .......... .......... 10% 1.73M 2m36s 2015-11-06 03:15:52.850 | 27950K .......... .......... .......... .......... .......... 10% 1.52M 2m36s 2015-11-06 03:15:52.859 | 28000K .......... .......... .......... .......... .......... 10% 4.35M 2m36s 2015-11-06 03:15:52.894 | 28050K .......... .......... .......... .......... .......... 10% 1.43M 2m36s 2015-11-06 03:15:52.930 | 28100K .......... .......... .......... .......... .......... 10% 1.34M 2m36s 2015-11-06 03:15:52.962 | 28150K .......... .......... .......... .......... .......... 10% 1.53M 2m36s 2015-11-06 03:15:52.999 | 28200K .......... .......... .......... .......... .......... 10% 1.32M 2m36s 2015-11-06 03:15:53.020 | 28250K .......... .......... .......... .......... .......... 10% 2.93M 2m36s 2015-11-06 03:15:53.050 | 28300K .......... .......... .......... .......... .......... 10% 1.39M 2m36s 2015-11-06 03:15:53.070 | 28350K .......... .......... .......... .......... .......... 10% 3.30M 2m36s 2015-11-06 03:15:53.094 | 28400K .......... .......... .......... .......... .......... 10% 1.71M 2m36s 2015-11-06 03:15:53.133 | 28450K .......... .......... .......... .......... .......... 10% 1.23M 2m36s 2015-11-06 03:15:53.151 | 28500K .......... .......... .......... .......... .......... 10% 2.77M 2m36s 2015-11-06 03:15:53.194 | 28550K .......... .......... .......... .......... .......... 10% 1.18M 2m36s 2015-11-06 03:15:53.219 | 28600K .......... .......... .......... .......... .......... 10% 1.84M 2m36s 2015-11-06 03:15:53.240 | 28650K .......... .......... .......... .......... .......... 10% 2.50M 2m36s 2015-11-06 03:15:53.272 | 28700K .......... .......... .......... .......... .......... 10% 1.47M 2m35s 2015-11-06 03:15:53.288 | 28750K .......... .......... .......... .......... .......... 10% 3.61M 2m35s 2015-11-06 03:15:53.328 | 28800K .......... .......... .......... .......... .......... 10% 1.15M 2m35s 2015-11-06 03:15:53.357 | 28850K .......... .......... .......... .......... .......... 10% 1.76M 2m35s 2015-11-06 03:15:53.373 | 28900K .......... .......... .......... .......... .......... 10% 2.85M 2m35s 2015-11-06 03:15:53.406 | 28950K .......... .......... .......... .......... .......... 10% 1.50M 2m35s 2015-11-06 03:15:53.437 | 29000K .......... .......... .......... .......... .......... 10% 1.53M 2m35s 2015-11-06 03:15:53.462 | 29050K .......... .......... .......... .......... .......... 10% 2.34M 2m35s 2015-11-06 03:15:53.488 | 29100K .......... .......... .......... .......... .......... 10% 1.60M 2m35s 2015-11-06 03:15:53.514 | 29150K .......... .......... .......... .......... .......... 10% 2.01M 2m35s 2015-11-06 03:15:53.536 | 29200K .......... .......... .......... .......... .......... 10% 2.12M 2m35s 2015-11-06 03:15:53.570 | 29250K .......... .......... .......... .......... .......... 10% 1.49M 2m35s 2015-11-06 03:15:53.589 | 29300K .......... .......... .......... .......... .......... 10% 2.35M 2m35s 2015-11-06 03:15:53.620 | 29350K .......... .......... .......... .......... .......... 10% 1.65M 2m35s 2015-11-06 03:15:53.647 | 29400K .......... .......... .......... .......... .......... 10% 1.76M 2m34s 2015-11-06 03:15:53.666 | 29450K .......... .......... .......... .......... .......... 10% 2.51M 2m34s 2015-11-06 03:15:53.698 | 29500K .......... .......... .......... .......... .......... 10% 1.52M 2m34s 2015-11-06 03:15:53.728 | 29550K .......... .......... .......... .......... .......... 10% 1.69M 2m34s 2015-11-06 03:15:53.751 | 29600K .......... .......... .......... .......... .......... 10% 2.07M 2m34s 2015-11-06 03:15:53.781 | 29650K .......... .......... .......... .......... .......... 10% 1.74M 2m34s 2015-11-06 03:15:53.801 | 29700K .......... .......... .......... .......... .......... 10% 2.18M 2m34s 2015-11-06 03:15:53.831 | 29750K .......... .......... .......... .......... .......... 10% 1.80M 2m34s 2015-11-06 03:15:53.856 | 29800K .......... .......... .......... .......... .......... 10% 1.76M 2m34s 2015-11-06 03:15:53.883 | 29850K .......... .......... .......... .......... .......... 10% 1.93M 2m34s 2015-11-06 03:15:53.910 | 29900K .......... .......... .......... .......... .......... 10% 1.71M 2m34s 2015-11-06 03:15:53.932 | 29950K .......... .......... .......... .......... .......... 10% 3.16M 2m34s 2015-11-06 03:15:53.959 | 30000K .......... .......... .......... .......... .......... 10% 1.44M 2m34s 2015-11-06 03:15:53.988 | 30050K .......... .......... .......... .......... .......... 10% 1.77M 2m34s 2015-11-06 03:15:54.011 | 30100K .......... .......... .......... .......... .......... 10% 2.02M 2m33s 2015-11-06 03:15:54.045 | 30150K .......... .......... .......... .......... .......... 10% 1.48M 2m33s 2015-11-06 03:15:54.067 | 30200K .......... .......... .......... .......... .......... 11% 2.16M 2m33s 2015-11-06 03:15:54.100 | 30250K .......... .......... .......... .......... .......... 11% 1.92M 2m33s 2015-11-06 03:15:54.127 | 30300K .......... .......... .......... .......... .......... 11% 1.38M 2m33s 2015-11-06 03:15:54.162 | 30350K .......... .......... .......... .......... .......... 11% 1.41M 2m33s 2015-11-06 03:15:54.178 | 30400K .......... .......... .......... .......... .......... 11% 3.12M 2m33s 2015-11-06 03:15:54.197 | 30450K .......... .......... .......... .......... .......... 11% 2.57M 2m33s 2015-11-06 03:15:54.222 | 30500K .......... .......... .......... .......... .......... 11% 1.92M 2m33s 2015-11-06 03:15:54.264 | 30550K .......... .......... .......... .......... .......... 11% 1.17M 2m33s 2015-11-06 03:15:54.299 | 30600K .......... .......... .......... .......... .......... 11% 1.38M 2m33s 2015-11-06 03:15:54.319 | 30650K .......... .......... .......... .......... .......... 11% 2.86M 2m33s 2015-11-06 03:15:54.339 | 30700K .......... .......... .......... .......... .......... 11% 2.12M 2m33s 2015-11-06 03:15:54.369 | 30750K .......... .......... .......... .......... .......... 11% 2.12M 2m33s 2015-11-06 03:15:54.417 | 30800K .......... .......... .......... .......... .......... 11% 916K 2m33s 2015-11-06 03:15:54.447 | 30850K .......... .......... .......... .......... .......... 11% 1.84M 2m33s 2015-11-06 03:15:54.462 | 30900K .......... .......... .......... .......... .......... 11% 2.59M 2m33s 2015-11-06 03:15:54.489 | 30950K .......... .......... .......... .......... .......... 11% 1.80M 2m32s 2015-11-06 03:15:54.504 | 31000K .......... .......... .......... .......... .......... 11% 3.24M 2m32s 2015-11-06 03:15:54.568 | 31050K .......... .......... .......... .......... .......... 11% 900K 2m32s 2015-11-06 03:15:54.598 | 31100K .......... .......... .......... .......... .......... 11% 1.27M 2m32s 2015-11-06 03:15:54.620 | 31150K .......... .......... .......... .......... .......... 11% 2.30M 2m32s 2015-11-06 03:15:54.643 | 31200K .......... .......... .......... .......... .......... 11% 2.08M 2m32s 2015-11-06 03:15:54.674 | 31250K .......... .......... .......... .......... .......... 11% 1.63M 2m32s 2015-11-06 03:15:54.716 | 31300K .......... .......... .......... .......... .......... 11% 1.15M 2m32s 2015-11-06 03:15:54.760 | 31350K .......... .......... .......... .......... .......... 11% 1.36M 2m32s 2015-11-06 03:15:54.786 | 31400K .......... .......... .......... .......... .......... 11% 1.41M 2m32s 2015-11-06 03:15:54.801 | 31450K .......... .......... .......... .......... .......... 11% 4.01M 2m32s 2015-11-06 03:15:54.828 | 31500K .......... .......... .......... .......... .......... 11% 1.64M 2m32s 2015-11-06 03:15:54.866 | 31550K .......... .......... .......... .......... .......... 11% 1.35M 2m32s 2015-11-06 03:15:54.893 | 31600K .......... .......... .......... .......... .......... 11% 1.73M 2m32s 2015-11-06 03:15:54.930 | 31650K .......... .......... .......... .......... .......... 11% 1.65M 2m32s 2015-11-06 03:15:54.947 | 31700K .......... .......... .......... .......... .......... 11% 2.00M 2m32s 2015-11-06 03:15:54.970 | 31750K .......... .......... .......... .......... .......... 11% 2.14M 2m32s 2015-11-06 03:15:54.997 | 31800K .......... .......... .......... .......... .......... 11% 1.77M 2m32s 2015-11-06 03:15:55.036 | 31850K .......... .......... .......... .......... .......... 11% 1.30M 2m32s 2015-11-06 03:15:55.068 | 31900K .......... .......... .......... .......... .......... 11% 1.47M 2m32s 2015-11-06 03:15:55.089 | 31950K .......... .......... .......... .......... .......... 11% 2.39M 2m32s 2015-11-06 03:15:55.103 | 32000K .......... .......... .......... .......... .......... 11% 3.16M 2m31s 2015-11-06 03:15:55.129 | 32050K .......... .......... .......... .......... .......... 11% 1.98M 2m31s 2015-11-06 03:15:55.165 | 32100K .......... .......... .......... .......... .......... 11% 1.34M 2m31s 2015-11-06 03:15:55.195 | 32150K .......... .......... .......... .......... .......... 11% 1.99M 2m31s 2015-11-06 03:15:55.218 | 32200K .......... .......... .......... .......... .......... 11% 1.71M 2m31s 2015-11-06 03:15:55.234 | 32250K .......... .......... .......... .......... .......... 11% 3.16M 2m31s 2015-11-06 03:15:55.258 | 32300K .......... .......... .......... .......... .......... 11% 2.01M 2m31s 2015-11-06 03:15:55.295 | 32350K .......... .......... .......... .......... .......... 11% 1.33M 2m31s 2015-11-06 03:15:55.318 | 32400K .......... .......... .......... .......... .......... 11% 2.04M 2m31s 2015-11-06 03:15:55.355 | 32450K .......... .......... .......... .......... .......... 11% 1.42M 2m31s 2015-11-06 03:15:55.379 | 32500K .......... .......... .......... .......... .......... 11% 1.82M 2m31s 2015-11-06 03:15:55.393 | 32550K .......... .......... .......... .......... .......... 11% 4.36M 2m31s 2015-11-06 03:15:55.427 | 32600K .......... .......... .......... .......... .......... 11% 1.34M 2m31s 2015-11-06 03:15:55.464 | 32650K .......... .......... .......... .......... .......... 11% 1.45M 2m31s 2015-11-06 03:15:55.485 | 32700K .......... .......... .......... .......... .......... 11% 1.99M 2m31s 2015-11-06 03:15:55.517 | 32750K .......... .......... .......... .......... .......... 11% 1.74M 2m31s 2015-11-06 03:15:55.539 | 32800K .......... .......... .......... .......... .......... 11% 1.88M 2m31s 2015-11-06 03:15:55.563 | 32850K .......... .......... .......... .......... .......... 11% 2.13M 2m30s 2015-11-06 03:15:55.602 | 32900K .......... .......... .......... .......... .......... 11% 1.22M 2m30s 2015-11-06 03:15:55.629 | 32950K .......... .......... .......... .......... .......... 12% 1.97M 2m30s 2015-11-06 03:15:55.645 | 33000K .......... .......... .......... .......... .......... 12% 2.73M 2m30s 2015-11-06 03:15:55.673 | 33050K .......... .......... .......... .......... .......... 12% 1.79M 2m30s 2015-11-06 03:15:55.707 | 33100K .......... .......... .......... .......... .......... 12% 1.38M 2m30s 2015-11-06 03:15:55.732 | 33150K .......... .......... .......... .......... .......... 12% 2.39M 2m30s 2015-11-06 03:15:55.755 | 33200K .......... .......... .......... .......... .......... 12% 1.77M 2m30s 2015-11-06 03:15:55.780 | 33250K .......... .......... .......... .......... .......... 12% 2.00M 2m30s 2015-11-06 03:15:55.806 | 33300K .......... .......... .......... .......... .......... 12% 1.89M 2m30s 2015-11-06 03:15:55.847 | 33350K .......... .......... .......... .......... .......... 12% 1.21M 2m30s 2015-11-06 03:15:55.862 | 33400K .......... .......... .......... .......... .......... 12% 3.02M 2m30s 2015-11-06 03:15:55.889 | 33450K .......... .......... .......... .......... .......... 12% 1.82M 2m30s 2015-11-06 03:15:55.913 | 33500K .......... .......... .......... .......... .......... 12% 2.04M 2m30s 2015-11-06 03:15:55.937 | 33550K .......... .......... .......... .......... .......... 12% 2.17M 2m30s 2015-11-06 03:15:55.974 | 33600K .......... .......... .......... .......... .......... 12% 1.27M 2m30s 2015-11-06 03:15:55.991 | 33650K .......... .......... .......... .......... .......... 12% 3.15M 2m29s 2015-11-06 03:15:56.018 | 33700K .......... .......... .......... .......... .......... 12% 1.67M 2m29s 2015-11-06 03:15:56.083 | 33750K .......... .......... .......... .......... .......... 12% 775K 2m30s 2015-11-06 03:15:56.100 | 33800K .......... .......... .......... .......... .......... 12% 2.83M 2m29s 2015-11-06 03:15:56.113 | 33850K .......... .......... .......... .......... .......... 12% 3.82M 2m29s 2015-11-06 03:15:56.124 | 33900K .......... .......... .......... .......... .......... 12% 4.60M 2m29s 2015-11-06 03:15:56.191 | 33950K .......... .......... .......... .......... .......... 12% 742K 2m29s 2015-11-06 03:15:56.277 | 34000K .......... .......... .......... .......... .......... 12% 584K 2m30s 2015-11-06 03:15:56.291 | 34050K .......... .......... .......... .......... .......... 12% 3.98M 2m30s 2015-11-06 03:15:56.312 | 34100K .......... .......... .......... .......... .......... 12% 2.12M 2m29s 2015-11-06 03:15:56.326 | 34150K .......... .......... .......... .......... .......... 12% 3.57M 2m29s 2015-11-06 03:15:56.342 | 34200K .......... .......... .......... .......... .......... 12% 2.89M 2m29s 2015-11-06 03:15:56.405 | 34250K .......... .......... .......... .......... .......... 12% 810K 2m29s 2015-11-06 03:15:56.430 | 34300K .......... .......... .......... .......... .......... 12% 1.85M 2m29s 2015-11-06 03:15:56.443 | 34350K .......... .......... .......... .......... .......... 12% 4.24M 2m29s 2015-11-06 03:15:56.467 | 34400K .......... .......... .......... .......... .......... 12% 1.94M 2m29s 2015-11-06 03:15:56.482 | 34450K .......... .......... .......... .......... .......... 12% 3.40M 2m29s 2015-11-06 03:15:56.535 | 34500K .......... .......... .......... .......... .......... 12% 935K 2m29s 2015-11-06 03:15:56.561 | 34550K .......... .......... .......... .......... .......... 12% 2.06M 2m29s 2015-11-06 03:15:56.570 | 34600K .......... .......... .......... .......... .......... 12% 4.46M 2m29s 2015-11-06 03:15:56.596 | 34650K .......... .......... .......... .......... .......... 12% 2.08M 2m29s 2015-11-06 03:15:56.611 | 34700K .......... .......... .......... .......... .......... 12% 2.83M 2m29s 2015-11-06 03:15:56.663 | 34750K .......... .......... .......... .......... .......... 12% 1.14M 2m29s 2015-11-06 03:15:56.688 | 34800K .......... .......... .......... .......... .......... 12% 1.43M 2m29s 2015-11-06 03:15:56.699 | 34850K .......... .......... .......... .......... .......... 12% 4.72M 2m28s 2015-11-06 03:15:56.724 | 34900K .......... .......... .......... .......... .......... 12% 1.86M 2m28s 2015-11-06 03:15:56.753 | 34950K .......... .......... .......... .......... .......... 12% 1.83M 2m28s 2015-11-06 03:15:56.795 | 35000K .......... .......... .......... .......... .......... 12% 1.11M 2m28s 2015-11-06 03:15:56.885 | 35050K .......... .......... .......... .......... .......... 12% 554K 2m29s 2015-11-06 03:15:56.932 | 35100K .......... .......... .......... .......... .......... 12% 1.04M 2m29s 2015-11-06 03:15:56.958 | 35150K .......... .......... .......... .......... .......... 12% 1.91M 2m29s 2015-11-06 03:15:56.974 | 35200K .......... .......... .......... .......... .......... 12% 3.03M 2m29s 2015-11-06 03:15:56.998 | 35250K .......... .......... .......... .......... .......... 12% 2.09M 2m29s 2015-11-06 03:15:57.016 | 35300K .......... .......... .......... .......... .......... 12% 2.58M 2m28s 2015-11-06 03:15:57.063 | 35350K .......... .......... .......... .......... .......... 12% 1.04M 2m28s 2015-11-06 03:15:57.092 | 35400K .......... .......... .......... .......... .......... 12% 1.69M 2m28s 2015-11-06 03:15:57.117 | 35450K .......... .......... .......... .......... .......... 12% 2.03M 2m28s 2015-11-06 03:15:57.132 | 35500K .......... .......... .......... .......... .......... 12% 2.92M 2m28s 2015-11-06 03:15:57.178 | 35550K .......... .......... .......... .......... .......... 12% 1.08M 2m28s 2015-11-06 03:15:57.189 | 35600K .......... .......... .......... .......... .......... 12% 4.15M 2m28s 2015-11-06 03:15:57.245 | 35650K .......... .......... .......... .......... .......... 12% 928K 2m28s 2015-11-06 03:15:57.271 | 35700K .......... .......... .......... .......... .......... 13% 1.78M 2m28s 2015-11-06 03:15:57.286 | 35750K .......... .......... .......... .......... .......... 13% 3.16M 2m28s 2015-11-06 03:15:57.315 | 35800K .......... .......... .......... .......... .......... 13% 1.70M 2m28s 2015-11-06 03:15:57.337 | 35850K .......... .......... .......... .......... .......... 13% 2.23M 2m28s 2015-11-06 03:15:57.379 | 35900K .......... .......... .......... .......... .......... 13% 1.16M 2m28s 2015-11-06 03:15:57.415 | 35950K .......... .......... .......... .......... .......... 13% 2.20M 2m28s 2015-11-06 03:15:57.442 | 36000K .......... .......... .......... .......... .......... 13% 1.18M 2m28s 2015-11-06 03:15:57.461 | 36050K .......... .......... .......... .......... .......... 13% 2.64M 2m28s 2015-11-06 03:15:57.482 | 36100K .......... .......... .......... .......... .......... 13% 2.29M 2m28s 2015-11-06 03:15:57.543 | 36150K .......... .......... .......... .......... .......... 13% 853K 2m28s 2015-11-06 03:15:57.572 | 36200K .......... .......... .......... .......... .......... 13% 1.68M 2m28s 2015-11-06 03:15:57.583 | 36250K .......... .......... .......... .......... .......... 13% 4.05M 2m28s 2015-11-06 03:15:57.613 | 36300K .......... .......... .......... .......... .......... 13% 1.56M 2m28s 2015-11-06 03:15:57.634 | 36350K .......... .......... .......... .......... .......... 13% 2.49M 2m28s 2015-11-06 03:15:57.702 | 36400K .......... .......... .......... .......... .......... 13% 725K 2m28s 2015-11-06 03:15:57.728 | 36450K .......... .......... .......... .......... .......... 13% 2.04M 2m28s 2015-11-06 03:15:57.740 | 36500K .......... .......... .......... .......... .......... 13% 3.50M 2m28s 2015-11-06 03:15:57.778 | 36550K .......... .......... .......... .......... .......... 13% 1.31M 2m28s 2015-11-06 03:15:57.818 | 36600K .......... .......... .......... .......... .......... 13% 1.18M 2m28s 2015-11-06 03:15:57.865 | 36650K .......... .......... .......... .......... .......... 13% 1.11M 2m28s 2015-11-06 03:15:57.876 | 36700K .......... .......... .......... .......... .......... 13% 3.64M 2m28s 2015-11-06 03:15:57.903 | 36750K .......... .......... .......... .......... .......... 13% 1.79M 2m27s 2015-11-06 03:15:57.913 | 36800K .......... .......... .......... .......... .......... 13% 5.03M 2m27s 2015-11-06 03:15:57.949 | 36850K .......... .......... .......... .......... .......... 13% 1.40M 2m27s 2015-11-06 03:15:57.993 | 36900K .......... .......... .......... .......... .......... 13% 1.08M 2m27s 2015-11-06 03:15:58.021 | 36950K .......... .......... .......... .......... .......... 13% 1.91M 2m27s 2015-11-06 03:15:58.037 | 37000K .......... .......... .......... .......... .......... 13% 2.61M 2m27s 2015-11-06 03:15:58.059 | 37050K .......... .......... .......... .......... .......... 13% 2.27M 2m27s 2015-11-06 03:15:58.082 | 37100K .......... .......... .......... .......... .......... 13% 2.13M 2m27s 2015-11-06 03:15:58.122 | 37150K .......... .......... .......... .......... .......... 13% 1.29M 2m27s 2015-11-06 03:15:58.151 | 37200K .......... .......... .......... .......... .......... 13% 1.56M 2m27s 2015-11-06 03:15:58.165 | 37250K .......... .......... .......... .......... .......... 13% 3.62M 2m27s 2015-11-06 03:15:58.187 | 37300K .......... .......... .......... .......... .......... 13% 2.19M 2m27s 2015-11-06 03:15:58.210 | 37350K .......... .......... .......... .......... .......... 13% 2.13M 2m27s 2015-11-06 03:15:58.302 | 37400K .......... .......... .......... .......... .......... 13% 542K 2m27s 2015-11-06 03:15:58.333 | 37450K .......... .......... .......... .......... .......... 13% 3.04M 2m27s 2015-11-06 03:15:58.353 | 37500K .......... .......... .......... .......... .......... 13% 1.39M 2m27s 2015-11-06 03:15:58.368 | 37550K .......... .......... .......... .......... .......... 13% 3.35M 2m27s 2015-11-06 03:15:58.395 | 37600K .......... .......... .......... .......... .......... 13% 1.77M 2m27s 2015-11-06 03:15:58.433 | 37650K .......... .......... .......... .......... .......... 13% 1.32M 2m27s 2015-11-06 03:15:58.449 | 37700K .......... .......... .......... .......... .......... 13% 2.94M 2m27s 2015-11-06 03:15:58.507 | 37750K .......... .......... .......... .......... .......... 13% 962K 2m27s 2015-11-06 03:15:58.526 | 37800K .......... .......... .......... .......... .......... 13% 1.88M 2m27s 2015-11-06 03:15:58.556 | 37850K .......... .......... .......... .......... .......... 13% 1.96M 2m27s 2015-11-06 03:15:58.597 | 37900K .......... .......... .......... .......... .......... 13% 1.08M 2m27s 2015-11-06 03:15:58.628 | 37950K .......... .......... .......... .......... .......... 13% 1.64M 2m27s 2015-11-06 03:15:58.654 | 38000K .......... .......... .......... .......... .......... 13% 1.75M 2m27s 2015-11-06 03:15:58.690 | 38050K .......... .......... .......... .......... .......... 13% 1.37M 2m27s 2015-11-06 03:15:58.711 | 38100K .......... .......... .......... .......... .......... 13% 2.37M 2m26s 2015-11-06 03:15:58.726 | 38150K .......... .......... .......... .......... .......... 13% 3.43M 2m26s 2015-11-06 03:15:58.761 | 38200K .......... .......... .......... .......... .......... 13% 1.35M 2m26s 2015-11-06 03:15:58.783 | 38250K .......... .......... .......... .......... .......... 13% 2.24M 2m26s 2015-11-06 03:15:58.820 | 38300K .......... .......... .......... .......... .......... 13% 1.33M 2m26s 2015-11-06 03:15:58.840 | 38350K .......... .......... .......... .......... .......... 13% 2.50M 2m26s 2015-11-06 03:15:58.854 | 38400K .......... .......... .......... .......... .......... 13% 3.19M 2m26s 2015-11-06 03:15:58.892 | 38450K .......... .......... .......... .......... .......... 14% 1.44M 2m26s 2015-11-06 03:15:58.916 | 38500K .......... .......... .......... .......... .......... 14% 1.76M 2m26s 2015-11-06 03:15:58.949 | 38550K .......... .......... .......... .......... .......... 14% 2.65M 2m26s 2015-11-06 03:15:58.977 | 38600K .......... .......... .......... .......... .......... 14% 1.16M 2m26s 2015-11-06 03:15:58.992 | 38650K .......... .......... .......... .......... .......... 14% 3.88M 2m26s 2015-11-06 03:15:59.020 | 38700K .......... .......... .......... .......... .......... 14% 1.59M 2m26s 2015-11-06 03:15:59.046 | 38750K .......... .......... .......... .......... .......... 14% 2.00M 2m26s 2015-11-06 03:15:59.078 | 38800K .......... .......... .......... .......... .......... 14% 1.44M 2m26s 2015-11-06 03:15:59.110 | 38850K .......... .......... .......... .......... .......... 14% 1.58M 2m26s 2015-11-06 03:15:59.119 | 38900K .......... .......... .......... .......... .......... 14% 5.03M 2m25s 2015-11-06 03:15:59.147 | 38950K .......... .......... .......... .......... .......... 14% 1.93M 2m25s 2015-11-06 03:15:59.174 | 39000K .......... .......... .......... .......... .......... 14% 1.65M 2m25s 2015-11-06 03:15:59.207 | 39050K .......... .......... .......... .......... .......... 14% 1.47M 2m25s 2015-11-06 03:15:59.238 | 39100K .......... .......... .......... .......... .......... 14% 1.58M 2m25s 2015-11-06 03:15:59.255 | 39150K .......... .......... .......... .......... .......... 14% 3.48M 2m25s 2015-11-06 03:15:59.274 | 39200K .......... .......... .......... .......... .......... 14% 2.24M 2m25s 2015-11-06 03:15:59.305 | 39250K .......... .......... .......... .......... .......... 14% 1.65M 2m25s 2015-11-06 03:15:59.326 | 39300K .......... .......... .......... .......... .......... 14% 2.14M 2m25s 2015-11-06 03:15:59.371 | 39350K .......... .......... .......... .......... .......... 14% 1.13M 2m25s 2015-11-06 03:15:59.394 | 39400K .......... .......... .......... .......... .......... 14% 1.97M 2m25s 2015-11-06 03:15:59.410 | 39450K .......... .......... .......... .......... .......... 14% 3.51M 2m25s 2015-11-06 03:15:59.433 | 39500K .......... .......... .......... .......... .......... 14% 1.97M 2m25s 2015-11-06 03:15:59.461 | 39550K .......... .......... .......... .......... .......... 14% 1.95M 2m25s 2015-11-06 03:15:59.498 | 39600K .......... .......... .......... .......... .......... 14% 1.22M 2m25s 2015-11-06 03:15:59.527 | 39650K .......... .......... .......... .......... .......... 14% 1.82M 2m25s 2015-11-06 03:15:59.548 | 39700K .......... .......... .......... .......... .......... 14% 2.12M 2m25s 2015-11-06 03:15:59.565 | 39750K .......... .......... .......... .......... .......... 14% 2.96M 2m24s 2015-11-06 03:15:59.594 | 39800K .......... .......... .......... .......... .......... 14% 1.70M 2m24s 2015-11-06 03:15:59.632 | 39850K .......... .......... .......... .......... .......... 14% 1.31M 2m24s 2015-11-06 03:15:59.658 | 39900K .......... .......... .......... .......... .......... 14% 1.81M 2m24s 2015-11-06 03:15:59.679 | 39950K .......... .......... .......... .......... .......... 14% 2.49M 2m24s 2015-11-06 03:15:59.701 | 40000K .......... .......... .......... .......... .......... 14% 2.05M 2m24s 2015-11-06 03:15:59.721 | 40050K .......... .......... .......... .......... .......... 14% 2.55M 2m24s 2015-11-06 03:15:59.761 | 40100K .......... .......... .......... .......... .......... 14% 1.20M 2m24s 2015-11-06 03:15:59.796 | 40150K .......... .......... .......... .......... .......... 14% 1.47M 2m24s 2015-11-06 03:15:59.818 | 40200K .......... .......... .......... .......... .......... 14% 2.03M 2m24s 2015-11-06 03:15:59.832 | 40250K .......... .......... .......... .......... .......... 14% 3.65M 2m24s 2015-11-06 03:15:59.871 | 40300K .......... .......... .......... .......... .......... 14% 1.23M 2m24s 2015-11-06 03:15:59.900 | 40350K .......... .......... .......... .......... .......... 14% 1.67M 2m24s 2015-11-06 03:15:59.924 | 40400K .......... .......... .......... .......... .......... 14% 2.09M 2m24s 2015-11-06 03:15:59.952 | 40450K .......... .......... .......... .......... .......... 14% 1.81M 2m24s 2015-11-06 03:15:59.974 | 40500K .......... .......... .......... .......... .......... 14% 2.10M 2m24s 2015-11-06 03:16:00.005 | 40550K .......... .......... .......... .......... .......... 14% 1.73M 2m24s 2015-11-06 03:16:00.222 | 40600K .......... .......... .......... .......... .......... 14% 228K 2m25s 2015-11-06 03:16:00.230 | 40650K .......... .......... .......... .......... .......... 14% 6.66M 2m25s 2015-11-06 03:16:00.237 | 40700K .......... .......... .......... .......... .......... 14% 6.39M 2m24s 2015-11-06 03:16:00.241 | 40750K .......... .......... .......... .......... .......... 14% 12.0M 2m24s 2015-11-06 03:16:00.242 | 40800K .......... .......... .......... .......... .......... 14% 30.2M 2m24s 2015-11-06 03:16:00.351 | 40850K .......... .......... .......... .......... .......... 14% 463K 2m24s 2015-11-06 03:16:00.355 | 40900K .......... .......... .......... .......... .......... 14% 11.6M 2m24s 2015-11-06 03:16:00.365 | 40950K .......... .......... .......... .......... .......... 14% 6.03M 2m24s 2015-11-06 03:16:00.375 | 41000K .......... .......... .......... .......... .......... 14% 4.04M 2m24s 2015-11-06 03:16:00.481 | 41050K .......... .......... .......... .......... .......... 14% 473K 2m24s 2015-11-06 03:16:00.491 | 41100K .......... .......... .......... .......... .......... 14% 4.92M 2m24s 2015-11-06 03:16:00.502 | 41150K .......... .......... .......... .......... .......... 14% 4.64M 2m24s 2015-11-06 03:16:00.601 | 41200K .......... .......... .......... .......... .......... 15% 500K 2m24s 2015-11-06 03:16:00.609 | 41250K .......... .......... .......... .......... .......... 15% 5.99M 2m24s 2015-11-06 03:16:00.624 | 41300K .......... .......... .......... .......... .......... 15% 3.23M 2m24s 2015-11-06 03:16:00.638 | 41350K .......... .......... .......... .......... .......... 15% 3.61M 2m24s 2015-11-06 03:16:00.746 | 41400K .......... .......... .......... .......... .......... 15% 463K 2m24s 2015-11-06 03:16:00.754 | 41450K .......... .......... .......... .......... .......... 15% 13.5M 2m24s 2015-11-06 03:16:00.770 | 41500K .......... .......... .......... .......... .......... 15% 2.44M 2m24s 2015-11-06 03:16:00.790 | 41550K .......... .......... .......... .......... .......... 15% 2.39M 2m24s 2015-11-06 03:16:00.881 | 41600K .......... .......... .......... .......... .......... 15% 548K 2m24s 2015-11-06 03:16:00.898 | 41650K .......... .......... .......... .......... .......... 15% 2.90M 2m24s 2015-11-06 03:16:00.924 | 41700K .......... .......... .......... .......... .......... 15% 1.90M 2m24s 2015-11-06 03:16:00.936 | 41750K .......... .......... .......... .......... .......... 15% 4.05M 2m24s 2015-11-06 03:16:01.011 | 41800K .......... .......... .......... .......... .......... 15% 663K 2m24s 2015-11-06 03:16:01.047 | 41850K .......... .......... .......... .......... .......... 15% 1.96M 2m24s 2015-11-06 03:16:01.122 | 41900K .......... .......... .......... .......... .......... 15% 581K 2m24s 2015-11-06 03:16:01.153 | 41950K .......... .......... .......... .......... .......... 15% 1.61M 2m24s 2015-11-06 03:16:01.183 | 42000K .......... .......... .......... .......... .......... 15% 1.60M 2m24s 2015-11-06 03:16:01.212 | 42050K .......... .......... .......... .......... .......... 15% 2.09M 2m24s 2015-11-06 03:16:01.235 | 42100K .......... .......... .......... .......... .......... 15% 1.73M 2m24s 2015-11-06 03:16:01.256 | 42150K .......... .......... .......... .......... .......... 15% 2.94M 2m24s 2015-11-06 03:16:01.275 | 42200K .......... .......... .......... .......... .......... 15% 2.04M 2m24s 2015-11-06 03:16:01.296 | 42250K .......... .......... .......... .......... .......... 15% 3.22M 2m24s 2015-11-06 03:16:01.312 | 42300K .......... .......... .......... .......... .......... 15% 2.20M 2m24s 2015-11-06 03:16:01.339 | 42350K .......... .......... .......... .......... .......... 15% 1.96M 2m24s 2015-11-06 03:16:01.383 | 42400K .......... .......... .......... .......... .......... 15% 1.07M 2m24s 2015-11-06 03:16:01.424 | 42450K .......... .......... .......... .......... .......... 15% 1.23M 2m24s 2015-11-06 03:16:01.435 | 42500K .......... .......... .......... .......... .......... 15% 4.06M 2m24s 2015-11-06 03:16:01.461 | 42550K .......... .......... .......... .......... .......... 15% 2.00M 2m24s 2015-11-06 03:16:01.482 | 42600K .......... .......... .......... .......... .......... 15% 2.15M 2m24s 2015-11-06 03:16:01.532 | 42650K .......... .......... .......... .......... .......... 15% 1004K 2m24s 2015-11-06 03:16:01.559 | 42700K .......... .......... .......... .......... .......... 15% 1.77M 2m24s 2015-11-06 03:16:01.576 | 42750K .......... .......... .......... .......... .......... 15% 2.93M 2m23s 2015-11-06 03:16:01.604 | 42800K .......... .......... .......... .......... .......... 15% 1.73M 2m23s 2015-11-06 03:16:01.653 | 42850K .......... .......... .......... .......... .......... 15% 1.06M 2m23s 2015-11-06 03:16:01.688 | 42900K .......... .......... .......... .......... .......... 15% 1.32M 2m23s 2015-11-06 03:16:01.699 | 42950K .......... .......... .......... .......... .......... 15% 5.23M 2m23s 2015-11-06 03:16:01.723 | 43000K .......... .......... .......... .......... .......... 15% 1.84M 2m23s 2015-11-06 03:16:01.747 | 43050K .......... .......... .......... .......... .......... 15% 2.03M 2m23s 2015-11-06 03:16:01.799 | 43100K .......... .......... .......... .......... .......... 15% 961K 2m23s 2015-11-06 03:16:01.825 | 43150K .......... .......... .......... .......... .......... 15% 2.05M 2m23s 2015-11-06 03:16:01.837 | 43200K .......... .......... .......... .......... .......... 15% 3.39M 2m23s 2015-11-06 03:16:01.869 | 43250K .......... .......... .......... .......... .......... 15% 1.54M 2m23s 2015-11-06 03:16:01.910 | 43300K .......... .......... .......... .......... .......... 15% 1.19M 2m23s 2015-11-06 03:16:01.948 | 43350K .......... .......... .......... .......... .......... 15% 1.30M 2m23s 2015-11-06 03:16:01.972 | 43400K .......... .......... .......... .......... .......... 15% 2.03M 2m23s 2015-11-06 03:16:01.985 | 43450K .......... .......... .......... .......... .......... 15% 3.91M 2m23s 2015-11-06 03:16:02.006 | 43500K .......... .......... .......... .......... .......... 15% 2.25M 2m23s 2015-11-06 03:16:02.054 | 43550K .......... .......... .......... .......... .......... 15% 1.08M 2m23s 2015-11-06 03:16:02.081 | 43600K .......... .......... .......... .......... .......... 15% 1.61M 2m23s 2015-11-06 03:16:02.116 | 43650K .......... .......... .......... .......... .......... 15% 1.43M 2m23s 2015-11-06 03:16:02.126 | 43700K .......... .......... .......... .......... .......... 15% 4.84M 2m23s 2015-11-06 03:16:02.169 | 43750K .......... .......... .......... .......... .......... 15% 3.98M 2m23s 2015-11-06 03:16:02.200 | 43800K .......... .......... .......... .......... .......... 15% 799K 2m23s 2015-11-06 03:16:02.220 | 43850K .......... .......... .......... .......... .......... 15% 2.58M 2m23s 2015-11-06 03:16:02.247 | 43900K .......... .......... .......... .......... .......... 15% 1.76M 2m23s 2015-11-06 03:16:02.274 | 43950K .......... .......... .......... .......... .......... 16% 1.94M 2m22s 2015-11-06 03:16:02.312 | 44000K .......... .......... .......... .......... .......... 16% 1.22M 2m23s 2015-11-06 03:16:02.390 | 44050K .......... .......... .......... .......... .......... 16% 718K 2m23s 2015-11-06 03:16:02.435 | 44100K .......... .......... .......... .......... .......... 16% 938K 2m23s 2015-11-06 03:16:02.472 | 44150K .......... .......... .......... .......... .......... 16% 1.56M 2m23s 2015-11-06 03:16:02.498 | 44200K .......... .......... .......... .......... .......... 16% 1.57M 2m23s 2015-11-06 03:16:02.521 | 44250K .......... .......... .......... .......... .......... 16% 2.15M 2m23s 2015-11-06 03:16:02.543 | 44300K .......... .......... .......... .......... .......... 16% 2.15M 2m23s 2015-11-06 03:16:02.566 | 44350K .......... .......... .......... .......... .......... 16% 2.19M 2m22s 2015-11-06 03:16:02.582 | 44400K .......... .......... .......... .......... .......... 16% 2.97M 2m22s 2015-11-06 03:16:02.603 | 44450K .......... .......... .......... .......... .......... 16% 2.83M 2m22s 2015-11-06 03:16:02.619 | 44500K .......... .......... .......... .......... .......... 16% 2.54M 2m22s 2015-11-06 03:16:02.634 | 44550K .......... .......... .......... .......... .......... 16% 3.32M 2m22s 2015-11-06 03:16:02.651 | 44600K .......... .......... .......... .......... .......... 16% 2.79M 2m22s 2015-11-06 03:16:02.668 | 44650K .......... .......... .......... .......... .......... 16% 3.23M 2m22s 2015-11-06 03:16:02.692 | 44700K .......... .......... .......... .......... .......... 16% 1.86M 2m22s 2015-11-06 03:16:02.722 | 44750K .......... .......... .......... .......... .......... 16% 1.76M 2m22s 2015-11-06 03:16:02.745 | 44800K .......... .......... .......... .......... .......... 16% 1.94M 2m22s 2015-11-06 03:16:02.780 | 44850K .......... .......... .......... .......... .......... 16% 1.39M 2m22s 2015-11-06 03:16:02.799 | 44900K .......... .......... .......... .......... .......... 16% 2.60M 2m22s 2015-11-06 03:16:02.824 | 44950K .......... .......... .......... .......... .......... 16% 2.14M 2m22s 2015-11-06 03:16:02.851 | 45000K .......... .......... .......... .......... .......... 16% 1.68M 2m21s 2015-11-06 03:16:02.876 | 45050K .......... .......... .......... .......... .......... 16% 2.07M 2m21s 2015-11-06 03:16:02.910 | 45100K .......... .......... .......... .......... .......... 16% 1.39M 2m21s 2015-11-06 03:16:02.929 | 45150K .......... .......... .......... .......... .......... 16% 2.59M 2m21s 2015-11-06 03:16:02.953 | 45200K .......... .......... .......... .......... .......... 16% 2.02M 2m21s 2015-11-06 03:16:02.985 | 45250K .......... .......... .......... .......... .......... 16% 1.72M 2m21s 2015-11-06 03:16:03.017 | 45300K .......... .......... .......... .......... .......... 16% 1.37M 2m21s 2015-11-06 03:16:03.048 | 45350K .......... .......... .......... .......... .......... 16% 1.67M 2m21s 2015-11-06 03:16:03.094 | 45400K .......... .......... .......... .......... .......... 16% 1.01M 2m21s 2015-11-06 03:16:03.109 | 45450K .......... .......... .......... .......... .......... 16% 3.57M 2m21s 2015-11-06 03:16:03.135 | 45500K .......... .......... .......... .......... .......... 16% 1.83M 2m21s 2015-11-06 03:16:03.152 | 45550K .......... .......... .......... .......... .......... 16% 3.89M 2m21s 2015-11-06 03:16:03.183 | 45600K .......... .......... .......... .......... .......... 16% 1.34M 2m21s 2015-11-06 03:16:03.227 | 45650K .......... .......... .......... .......... .......... 16% 1.13M 2m21s 2015-11-06 03:16:03.237 | 45700K .......... .......... .......... .......... .......... 16% 4.65M 2m21s 2015-11-06 03:16:03.265 | 45750K .......... .......... .......... .......... .......... 16% 1.91M 2m21s 2015-11-06 03:16:03.280 | 45800K .......... .......... .......... .......... .......... 16% 2.76M 2m21s 2015-11-06 03:16:03.312 | 45850K .......... .......... .......... .......... .......... 16% 1.52M 2m21s 2015-11-06 03:16:03.361 | 45900K .......... .......... .......... .......... .......... 16% 1.02M 2m21s 2015-11-06 03:16:03.379 | 45950K .......... .......... .......... .......... .......... 16% 2.71M 2m21s 2015-11-06 03:16:03.396 | 46000K .......... .......... .......... .......... .......... 16% 2.77M 2m21s 2015-11-06 03:16:03.416 | 46050K .......... .......... .......... .......... .......... 16% 2.40M 2m20s 2015-11-06 03:16:03.450 | 46100K .......... .......... .......... .......... .......... 16% 1.45M 2m20s 2015-11-06 03:16:03.498 | 46150K .......... .......... .......... .......... .......... 16% 1.08M 2m20s 2015-11-06 03:16:03.515 | 46200K .......... .......... .......... .......... .......... 16% 2.47M 2m20s 2015-11-06 03:16:03.534 | 46250K .......... .......... .......... .......... .......... 16% 2.61M 2m20s 2015-11-06 03:16:03.545 | 46300K .......... .......... .......... .......... .......... 16% 4.39M 2m20s 2015-11-06 03:16:03.579 | 46350K .......... .......... .......... .......... .......... 16% 1.77M 2m20s 2015-11-06 03:16:03.620 | 46400K .......... .......... .......... .......... .......... 16% 1.03M 2m20s 2015-11-06 03:16:03.643 | 46450K .......... .......... .......... .......... .......... 16% 2.15M 2m20s 2015-11-06 03:16:03.672 | 46500K .......... .......... .......... .......... .......... 16% 1.66M 2m20s 2015-11-06 03:16:03.694 | 46550K .......... .......... .......... .......... .......... 16% 2.27M 2m20s 2015-11-06 03:16:03.712 | 46600K .......... .......... .......... .......... .......... 16% 2.56M 2m20s 2015-11-06 03:16:03.755 | 46650K .......... .......... .......... .......... .......... 17% 1.28M 2m20s 2015-11-06 03:16:03.771 | 46700K .......... .......... .......... .......... .......... 17% 2.37M 2m20s 2015-11-06 03:16:03.808 | 46750K .......... .......... .......... .......... .......... 17% 1.36M 2m20s 2015-11-06 03:16:03.831 | 46800K .......... .......... .......... .......... .......... 17% 2.07M 2m20s 2015-11-06 03:16:03.856 | 46850K .......... .......... .......... .......... .......... 17% 2.00M 2m20s 2015-11-06 03:16:03.887 | 46900K .......... .......... .......... .......... .......... 17% 1.54M 2m20s 2015-11-06 03:16:03.903 | 46950K .......... .......... .......... .......... .......... 17% 3.08M 2m20s 2015-11-06 03:16:03.937 | 47000K .......... .......... .......... .......... .......... 17% 1.43M 2m20s 2015-11-06 03:16:03.957 | 47050K .......... .......... .......... .......... .......... 17% 2.41M 2m19s 2015-11-06 03:16:03.984 | 47100K .......... .......... .......... .......... .......... 17% 1.82M 2m19s 2015-11-06 03:16:04.016 | 47150K .......... .......... .......... .......... .......... 17% 1.54M 2m19s 2015-11-06 03:16:04.031 | 47200K .......... .......... .......... .......... .......... 17% 3.06M 2m19s 2015-11-06 03:16:04.065 | 47250K .......... .......... .......... .......... .......... 17% 2.24M 2m19s 2015-11-06 03:16:04.088 | 47300K .......... .......... .......... .......... .......... 17% 1.42M 2m19s 2015-11-06 03:16:04.114 | 47350K .......... .......... .......... .......... .......... 17% 1.85M 2m19s 2015-11-06 03:16:04.140 | 47400K .......... .......... .......... .......... .......... 17% 1.86M 2m19s 2015-11-06 03:16:04.164 | 47450K .......... .......... .......... .......... .......... 17% 2.19M 2m19s 2015-11-06 03:16:04.183 | 47500K .......... .......... .......... .......... .......... 17% 2.41M 2m19s 2015-11-06 03:16:04.220 | 47550K .......... .......... .......... .......... .......... 17% 1.55M 2m19s 2015-11-06 03:16:04.254 | 47600K .......... .......... .......... .......... .......... 17% 1.23M 2m19s 2015-11-06 03:16:04.269 | 47650K .......... .......... .......... .......... .......... 17% 3.29M 2m19s 2015-11-06 03:16:04.292 | 47700K .......... .......... .......... .......... .......... 17% 2.12M 2m19s 2015-11-06 03:16:04.312 | 47750K .......... .......... .......... .......... .......... 17% 2.69M 2m19s 2015-11-06 03:16:04.344 | 47800K .......... .......... .......... .......... .......... 17% 1.46M 2m19s 2015-11-06 03:16:04.384 | 47850K .......... .......... .......... .......... .......... 17% 1.23M 2m19s 2015-11-06 03:16:04.398 | 47900K .......... .......... .......... .......... .......... 17% 3.26M 2m19s 2015-11-06 03:16:04.420 | 47950K .......... .......... .......... .......... .......... 17% 2.23M 2m18s 2015-11-06 03:16:04.439 | 48000K .......... .......... .......... .......... .......... 17% 2.54M 2m18s 2015-11-06 03:16:04.471 | 48050K .......... .......... .......... .......... .......... 17% 1.52M 2m18s 2015-11-06 03:16:04.511 | 48100K .......... .......... .......... .......... .......... 17% 1.23M 2m18s 2015-11-06 03:16:04.527 | 48150K .......... .......... .......... .......... .......... 17% 7.92M 2m18s 2015-11-06 03:16:04.549 | 48200K .......... .......... .......... .......... .......... 17% 1.54M 2m18s 2015-11-06 03:16:04.568 | 48250K .......... .......... .......... .......... .......... 17% 3.09M 2m18s 2015-11-06 03:16:04.598 | 48300K .......... .......... .......... .......... .......... 17% 1.45M 2m18s 2015-11-06 03:16:04.639 | 48350K .......... .......... .......... .......... .......... 17% 1.21M 2m18s 2015-11-06 03:16:04.646 | 48400K .......... .......... .......... .......... .......... 17% 7.14M 2m18s 2015-11-06 03:16:04.678 | 48450K .......... .......... .......... .......... .......... 17% 1.50M 2m18s 2015-11-06 03:16:04.694 | 48500K .......... .......... .......... .......... .......... 17% 3.10M 2m18s 2015-11-06 03:16:04.727 | 48550K .......... .......... .......... .......... .......... 17% 1.49M 2m18s 2015-11-06 03:16:04.768 | 48600K .......... .......... .......... .......... .......... 17% 1.18M 2m18s 2015-11-06 03:16:04.775 | 48650K .......... .......... .......... .......... .......... 17% 11.3M 2m18s 2015-11-06 03:16:04.806 | 48700K .......... .......... .......... .......... .......... 17% 1.46M 2m18s 2015-11-06 03:16:04.822 | 48750K .......... .......... .......... .......... .......... 17% 2.98M 2m18s 2015-11-06 03:16:04.855 | 48800K .......... .......... .......... .......... .......... 17% 1.47M 2m18s 2015-11-06 03:16:04.897 | 48850K .......... .......... .......... .......... .......... 17% 1.19M 2m18s 2015-11-06 03:16:04.901 | 48900K .......... .......... .......... .......... .......... 17% 10.5M 2m17s 2015-11-06 03:16:04.935 | 48950K .......... .......... .......... .......... .......... 17% 1.83M 2m17s 2015-11-06 03:16:04.950 | 49000K .......... .......... .......... .......... .......... 17% 2.12M 2m17s 2015-11-06 03:16:04.982 | 49050K .......... .......... .......... .......... .......... 17% 1.53M 2m17s 2015-11-06 03:16:05.025 | 49100K .......... .......... .......... .......... .......... 17% 1.13M 2m17s 2015-11-06 03:16:05.031 | 49150K .......... .......... .......... .......... .......... 17% 9.03M 2m17s 2015-11-06 03:16:05.057 | 49200K .......... .......... .......... .......... .......... 17% 1.86M 2m17s 2015-11-06 03:16:05.080 | 49250K .......... .......... .......... .......... .......... 17% 2.86M 2m17s 2015-11-06 03:16:05.111 | 49300K .......... .......... .......... .......... .......... 17% 1.31M 2m17s 2015-11-06 03:16:05.154 | 49350K .......... .......... .......... .......... .......... 17% 1.16M 2m17s 2015-11-06 03:16:05.158 | 49400K .......... .......... .......... .......... .......... 18% 12.2M 2m17s 2015-11-06 03:16:05.186 | 49450K .......... .......... .......... .......... .......... 18% 1.99M 2m17s 2015-11-06 03:16:05.202 | 49500K .......... .......... .......... .......... .......... 18% 2.40M 2m17s 2015-11-06 03:16:05.241 | 49550K .......... .......... .......... .......... .......... 18% 1.37M 2m17s 2015-11-06 03:16:05.284 | 49600K .......... .......... .......... .......... .......... 18% 1.07M 2m17s 2015-11-06 03:16:05.292 | 49650K .......... .......... .......... .......... .......... 18% 5.72M 2m17s 2015-11-06 03:16:05.312 | 49700K .......... .......... .......... .......... .......... 18% 2.46M 2m17s 2015-11-06 03:16:05.332 | 49750K .......... .......... .......... .......... .......... 18% 2.80M 2m17s 2015-11-06 03:16:05.365 | 49800K .......... .......... .......... .......... .......... 18% 1.39M 2m17s 2015-11-06 03:16:05.401 | 49850K .......... .......... .......... .......... .......... 18% 1.37M 2m17s 2015-11-06 03:16:05.416 | 49900K .......... .......... .......... .......... .......... 18% 3.27M 2m16s 2015-11-06 03:16:05.441 | 49950K .......... .......... .......... .......... .......... 18% 2.25M 2m16s 2015-11-06 03:16:05.458 | 50000K .......... .......... .......... .......... .......... 18% 2.30M 2m16s 2015-11-06 03:16:05.492 | 50050K .......... .......... .......... .......... .......... 18% 1.46M 2m16s 2015-11-06 03:16:05.530 | 50100K .......... .......... .......... .......... .......... 18% 1.28M 2m16s 2015-11-06 03:16:05.545 | 50150K .......... .......... .......... .......... .......... 18% 3.39M 2m16s 2015-11-06 03:16:05.569 | 50200K .......... .......... .......... .......... .......... 18% 2.01M 2m16s 2015-11-06 03:16:05.587 | 50250K .......... .......... .......... .......... .......... 18% 2.89M 2m16s 2015-11-06 03:16:05.621 | 50300K .......... .......... .......... .......... .......... 18% 1.41M 2m16s 2015-11-06 03:16:05.659 | 50350K .......... .......... .......... .......... .......... 18% 1.28M 2m16s 2015-11-06 03:16:05.673 | 50400K .......... .......... .......... .......... .......... 18% 3.34M 2m16s 2015-11-06 03:16:05.698 | 50450K .......... .......... .......... .......... .......... 18% 2.37M 2m16s 2015-11-06 03:16:05.715 | 50500K .......... .......... .......... .......... .......... 18% 2.36M 2m16s 2015-11-06 03:16:05.750 | 50550K .......... .......... .......... .......... .......... 18% 1.41M 2m16s 2015-11-06 03:16:05.787 | 50600K .......... .......... .......... .......... .......... 18% 1.29M 2m16s 2015-11-06 03:16:05.802 | 50650K .......... .......... .......... .......... .......... 18% 3.34M 2m16s 2015-11-06 03:16:05.823 | 50700K .......... .......... .......... .......... .......... 18% 2.32M 2m16s 2015-11-06 03:16:05.843 | 50750K .......... .......... .......... .......... .......... 18% 2.62M 2m16s 2015-11-06 03:16:05.879 | 50800K .......... .......... .......... .......... .......... 18% 1.31M 2m16s 2015-11-06 03:16:05.915 | 50850K .......... .......... .......... .......... .......... 18% 1.55M 2m15s 2015-11-06 03:16:05.931 | 50900K .......... .......... .......... .......... .......... 18% 2.28M 2m15s 2015-11-06 03:16:05.952 | 50950K .......... .......... .......... .......... .......... 18% 2.42M 2m15s 2015-11-06 03:16:05.970 | 51000K .......... .......... .......... .......... .......... 18% 2.61M 2m15s 2015-11-06 03:16:06.003 | 51050K .......... .......... .......... .......... .......... 18% 1.48M 2m15s 2015-11-06 03:16:06.039 | 51100K .......... .......... .......... .......... .......... 18% 1.38M 2m15s 2015-11-06 03:16:06.059 | 51150K .......... .......... .......... .......... .......... 18% 2.46M 2m15s 2015-11-06 03:16:06.081 | 51200K .......... .......... .......... .......... .......... 18% 2.16M 2m15s 2015-11-06 03:16:06.099 | 51250K .......... .......... .......... .......... .......... 18% 2.78M 2m15s 2015-11-06 03:16:06.132 | 51300K .......... .......... .......... .......... .......... 18% 1.47M 2m15s 2015-11-06 03:16:06.153 | 51350K .......... .......... .......... .......... .......... 18% 2.34M 2m15s 2015-11-06 03:16:06.187 | 51400K .......... .......... .......... .......... .......... 18% 1.42M 2m15s 2015-11-06 03:16:06.209 | 51450K .......... .......... .......... .......... .......... 18% 2.32M 2m15s 2015-11-06 03:16:06.227 | 51500K .......... .......... .......... .......... .......... 18% 2.63M 2m15s 2015-11-06 03:16:06.257 | 51550K .......... .......... .......... .......... .......... 18% 1.65M 2m15s 2015-11-06 03:16:06.282 | 51600K .......... .......... .......... .......... .......... 18% 1.90M 2m15s 2015-11-06 03:16:06.316 | 51650K .......... .......... .......... .......... .......... 18% 1.45M 2m15s 2015-11-06 03:16:06.338 | 51700K .......... .......... .......... .......... .......... 18% 2.24M 2m15s 2015-11-06 03:16:06.356 | 51750K .......... .......... .......... .......... .......... 18% 2.74M 2m15s 2015-11-06 03:16:06.385 | 51800K .......... .......... .......... .......... .......... 18% 1.64M 2m14s 2015-11-06 03:16:06.410 | 51850K .......... .......... .......... .......... .......... 18% 1.94M 2m14s 2015-11-06 03:16:06.444 | 51900K .......... .......... .......... .......... .......... 18% 1.45M 2m14s 2015-11-06 03:16:06.466 | 51950K .......... .......... .......... .......... .......... 18% 2.88M 2m14s 2015-11-06 03:16:06.484 | 52000K .......... .......... .......... .......... .......... 18% 2.13M 2m14s 2015-11-06 03:16:06.508 | 52050K .......... .......... .......... .......... .......... 18% 2.06M 2m14s 2015-11-06 03:16:06.539 | 52100K .......... .......... .......... .......... .......... 18% 1.53M 2m14s 2015-11-06 03:16:06.574 | 52150K .......... .......... .......... .......... .......... 19% 1.45M 2m14s 2015-11-06 03:16:06.590 | 52200K .......... .......... .......... .......... .......... 19% 2.82M 2m14s 2015-11-06 03:16:06.613 | 52250K .......... .......... .......... .......... .......... 19% 2.23M 2m14s 2015-11-06 03:16:06.637 | 52300K .......... .......... .......... .......... .......... 19% 2.02M 2m14s 2015-11-06 03:16:06.669 | 52350K .......... .......... .......... .......... .......... 19% 1.86M 2m14s 2015-11-06 03:16:06.700 | 52400K .......... .......... .......... .......... .......... 19% 1.29M 2m14s 2015-11-06 03:16:06.719 | 52450K .......... .......... .......... .......... .......... 19% 4.78M 2m14s 2015-11-06 03:16:06.742 | 52500K .......... .......... .......... .......... .......... 19% 1.60M 2m14s 2015-11-06 03:16:06.765 | 52550K .......... .......... .......... .......... .......... 19% 2.09M 2m14s 2015-11-06 03:16:06.791 | 52600K .......... .......... .......... .......... .......... 19% 1.85M 2m14s 2015-11-06 03:16:06.830 | 52650K .......... .......... .......... .......... .......... 19% 1.27M 2m14s 2015-11-06 03:16:06.841 | 52700K .......... .......... .......... .......... .......... 19% 4.29M 2m14s 2015-11-06 03:16:06.872 | 52750K .......... .......... .......... .......... .......... 19% 1.57M 2m14s 2015-11-06 03:16:06.897 | 52800K .......... .......... .......... .......... .......... 19% 1.99M 2m13s 2015-11-06 03:16:06.920 | 52850K .......... .......... .......... .......... .......... 19% 2.11M 2m13s 2015-11-06 03:16:06.958 | 52900K .......... .......... .......... .......... .......... 19% 1.29M 2m13s 2015-11-06 03:16:06.969 | 52950K .......... .......... .......... .......... .......... 19% 4.84M 2m13s 2015-11-06 03:16:07.000 | 53000K .......... .......... .......... .......... .......... 19% 1.50M 2m13s 2015-11-06 03:16:07.016 | 53050K .......... .......... .......... .......... .......... 19% 3.19M 2m13s 2015-11-06 03:16:07.048 | 53100K .......... .......... .......... .......... .......... 19% 1.50M 2m13s 2015-11-06 03:16:07.086 | 53150K .......... .......... .......... .......... .......... 19% 1.30M 2m13s 2015-11-06 03:16:07.095 | 53200K .......... .......... .......... .......... .......... 19% 5.28M 2m13s 2015-11-06 03:16:07.129 | 53250K .......... .......... .......... .......... .......... 19% 1.45M 2m13s 2015-11-06 03:16:07.144 | 53300K .......... .......... .......... .......... .......... 19% 3.20M 2m13s 2015-11-06 03:16:07.176 | 53350K .......... .......... .......... .......... .......... 19% 1.67M 2m13s 2015-11-06 03:16:07.217 | 53400K .......... .......... .......... .......... .......... 19% 1.11M 2m13s 2015-11-06 03:16:07.224 | 53450K .......... .......... .......... .......... .......... 19% 12.0M 2m13s 2015-11-06 03:16:07.262 | 53500K .......... .......... .......... .......... .......... 19% 1.19M 2m13s 2015-11-06 03:16:07.273 | 53550K .......... .......... .......... .......... .......... 19% 5.63M 2m13s 2015-11-06 03:16:07.302 | 53600K .......... .......... .......... .......... .......... 19% 1.58M 2m13s 2015-11-06 03:16:07.345 | 53650K .......... .......... .......... .......... .......... 19% 1.14M 2m13s 2015-11-06 03:16:07.349 | 53700K .......... .......... .......... .......... .......... 19% 10.7M 2m13s 2015-11-06 03:16:07.391 | 53750K .......... .......... .......... .......... .......... 19% 1.19M 2m13s 2015-11-06 03:16:07.399 | 53800K .......... .......... .......... .......... .......... 19% 5.65M 2m12s 2015-11-06 03:16:07.431 | 53850K .......... .......... .......... .......... .......... 19% 1.52M 2m12s 2015-11-06 03:16:07.473 | 53900K .......... .......... .......... .......... .......... 19% 1.17M 2m12s 2015-11-06 03:16:07.478 | 53950K .......... .......... .......... .......... .......... 19% 10.8M 2m12s 2015-11-06 03:16:07.519 | 54000K .......... .......... .......... .......... .......... 19% 1.19M 2m12s 2015-11-06 03:16:07.523 | 54050K .......... .......... .......... .......... .......... 19% 11.1M 2m12s 2015-11-06 03:16:07.561 | 54100K .......... .......... .......... .......... .......... 19% 1.28M 2m12s 2015-11-06 03:16:07.602 | 54150K .......... .......... .......... .......... .......... 19% 1.57M 2m12s 2015-11-06 03:16:07.607 | 54200K .......... .......... .......... .......... .......... 19% 3.25M 2m12s 2015-11-06 03:16:07.647 | 54250K .......... .......... .......... .......... .......... 19% 1.24M 2m12s 2015-11-06 03:16:07.651 | 54300K .......... .......... .......... .......... .......... 19% 10.1M 2m12s 2015-11-06 03:16:07.687 | 54350K .......... .......... .......... .......... .......... 19% 1.58M 2m12s 2015-11-06 03:16:07.721 | 54400K .......... .......... .......... .......... .......... 19% 1.25M 2m12s 2015-11-06 03:16:07.735 | 54450K .......... .......... .......... .......... .......... 19% 3.50M 2m12s 2015-11-06 03:16:07.776 | 54500K .......... .......... .......... .......... .......... 19% 1.19M 2m12s 2015-11-06 03:16:07.780 | 54550K .......... .......... .......... .......... .......... 19% 10.6M 2m12s 2015-11-06 03:16:07.812 | 54600K .......... .......... .......... .......... .......... 19% 1.56M 2m12s 2015-11-06 03:16:07.850 | 54650K .......... .......... .......... .......... .......... 19% 1.28M 2m12s 2015-11-06 03:16:07.865 | 54700K .......... .......... .......... .......... .......... 19% 3.24M 2m12s 2015-11-06 03:16:07.904 | 54750K .......... .......... .......... .......... .......... 19% 2.47M 2m12s 2015-11-06 03:16:07.909 | 54800K .......... .......... .......... .......... .......... 19% 2.03M 2m12s 2015-11-06 03:16:07.941 | 54850K .......... .......... .......... .......... .......... 19% 1.55M 2m11s 2015-11-06 03:16:07.979 | 54900K .......... .......... .......... .......... .......... 20% 1.28M 2m12s 2015-11-06 03:16:07.994 | 54950K .......... .......... .......... .......... .......... 20% 3.40M 2m11s 2015-11-06 03:16:08.014 | 55000K .......... .......... .......... .......... .......... 20% 2.37M 2m11s 2015-11-06 03:16:08.038 | 55050K .......... .......... .......... .......... .......... 20% 1.99M 2m11s 2015-11-06 03:16:08.069 | 55100K .......... .......... .......... .......... .......... 20% 1.61M 2m11s 2015-11-06 03:16:08.107 | 55150K .......... .......... .......... .......... .......... 20% 1.28M 2m11s 2015-11-06 03:16:08.125 | 55200K .......... .......... .......... .......... .......... 20% 2.76M 2m11s 2015-11-06 03:16:08.142 | 55250K .......... .......... .......... .......... .......... 20% 3.05M 2m11s 2015-11-06 03:16:08.167 | 55300K .......... .......... .......... .......... .......... 20% 1.86M 2m11s 2015-11-06 03:16:08.198 | 55350K .......... .......... .......... .......... .......... 20% 1.80M 2m11s 2015-11-06 03:16:08.231 | 55400K .......... .......... .......... .......... .......... 20% 1.30M 2m11s 2015-11-06 03:16:08.253 | 55450K .......... .......... .......... .......... .......... 20% 2.29M 2m11s 2015-11-06 03:16:08.269 | 55500K .......... .......... .......... .......... .......... 20% 2.93M 2m11s 2015-11-06 03:16:08.295 | 55550K .......... .......... .......... .......... .......... 20% 1.96M 2m11s 2015-11-06 03:16:08.380 | 55600K .......... .......... .......... .......... .......... 20% 586K 2m11s 2015-11-06 03:16:08.385 | 55650K .......... .......... .......... .......... .......... 20% 8.72M 2m11s 2015-11-06 03:16:08.394 | 55700K .......... .......... .......... .......... .......... 20% 5.24M 2m11s 2015-11-06 03:16:08.403 | 55750K .......... .......... .......... .......... .......... 20% 5.84M 2m11s 2015-11-06 03:16:08.425 | 55800K .......... .......... .......... .......... .......... 20% 2.19M 2m11s 2015-11-06 03:16:08.509 | 55850K .......... .......... .......... .......... .......... 20% 2.02M 2m11s 2015-11-06 03:16:08.513 | 55900K .......... .......... .......... .......... .......... 20% 780K 2m11s 2015-11-06 03:16:08.524 | 55950K .......... .......... .......... .......... .......... 20% 4.75M 2m11s 2015-11-06 03:16:08.532 | 56000K .......... .......... .......... .......... .......... 20% 6.08M 2m10s 2015-11-06 03:16:08.552 | 56050K .......... .......... .......... .......... .......... 20% 2.41M 2m10s 2015-11-06 03:16:08.578 | 56100K .......... .......... .......... .......... .......... 20% 1.88M 2m10s 2015-11-06 03:16:08.644 | 56150K .......... .......... .......... .......... .......... 20% 768K 2m10s 2015-11-06 03:16:08.652 | 56200K .......... .......... .......... .......... .......... 20% 5.19M 2m10s 2015-11-06 03:16:08.660 | 56250K .......... .......... .......... .......... .......... 20% 8.24M 2m10s 2015-11-06 03:16:08.682 | 56300K .......... .......... .......... .......... .......... 20% 2.03M 2m10s 2015-11-06 03:16:08.704 | 56350K .......... .......... .......... .......... .......... 20% 2.54M 2m10s 2015-11-06 03:16:08.771 | 56400K .......... .......... .......... .......... .......... 20% 716K 2m10s 2015-11-06 03:16:08.781 | 56450K .......... .......... .......... .......... .......... 20% 5.82M 2m10s 2015-11-06 03:16:08.787 | 56500K .......... .......... .......... .......... .......... 20% 7.18M 2m10s 2015-11-06 03:16:08.812 | 56550K .......... .......... .......... .......... .......... 20% 1.96M 2m10s 2015-11-06 03:16:08.831 | 56600K .......... .......... .......... .......... .......... 20% 2.58M 2m10s 2015-11-06 03:16:08.900 | 56650K .......... .......... .......... .......... .......... 20% 717K 2m10s 2015-11-06 03:16:08.912 | 56700K .......... .......... .......... .......... .......... 20% 4.20M 2m10s 2015-11-06 03:16:08.918 | 56750K .......... .......... .......... .......... .......... 20% 8.96M 2m10s 2015-11-06 03:16:08.939 | 56800K .......... .......... .......... .......... .......... 20% 2.26M 2m10s 2015-11-06 03:16:08.959 | 56850K .......... .......... .......... .......... .......... 20% 2.47M 2m10s 2015-11-06 03:16:09.029 | 56900K .......... .......... .......... .......... .......... 20% 712K 2m10s 2015-11-06 03:16:09.042 | 56950K .......... .......... .......... .......... .......... 20% 4.54M 2m10s 2015-11-06 03:16:09.047 | 57000K .......... .......... .......... .......... .......... 20% 6.44M 2m10s 2015-11-06 03:16:09.069 | 57050K .......... .......... .......... .......... .......... 20% 2.34M 2m9s 2015-11-06 03:16:09.088 | 57100K .......... .......... .......... .......... .......... 20% 2.48M 2m9s 2015-11-06 03:16:09.158 | 57150K .......... .......... .......... .......... .......... 20% 716K 2m10s 2015-11-06 03:16:09.165 | 57200K .......... .......... .......... .......... .......... 20% 6.37M 2m9s 2015-11-06 03:16:09.175 | 57250K .......... .......... .......... .......... .......... 20% 6.00M 2m9s 2015-11-06 03:16:09.197 | 57300K .......... .......... .......... .......... .......... 20% 2.07M 2m9s 2015-11-06 03:16:09.217 | 57350K .......... .......... .......... .......... .......... 20% 5.07M 2m9s 2015-11-06 03:16:09.287 | 57400K .......... .......... .......... .......... .......... 20% 626K 2m9s 2015-11-06 03:16:09.294 | 57450K .......... .......... .......... .......... .......... 20% 6.80M 2m9s 2015-11-06 03:16:09.304 | 57500K .......... .......... .......... .......... .......... 20% 4.95M 2m9s 2015-11-06 03:16:09.326 | 57550K .......... .......... .......... .......... .......... 20% 2.24M 2m9s 2015-11-06 03:16:09.346 | 57600K .......... .......... .......... .......... .......... 20% 2.47M 2m9s 2015-11-06 03:16:09.415 | 57650K .......... .......... .......... .......... .......... 21% 713K 2m9s 2015-11-06 03:16:09.424 | 57700K .......... .......... .......... .......... .......... 21% 5.72M 2m9s 2015-11-06 03:16:09.434 | 57750K .......... .......... .......... .......... .......... 21% 5.13M 2m9s 2015-11-06 03:16:09.455 | 57800K .......... .......... .......... .......... .......... 21% 2.28M 2m9s 2015-11-06 03:16:09.464 | 57850K .......... .......... .......... .......... .......... 21% 5.15M 2m9s 2015-11-06 03:16:09.544 | 57900K .......... .......... .......... .......... .......... 21% 628K 2m9s 2015-11-06 03:16:09.552 | 57950K .......... .......... .......... .......... .......... 21% 5.83M 2m9s 2015-11-06 03:16:09.562 | 58000K .......... .......... .......... .......... .......... 21% 4.87M 2m9s 2015-11-06 03:16:09.583 | 58050K .......... .......... .......... .......... .......... 21% 2.42M 2m9s 2015-11-06 03:16:09.593 | 58100K .......... .......... .......... .......... .......... 21% 4.86M 2m8s 2015-11-06 03:16:09.672 | 58150K .......... .......... .......... .......... .......... 21% 633K 2m9s 2015-11-06 03:16:09.681 | 58200K .......... .......... .......... .......... .......... 21% 4.94M 2m9s 2015-11-06 03:16:09.690 | 58250K .......... .......... .......... .......... .......... 21% 6.68M 2m8s 2015-11-06 03:16:09.711 | 58300K .......... .......... .......... .......... .......... 21% 2.24M 2m8s 2015-11-06 03:16:09.722 | 58350K .......... .......... .......... .......... .......... 21% 12.7M 2m8s 2015-11-06 03:16:09.801 | 58400K .......... .......... .......... .......... .......... 21% 576K 2m8s 2015-11-06 03:16:09.810 | 58450K .......... .......... .......... .......... .......... 21% 6.30M 2m8s 2015-11-06 03:16:09.819 | 58500K .......... .......... .......... .......... .......... 21% 5.44M 2m8s 2015-11-06 03:16:09.839 | 58550K .......... .......... .......... .......... .......... 21% 2.44M 2m8s 2015-11-06 03:16:09.843 | 58600K .......... .......... .......... .......... .......... 21% 10.2M 2m8s 2015-11-06 03:16:09.929 | 58650K .......... .......... .......... .......... .......... 21% 585K 2m8s 2015-11-06 03:16:09.938 | 58700K .......... .......... .......... .......... .......... 21% 4.82M 2m8s 2015-11-06 03:16:09.947 | 58750K .......... .......... .......... .......... .......... 21% 8.20M 2m8s 2015-11-06 03:16:09.967 | 58800K .......... .......... .......... .......... .......... 21% 2.19M 2m8s 2015-11-06 03:16:09.971 | 58850K .......... .......... .......... .......... .......... 21% 10.7M 2m8s 2015-11-06 03:16:10.059 | 58900K .......... .......... .......... .......... .......... 21% 570K 2m8s 2015-11-06 03:16:10.066 | 58950K .......... .......... .......... .......... .......... 21% 10.4M 2m8s 2015-11-06 03:16:10.073 | 59000K .......... .......... .......... .......... .......... 21% 5.23M 2m8s 2015-11-06 03:16:10.095 | 59050K .......... .......... .......... .......... .......... 21% 2.26M 2m8s 2015-11-06 03:16:10.100 | 59100K .......... .......... .......... .......... .......... 21% 9.10M 2m8s 2015-11-06 03:16:10.188 | 59150K .......... .......... .......... .......... .......... 21% 572K 2m8s 2015-11-06 03:16:10.193 | 59200K .......... .......... .......... .......... .......... 21% 8.89M 2m8s 2015-11-06 03:16:10.202 | 59250K .......... .......... .......... .......... .......... 21% 5.74M 2m8s 2015-11-06 03:16:10.224 | 59300K .......... .......... .......... .......... .......... 21% 2.22M 2m7s 2015-11-06 03:16:10.228 | 59350K .......... .......... .......... .......... .......... 21% 9.88M 2m7s 2015-11-06 03:16:10.315 | 59400K .......... .......... .......... .......... .......... 21% 579K 2m8s 2015-11-06 03:16:10.322 | 59450K .......... .......... .......... .......... .......... 21% 7.20M 2m7s 2015-11-06 03:16:10.330 | 59500K .......... .......... .......... .......... .......... 21% 5.62M 2m7s 2015-11-06 03:16:10.354 | 59550K .......... .......... .......... .......... .......... 21% 7.91M 2m7s 2015-11-06 03:16:10.358 | 59600K .......... .......... .......... .......... .......... 21% 2.24M 2m7s 2015-11-06 03:16:10.445 | 59650K .......... .......... .......... .......... .......... 21% 576K 2m7s 2015-11-06 03:16:10.450 | 59700K .......... .......... .......... .......... .......... 21% 9.56M 2m7s 2015-11-06 03:16:10.459 | 59750K .......... .......... .......... .......... .......... 21% 5.51M 2m7s 2015-11-06 03:16:10.465 | 59800K .......... .......... .......... .......... .......... 21% 8.40M 2m7s 2015-11-06 03:16:10.486 | 59850K .......... .......... .......... .......... .......... 21% 2.28M 2m7s 2015-11-06 03:16:10.576 | 59900K .......... .......... .......... .......... .......... 21% 562K 2m7s 2015-11-06 03:16:10.580 | 59950K .......... .......... .......... .......... .......... 21% 10.8M 2m7s 2015-11-06 03:16:10.589 | 60000K .......... .......... .......... .......... .......... 21% 5.06M 2m7s 2015-11-06 03:16:10.594 | 60050K .......... .......... .......... .......... .......... 21% 9.41M 2m7s 2015-11-06 03:16:10.615 | 60100K .......... .......... .......... .......... .......... 21% 2.39M 2m7s 2015-11-06 03:16:10.703 | 60150K .......... .......... .......... .......... .......... 21% 571K 2m7s 2015-11-06 03:16:10.707 | 60200K .......... .......... .......... .......... .......... 21% 10.8M 2m7s 2015-11-06 03:16:10.718 | 60250K .......... .......... .......... .......... .......... 21% 4.88M 2m7s 2015-11-06 03:16:10.722 | 60300K .......... .......... .......... .......... .......... 21% 8.91M 2m7s 2015-11-06 03:16:10.744 | 60350K .......... .......... .......... .......... .......... 21% 2.29M 2m6s 2015-11-06 03:16:10.768 | 60400K .......... .......... .......... .......... .......... 22% 2.00M 2m6s 2015-11-06 03:16:10.837 | 60450K .......... .......... .......... .......... .......... 22% 726K 2m7s 2015-11-06 03:16:10.847 | 60500K .......... .......... .......... .......... .......... 22% 4.81M 2m6s 2015-11-06 03:16:10.852 | 60550K .......... .......... .......... .......... .......... 22% 9.54M 2m6s 2015-11-06 03:16:10.872 | 60600K .......... .......... .......... .......... .......... 22% 2.45M 2m6s 2015-11-06 03:16:10.897 | 60650K .......... .......... .......... .......... .......... 22% 1.98M 2m6s 2015-11-06 03:16:10.966 | 60700K .......... .......... .......... .......... .......... 22% 718K 2m6s 2015-11-06 03:16:10.975 | 60750K .......... .......... .......... .......... .......... 22% 6.52M 2m6s 2015-11-06 03:16:10.980 | 60800K .......... .......... .......... .......... .......... 22% 8.44M 2m6s 2015-11-06 03:16:11.001 | 60850K .......... .......... .......... .......... .......... 22% 2.38M 2m6s 2015-11-06 03:16:11.026 | 60900K .......... .......... .......... .......... .......... 22% 1.90M 2m6s 2015-11-06 03:16:11.098 | 60950K .......... .......... .......... .......... .......... 22% 708K 2m6s 2015-11-06 03:16:11.116 | 61000K .......... .......... .......... .......... .......... 22% 2.59M 2m6s 2015-11-06 03:16:11.120 | 61050K .......... .......... .......... .......... .......... 22% 10.2M 2m6s 2015-11-06 03:16:11.130 | 61100K .......... .......... .......... .......... .......... 22% 5.16M 2m6s 2015-11-06 03:16:11.219 | 61150K .......... .......... .......... .......... .......... 22% 2.28M 2m6s 2015-11-06 03:16:11.222 | 61200K .......... .......... .......... .......... .......... 22% 705K 2m6s 2015-11-06 03:16:11.244 | 61250K .......... .......... .......... .......... .......... 22% 5.32M 2m6s 2015-11-06 03:16:11.250 | 61300K .......... .......... .......... .......... .......... 22% 2.59M 2m6s 2015-11-06 03:16:11.258 | 61350K .......... .......... .......... .......... .......... 22% 5.95M 2m6s 2015-11-06 03:16:11.311 | 61400K .......... .......... .......... .......... .......... 22% 957K 2m6s 2015-11-06 03:16:11.384 | 61450K .......... .......... .......... .......... .......... 22% 745K 2m6s 2015-11-06 03:16:11.421 | 61500K .......... .......... .......... .......... .......... 22% 1.14M 2m6s 2015-11-06 03:16:11.450 | 61550K .......... .......... .......... .......... .......... 22% 1.98M 2m6s 2015-11-06 03:16:11.474 | 61600K .......... .......... .......... .......... .......... 22% 1.70M 2m6s 2015-11-06 03:16:11.496 | 61650K .......... .......... .......... .......... .......... 22% 2.22M 2m6s 2015-11-06 03:16:11.520 | 61700K .......... .......... .......... .......... .......... 22% 2.04M 2m6s 2015-11-06 03:16:11.537 | 61750K .......... .......... .......... .......... .......... 22% 2.97M 2m6s 2015-11-06 03:16:11.557 | 61800K .......... .......... .......... .......... .......... 22% 2.38M 2m5s 2015-11-06 03:16:11.574 | 61850K .......... .......... .......... .......... .......... 22% 2.93M 2m5s 2015-11-06 03:16:11.590 | 61900K .......... .......... .......... .......... .......... 22% 3.02M 2m5s 2015-11-06 03:16:11.613 | 61950K .......... .......... .......... .......... .......... 22% 2.11M 2m5s 2015-11-06 03:16:11.628 | 62000K .......... .......... .......... .......... .......... 22% 3.21M 2m5s 2015-11-06 03:16:11.642 | 62050K .......... .......... .......... .......... .......... 22% 3.76M 2m5s 2015-11-06 03:16:11.656 | 62100K .......... .......... .......... .......... .......... 22% 3.28M 2m5s 2015-11-06 03:16:11.691 | 62150K .......... .......... .......... .......... .......... 22% 1.41M 2m5s 2015-11-06 03:16:11.736 | 62200K .......... .......... .......... .......... .......... 22% 1.06M 2m5s 2015-11-06 03:16:11.751 | 62250K .......... .......... .......... .......... .......... 22% 3.58M 2m5s 2015-11-06 03:16:11.768 | 62300K .......... .......... .......... .......... .......... 22% 2.84M 2m5s 2015-11-06 03:16:11.777 | 62350K .......... .......... .......... .......... .......... 22% 5.08M 2m5s 2015-11-06 03:16:11.820 | 62400K .......... .......... .......... .......... .......... 22% 1.16M 2m5s 2015-11-06 03:16:11.866 | 62450K .......... .......... .......... .......... .......... 22% 1.05M 2m5s 2015-11-06 03:16:11.878 | 62500K .......... .......... .......... .......... .......... 22% 4.01M 2m5s 2015-11-06 03:16:11.892 | 62550K .......... .......... .......... .......... .......... 22% 3.61M 2m5s 2015-11-06 03:16:11.904 | 62600K .......... .......... .......... .......... .......... 22% 3.87M 2m5s 2015-11-06 03:16:11.948 | 62650K .......... .......... .......... .......... .......... 22% 6.30M 2m4s 2015-11-06 03:16:11.995 | 62700K .......... .......... .......... .......... .......... 22% 604K 2m5s 2015-11-06 03:16:12.002 | 62750K .......... .......... .......... .......... .......... 22% 6.60M 2m5s 2015-11-06 03:16:12.021 | 62800K .......... .......... .......... .......... .......... 22% 2.55M 2m4s 2015-11-06 03:16:12.030 | 62850K .......... .......... .......... .......... .......... 22% 6.25M 2m4s 2015-11-06 03:16:12.040 | 62900K .......... .......... .......... .......... .......... 22% 4.49M 2m4s 2015-11-06 03:16:12.123 | 62950K .......... .......... .......... .......... .......... 22% 600K 2m4s 2015-11-06 03:16:12.130 | 63000K .......... .......... .......... .......... .......... 22% 7.38M 2m4s 2015-11-06 03:16:12.150 | 63050K .......... .......... .......... .......... .......... 22% 2.45M 2m4s 2015-11-06 03:16:12.159 | 63100K .......... .......... .......... .......... .......... 22% 5.64M 2m4s 2015-11-06 03:16:12.165 | 63150K .......... .......... .......... .......... .......... 23% 7.08M 2m4s 2015-11-06 03:16:12.252 | 63200K .......... .......... .......... .......... .......... 23% 578K 2m4s 2015-11-06 03:16:12.260 | 63250K .......... .......... .......... .......... .......... 23% 6.19M 2m4s 2015-11-06 03:16:12.279 | 63300K .......... .......... .......... .......... .......... 23% 2.55M 2m4s 2015-11-06 03:16:12.289 | 63350K .......... .......... .......... .......... .......... 23% 5.72M 2m4s 2015-11-06 03:16:12.293 | 63400K .......... .......... .......... .......... .......... 23% 8.56M 2m4s 2015-11-06 03:16:12.381 | 63450K .......... .......... .......... .......... .......... 23% 578K 2m4s 2015-11-06 03:16:12.389 | 63500K .......... .......... .......... .......... .......... 23% 5.24M 2m4s 2015-11-06 03:16:12.406 | 63550K .......... .......... .......... .......... .......... 23% 3.05M 2m4s 2015-11-06 03:16:12.416 | 63600K .......... .......... .......... .......... .......... 23% 4.89M 2m4s 2015-11-06 03:16:12.420 | 63650K .......... .......... .......... .......... .......... 23% 9.44M 2m4s 2015-11-06 03:16:12.509 | 63700K .......... .......... .......... .......... .......... 23% 563K 2m4s 2015-11-06 03:16:12.515 | 63750K .......... .......... .......... .......... .......... 23% 7.71M 2m4s 2015-11-06 03:16:12.535 | 63800K .......... .......... .......... .......... .......... 23% 2.47M 2m4s 2015-11-06 03:16:12.544 | 63850K .......... .......... .......... .......... .......... 23% 11.2M 2m4s 2015-11-06 03:16:12.548 | 63900K .......... .......... .......... .......... .......... 23% 5.81M 2m3s 2015-11-06 03:16:12.637 | 63950K .......... .......... .......... .......... .......... 23% 564K 2m4s 2015-11-06 03:16:12.645 | 64000K .......... .......... .......... .......... .......... 23% 5.61M 2m3s 2015-11-06 03:16:12.665 | 64050K .......... .......... .......... .......... .......... 23% 2.79M 2m3s 2015-11-06 03:16:12.668 | 64100K .......... .......... .......... .......... .......... 23% 9.89M 2m3s 2015-11-06 03:16:12.677 | 64150K .......... .......... .......... .......... .......... 23% 5.42M 2m3s 2015-11-06 03:16:12.766 | 64200K .......... .......... .......... .......... .......... 23% 566K 2m3s 2015-11-06 03:16:12.773 | 64250K .......... .......... .......... .......... .......... 23% 5.97M 2m3s 2015-11-06 03:16:12.790 | 64300K .......... .......... .......... .......... .......... 23% 2.82M 2m3s 2015-11-06 03:16:12.795 | 64350K .......... .......... .......... .......... .......... 23% 10.6M 2m3s 2015-11-06 03:16:12.805 | 64400K .......... .......... .......... .......... .......... 23% 4.82M 2m3s 2015-11-06 03:16:12.896 | 64450K .......... .......... .......... .......... .......... 23% 568K 2m3s 2015-11-06 03:16:12.902 | 64500K .......... .......... .......... .......... .......... 23% 5.62M 2m3s 2015-11-06 03:16:12.921 | 64550K .......... .......... .......... .......... .......... 23% 2.65M 2m3s 2015-11-06 03:16:12.925 | 64600K .......... .......... .......... .......... .......... 23% 11.5M 2m3s 2015-11-06 03:16:12.934 | 64650K .......... .......... .......... .......... .......... 23% 5.07M 2m3s 2015-11-06 03:16:13.025 | 64700K .......... .......... .......... .......... .......... 23% 559K 2m3s 2015-11-06 03:16:13.031 | 64750K .......... .......... .......... .......... .......... 23% 6.57M 2m3s 2015-11-06 03:16:13.049 | 64800K .......... .......... .......... .......... .......... 23% 2.84M 2m3s 2015-11-06 03:16:13.053 | 64850K .......... .......... .......... .......... .......... 23% 10.0M 2m3s 2015-11-06 03:16:13.063 | 64900K .......... .......... .......... .......... .......... 23% 4.90M 2m3s 2015-11-06 03:16:13.151 | 64950K .......... .......... .......... .......... .......... 23% 819K 2m3s 2015-11-06 03:16:13.160 | 65000K .......... .......... .......... .......... .......... 23% 1.39M 2m3s 2015-11-06 03:16:13.179 | 65050K .......... .......... .......... .......... .......... 23% 2.68M 2m3s 2015-11-06 03:16:13.183 | 65100K .......... .......... .......... .......... .......... 23% 9.25M 2m3s 2015-11-06 03:16:13.195 | 65150K .......... .......... .......... .......... .......... 23% 4.11M 2m2s 2015-11-06 03:16:13.249 | 65200K .......... .......... .......... .......... .......... 23% 917K 2m2s 2015-11-06 03:16:13.286 | 65250K .......... .......... .......... .......... .......... 23% 1.32M 2m2s 2015-11-06 03:16:13.306 | 65300K .......... .......... .......... .......... .......... 23% 2.46M 2m2s 2015-11-06 03:16:13.313 | 65350K .......... .......... .......... .......... .......... 23% 6.70M 2m2s 2015-11-06 03:16:13.324 | 65400K .......... .......... .......... .......... .......... 23% 4.69M 2m2s 2015-11-06 03:16:13.379 | 65450K .......... .......... .......... .......... .......... 23% 906K 2m2s 2015-11-06 03:16:13.420 | 65500K .......... .......... .......... .......... .......... 23% 1.19M 2m2s 2015-11-06 03:16:13.434 | 65550K .......... .......... .......... .......... .......... 23% 5.08M 2m2s 2015-11-06 03:16:13.440 | 65600K .......... .......... .......... .......... .......... 23% 4.54M 2m2s 2015-11-06 03:16:13.452 | 65650K .......... .......... .......... .......... .......... 23% 4.16M 2m2s 2015-11-06 03:16:13.507 | 65700K .......... .......... .......... .......... .......... 23% 901K 2m2s 2015-11-06 03:16:13.546 | 65750K .......... .......... .......... .......... .......... 23% 1.26M 2m2s 2015-11-06 03:16:13.556 | 65800K .......... .......... .......... .......... .......... 23% 4.96M 2m2s 2015-11-06 03:16:13.570 | 65850K .......... .......... .......... .......... .......... 23% 3.51M 2m2s 2015-11-06 03:16:13.581 | 65900K .......... .......... .......... .......... .......... 24% 4.29M 2m2s 2015-11-06 03:16:13.636 | 65950K .......... .......... .......... .......... .......... 24% 919K 2m2s 2015-11-06 03:16:13.675 | 66000K .......... .......... .......... .......... .......... 24% 1.25M 2m2s 2015-11-06 03:16:13.684 | 66050K .......... .......... .......... .......... .......... 24% 5.65M 2m2s 2015-11-06 03:16:13.698 | 66100K .......... .......... .......... .......... .......... 24% 3.47M 2m2s 2015-11-06 03:16:13.708 | 66150K .......... .......... .......... .......... .......... 24% 5.02M 2m2s 2015-11-06 03:16:13.764 | 66200K .......... .......... .......... .......... .......... 24% 878K 2m2s 2015-11-06 03:16:13.804 | 66250K .......... .......... .......... .......... .......... 24% 1.37M 2m2s 2015-11-06 03:16:13.814 | 66300K .......... .......... .......... .......... .......... 24% 3.49M 2m2s 2015-11-06 03:16:13.827 | 66350K .......... .......... .......... .......... .......... 24% 4.04M 2m2s 2015-11-06 03:16:13.837 | 66400K .......... .......... .......... .......... .......... 24% 4.44M 2m1s 2015-11-06 03:16:13.893 | 66450K .......... .......... .......... .......... .......... 24% 910K 2m1s 2015-11-06 03:16:13.928 | 66500K .......... .......... .......... .......... .......... 24% 1.38M 2m1s 2015-11-06 03:16:13.953 | 66550K .......... .......... .......... .......... .......... 24% 1.96M 2m1s 2015-11-06 03:16:13.958 | 66600K .......... .......... .......... .......... .......... 24% 9.99M 2m1s 2015-11-06 03:16:13.968 | 66650K .......... .......... .......... .......... .......... 24% 5.03M 2m1s 2015-11-06 03:16:14.022 | 66700K .......... .......... .......... .......... .......... 24% 919K 2m1s 2015-11-06 03:16:14.057 | 66750K .......... .......... .......... .......... .......... 24% 1.39M 2m1s 2015-11-06 03:16:14.082 | 66800K .......... .......... .......... .......... .......... 24% 1.93M 2m1s 2015-11-06 03:16:14.087 | 66850K .......... .......... .......... .......... .......... 24% 9.99M 2m1s 2015-11-06 03:16:14.097 | 66900K .......... .......... .......... .......... .......... 24% 5.52M 2m1s 2015-11-06 03:16:14.151 | 66950K .......... .......... .......... .......... .......... 24% 934K 2m1s 2015-11-06 03:16:14.185 | 67000K .......... .......... .......... .......... .......... 24% 1.35M 2m1s 2015-11-06 03:16:14.210 | 67050K .......... .......... .......... .......... .......... 24% 2.12M 2m1s 2015-11-06 03:16:14.215 | 67100K .......... .......... .......... .......... .......... 24% 7.83M 2m1s 2015-11-06 03:16:14.224 | 67150K .......... .......... .......... .......... .......... 24% 7.18M 2m1s 2015-11-06 03:16:14.236 | 67200K .......... .......... .......... .......... .......... 24% 3.41M 2m1s 2015-11-06 03:16:14.314 | 67250K .......... .......... .......... .......... .......... 24% 638K 2m1s 2015-11-06 03:16:14.339 | 67300K .......... .......... .......... .......... .......... 24% 2.00M 2m1s 2015-11-06 03:16:14.344 | 67350K .......... .......... .......... .......... .......... 24% 14.7M 2m1s 2015-11-06 03:16:14.350 | 67400K .......... .......... .......... .......... .......... 24% 5.70M 2m1s 2015-11-06 03:16:14.370 | 67450K .......... .......... .......... .......... .......... 24% 4.99M 2m1s 2015-11-06 03:16:14.443 | 67500K .......... .......... .......... .......... .......... 24% 603K 2m1s 2015-11-06 03:16:14.466 | 67550K .......... .......... .......... .......... .......... 24% 2.14M 2m1s 2015-11-06 03:16:14.470 | 67600K .......... .......... .......... .......... .......... 24% 11.0M 2m1s 2015-11-06 03:16:14.479 | 67650K .......... .......... .......... .......... .......... 24% 5.78M 2m0s 2015-11-06 03:16:14.489 | 67700K .......... .......... .......... .......... .......... 24% 4.67M 2m0s 2015-11-06 03:16:14.572 | 67750K .......... .......... .......... .......... .......... 24% 603K 2m0s 2015-11-06 03:16:14.596 | 67800K .......... .......... .......... .......... .......... 24% 2.12M 2m0s 2015-11-06 03:16:14.600 | 67850K .......... .......... .......... .......... .......... 24% 10.4M 2m0s 2015-11-06 03:16:14.608 | 67900K .......... .......... .......... .......... .......... 24% 5.99M 2m0s 2015-11-06 03:16:14.618 | 67950K .......... .......... .......... .......... .......... 24% 4.76M 2m0s 2015-11-06 03:16:14.700 | 68000K .......... .......... .......... .......... .......... 24% 610K 2m0s 2015-11-06 03:16:14.724 | 68050K .......... .......... .......... .......... .......... 24% 2.22M 2m0s 2015-11-06 03:16:14.728 | 68100K .......... .......... .......... .......... .......... 24% 9.00M 2m0s 2015-11-06 03:16:14.736 | 68150K .......... .......... .......... .......... .......... 24% 6.73M 2m0s 2015-11-06 03:16:14.748 | 68200K .......... .......... .......... .......... .......... 24% 3.73M 2m0s 2015-11-06 03:16:14.829 | 68250K .......... .......... .......... .......... .......... 24% 627K 2m0s 2015-11-06 03:16:14.852 | 68300K .......... .......... .......... .......... .......... 24% 2.07M 2m0s 2015-11-06 03:16:14.856 | 68350K .......... .......... .......... .......... .......... 24% 10.1M 2m0s 2015-11-06 03:16:14.864 | 68400K .......... .......... .......... .......... .......... 24% 6.06M 2m0s 2015-11-06 03:16:14.877 | 68450K .......... .......... .......... .......... .......... 24% 6.75M 2m0s 2015-11-06 03:16:14.957 | 68500K .......... .......... .......... .......... .......... 24% 588K 2m0s 2015-11-06 03:16:14.981 | 68550K .......... .......... .......... .......... .......... 24% 2.99M 2m0s 2015-11-06 03:16:14.985 | 68600K .......... .......... .......... .......... .......... 24% 3.96M 2m0s 2015-11-06 03:16:14.993 | 68650K .......... .......... .......... .......... .......... 25% 7.80M 2m0s 2015-11-06 03:16:15.002 | 68700K .......... .......... .......... .......... .......... 25% 4.59M 2m0s 2015-11-06 03:16:15.085 | 68750K .......... .......... .......... .......... .......... 25% 606K 2m0s 2015-11-06 03:16:15.101 | 68800K .......... .......... .......... .......... .......... 25% 2.96M 2m0s 2015-11-06 03:16:15.113 | 68850K .......... .......... .......... .......... .......... 25% 4.74M 2m0s 2015-11-06 03:16:15.120 | 68900K .......... .......... .......... .......... .......... 25% 5.96M 1m59s 2015-11-06 03:16:15.129 | 68950K .......... .......... .......... .......... .......... 25% 5.64M 1m59s 2015-11-06 03:16:15.214 | 69000K .......... .......... .......... .......... .......... 25% 587K 1m59s 2015-11-06 03:16:15.230 | 69050K .......... .......... .......... .......... .......... 25% 7.46M 1m59s 2015-11-06 03:16:15.241 | 69100K .......... .......... .......... .......... .......... 25% 2.32M 1m59s 2015-11-06 03:16:15.249 | 69150K .......... .......... .......... .......... .......... 25% 6.18M 1m59s 2015-11-06 03:16:15.257 | 69200K .......... .......... .......... .......... .......... 25% 5.93M 1m59s 2015-11-06 03:16:15.342 | 69250K .......... .......... .......... .......... .......... 25% 595K 1m59s 2015-11-06 03:16:15.349 | 69300K .......... .......... .......... .......... .......... 25% 6.53M 1m59s 2015-11-06 03:16:15.369 | 69350K .......... .......... .......... .......... .......... 25% 2.44M 1m59s 2015-11-06 03:16:15.377 | 69400K .......... .......... .......... .......... .......... 25% 6.04M 1m59s 2015-11-06 03:16:15.386 | 69450K .......... .......... .......... .......... .......... 25% 5.63M 1m59s 2015-11-06 03:16:15.440 | 69500K .......... .......... .......... .......... .......... 25% 913K 1m59s 2015-11-06 03:16:15.478 | 69550K .......... .......... .......... .......... .......... 25% 1.33M 1m59s 2015-11-06 03:16:15.498 | 69600K .......... .......... .......... .......... .......... 25% 2.36M 1m59s 2015-11-06 03:16:15.506 | 69650K .......... .......... .......... .......... .......... 25% 6.57M 1m59s 2015-11-06 03:16:15.513 | 69700K .......... .......... .......... .......... .......... 25% 5.93M 1m59s 2015-11-06 03:16:15.570 | 69750K .......... .......... .......... .......... .......... 25% 904K 1m59s 2015-11-06 03:16:15.611 | 69800K .......... .......... .......... .......... .......... 25% 1.14M 1m59s 2015-11-06 03:16:15.627 | 69850K .......... .......... .......... .......... .......... 25% 3.27M 1m59s 2015-11-06 03:16:15.635 | 69900K .......... .......... .......... .......... .......... 25% 5.56M 1m59s 2015-11-06 03:16:15.642 | 69950K .......... .......... .......... .......... .......... 25% 6.67M 1m59s 2015-11-06 03:16:15.698 | 70000K .......... .......... .......... .......... .......... 25% 902K 1m59s 2015-11-06 03:16:15.740 | 70050K .......... .......... .......... .......... .......... 25% 1.24M 1m59s 2015-11-06 03:16:15.756 | 70100K .......... .......... .......... .......... .......... 25% 2.57M 1m59s 2015-11-06 03:16:15.763 | 70150K .......... .......... .......... .......... .......... 25% 7.43M 1m58s 2015-11-06 03:16:15.771 | 70200K .......... .......... .......... .......... .......... 25% 6.16M 1m58s 2015-11-06 03:16:15.826 | 70250K .......... .......... .......... .......... .......... 25% 902K 1m58s 2015-11-06 03:16:15.867 | 70300K .......... .......... .......... .......... .......... 25% 1.19M 1m58s 2015-11-06 03:16:15.886 | 70350K .......... .......... .......... .......... .......... 25% 2.73M 1m58s 2015-11-06 03:16:15.892 | 70400K .......... .......... .......... .......... .......... 25% 7.19M 1m58s 2015-11-06 03:16:15.899 | 70450K .......... .......... .......... .......... .......... 25% 6.44M 1m58s 2015-11-06 03:16:15.956 | 70500K .......... .......... .......... .......... .......... 25% 889K 1m58s 2015-11-06 03:16:15.996 | 70550K .......... .......... .......... .......... .......... 25% 1.22M 1m58s 2015-11-06 03:16:16.014 | 70600K .......... .......... .......... .......... .......... 25% 2.65M 1m58s 2015-11-06 03:16:16.020 | 70650K .......... .......... .......... .......... .......... 25% 11.8M 1m58s 2015-11-06 03:16:16.028 | 70700K .......... .......... .......... .......... .......... 25% 5.05M 1m58s 2015-11-06 03:16:16.084 | 70750K .......... .......... .......... .......... .......... 25% 893K 1m58s 2015-11-06 03:16:16.125 | 70800K .......... .......... .......... .......... .......... 25% 1.19M 1m58s 2015-11-06 03:16:16.143 | 70850K .......... .......... .......... .......... .......... 25% 2.94M 1m58s 2015-11-06 03:16:16.147 | 70900K .......... .......... .......... .......... .......... 25% 8.78M 1m58s 2015-11-06 03:16:16.157 | 70950K .......... .......... .......... .......... .......... 25% 4.96M 1m58s 2015-11-06 03:16:16.213 | 71000K .......... .......... .......... .......... .......... 25% 886K 1m58s 2015-11-06 03:16:16.253 | 71050K .......... .......... .......... .......... .......... 25% 1.25M 1m58s 2015-11-06 03:16:16.269 | 71100K .......... .......... .......... .......... .......... 25% 2.90M 1m58s 2015-11-06 03:16:16.276 | 71150K .......... .......... .......... .......... .......... 25% 7.38M 1m58s 2015-11-06 03:16:16.286 | 71200K .......... .......... .......... .......... .......... 25% 4.76M 1m58s 2015-11-06 03:16:16.344 | 71250K .......... .......... .......... .......... .......... 25% 871K 1m58s 2015-11-06 03:16:16.381 | 71300K .......... .......... .......... .......... .......... 25% 1.30M 1m58s 2015-11-06 03:16:16.400 | 71350K .......... .......... .......... .......... .......... 25% 2.76M 1m58s 2015-11-06 03:16:16.406 | 71400K .......... .......... .......... .......... .......... 26% 8.48M 1m58s 2015-11-06 03:16:16.414 | 71450K .......... .......... .......... .......... .......... 26% 5.78M 1m57s 2015-11-06 03:16:16.470 | 71500K .......... .......... .......... .......... .......... 26% 888K 1m57s 2015-11-06 03:16:16.510 | 71550K .......... .......... .......... .......... .......... 26% 1.35M 1m57s 2015-11-06 03:16:16.527 | 71600K .......... .......... .......... .......... .......... 26% 2.33M 1m57s 2015-11-06 03:16:16.533 | 71650K .......... .......... .......... .......... .......... 26% 7.61M 1m57s 2015-11-06 03:16:16.542 | 71700K .......... .......... .......... .......... .......... 26% 6.17M 1m57s 2015-11-06 03:16:16.599 | 71750K .......... .......... .......... .......... .......... 26% 2.33M 1m57s 2015-11-06 03:16:16.634 | 71800K .......... .......... .......... .......... .......... 26% 692K 1m57s 2015-11-06 03:16:16.656 | 71850K .......... .......... .......... .......... .......... 26% 2.25M 1m57s 2015-11-06 03:16:16.662 | 71900K .......... .......... .......... .......... .......... 26% 7.80M 1m57s 2015-11-06 03:16:16.670 | 71950K .......... .......... .......... .......... .......... 26% 10.3M 1m57s 2015-11-06 03:16:16.685 | 72000K .......... .......... .......... .......... .......... 26% 2.75M 1m57s 2015-11-06 03:16:16.763 | 72050K .......... .......... .......... .......... .......... 26% 640K 1m57s 2015-11-06 03:16:16.783 | 72100K .......... .......... .......... .......... .......... 26% 2.37M 1m57s 2015-11-06 03:16:16.790 | 72150K .......... .......... .......... .......... .......... 26% 8.13M 1m57s 2015-11-06 03:16:16.795 | 72200K .......... .......... .......... .......... .......... 26% 8.71M 1m57s 2015-11-06 03:16:16.813 | 72250K .......... .......... .......... .......... .......... 26% 2.74M 1m57s 2015-11-06 03:16:16.893 | 72300K .......... .......... .......... .......... .......... 26% 633K 1m57s 2015-11-06 03:16:16.916 | 72350K .......... .......... .......... .......... .......... 26% 2.11M 1m57s 2015-11-06 03:16:16.919 | 72400K .......... .......... .......... .......... .......... 26% 12.6M 1m57s 2015-11-06 03:16:16.924 | 72450K .......... .......... .......... .......... .......... 26% 8.90M 1m57s 2015-11-06 03:16:16.943 | 72500K .......... .......... .......... .......... .......... 26% 2.67M 1m57s 2015-11-06 03:16:17.021 | 72550K .......... .......... .......... .......... .......... 26% 647K 1m57s 2015-11-06 03:16:17.042 | 72600K .......... .......... .......... .......... .......... 26% 2.35M 1m57s 2015-11-06 03:16:17.047 | 72650K .......... .......... .......... .......... .......... 26% 9.76M 1m57s 2015-11-06 03:16:17.054 | 72700K .......... .......... .......... .......... .......... 26% 6.06M 1m56s 2015-11-06 03:16:17.071 | 72750K .......... .......... .......... .......... .......... 26% 2.85M 1m56s 2015-11-06 03:16:17.149 | 72800K .......... .......... .......... .......... .......... 26% 641K 1m57s 2015-11-06 03:16:17.172 | 72850K .......... .......... .......... .......... .......... 26% 2.97M 1m56s 2015-11-06 03:16:17.176 | 72900K .......... .......... .......... .......... .......... 26% 4.70M 1m56s 2015-11-06 03:16:17.182 | 72950K .......... .......... .......... .......... .......... 26% 7.85M 1m56s 2015-11-06 03:16:17.190 | 73000K .......... .......... .......... .......... .......... 26% 5.75M 1m56s 2015-11-06 03:16:17.277 | 73050K .......... .......... .......... .......... .......... 26% 586K 1m56s 2015-11-06 03:16:17.295 | 73100K .......... .......... .......... .......... .......... 26% 2.51M 1m56s 2015-11-06 03:16:17.305 | 73150K .......... .......... .......... .......... .......... 26% 5.08M 1m56s 2015-11-06 03:16:17.311 | 73200K .......... .......... .......... .......... .......... 26% 8.08M 1m56s 2015-11-06 03:16:17.320 | 73250K .......... .......... .......... .......... .......... 26% 5.31M 1m56s 2015-11-06 03:16:17.404 | 73300K .......... .......... .......... .......... .......... 26% 597K 1m56s 2015-11-06 03:16:17.423 | 73350K .......... .......... .......... .......... .......... 26% 2.57M 1m56s 2015-11-06 03:16:17.434 | 73400K .......... .......... .......... .......... .......... 26% 4.36M 1m56s 2015-11-06 03:16:17.440 | 73450K .......... .......... .......... .......... .......... 26% 8.62M 1m56s 2015-11-06 03:16:17.448 | 73500K .......... .......... .......... .......... .......... 26% 5.72M 1m56s 2015-11-06 03:16:17.553 | 73550K .......... .......... .......... .......... .......... 26% 484K 1m56s 2015-11-06 03:16:17.556 | 73600K .......... .......... .......... .......... .......... 26% 9.77M 1m56s 2015-11-06 03:16:17.561 | 73650K .......... .......... .......... .......... .......... 26% 12.0M 1m56s 2015-11-06 03:16:17.567 | 73700K .......... .......... .......... .......... .......... 26% 7.78M 1m56s 2015-11-06 03:16:17.577 | 73750K .......... .......... .......... .......... .......... 26% 5.66M 1m56s 2015-11-06 03:16:17.681 | 73800K .......... .......... .......... .......... .......... 26% 479K 1m56s 2015-11-06 03:16:17.684 | 73850K .......... .......... .......... .......... .......... 26% 10.4M 1m56s 2015-11-06 03:16:17.691 | 73900K .......... .......... .......... .......... .......... 26% 7.19M 1m56s 2015-11-06 03:16:17.697 | 73950K .......... .......... .......... .......... .......... 26% 8.10M 1m56s 2015-11-06 03:16:17.704 | 74000K .......... .......... .......... .......... .......... 26% 7.15M 1m55s 2015-11-06 03:16:17.809 | 74050K .......... .......... .......... .......... .......... 26% 915K 1m55s 2015-11-06 03:16:17.818 | 74100K .......... .......... .......... .......... .......... 26% 852K 1m56s 2015-11-06 03:16:17.826 | 74150K .......... .......... .......... .......... .......... 27% 6.01M 1m55s 2015-11-06 03:16:17.829 | 74200K .......... .......... .......... .......... .......... 27% 17.0M 1m55s 2015-11-06 03:16:17.833 | 74250K .......... .......... .......... .......... .......... 27% 12.3M 1m55s 2015-11-06 03:16:17.887 | 74300K .......... .......... .......... .......... .......... 27% 906K 1m55s 2015-11-06 03:16:17.948 | 74350K .......... .......... .......... .......... .......... 27% 837K 1m55s 2015-11-06 03:16:17.954 | 74400K .......... .......... .......... .......... .......... 27% 6.99M 1m55s 2015-11-06 03:16:17.958 | 74450K .......... .......... .......... .......... .......... 27% 14.2M 1m55s 2015-11-06 03:16:17.962 | 74500K .......... .......... .......... .......... .......... 27% 12.1M 1m55s 2015-11-06 03:16:18.016 | 74550K .......... .......... .......... .......... .......... 27% 922K 1m55s 2015-11-06 03:16:18.073 | 74600K .......... .......... .......... .......... .......... 27% 872K 1m55s 2015-11-06 03:16:18.081 | 74650K .......... .......... .......... .......... .......... 27% 6.83M 1m55s 2015-11-06 03:16:18.083 | 74700K .......... .......... .......... .......... .......... 27% 18.6M 1m55s 2015-11-06 03:16:18.089 | 74750K .......... .......... .......... .......... .......... 27% 8.40M 1m55s 2015-11-06 03:16:18.145 | 74800K .......... .......... .......... .......... .......... 27% 896K 1m55s 2015-11-06 03:16:18.200 | 74850K .......... .......... .......... .......... .......... 27% 902K 1m55s 2015-11-06 03:16:18.208 | 74900K .......... .......... .......... .......... .......... 27% 6.85M 1m55s 2015-11-06 03:16:18.211 | 74950K .......... .......... .......... .......... .......... 27% 13.5M 1m55s 2015-11-06 03:16:18.218 | 75000K .......... .......... .......... .......... .......... 27% 6.41M 1m55s 2015-11-06 03:16:18.274 | 75050K .......... .......... .......... .......... .......... 27% 897K 1m55s 2015-11-06 03:16:18.334 | 75100K .......... .......... .......... .......... .......... 27% 888K 1m55s 2015-11-06 03:16:18.336 | 75150K .......... .......... .......... .......... .......... 27% 8.86M 1m55s 2015-11-06 03:16:18.340 | 75200K .......... .......... .......... .......... .......... 27% 13.0M 1m55s 2015-11-06 03:16:18.347 | 75250K .......... .......... .......... .......... .......... 27% 7.18M 1m55s 2015-11-06 03:16:18.403 | 75300K .......... .......... .......... .......... .......... 27% 889K 1m55s 2015-11-06 03:16:18.458 | 75350K .......... .......... .......... .......... .......... 27% 902K 1m55s 2015-11-06 03:16:18.463 | 75400K .......... .......... .......... .......... .......... 27% 9.91M 1m55s 2015-11-06 03:16:18.470 | 75450K .......... .......... .......... .......... .......... 27% 7.50M 1m54s 2015-11-06 03:16:18.478 | 75500K .......... .......... .......... .......... .......... 27% 6.09M 1m54s 2015-11-06 03:16:18.531 | 75550K .......... .......... .......... .......... .......... 27% 941K 1m54s 2015-11-06 03:16:18.587 | 75600K .......... .......... .......... .......... .......... 27% 894K 1m54s 2015-11-06 03:16:18.592 | 75650K .......... .......... .......... .......... .......... 27% 10.7M 1m54s 2015-11-06 03:16:18.599 | 75700K .......... .......... .......... .......... .......... 27% 6.41M 1m54s 2015-11-06 03:16:18.607 | 75750K .......... .......... .......... .......... .......... 27% 6.32M 1m54s 2015-11-06 03:16:18.661 | 75800K .......... .......... .......... .......... .......... 27% 915K 1m54s 2015-11-06 03:16:18.719 | 75850K .......... .......... .......... .......... .......... 27% 876K 1m54s 2015-11-06 03:16:18.723 | 75900K .......... .......... .......... .......... .......... 27% 9.86M 1m54s 2015-11-06 03:16:18.727 | 75950K .......... .......... .......... .......... .......... 27% 13.0M 1m54s 2015-11-06 03:16:18.735 | 76000K .......... .......... .......... .......... .......... 27% 6.18M 1m54s 2015-11-06 03:16:18.788 | 76050K .......... .......... .......... .......... .......... 27% 2.68M 1m54s 2015-11-06 03:16:18.846 | 76100K .......... .......... .......... .......... .......... 27% 543K 1m54s 2015-11-06 03:16:18.851 | 76150K .......... .......... .......... .......... .......... 27% 8.15M 1m54s 2015-11-06 03:16:18.855 | 76200K .......... .......... .......... .......... .......... 27% 12.7M 1m54s 2015-11-06 03:16:18.864 | 76250K .......... .......... .......... .......... .......... 27% 6.63M 1m54s 2015-11-06 03:16:18.883 | 76300K .......... .......... .......... .......... .......... 27% 2.37M 1m54s 2015-11-06 03:16:18.975 | 76350K .......... .......... .......... .......... .......... 27% 548K 1m54s 2015-11-06 03:16:18.983 | 76400K .......... .......... .......... .......... .......... 27% 6.21M 1m54s 2015-11-06 03:16:18.987 | 76450K .......... .......... .......... .......... .......... 27% 10.6M 1m54s 2015-11-06 03:16:18.992 | 76500K .......... .......... .......... .......... .......... 27% 10.4M 1m54s 2015-11-06 03:16:19.012 | 76550K .......... .......... .......... .......... .......... 27% 2.47M 1m54s 2015-11-06 03:16:19.149 | 76600K .......... .......... .......... .......... .......... 27% 363K 1m54s 2015-11-06 03:16:19.155 | 76650K .......... .......... .......... .......... .......... 27% 12.9M 1m54s 2015-11-06 03:16:19.159 | 76700K .......... .......... .......... .......... .......... 27% 7.95M 1m54s 2015-11-06 03:16:19.166 | 76750K .......... .......... .......... .......... .......... 27% 6.77M 1m54s 2015-11-06 03:16:19.179 | 76800K .......... .......... .......... .......... .......... 27% 3.81M 1m53s 2015-11-06 03:16:19.278 | 76850K .......... .......... .......... .......... .......... 27% 506K 1m54s 2015-11-06 03:16:19.283 | 76900K .......... .......... .......... .......... .......... 28% 11.5M 1m54s 2015-11-06 03:16:19.287 | 76950K .......... .......... .......... .......... .......... 28% 9.13M 1m53s 2015-11-06 03:16:19.295 | 77000K .......... .......... .......... .......... .......... 28% 6.16M 1m53s 2015-11-06 03:16:19.307 | 77050K .......... .......... .......... .......... .......... 28% 4.87M 1m53s 2015-11-06 03:16:19.407 | 77100K .......... .......... .......... .......... .......... 28% 491K 1m53s 2015-11-06 03:16:19.409 | 77150K .......... .......... .......... .......... .......... 28% 25.0M 1m53s 2015-11-06 03:16:19.417 | 77200K .......... .......... .......... .......... .......... 28% 6.46M 1m53s 2015-11-06 03:16:19.424 | 77250K .......... .......... .......... .......... .......... 28% 6.64M 1m53s 2015-11-06 03:16:19.435 | 77300K .......... .......... .......... .......... .......... 28% 4.66M 1m53s 2015-11-06 03:16:19.543 | 77350K .......... .......... .......... .......... .......... 28% 462K 1m53s 2015-11-06 03:16:19.557 | 77400K .......... .......... .......... .......... .......... 28% 3.58M 1m53s 2015-11-06 03:16:19.559 | 77450K .......... .......... .......... .......... .......... 28% 19.0M 1m53s 2015-11-06 03:16:19.564 | 77500K .......... .......... .......... .......... .......... 28% 10.8M 1m53s 2015-11-06 03:16:19.569 | 77550K .......... .......... .......... .......... .......... 28% 9.80M 1m53s 2015-11-06 03:16:19.671 | 77600K .......... .......... .......... .......... .......... 28% 486K 1m53s 2015-11-06 03:16:19.688 | 77650K .......... .......... .......... .......... .......... 28% 2.91M 1m53s 2015-11-06 03:16:19.694 | 77700K .......... .......... .......... .......... .......... 28% 8.59M 1m53s 2015-11-06 03:16:19.704 | 77750K .......... .......... .......... .......... .......... 28% 4.57M 1m53s 2015-11-06 03:16:19.805 | 77800K .......... .......... .......... .......... .......... 28% 498K 1m53s 2015-11-06 03:16:19.810 | 77850K .......... .......... .......... .......... .......... 28% 9.04M 1m53s 2015-11-06 03:16:19.818 | 77900K .......... .......... .......... .......... .......... 28% 7.03M 1m53s 2015-11-06 03:16:19.836 | 77950K .......... .......... .......... .......... .......... 28% 2.71M 1m53s 2015-11-06 03:16:19.840 | 78000K .......... .......... .......... .......... .......... 28% 9.47M 1m53s 2015-11-06 03:16:19.934 | 78050K .......... .......... .......... .......... .......... 28% 542K 1m53s 2015-11-06 03:16:19.937 | 78100K .......... .......... .......... .......... .......... 28% 11.0M 1m53s 2015-11-06 03:16:19.946 | 78150K .......... .......... .......... .......... .......... 28% 5.35M 1m53s 2015-11-06 03:16:19.963 | 78200K .......... .......... .......... .......... .......... 28% 2.86M 1m53s 2015-11-06 03:16:19.969 | 78250K .......... .......... .......... .......... .......... 28% 8.56M 1m53s 2015-11-06 03:16:20.065 | 78300K .......... .......... .......... .......... .......... 28% 521K 1m53s 2015-11-06 03:16:20.068 | 78350K .......... .......... .......... .......... .......... 28% 17.1M 1m53s 2015-11-06 03:16:20.075 | 78400K .......... .......... .......... .......... .......... 28% 6.86M 1m53s 2015-11-06 03:16:20.096 | 78450K .......... .......... .......... .......... .......... 28% 2.37M 1m52s 2015-11-06 03:16:20.099 | 78500K .......... .......... .......... .......... .......... 28% 15.1M 1m52s 2015-11-06 03:16:20.191 | 78550K .......... .......... .......... .......... .......... 28% 541K 1m53s 2015-11-06 03:16:20.196 | 78600K .......... .......... .......... .......... .......... 28% 9.27M 1m52s 2015-11-06 03:16:20.204 | 78650K .......... .......... .......... .......... .......... 28% 6.44M 1m52s 2015-11-06 03:16:20.222 | 78700K .......... .......... .......... .......... .......... 28% 2.79M 1m52s 2015-11-06 03:16:20.227 | 78750K .......... .......... .......... .......... .......... 28% 9.46M 1m52s 2015-11-06 03:16:20.319 | 78800K .......... .......... .......... .......... .......... 28% 544K 1m52s 2015-11-06 03:16:20.325 | 78850K .......... .......... .......... .......... .......... 28% 8.28M 1m52s 2015-11-06 03:16:20.333 | 78900K .......... .......... .......... .......... .......... 28% 6.15M 1m52s 2015-11-06 03:16:20.350 | 78950K .......... .......... .......... .......... .......... 28% 2.85M 1m52s 2015-11-06 03:16:20.356 | 79000K .......... .......... .......... .......... .......... 28% 7.96M 1m52s 2015-11-06 03:16:20.447 | 79050K .......... .......... .......... .......... .......... 28% 556K 1m52s 2015-11-06 03:16:20.452 | 79100K .......... .......... .......... .......... .......... 28% 7.75M 1m52s 2015-11-06 03:16:20.460 | 79150K .......... .......... .......... .......... .......... 28% 6.55M 1m52s 2015-11-06 03:16:20.478 | 79200K .......... .......... .......... .......... .......... 28% 2.57M 1m52s 2015-11-06 03:16:20.483 | 79250K .......... .......... .......... .......... .......... 28% 12.7M 1m52s 2015-11-06 03:16:20.575 | 79300K .......... .......... .......... .......... .......... 28% 543K 1m52s 2015-11-06 03:16:20.581 | 79350K .......... .......... .......... .......... .......... 28% 7.63M 1m52s 2015-11-06 03:16:20.588 | 79400K .......... .......... .......... .......... .......... 28% 6.91M 1m52s 2015-11-06 03:16:20.606 | 79450K .......... .......... .......... .......... .......... 28% 2.73M 1m52s 2015-11-06 03:16:20.611 | 79500K .......... .......... .......... .......... .......... 28% 8.81M 1m52s 2015-11-06 03:16:20.706 | 79550K .......... .......... .......... .......... .......... 28% 539K 1m52s 2015-11-06 03:16:20.711 | 79600K .......... .......... .......... .......... .......... 28% 7.52M 1m52s 2015-11-06 03:16:20.717 | 79650K .......... .......... .......... .......... .......... 29% 7.85M 1m52s 2015-11-06 03:16:20.735 | 79700K .......... .......... .......... .......... .......... 29% 2.68M 1m52s 2015-11-06 03:16:20.740 | 79750K .......... .......... .......... .......... .......... 29% 11.3M 1m51s 2015-11-06 03:16:20.832 | 79800K .......... .......... .......... .......... .......... 29% 541K 1m52s 2015-11-06 03:16:20.837 | 79850K .......... .......... .......... .......... .......... 29% 10.1M 1m52s 2015-11-06 03:16:20.845 | 79900K .......... .......... .......... .......... .......... 29% 5.71M 1m51s 2015-11-06 03:16:20.862 | 79950K .......... .......... .......... .......... .......... 29% 3.81M 1m51s 2015-11-06 03:16:20.870 | 80000K .......... .......... .......... .......... .......... 29% 3.93M 1m51s 2015-11-06 03:16:20.963 | 80050K .......... .......... .......... .......... .......... 29% 561K 1m51s 2015-11-06 03:16:20.965 | 80100K .......... .......... .......... .......... .......... 29% 12.6M 1m51s 2015-11-06 03:16:20.974 | 80150K .......... .......... .......... .......... .......... 29% 4.72M 1m51s 2015-11-06 03:16:20.988 | 80200K .......... .......... .......... .......... .......... 29% 3.49M 1m51s 2015-11-06 03:16:20.998 | 80250K .......... .......... .......... .......... .......... 29% 6.09M 1m51s 2015-11-06 03:16:21.088 | 80300K .......... .......... .......... .......... .......... 29% 541K 1m51s 2015-11-06 03:16:21.094 | 80350K .......... .......... .......... .......... .......... 29% 8.57M 1m51s 2015-11-06 03:16:21.102 | 80400K .......... .......... .......... .......... .......... 29% 5.95M 1m51s 2015-11-06 03:16:21.117 | 80450K .......... .......... .......... .......... .......... 29% 6.38M 1m51s 2015-11-06 03:16:21.126 | 80500K .......... .......... .......... .......... .......... 29% 3.02M 1m51s 2015-11-06 03:16:21.217 | 80550K .......... .......... .......... .......... .......... 29% 6.26M 1m51s 2015-11-06 03:16:21.227 | 80600K .......... .......... .......... .......... .......... 29% 538K 1m51s 2015-11-06 03:16:21.231 | 80650K .......... .......... .......... .......... .......... 29% 27.0M 1m51s 2015-11-06 03:16:21.246 | 80700K .......... .......... .......... .......... .......... 29% 2.75M 1m51s 2015-11-06 03:16:21.253 | 80750K .......... .......... .......... .......... .......... 29% 8.16M 1m51s 2015-11-06 03:16:21.263 | 80800K .......... .......... .......... .......... .......... 29% 4.59M 1m51s 2015-11-06 03:16:21.352 | 80850K .......... .......... .......... .......... .......... 29% 564K 1m51s 2015-11-06 03:16:21.357 | 80900K .......... .......... .......... .......... .......... 29% 9.21M 1m51s 2015-11-06 03:16:21.367 | 80950K .......... .......... .......... .......... .......... 29% 4.94M 1m51s 2015-11-06 03:16:21.385 | 81000K .......... .......... .......... .......... .......... 29% 2.71M 1m51s 2015-11-06 03:16:21.392 | 81050K .......... .......... .......... .......... .......... 29% 15.4M 1m51s 2015-11-06 03:16:21.478 | 81100K .......... .......... .......... .......... .......... 29% 552K 1m51s 2015-11-06 03:16:21.485 | 81150K .......... .......... .......... .......... .......... 29% 7.43M 1m51s 2015-11-06 03:16:21.501 | 81200K .......... .......... .......... .......... .......... 29% 3.11M 1m50s 2015-11-06 03:16:21.512 | 81250K .......... .......... .......... .......... .......... 29% 4.37M 1m50s 2015-11-06 03:16:21.515 | 81300K .......... .......... .......... .......... .......... 29% 13.4M 1m50s 2015-11-06 03:16:21.639 | 81350K .......... .......... .......... .......... .......... 29% 405K 1m51s 2015-11-06 03:16:21.644 | 81400K .......... .......... .......... .......... .......... 29% 10.5M 1m50s 2015-11-06 03:16:21.650 | 81450K .......... .......... .......... .......... .......... 29% 8.83M 1m50s 2015-11-06 03:16:21.656 | 81500K .......... .......... .......... .......... .......... 29% 7.49M 1m50s 2015-11-06 03:16:21.666 | 81550K .......... .......... .......... .......... .......... 29% 4.79M 1m50s 2015-11-06 03:16:21.768 | 81600K .......... .......... .......... .......... .......... 29% 488K 1m50s 2015-11-06 03:16:21.773 | 81650K .......... .......... .......... .......... .......... 29% 16.5M 1m50s 2015-11-06 03:16:21.780 | 81700K .......... .......... .......... .......... .......... 29% 6.16M 1m50s 2015-11-06 03:16:21.786 | 81750K .......... .......... .......... .......... .......... 29% 7.71M 1m50s 2015-11-06 03:16:21.795 | 81800K .......... .......... .......... .......... .......... 29% 4.94M 1m50s 2015-11-06 03:16:21.896 | 81850K .......... .......... .......... .......... .......... 29% 496K 1m50s 2015-11-06 03:16:21.901 | 81900K .......... .......... .......... .......... .......... 29% 9.25M 1m50s 2015-11-06 03:16:21.909 | 81950K .......... .......... .......... .......... .......... 29% 6.75M 1m50s 2015-11-06 03:16:21.915 | 82000K .......... .......... .......... .......... .......... 29% 8.30M 1m50s 2015-11-06 03:16:21.924 | 82050K .......... .......... .......... .......... .......... 29% 5.75M 1m50s 2015-11-06 03:16:22.025 | 82100K .......... .......... .......... .......... .......... 29% 493K 1m50s 2015-11-06 03:16:22.029 | 82150K .......... .......... .......... .......... .......... 29% 11.9M 1m50s 2015-11-06 03:16:22.037 | 82200K .......... .......... .......... .......... .......... 29% 6.47M 1m50s 2015-11-06 03:16:22.043 | 82250K .......... .......... .......... .......... .......... 29% 7.66M 1m50s 2015-11-06 03:16:22.054 | 82300K .......... .......... .......... .......... .......... 29% 4.56M 1m50s 2015-11-06 03:16:22.156 | 82350K .......... .......... .......... .......... .......... 29% 489K 1m50s 2015-11-06 03:16:22.159 | 82400K .......... .......... .......... .......... .......... 30% 14.1M 1m50s 2015-11-06 03:16:22.166 | 82450K .......... .......... .......... .......... .......... 30% 8.22M 1m50s 2015-11-06 03:16:22.171 | 82500K .......... .......... .......... .......... .......... 30% 7.69M 1m50s 2015-11-06 03:16:22.183 | 82550K .......... .......... .......... .......... .......... 30% 4.56M 1m50s 2015-11-06 03:16:22.281 | 82600K .......... .......... .......... .......... .......... 30% 512K 1m50s 2015-11-06 03:16:22.289 | 82650K .......... .......... .......... .......... .......... 30% 5.53M 1m50s 2015-11-06 03:16:22.294 | 82700K .......... .......... .......... .......... .......... 30% 10.8M 1m49s 2015-11-06 03:16:22.301 | 82750K .......... .......... .......... .......... .......... 30% 6.44M 1m49s 2015-11-06 03:16:22.310 | 82800K .......... .......... .......... .......... .......... 30% 5.12M 1m49s 2015-11-06 03:16:22.407 | 82850K .......... .......... .......... .......... .......... 30% 516K 1m49s 2015-11-06 03:16:22.415 | 82900K .......... .......... .......... .......... .......... 30% 6.51M 1m49s 2015-11-06 03:16:22.422 | 82950K .......... .......... .......... .......... .......... 30% 18.2M 1m49s 2015-11-06 03:16:22.431 | 83000K .......... .......... .......... .......... .......... 30% 3.76M 1m49s 2015-11-06 03:16:22.450 | 83050K .......... .......... .......... .......... .......... 30% 2.51M 1m49s 2015-11-06 03:16:22.537 | 83100K .......... .......... .......... .......... .......... 30% 573K 1m49s 2015-11-06 03:16:22.543 | 83150K .......... .......... .......... .......... .......... 30% 7.77M 1m49s 2015-11-06 03:16:22.550 | 83200K .......... .......... .......... .......... .......... 30% 7.15M 1m49s 2015-11-06 03:16:22.557 | 83250K .......... .......... .......... .......... .......... 30% 7.47M 1m49s 2015-11-06 03:16:22.599 | 83300K .......... .......... .......... .......... .......... 30% 1.16M 1m49s 2015-11-06 03:16:22.667 | 83350K .......... .......... .......... .......... .......... 30% 738K 1m49s 2015-11-06 03:16:22.672 | 83400K .......... .......... .......... .......... .......... 30% 8.95M 1m49s 2015-11-06 03:16:22.691 | 83450K .......... .......... .......... .......... .......... 30% 23.5M 1m49s 2015-11-06 03:16:22.695 | 83500K .......... .......... .......... .......... .......... 30% 2.34M 1m49s 2015-11-06 03:16:22.728 | 83550K .......... .......... .......... .......... .......... 30% 1.52M 1m49s 2015-11-06 03:16:22.795 | 83600K .......... .......... .......... .......... .......... 30% 743K 1m49s 2015-11-06 03:16:22.800 | 83650K .......... .......... .......... .......... .......... 30% 14.6M 1m49s 2015-11-06 03:16:22.803 | 83700K .......... .......... .......... .......... .......... 30% 8.95M 1m49s 2015-11-06 03:16:22.824 | 83750K .......... .......... .......... .......... .......... 30% 2.35M 1m49s 2015-11-06 03:16:22.856 | 83800K .......... .......... .......... .......... .......... 30% 1.51M 1m49s 2015-11-06 03:16:22.924 | 83850K .......... .......... .......... .......... .......... 30% 749K 1m49s 2015-11-06 03:16:22.929 | 83900K .......... .......... .......... .......... .......... 30% 7.85M 1m49s 2015-11-06 03:16:22.933 | 83950K .......... .......... .......... .......... .......... 30% 14.0M 1m49s 2015-11-06 03:16:22.953 | 84000K .......... .......... .......... .......... .......... 30% 2.43M 1m49s 2015-11-06 03:16:22.986 | 84050K .......... .......... .......... .......... .......... 30% 1.51M 1m49s 2015-11-06 03:16:23.050 | 84100K .......... .......... .......... .......... .......... 30% 770K 1m49s 2015-11-06 03:16:23.056 | 84150K .......... .......... .......... .......... .......... 30% 8.18M 1m49s 2015-11-06 03:16:23.061 | 84200K .......... .......... .......... .......... .......... 30% 10.8M 1m48s 2015-11-06 03:16:23.082 | 84250K .......... .......... .......... .......... .......... 30% 2.30M 1m48s 2015-11-06 03:16:23.113 | 84300K .......... .......... .......... .......... .......... 30% 1.55M 1m48s 2015-11-06 03:16:23.181 | 84350K .......... .......... .......... .......... .......... 30% 752K 1m48s 2015-11-06 03:16:23.186 | 84400K .......... .......... .......... .......... .......... 30% 7.62M 1m48s 2015-11-06 03:16:23.190 | 84450K .......... .......... .......... .......... .......... 30% 14.7M 1m48s 2015-11-06 03:16:23.210 | 84500K .......... .......... .......... .......... .......... 30% 2.33M 1m48s 2015-11-06 03:16:23.243 | 84550K .......... .......... .......... .......... .......... 30% 1.50M 1m48s 2015-11-06 03:16:23.308 | 84600K .......... .......... .......... .......... .......... 30% 770K 1m48s 2015-11-06 03:16:23.318 | 84650K .......... .......... .......... .......... .......... 30% 5.38M 1m48s 2015-11-06 03:16:23.320 | 84700K .......... .......... .......... .......... .......... 30% 17.8M 1m48s 2015-11-06 03:16:23.339 | 84750K .......... .......... .......... .......... .......... 30% 2.51M 1m48s 2015-11-06 03:16:23.372 | 84800K .......... .......... .......... .......... .......... 30% 1.50M 1m48s 2015-11-06 03:16:23.437 | 84850K .......... .......... .......... .......... .......... 30% 778K 1m48s 2015-11-06 03:16:23.440 | 84900K .......... .......... .......... .......... .......... 30% 12.3M 1m48s 2015-11-06 03:16:23.447 | 84950K .......... .......... .......... .......... .......... 30% 6.90M 1m48s 2015-11-06 03:16:23.467 | 85000K .......... .......... .......... .......... .......... 30% 2.48M 1m48s 2015-11-06 03:16:23.500 | 85050K .......... .......... .......... .......... .......... 30% 1.49M 1m48s 2015-11-06 03:16:23.564 | 85100K .......... .......... .......... .......... .......... 30% 784K 1m48s 2015-11-06 03:16:23.569 | 85150K .......... .......... .......... .......... .......... 31% 9.36M 1m48s 2015-11-06 03:16:23.575 | 85200K .......... .......... .......... .......... .......... 31% 7.76M 1m48s 2015-11-06 03:16:23.595 | 85250K .......... .......... .......... .......... .......... 31% 2.47M 1m48s 2015-11-06 03:16:23.629 | 85300K .......... .......... .......... .......... .......... 31% 1.42M 1m48s 2015-11-06 03:16:23.694 | 85350K .......... .......... .......... .......... .......... 31% 779K 1m48s 2015-11-06 03:16:23.698 | 85400K .......... .......... .......... .......... .......... 31% 9.14M 1m48s 2015-11-06 03:16:23.705 | 85450K .......... .......... .......... .......... .......... 31% 7.71M 1m48s 2015-11-06 03:16:23.724 | 85500K .......... .......... .......... .......... .......... 31% 2.49M 1m48s 2015-11-06 03:16:23.756 | 85550K .......... .......... .......... .......... .......... 31% 1.56M 1m47s 2015-11-06 03:16:23.823 | 85600K .......... .......... .......... .......... .......... 31% 743K 1m48s 2015-11-06 03:16:23.836 | 85650K .......... .......... .......... .......... .......... 31% 4.99M 1m47s 2015-11-06 03:16:23.856 | 85700K .......... .......... .......... .......... .......... 31% 2.15M 1m47s 2015-11-06 03:16:23.858 | 85750K .......... .......... .......... .......... .......... 31% 20.8M 1m47s 2015-11-06 03:16:23.874 | 85800K .......... .......... .......... .......... .......... 31% 3.01M 1m47s 2015-11-06 03:16:23.915 | 85850K .......... .......... .......... .......... .......... 31% 1.19M 1m47s 2015-11-06 03:16:23.962 | 85900K .......... .......... .......... .......... .......... 31% 1.03M 1m47s 2015-11-06 03:16:23.984 | 85950K .......... .......... .......... .......... .......... 31% 2.26M 1m47s 2015-11-06 03:16:23.986 | 86000K .......... .......... .......... .......... .......... 31% 18.6M 1m47s 2015-11-06 03:16:24.003 | 86050K .......... .......... .......... .......... .......... 31% 2.97M 1m47s 2015-11-06 03:16:24.044 | 86100K .......... .......... .......... .......... .......... 31% 1.19M 1m47s 2015-11-06 03:16:24.091 | 86150K .......... .......... .......... .......... .......... 31% 1.12M 1m47s 2015-11-06 03:16:24.117 | 86200K .......... .......... .......... .......... .......... 31% 1.71M 1m47s 2015-11-06 03:16:24.121 | 86250K .......... .......... .......... .......... .......... 31% 12.4M 1m47s 2015-11-06 03:16:24.132 | 86300K .......... .......... .......... .......... .......... 31% 4.05M 1m47s 2015-11-06 03:16:24.172 | 86350K .......... .......... .......... .......... .......... 31% 1.22M 1m47s 2015-11-06 03:16:24.216 | 86400K .......... .......... .......... .......... .......... 31% 1.11M 1m47s 2015-11-06 03:16:24.238 | 86450K .......... .......... .......... .......... .......... 31% 2.26M 1m47s 2015-11-06 03:16:24.252 | 86500K .......... .......... .......... .......... .......... 31% 3.55M 1m47s 2015-11-06 03:16:24.261 | 86550K .......... .......... .......... .......... .......... 31% 5.68M 1m47s 2015-11-06 03:16:24.301 | 86600K .......... .......... .......... .......... .......... 31% 1.19M 1m47s 2015-11-06 03:16:24.355 | 86650K .......... .......... .......... .......... .......... 31% 932K 1m47s 2015-11-06 03:16:24.383 | 86700K .......... .......... .......... .......... .......... 31% 1.71M 1m47s 2015-11-06 03:16:24.390 | 86750K .......... .......... .......... .......... .......... 31% 7.68M 1m47s 2015-11-06 03:16:24.396 | 86800K .......... .......... .......... .......... .......... 31% 8.33M 1m47s 2015-11-06 03:16:24.430 | 86850K .......... .......... .......... .......... .......... 31% 1.46M 1m47s 2015-11-06 03:16:24.483 | 86900K .......... .......... .......... .......... .......... 31% 927K 1m47s 2015-11-06 03:16:24.527 | 86950K .......... .......... .......... .......... .......... 31% 1.10M 1m47s 2015-11-06 03:16:24.534 | 87000K .......... .......... .......... .......... .......... 31% 8.11M 1m47s 2015-11-06 03:16:24.537 | 87050K .......... .......... .......... .......... .......... 31% 15.1M 1m46s 2015-11-06 03:16:24.559 | 87100K .......... .......... .......... .......... .......... 31% 2.34M 1m46s 2015-11-06 03:16:24.612 | 87150K .......... .......... .......... .......... .......... 31% 921K 1m46s 2015-11-06 03:16:24.658 | 87200K .......... .......... .......... .......... .......... 31% 1.08M 1m46s 2015-11-06 03:16:24.663 | 87250K .......... .......... .......... .......... .......... 31% 7.81M 1m46s 2015-11-06 03:16:24.667 | 87300K .......... .......... .......... .......... .......... 31% 14.6M 1m46s 2015-11-06 03:16:24.687 | 87350K .......... .......... .......... .......... .......... 31% 2.40M 1m46s 2015-11-06 03:16:24.739 | 87400K .......... .......... .......... .......... .......... 31% 966K 1m46s 2015-11-06 03:16:24.785 | 87450K .......... .......... .......... .......... .......... 31% 1.10M 1m46s 2015-11-06 03:16:24.788 | 87500K .......... .......... .......... .......... .......... 31% 11.6M 1m46s 2015-11-06 03:16:24.795 | 87550K .......... .......... .......... .......... .......... 31% 6.74M 1m46s 2015-11-06 03:16:24.814 | 87600K .......... .......... .......... .......... .......... 31% 2.66M 1m46s 2015-11-06 03:16:24.868 | 87650K .......... .......... .......... .......... .......... 31% 924K 1m46s 2015-11-06 03:16:24.913 | 87700K .......... .......... .......... .......... .......... 31% 1.08M 1m46s 2015-11-06 03:16:24.918 | 87750K .......... .......... .......... .......... .......... 31% 7.96M 1m46s 2015-11-06 03:16:24.923 | 87800K .......... .......... .......... .......... .......... 31% 12.2M 1m46s 2015-11-06 03:16:24.944 | 87850K .......... .......... .......... .......... .......... 31% 2.48M 1m46s 2015-11-06 03:16:24.998 | 87900K .......... .......... .......... .......... .......... 32% 904K 1m46s 2015-11-06 03:16:25.042 | 87950K .......... .......... .......... .......... .......... 32% 1.10M 1m46s 2015-11-06 03:16:25.046 | 88000K .......... .......... .......... .......... .......... 32% 11.3M 1m46s 2015-11-06 03:16:25.053 | 88050K .......... .......... .......... .......... .......... 32% 7.30M 1m46s 2015-11-06 03:16:25.072 | 88100K .......... .......... .......... .......... .......... 32% 2.60M 1m46s 2015-11-06 03:16:25.126 | 88150K .......... .......... .......... .......... .......... 32% 927K 1m46s 2015-11-06 03:16:25.171 | 88200K .......... .......... .......... .......... .......... 32% 1.09M 1m46s 2015-11-06 03:16:25.176 | 88250K .......... .......... .......... .......... .......... 32% 8.37M 1m46s 2015-11-06 03:16:25.181 | 88300K .......... .......... .......... .......... .......... 32% 10.6M 1m46s 2015-11-06 03:16:25.201 | 88350K .......... .......... .......... .......... .......... 32% 2.52M 1m46s 2015-11-06 03:16:25.254 | 88400K .......... .......... .......... .......... .......... 32% 925K 1m46s 2015-11-06 03:16:25.300 | 88450K .......... .......... .......... .......... .......... 32% 1.10M 1m46s 2015-11-06 03:16:25.304 | 88500K .......... .......... .......... .......... .......... 32% 8.51M 1m46s 2015-11-06 03:16:25.308 | 88550K .......... .......... .......... .......... .......... 32% 15.4M 1m45s 2015-11-06 03:16:25.328 | 88600K .......... .......... .......... .......... .......... 32% 2.48M 1m45s 2015-11-06 03:16:25.382 | 88650K .......... .......... .......... .......... .......... 32% 927K 1m45s 2015-11-06 03:16:25.426 | 88700K .......... .......... .......... .......... .......... 32% 1.08M 1m45s 2015-11-06 03:16:25.433 | 88750K .......... .......... .......... .......... .......... 32% 7.19M 1m45s 2015-11-06 03:16:25.437 | 88800K .......... .......... .......... .......... .......... 32% 14.3M 1m45s 2015-11-06 03:16:25.456 | 88850K .......... .......... .......... .......... .......... 32% 4.38M 1m45s 2015-11-06 03:16:25.511 | 88900K .......... .......... .......... .......... .......... 32% 784K 1m45s 2015-11-06 03:16:25.538 | 88950K .......... .......... .......... .......... .......... 32% 1.80M 1m45s 2015-11-06 03:16:25.560 | 89000K .......... .......... .......... .......... .......... 32% 2.29M 1m45s 2015-11-06 03:16:25.564 | 89050K .......... .......... .......... .......... .......... 32% 11.3M 1m45s 2015-11-06 03:16:25.577 | 89100K .......... .......... .......... .......... .......... 32% 3.73M 1m45s 2015-11-06 03:16:25.640 | 89150K .......... .......... .......... .......... .......... 32% 821K 1m45s 2015-11-06 03:16:25.667 | 89200K .......... .......... .......... .......... .......... 32% 1.71M 1m45s 2015-11-06 03:16:25.690 | 89250K .......... .......... .......... .......... .......... 32% 2.11M 1m45s 2015-11-06 03:16:25.693 | 89300K .......... .......... .......... .......... .......... 32% 18.3M 1m45s 2015-11-06 03:16:25.705 | 89350K .......... .......... .......... .......... .......... 32% 3.97M 1m45s 2015-11-06 03:16:25.766 | 89400K .......... .......... .......... .......... .......... 32% 812K 1m45s 2015-11-06 03:16:25.797 | 89450K .......... .......... .......... .......... .......... 32% 10.8M 1m45s 2015-11-06 03:16:25.819 | 89500K .......... .......... .......... .......... .......... 32% 1.02M 1m45s 2015-11-06 03:16:25.822 | 89550K .......... .......... .......... .......... .......... 32% 15.7M 1m45s 2015-11-06 03:16:25.835 | 89600K .......... .......... .......... .......... .......... 32% 3.78M 1m45s 2015-11-06 03:16:25.896 | 89650K .......... .......... .......... .......... .......... 32% 3.84M 1m45s 2015-11-06 03:16:25.899 | 89700K .......... .......... .......... .......... .......... 32% 973K 1m45s 2015-11-06 03:16:25.947 | 89750K .......... .......... .......... .......... .......... 32% 1.01M 1m45s 2015-11-06 03:16:25.950 | 89800K .......... .......... .......... .......... .......... 32% 14.5M 1m45s 2015-11-06 03:16:25.964 | 89850K .......... .......... .......... .......... .......... 32% 3.69M 1m45s 2015-11-06 03:16:25.977 | 89900K .......... .......... .......... .......... .......... 32% 3.77M 1m45s 2015-11-06 03:16:26.029 | 89950K .......... .......... .......... .......... .......... 32% 961K 1m45s 2015-11-06 03:16:26.076 | 90000K .......... .......... .......... .......... .......... 32% 1.04M 1m45s 2015-11-06 03:16:26.080 | 90050K .......... .......... .......... .......... .......... 32% 11.8M 1m44s 2015-11-06 03:16:26.092 | 90100K .......... .......... .......... .......... .......... 32% 3.97M 1m44s 2015-11-06 03:16:26.106 | 90150K .......... .......... .......... .......... .......... 32% 3.55M 1m44s 2015-11-06 03:16:26.158 | 90200K .......... .......... .......... .......... .......... 32% 969K 1m44s 2015-11-06 03:16:26.205 | 90250K .......... .......... .......... .......... .......... 32% 1.04M 1m44s 2015-11-06 03:16:26.209 | 90300K .......... .......... .......... .......... .......... 32% 10.6M 1m44s 2015-11-06 03:16:26.221 | 90350K .......... .......... .......... .......... .......... 32% 4.20M 1m44s 2015-11-06 03:16:26.234 | 90400K .......... .......... .......... .......... .......... 32% 3.55M 1m44s 2015-11-06 03:16:26.286 | 90450K .......... .......... .......... .......... .......... 32% 970K 1m44s 2015-11-06 03:16:26.330 | 90500K .......... .......... .......... .......... .......... 32% 1.12M 1m44s 2015-11-06 03:16:26.339 | 90550K .......... .......... .......... .......... .......... 32% 5.92M 1m44s 2015-11-06 03:16:26.350 | 90600K .......... .......... .......... .......... .......... 33% 4.16M 1m44s 2015-11-06 03:16:26.363 | 90650K .......... .......... .......... .......... .......... 33% 3.54M 1m44s 2015-11-06 03:16:26.414 | 90700K .......... .......... .......... .......... .......... 33% 985K 1m44s 2015-11-06 03:16:26.459 | 90750K .......... .......... .......... .......... .......... 33% 1.09M 1m44s 2015-11-06 03:16:26.463 | 90800K .......... .......... .......... .......... .......... 33% 11.5M 1m44s 2015-11-06 03:16:26.478 | 90850K .......... .......... .......... .......... .......... 33% 9.99M 1m44s 2015-11-06 03:16:26.491 | 90900K .......... .......... .......... .......... .......... 33% 2.11M 1m44s 2015-11-06 03:16:26.543 | 90950K .......... .......... .......... .......... .......... 33% 966K 1m44s 2015-11-06 03:16:26.590 | 91000K .......... .......... .......... .......... .......... 33% 1.04M 1m44s 2015-11-06 03:16:26.594 | 91050K .......... .......... .......... .......... .......... 33% 10.7M 1m44s 2015-11-06 03:16:26.598 | 91100K .......... .......... .......... .......... .......... 33% 14.4M 1m44s 2015-11-06 03:16:26.620 | 91150K .......... .......... .......... .......... .......... 33% 2.18M 1m44s 2015-11-06 03:16:26.672 | 91200K .......... .......... .......... .......... .......... 33% 962K 1m44s 2015-11-06 03:16:26.717 | 91250K .......... .......... .......... .......... .......... 33% 1.09M 1m44s 2015-11-06 03:16:26.723 | 91300K .......... .......... .......... .......... .......... 33% 7.45M 1m44s 2015-11-06 03:16:26.727 | 91350K .......... .......... .......... .......... .......... 33% 16.5M 1m44s 2015-11-06 03:16:26.749 | 91400K .......... .......... .......... .......... .......... 33% 2.15M 1m44s 2015-11-06 03:16:26.801 | 91450K .......... .......... .......... .......... .......... 33% 968K 1m44s 2015-11-06 03:16:26.845 | 91500K .......... .......... .......... .......... .......... 33% 1.10M 1m44s 2015-11-06 03:16:26.850 | 91550K .......... .......... .......... .......... .......... 33% 10.9M 1m43s 2015-11-06 03:16:26.855 | 91600K .......... .......... .......... .......... .......... 33% 8.68M 1m43s 2015-11-06 03:16:26.876 | 91650K .......... .......... .......... .......... .......... 33% 2.32M 1m43s 2015-11-06 03:16:26.928 | 91700K .......... .......... .......... .......... .......... 33% 970K 1m43s 2015-11-06 03:16:26.974 | 91750K .......... .......... .......... .......... .......... 33% 1.08M 1m43s 2015-11-06 03:16:26.980 | 91800K .......... .......... .......... .......... .......... 33% 6.66M 1m43s 2015-11-06 03:16:26.983 | 91850K .......... .......... .......... .......... .......... 33% 17.7M 1m43s 2015-11-06 03:16:27.006 | 91900K .......... .......... .......... .......... .......... 33% 2.14M 1m43s 2015-11-06 03:16:27.058 | 91950K .......... .......... .......... .......... .......... 33% 947K 1m43s 2015-11-06 03:16:27.101 | 92000K .......... .......... .......... .......... .......... 33% 1.14M 1m43s 2015-11-06 03:16:27.108 | 92050K .......... .......... .......... .......... .......... 33% 8.55M 1m43s 2015-11-06 03:16:27.111 | 92100K .......... .......... .......... .......... .......... 33% 11.2M 1m43s 2015-11-06 03:16:27.135 | 92150K .......... .......... .......... .......... .......... 33% 2.26M 1m43s 2015-11-06 03:16:27.187 | 92200K .......... .......... .......... .......... .......... 33% 928K 1m43s 2015-11-06 03:16:27.232 | 92250K .......... .......... .......... .......... .......... 33% 1.10M 1m43s 2015-11-06 03:16:27.237 | 92300K .......... .......... .......... .......... .......... 33% 7.95M 1m43s 2015-11-06 03:16:27.242 | 92350K .......... .......... .......... .......... .......... 33% 13.1M 1m43s 2015-11-06 03:16:27.264 | 92400K .......... .......... .......... .......... .......... 33% 2.16M 1m43s 2015-11-06 03:16:27.317 | 92450K .......... .......... .......... .......... .......... 33% 940K 1m43s 2015-11-06 03:16:27.358 | 92500K .......... .......... .......... .......... .......... 33% 1.19M 1m43s 2015-11-06 03:16:27.365 | 92550K .......... .......... .......... .......... .......... 33% 7.77M 1m43s 2015-11-06 03:16:27.368 | 92600K .......... .......... .......... .......... .......... 33% 14.0M 1m43s 2015-11-06 03:16:27.390 | 92650K .......... .......... .......... .......... .......... 33% 2.18M 1m43s 2015-11-06 03:16:27.444 | 92700K .......... .......... .......... .......... .......... 33% 931K 1m43s 2015-11-06 03:16:27.487 | 92750K .......... .......... .......... .......... .......... 33% 1.14M 1m43s 2015-11-06 03:16:27.492 | 92800K .......... .......... .......... .......... .......... 33% 9.42M 1m43s 2015-11-06 03:16:27.498 | 92850K .......... .......... .......... .......... .......... 33% 9.43M 1m43s 2015-11-06 03:16:27.520 | 92900K .......... .......... .......... .......... .......... 33% 2.21M 1m43s 2015-11-06 03:16:27.572 | 92950K .......... .......... .......... .......... .......... 33% 960K 1m43s 2015-11-06 03:16:27.615 | 93000K .......... .......... .......... .......... .......... 33% 1.13M 1m43s 2015-11-06 03:16:27.621 | 93050K .......... .......... .......... .......... .......... 33% 7.99M 1m42s 2015-11-06 03:16:27.626 | 93100K .......... .......... .......... .......... .......... 33% 9.48M 1m42s 2015-11-06 03:16:27.648 | 93150K .......... .......... .......... .......... .......... 33% 2.28M 1m42s 2015-11-06 03:16:27.699 | 93200K .......... .......... .......... .......... .......... 33% 971K 1m42s 2015-11-06 03:16:27.761 | 93250K .......... .......... .......... .......... .......... 33% 819K 1m42s 2015-11-06 03:16:27.764 | 93300K .......... .......... .......... .......... .......... 33% 11.8M 1m42s 2015-11-06 03:16:27.775 | 93350K .......... .......... .......... .......... .......... 34% 9.18M 1m42s 2015-11-06 03:16:27.782 | 93400K .......... .......... .......... .......... .......... 34% 3.93M 1m42s 2015-11-06 03:16:27.827 | 93450K .......... .......... .......... .......... .......... 34% 1.07M 1m42s 2015-11-06 03:16:27.888 | 93500K .......... .......... .......... .......... .......... 34% 826K 1m42s 2015-11-06 03:16:27.895 | 93550K .......... .......... .......... .......... .......... 34% 8.22M 1m42s 2015-11-06 03:16:27.898 | 93600K .......... .......... .......... .......... .......... 34% 11.0M 1m42s 2015-11-06 03:16:27.908 | 93650K .......... .......... .......... .......... .......... 34% 4.80M 1m42s 2015-11-06 03:16:27.957 | 93700K .......... .......... .......... .......... .......... 34% 1.01M 1m42s 2015-11-06 03:16:28.019 | 93750K .......... .......... .......... .......... .......... 34% 829K 1m42s 2015-11-06 03:16:28.023 | 93800K .......... .......... .......... .......... .......... 34% 8.63M 1m42s 2015-11-06 03:16:28.027 | 93850K .......... .......... .......... .......... .......... 34% 11.2M 1m42s 2015-11-06 03:16:28.037 | 93900K .......... .......... .......... .......... .......... 34% 4.90M 1m42s 2015-11-06 03:16:28.085 | 93950K .......... .......... .......... .......... .......... 34% 9.96M 1m42s 2015-11-06 03:16:28.147 | 94000K .......... .......... .......... .......... .......... 34% 484K 1m42s 2015-11-06 03:16:28.152 | 94050K .......... .......... .......... .......... .......... 34% 7.76M 1m42s 2015-11-06 03:16:28.156 | 94100K .......... .......... .......... .......... .......... 34% 12.0M 1m42s 2015-11-06 03:16:28.166 | 94150K .......... .......... .......... .......... .......... 34% 4.71M 1m42s 2015-11-06 03:16:28.177 | 94200K .......... .......... .......... .......... .......... 34% 4.63M 1m42s 2015-11-06 03:16:28.221 | 94250K .......... .......... .......... .......... .......... 34% 1.10M 1m42s 2015-11-06 03:16:28.280 | 94300K .......... .......... .......... .......... .......... 34% 848K 1m42s 2015-11-06 03:16:28.285 | 94350K .......... .......... .......... .......... .......... 34% 9.67M 1m42s 2015-11-06 03:16:28.294 | 94400K .......... .......... .......... .......... .......... 34% 5.24M 1m42s 2015-11-06 03:16:28.305 | 94450K .......... .......... .......... .......... .......... 34% 9.19M 1m41s 2015-11-06 03:16:28.349 | 94500K .......... .......... .......... .......... .......... 34% 1003K 1m41s 2015-11-06 03:16:28.408 | 94550K .......... .......... .......... .......... .......... 34% 858K 1m41s 2015-11-06 03:16:28.414 | 94600K .......... .......... .......... .......... .......... 34% 7.56M 1m41s 2015-11-06 03:16:28.423 | 94650K .......... .......... .......... .......... .......... 34% 5.47M 1m41s 2015-11-06 03:16:28.429 | 94700K .......... .......... .......... .......... .......... 34% 8.76M 1m41s 2015-11-06 03:16:28.479 | 94750K .......... .......... .......... .......... .......... 34% 997K 1m41s 2015-11-06 03:16:28.539 | 94800K .......... .......... .......... .......... .......... 34% 833K 1m41s 2015-11-06 03:16:28.543 | 94850K .......... .......... .......... .......... .......... 34% 12.0M 1m41s 2015-11-06 03:16:28.553 | 94900K .......... .......... .......... .......... .......... 34% 5.06M 1m41s 2015-11-06 03:16:28.556 | 94950K .......... .......... .......... .......... .......... 34% 12.8M 1m41s 2015-11-06 03:16:28.608 | 95000K .......... .......... .......... .......... .......... 34% 961K 1m41s 2015-11-06 03:16:28.667 | 95050K .......... .......... .......... .......... .......... 34% 859K 1m41s 2015-11-06 03:16:28.672 | 95100K .......... .......... .......... .......... .......... 34% 9.81M 1m41s 2015-11-06 03:16:28.681 | 95150K .......... .......... .......... .......... .......... 34% 5.00M 1m41s 2015-11-06 03:16:28.685 | 95200K .......... .......... .......... .......... .......... 34% 12.9M 1m41s 2015-11-06 03:16:28.737 | 95250K .......... .......... .......... .......... .......... 34% 979K 1m41s 2015-11-06 03:16:28.795 | 95300K .......... .......... .......... .......... .......... 34% 849K 1m41s 2015-11-06 03:16:28.800 | 95350K .......... .......... .......... .......... .......... 34% 9.87M 1m41s 2015-11-06 03:16:28.811 | 95400K .......... .......... .......... .......... .......... 34% 4.49M 1m41s 2015-11-06 03:16:28.814 | 95450K .......... .......... .......... .......... .......... 34% 14.4M 1m41s 2015-11-06 03:16:28.866 | 95500K .......... .......... .......... .......... .......... 34% 969K 1m41s 2015-11-06 03:16:28.924 | 95550K .......... .......... .......... .......... .......... 34% 861K 1m41s 2015-11-06 03:16:28.929 | 95600K .......... .......... .......... .......... .......... 34% 10.7M 1m41s 2015-11-06 03:16:28.937 | 95650K .......... .......... .......... .......... .......... 34% 5.98M 1m41s 2015-11-06 03:16:28.942 | 95700K .......... .......... .......... .......... .......... 34% 11.7M 1m41s 2015-11-06 03:16:28.995 | 95750K .......... .......... .......... .......... .......... 34% 942K 1m41s 2015-11-06 03:16:29.053 | 95800K .......... .......... .......... .......... .......... 34% 853K 1m41s 2015-11-06 03:16:29.057 | 95850K .......... .......... .......... .......... .......... 34% 10.7M 1m41s 2015-11-06 03:16:29.068 | 95900K .......... .......... .......... .......... .......... 34% 4.56M 1m41s 2015-11-06 03:16:29.071 | 95950K .......... .......... .......... .......... .......... 34% 14.4M 1m40s 2015-11-06 03:16:29.124 | 96000K .......... .......... .......... .......... .......... 34% 956K 1m40s 2015-11-06 03:16:29.183 | 96050K .......... .......... .......... .......... .......... 34% 850K 1m41s 2015-11-06 03:16:29.186 | 96100K .......... .......... .......... .......... .......... 35% 17.9M 1m40s 2015-11-06 03:16:29.197 | 96150K .......... .......... .......... .......... .......... 35% 4.49M 1m40s 2015-11-06 03:16:29.200 | 96200K .......... .......... .......... .......... .......... 35% 11.0M 1m40s 2015-11-06 03:16:29.252 | 96250K .......... .......... .......... .......... .......... 35% 987K 1m40s 2015-11-06 03:16:29.310 | 96300K .......... .......... .......... .......... .......... 35% 854K 1m40s 2015-11-06 03:16:29.315 | 96350K .......... .......... .......... .......... .......... 35% 11.4M 1m40s 2015-11-06 03:16:29.325 | 96400K .......... .......... .......... .......... .......... 35% 4.48M 1m40s 2015-11-06 03:16:29.330 | 96450K .......... .......... .......... .......... .......... 35% 12.2M 1m40s 2015-11-06 03:16:29.381 | 96500K .......... .......... .......... .......... .......... 35% 961K 1m40s 2015-11-06 03:16:29.437 | 96550K .......... .......... .......... .......... .......... 35% 906K 1m40s 2015-11-06 03:16:29.443 | 96600K .......... .......... .......... .......... .......... 35% 7.34M 1m40s 2015-11-06 03:16:29.452 | 96650K .......... .......... .......... .......... .......... 35% 5.72M 1m40s 2015-11-06 03:16:29.457 | 96700K .......... .......... .......... .......... .......... 35% 9.22M 1m40s 2015-11-06 03:16:29.508 | 96750K .......... .......... .......... .......... .......... 35% 992K 1m40s 2015-11-06 03:16:29.566 | 96800K .......... .......... .......... .......... .......... 35% 848K 1m40s 2015-11-06 03:16:29.572 | 96850K .......... .......... .......... .......... .......... 35% 13.3M 1m40s 2015-11-06 03:16:29.583 | 96900K .......... .......... .......... .......... .......... 35% 3.91M 1m40s 2015-11-06 03:16:29.588 | 96950K .......... .......... .......... .......... .......... 35% 8.15M 1m40s 2015-11-06 03:16:29.637 | 97000K .......... .......... .......... .......... .......... 35% 1.03M 1m40s 2015-11-06 03:16:29.695 | 97050K .......... .......... .......... .......... .......... 35% 856K 1m40s 2015-11-06 03:16:29.698 | 97100K .......... .......... .......... .......... .......... 35% 13.1M 1m40s 2015-11-06 03:16:29.709 | 97150K .......... .......... .......... .......... .......... 35% 4.57M 1m40s 2015-11-06 03:16:29.715 | 97200K .......... .......... .......... .......... .......... 35% 7.86M 1m40s 2015-11-06 03:16:29.765 | 97250K .......... .......... .......... .......... .......... 35% 1.03M 1m40s 2015-11-06 03:16:29.825 | 97300K .......... .......... .......... .......... .......... 35% 797K 1m40s 2015-11-06 03:16:29.828 | 97350K .......... .......... .......... .......... .......... 35% 16.0M 1m40s 2015-11-06 03:16:29.838 | 97400K .......... .......... .......... .......... .......... 35% 5.08M 1m40s 2015-11-06 03:16:29.842 | 97450K .......... .......... .......... .......... .......... 35% 11.0M 99s 2015-11-06 03:16:29.890 | 97500K .......... .......... .......... .......... .......... 35% 1.02M 1m40s 2015-11-06 03:16:29.952 | 97550K .......... .......... .......... .......... .......... 35% 818K 1m40s 2015-11-06 03:16:29.956 | 97600K .......... .......... .......... .......... .......... 35% 10.3M 99s 2015-11-06 03:16:29.968 | 97650K .......... .......... .......... .......... .......... 35% 4.60M 99s 2015-11-06 03:16:29.972 | 97700K .......... .......... .......... .......... .......... 35% 10.7M 99s 2015-11-06 03:16:30.019 | 97750K .......... .......... .......... .......... .......... 35% 1.05M 99s 2015-11-06 03:16:30.080 | 97800K .......... .......... .......... .......... .......... 35% 802K 99s 2015-11-06 03:16:30.087 | 97850K .......... .......... .......... .......... .......... 35% 7.59M 99s 2015-11-06 03:16:30.096 | 97900K .......... .......... .......... .......... .......... 35% 5.40M 99s 2015-11-06 03:16:30.100 | 97950K .......... .......... .......... .......... .......... 35% 11.3M 99s 2015-11-06 03:16:30.146 | 98000K .......... .......... .......... .......... .......... 35% 1.04M 99s 2015-11-06 03:16:30.208 | 98050K .......... .......... .......... .......... .......... 35% 813K 99s 2015-11-06 03:16:30.213 | 98100K .......... .......... .......... .......... .......... 35% 8.81M 99s 2015-11-06 03:16:30.223 | 98150K .......... .......... .......... .......... .......... 35% 9.75M 99s 2015-11-06 03:16:30.227 | 98200K .......... .......... .......... .......... .......... 35% 5.72M 99s 2015-11-06 03:16:30.275 | 98250K .......... .......... .......... .......... .......... 35% 1.06M 99s 2015-11-06 03:16:30.336 | 98300K .......... .......... .......... .......... .......... 35% 794K 99s 2015-11-06 03:16:30.343 | 98350K .......... .......... .......... .......... .......... 35% 7.48M 99s 2015-11-06 03:16:30.348 | 98400K .......... .......... .......... .......... .......... 35% 9.58M 99s 2015-11-06 03:16:30.356 | 98450K .......... .......... .......... .......... .......... 35% 6.07M 99s 2015-11-06 03:16:30.402 | 98500K .......... .......... .......... .......... .......... 35% 1.05M 99s 2015-11-06 03:16:30.465 | 98550K .......... .......... .......... .......... .......... 35% 5.87M 99s 2015-11-06 03:16:30.469 | 98600K .......... .......... .......... .......... .......... 35% 860K 99s 2015-11-06 03:16:30.480 | 98650K .......... .......... .......... .......... .......... 35% 8.00M 99s 2015-11-06 03:16:30.484 | 98700K .......... .......... .......... .......... .......... 35% 5.54M 99s 2015-11-06 03:16:30.531 | 98750K .......... .......... .......... .......... .......... 35% 3.37M 99s 2015-11-06 03:16:30.539 | 98800K .......... .......... .......... .......... .......... 35% 1.19M 99s 2015-11-06 03:16:30.597 | 98850K .......... .......... .......... .......... .......... 36% 863K 99s 2015-11-06 03:16:30.604 | 98900K .......... .......... .......... .......... .......... 36% 7.18M 99s 2015-11-06 03:16:30.614 | 98950K .......... .......... .......... .......... .......... 36% 5.13M 99s 2015-11-06 03:16:30.627 | 99000K .......... .......... .......... .......... .......... 36% 3.60M 98s 2015-11-06 03:16:30.668 | 99050K .......... .......... .......... .......... .......... 36% 1.19M 98s 2015-11-06 03:16:30.742 | 99100K .......... .......... .......... .......... .......... 36% 680K 99s 2015-11-06 03:16:30.747 | 99150K .......... .......... .......... .......... .......... 36% 10.2M 98s 2015-11-06 03:16:30.755 | 99200K .......... .......... .......... .......... .......... 36% 5.78M 98s 2015-11-06 03:16:30.774 | 99250K .......... .......... .......... .......... .......... 36% 2.58M 98s 2015-11-06 03:16:30.797 | 99300K .......... .......... .......... .......... .......... 36% 2.14M 98s 2015-11-06 03:16:30.870 | 99350K .......... .......... .......... .......... .......... 36% 684K 98s 2015-11-06 03:16:30.874 | 99400K .......... .......... .......... .......... .......... 36% 10.9M 98s 2015-11-06 03:16:30.884 | 99450K .......... .......... .......... .......... .......... 36% 5.09M 98s 2015-11-06 03:16:30.902 | 99500K .......... .......... .......... .......... .......... 36% 2.67M 98s 2015-11-06 03:16:30.924 | 99550K .......... .......... .......... .......... .......... 36% 2.20M 98s 2015-11-06 03:16:30.999 | 99600K .......... .......... .......... .......... .......... 36% 672K 98s 2015-11-06 03:16:31.004 | 99650K .......... .......... .......... .......... .......... 36% 10.3M 98s 2015-11-06 03:16:31.015 | 99700K .......... .......... .......... .......... .......... 36% 4.32M 98s 2015-11-06 03:16:31.032 | 99750K .......... .......... .......... .......... .......... 36% 2.90M 98s 2015-11-06 03:16:31.055 | 99800K .......... .......... .......... .......... .......... 36% 2.12M 98s 2015-11-06 03:16:31.131 | 99850K .......... .......... .......... .......... .......... 36% 659K 98s 2015-11-06 03:16:31.134 | 99900K .......... .......... .......... .......... .......... 36% 13.1M 98s 2015-11-06 03:16:31.143 | 99950K .......... .......... .......... .......... .......... 36% 5.49M 98s 2015-11-06 03:16:31.161 | 100000K .......... .......... .......... .......... .......... 36% 2.69M 98s 2015-11-06 03:16:31.183 | 100050K .......... .......... .......... .......... .......... 36% 2.28M 98s 2015-11-06 03:16:31.260 | 100100K .......... .......... .......... .......... .......... 36% 649K 98s 2015-11-06 03:16:31.263 | 100150K .......... .......... .......... .......... .......... 36% 14.9M 98s 2015-11-06 03:16:31.271 | 100200K .......... .......... .......... .......... .......... 36% 6.67M 98s 2015-11-06 03:16:31.290 | 100250K .......... .......... .......... .......... .......... 36% 2.53M 98s 2015-11-06 03:16:31.312 | 100300K .......... .......... .......... .......... .......... 36% 2.21M 98s 2015-11-06 03:16:31.389 | 100350K .......... .......... .......... .......... .......... 36% 657K 98s 2015-11-06 03:16:31.392 | 100400K .......... .......... .......... .......... .......... 36% 12.2M 98s 2015-11-06 03:16:31.399 | 100450K .......... .......... .......... .......... .......... 36% 7.88M 98s 2015-11-06 03:16:31.417 | 100500K .......... .......... .......... .......... .......... 36% 2.55M 98s 2015-11-06 03:16:31.441 | 100550K .......... .......... .......... .......... .......... 36% 2.08M 98s 2015-11-06 03:16:31.516 | 100600K .......... .......... .......... .......... .......... 36% 665K 98s 2015-11-06 03:16:31.520 | 100650K .......... .......... .......... .......... .......... 36% 11.7M 97s 2015-11-06 03:16:31.528 | 100700K .......... .......... .......... .......... .......... 36% 6.53M 97s 2015-11-06 03:16:31.545 | 100750K .......... .......... .......... .......... .......... 36% 15.1M 97s 2015-11-06 03:16:31.568 | 100800K .......... .......... .......... .......... .......... 36% 1.30M 97s 2015-11-06 03:16:31.644 | 100850K .......... .......... .......... .......... .......... 36% 666K 97s 2015-11-06 03:16:31.648 | 100900K .......... .......... .......... .......... .......... 36% 11.0M 97s 2015-11-06 03:16:31.658 | 100950K .......... .......... .......... .......... .......... 36% 5.41M 97s 2015-11-06 03:16:31.662 | 101000K .......... .......... .......... .......... .......... 36% 9.45M 97s 2015-11-06 03:16:31.697 | 101050K .......... .......... .......... .......... .......... 36% 1.39M 97s 2015-11-06 03:16:31.773 | 101100K .......... .......... .......... .......... .......... 36% 658K 97s 2015-11-06 03:16:31.778 | 101150K .......... .......... .......... .......... .......... 36% 10.5M 97s 2015-11-06 03:16:31.784 | 101200K .......... .......... .......... .......... .......... 36% 7.21M 97s 2015-11-06 03:16:31.788 | 101250K .......... .......... .......... .......... .......... 36% 14.4M 97s 2015-11-06 03:16:31.826 | 101300K .......... .......... .......... .......... .......... 36% 1.30M 97s 2015-11-06 03:16:31.900 | 101350K .......... .......... .......... .......... .......... 36% 682K 97s 2015-11-06 03:16:31.905 | 101400K .......... .......... .......... .......... .......... 36% 7.19M 97s 2015-11-06 03:16:31.912 | 101450K .......... .......... .......... .......... .......... 36% 8.07M 97s 2015-11-06 03:16:31.916 | 101500K .......... .......... .......... .......... .......... 36% 10.2M 97s 2015-11-06 03:16:31.954 | 101550K .......... .......... .......... .......... .......... 36% 1.29M 97s 2015-11-06 03:16:32.029 | 101600K .......... .......... .......... .......... .......... 37% 669K 97s 2015-11-06 03:16:32.034 | 101650K .......... .......... .......... .......... .......... 37% 9.70M 97s 2015-11-06 03:16:32.041 | 101700K .......... .......... .......... .......... .......... 37% 8.75M 97s 2015-11-06 03:16:32.045 | 101750K .......... .......... .......... .......... .......... 37% 10.9M 97s 2015-11-06 03:16:32.084 | 101800K .......... .......... .......... .......... .......... 37% 1.27M 97s 2015-11-06 03:16:32.159 | 101850K .......... .......... .......... .......... .......... 37% 659K 97s 2015-11-06 03:16:32.163 | 101900K .......... .......... .......... .......... .......... 37% 11.1M 97s 2015-11-06 03:16:32.168 | 101950K .......... .......... .......... .......... .......... 37% 10.6M 97s 2015-11-06 03:16:32.172 | 102000K .......... .......... .......... .......... .......... 37% 10.0M 97s 2015-11-06 03:16:32.209 | 102050K .......... .......... .......... .......... .......... 37% 1.32M 97s 2015-11-06 03:16:32.286 | 102100K .......... .......... .......... .......... .......... 37% 652K 97s 2015-11-06 03:16:32.292 | 102150K .......... .......... .......... .......... .......... 37% 7.96M 97s 2015-11-06 03:16:32.298 | 102200K .......... .......... .......... .......... .......... 37% 9.68M 96s 2015-11-06 03:16:32.301 | 102250K .......... .......... .......... .......... .......... 37% 11.6M 96s 2015-11-06 03:16:32.339 | 102300K .......... .......... .......... .......... .......... 37% 1.30M 96s 2015-11-06 03:16:32.414 | 102350K .......... .......... .......... .......... .......... 37% 670K 96s 2015-11-06 03:16:32.421 | 102400K .......... .......... .......... .......... .......... 37% 7.80M 96s 2015-11-06 03:16:32.427 | 102450K .......... .......... .......... .......... .......... 37% 10.5M 96s 2015-11-06 03:16:32.432 | 102500K .......... .......... .......... .......... .......... 37% 6.20M 96s 2015-11-06 03:16:32.467 | 102550K .......... .......... .......... .......... .......... 37% 1.40M 96s 2015-11-06 03:16:32.542 | 102600K .......... .......... .......... .......... .......... 37% 673K 96s 2015-11-06 03:16:32.550 | 102650K .......... .......... .......... .......... .......... 37% 5.91M 96s 2015-11-06 03:16:32.554 | 102700K .......... .......... .......... .......... .......... 37% 12.2M 96s 2015-11-06 03:16:32.560 | 102750K .......... .......... .......... .......... .......... 37% 7.48M 96s 2015-11-06 03:16:32.595 | 102800K .......... .......... .......... .......... .......... 37% 1.39M 96s 2015-11-06 03:16:32.671 | 102850K .......... .......... .......... .......... .......... 37% 670K 96s 2015-11-06 03:16:32.677 | 102900K .......... .......... .......... .......... .......... 37% 6.94M 96s 2015-11-06 03:16:32.682 | 102950K .......... .......... .......... .......... .......... 37% 13.4M 96s 2015-11-06 03:16:32.687 | 103000K .......... .......... .......... .......... .......... 37% 8.62M 96s 2015-11-06 03:16:32.724 | 103050K .......... .......... .......... .......... .......... 37% 2.43M 96s 2015-11-06 03:16:32.800 | 103100K .......... .......... .......... .......... .......... 37% 537K 96s 2015-11-06 03:16:32.806 | 103150K .......... .......... .......... .......... .......... 37% 8.44M 96s 2015-11-06 03:16:32.808 | 103200K .......... .......... .......... .......... .......... 37% 19.7M 96s 2015-11-06 03:16:32.815 | 103250K .......... .......... .......... .......... .......... 37% 7.16M 96s 2015-11-06 03:16:32.835 | 103300K .......... .......... .......... .......... .......... 37% 2.40M 96s 2015-11-06 03:16:32.857 | 103350K .......... .......... .......... .......... .......... 37% 2.19M 96s 2015-11-06 03:16:32.934 | 103400K .......... .......... .......... .......... .......... 37% 660K 96s 2015-11-06 03:16:32.937 | 103450K .......... .......... .......... .......... .......... 37% 14.1M 96s 2015-11-06 03:16:32.947 | 103500K .......... .......... .......... .......... .......... 37% 4.62M 96s 2015-11-06 03:16:32.964 | 103550K .......... .......... .......... .......... .......... 37% 2.91M 96s 2015-11-06 03:16:32.986 | 103600K .......... .......... .......... .......... .......... 37% 2.21M 96s 2015-11-06 03:16:33.063 | 103650K .......... .......... .......... .......... .......... 37% 661K 96s 2015-11-06 03:16:33.065 | 103700K .......... .......... .......... .......... .......... 37% 15.1M 96s 2015-11-06 03:16:33.073 | 103750K .......... .......... .......... .......... .......... 37% 6.05M 95s 2015-11-06 03:16:33.092 | 103800K .......... .......... .......... .......... .......... 37% 2.51M 95s 2015-11-06 03:16:33.118 | 103850K .......... .......... .......... .......... .......... 37% 1.93M 95s 2015-11-06 03:16:33.192 | 103900K .......... .......... .......... .......... .......... 37% 677K 95s 2015-11-06 03:16:33.194 | 103950K .......... .......... .......... .......... .......... 37% 16.0M 95s 2015-11-06 03:16:33.202 | 104000K .......... .......... .......... .......... .......... 37% 6.95M 95s 2015-11-06 03:16:33.221 | 104050K .......... .......... .......... .......... .......... 37% 2.53M 95s 2015-11-06 03:16:33.243 | 104100K .......... .......... .......... .......... .......... 37% 2.17M 95s 2015-11-06 03:16:33.323 | 104150K .......... .......... .......... .......... .......... 37% 632K 95s 2015-11-06 03:16:33.325 | 104200K .......... .......... .......... .......... .......... 37% 19.3M 95s 2015-11-06 03:16:33.332 | 104250K .......... .......... .......... .......... .......... 37% 7.31M 95s 2015-11-06 03:16:33.350 | 104300K .......... .......... .......... .......... .......... 37% 2.62M 95s 2015-11-06 03:16:33.372 | 104350K .......... .......... .......... .......... .......... 38% 2.33M 95s 2015-11-06 03:16:33.448 | 104400K .......... .......... .......... .......... .......... 38% 653K 95s 2015-11-06 03:16:33.454 | 104450K .......... .......... .......... .......... .......... 38% 9.61M 95s 2015-11-06 03:16:33.462 | 104500K .......... .......... .......... .......... .......... 38% 5.27M 95s 2015-11-06 03:16:33.479 | 104550K .......... .......... .......... .......... .......... 38% 2.85M 95s 2015-11-06 03:16:33.521 | 104600K .......... .......... .......... .......... .......... 38% 1.18M 95s 2015-11-06 03:16:33.578 | 104650K .......... .......... .......... .......... .......... 38% 887K 95s 2015-11-06 03:16:33.581 | 104700K .......... .......... .......... .......... .......... 38% 12.3M 95s 2015-11-06 03:16:33.587 | 104750K .......... .......... .......... .......... .......... 38% 8.75M 95s 2015-11-06 03:16:33.608 | 104800K .......... .......... .......... .......... .......... 38% 2.27M 95s 2015-11-06 03:16:33.649 | 104850K .......... .......... .......... .......... .......... 38% 1.20M 95s 2015-11-06 03:16:33.705 | 104900K .......... .......... .......... .......... .......... 38% 885K 95s 2015-11-06 03:16:33.709 | 104950K .......... .......... .......... .......... .......... 38% 11.9M 95s 2015-11-06 03:16:33.716 | 105000K .......... .......... .......... .......... .......... 38% 8.21M 95s 2015-11-06 03:16:33.736 | 105050K .......... .......... .......... .......... .......... 38% 2.39M 95s 2015-11-06 03:16:33.778 | 105100K .......... .......... .......... .......... .......... 38% 1.17M 95s 2015-11-06 03:16:33.835 | 105150K .......... .......... .......... .......... .......... 38% 888K 95s 2015-11-06 03:16:33.838 | 105200K .......... .......... .......... .......... .......... 38% 10.4M 95s 2015-11-06 03:16:33.844 | 105250K .......... .......... .......... .......... .......... 38% 9.29M 95s 2015-11-06 03:16:33.865 | 105300K .......... .......... .......... .......... .......... 38% 2.31M 94s 2015-11-06 03:16:33.906 | 105350K .......... .......... .......... .......... .......... 38% 1.21M 94s 2015-11-06 03:16:33.961 | 105400K .......... .......... .......... .......... .......... 38% 897K 94s 2015-11-06 03:16:33.965 | 105450K .......... .......... .......... .......... .......... 38% 12.6M 94s 2015-11-06 03:16:33.975 | 105500K .......... .......... .......... .......... .......... 38% 4.77M 94s 2015-11-06 03:16:33.994 | 105550K .......... .......... .......... .......... .......... 38% 10.9M 94s 2015-11-06 03:16:34.035 | 105600K .......... .......... .......... .......... .......... 38% 906K 94s 2015-11-06 03:16:34.091 | 105650K .......... .......... .......... .......... .......... 38% 907K 94s 2015-11-06 03:16:34.096 | 105700K .......... .......... .......... .......... .......... 38% 8.98M 94s 2015-11-06 03:16:34.105 | 105750K .......... .......... .......... .......... .......... 38% 5.23M 94s 2015-11-06 03:16:34.109 | 105800K .......... .......... .......... .......... .......... 38% 11.2M 94s 2015-11-06 03:16:34.164 | 105850K .......... .......... .......... .......... .......... 38% 920K 94s 2015-11-06 03:16:34.221 | 105900K .......... .......... .......... .......... .......... 38% 870K 94s 2015-11-06 03:16:34.225 | 105950K .......... .......... .......... .......... .......... 38% 12.0M 94s 2015-11-06 03:16:34.232 | 106000K .......... .......... .......... .......... .......... 38% 7.79M 94s 2015-11-06 03:16:34.238 | 106050K .......... .......... .......... .......... .......... 38% 6.97M 94s 2015-11-06 03:16:34.292 | 106100K .......... .......... .......... .......... .......... 38% 936K 94s 2015-11-06 03:16:34.348 | 106150K .......... .......... .......... .......... .......... 38% 915K 94s 2015-11-06 03:16:34.353 | 106200K .......... .......... .......... .......... .......... 38% 7.04M 94s 2015-11-06 03:16:34.362 | 106250K .......... .......... .......... .......... .......... 38% 6.75M 94s 2015-11-06 03:16:34.367 | 106300K .......... .......... .......... .......... .......... 38% 7.56M 94s 2015-11-06 03:16:34.420 | 106350K .......... .......... .......... .......... .......... 38% 970K 94s 2015-11-06 03:16:34.480 | 106400K .......... .......... .......... .......... .......... 38% 822K 94s 2015-11-06 03:16:34.483 | 106450K .......... .......... .......... .......... .......... 38% 13.3M 94s 2015-11-06 03:16:34.490 | 106500K .......... .......... .......... .......... .......... 38% 7.66M 94s 2015-11-06 03:16:34.495 | 106550K .......... .......... .......... .......... .......... 38% 13.0M 94s 2015-11-06 03:16:34.549 | 106600K .......... .......... .......... .......... .......... 38% 901K 94s 2015-11-06 03:16:34.606 | 106650K .......... .......... .......... .......... .......... 38% 893K 94s 2015-11-06 03:16:34.611 | 106700K .......... .......... .......... .......... .......... 38% 7.65M 94s 2015-11-06 03:16:34.619 | 106750K .......... .......... .......... .......... .......... 38% 7.84M 94s 2015-11-06 03:16:34.623 | 106800K .......... .......... .......... .......... .......... 38% 8.98M 94s 2015-11-06 03:16:34.678 | 106850K .......... .......... .......... .......... .......... 38% 909K 94s 2015-11-06 03:16:34.734 | 106900K .......... .......... .......... .......... .......... 38% 884K 94s 2015-11-06 03:16:34.739 | 106950K .......... .......... .......... .......... .......... 38% 16.5M 93s 2015-11-06 03:16:34.745 | 107000K .......... .......... .......... .......... .......... 38% 6.57M 93s 2015-11-06 03:16:34.750 | 107050K .......... .......... .......... .......... .......... 38% 10.9M 93s 2015-11-06 03:16:34.807 | 107100K .......... .......... .......... .......... .......... 39% 882K 93s 2015-11-06 03:16:34.863 | 107150K .......... .......... .......... .......... .......... 39% 897K 93s 2015-11-06 03:16:34.869 | 107200K .......... .......... .......... .......... .......... 39% 6.92M 93s 2015-11-06 03:16:34.874 | 107250K .......... .......... .......... .......... .......... 39% 14.4M 93s 2015-11-06 03:16:34.878 | 107300K .......... .......... .......... .......... .......... 39% 7.67M 93s 2015-11-06 03:16:34.935 | 107350K .......... .......... .......... .......... .......... 39% 886K 93s 2015-11-06 03:16:34.991 | 107400K .......... .......... .......... .......... .......... 39% 884K 93s 2015-11-06 03:16:34.997 | 107450K .......... .......... .......... .......... .......... 39% 8.72M 93s 2015-11-06 03:16:35.000 | 107500K .......... .......... .......... .......... .......... 39% 13.6M 93s 2015-11-06 03:16:35.007 | 107550K .......... .......... .......... .......... .......... 39% 8.06M 93s 2015-11-06 03:16:35.063 | 107600K .......... .......... .......... .......... .......... 39% 893K 93s 2015-11-06 03:16:35.119 | 107650K .......... .......... .......... .......... .......... 39% 899K 93s 2015-11-06 03:16:35.126 | 107700K .......... .......... .......... .......... .......... 39% 6.41M 93s 2015-11-06 03:16:35.129 | 107750K .......... .......... .......... .......... .......... 39% 23.1M 93s 2015-11-06 03:16:35.136 | 107800K .......... .......... .......... .......... .......... 39% 6.03M 93s 2015-11-06 03:16:35.191 | 107850K .......... .......... .......... .......... .......... 39% 2.58M 93s 2015-11-06 03:16:35.195 | 107900K .......... .......... .......... .......... .......... 39% 1.21M 93s 2015-11-06 03:16:35.255 | 107950K .......... .......... .......... .......... .......... 39% 839K 93s 2015-11-06 03:16:35.257 | 108000K .......... .......... .......... .......... .......... 39% 21.1M 93s 2015-11-06 03:16:35.266 | 108050K .......... .......... .......... .......... .......... 39% 5.81M 93s 2015-11-06 03:16:35.284 | 108100K .......... .......... .......... .......... .......... 39% 2.62M 93s 2015-11-06 03:16:35.325 | 108150K .......... .......... .......... .......... .......... 39% 1.19M 93s 2015-11-06 03:16:35.384 | 108200K .......... .......... .......... .......... .......... 39% 842K 93s 2015-11-06 03:16:35.388 | 108250K .......... .......... .......... .......... .......... 39% 16.7M 93s 2015-11-06 03:16:35.395 | 108300K .......... .......... .......... .......... .......... 39% 6.99M 93s 2015-11-06 03:16:35.413 | 108350K .......... .......... .......... .......... .......... 39% 2.63M 93s 2015-11-06 03:16:35.454 | 108400K .......... .......... .......... .......... .......... 39% 1.20M 93s 2015-11-06 03:16:35.510 | 108450K .......... .......... .......... .......... .......... 39% 885K 93s 2015-11-06 03:16:35.514 | 108500K .......... .......... .......... .......... .......... 39% 14.6M 92s 2015-11-06 03:16:35.523 | 108550K .......... .......... .......... .......... .......... 39% 5.47M 92s 2015-11-06 03:16:35.541 | 108600K .......... .......... .......... .......... .......... 39% 2.69M 92s 2015-11-06 03:16:35.582 | 108650K .......... .......... .......... .......... .......... 39% 1.19M 92s 2015-11-06 03:16:35.640 | 108700K .......... .......... .......... .......... .......... 39% 867K 92s 2015-11-06 03:16:35.643 | 108750K .......... .......... .......... .......... .......... 39% 16.5M 92s 2015-11-06 03:16:35.651 | 108800K .......... .......... .......... .......... .......... 39% 5.73M 92s 2015-11-06 03:16:35.670 | 108850K .......... .......... .......... .......... .......... 39% 2.61M 92s 2015-11-06 03:16:35.710 | 108900K .......... .......... .......... .......... .......... 39% 1.23M 92s 2015-11-06 03:16:35.768 | 108950K .......... .......... .......... .......... .......... 39% 852K 92s 2015-11-06 03:16:35.770 | 109000K .......... .......... .......... .......... .......... 39% 20.0M 92s 2015-11-06 03:16:35.779 | 109050K .......... .......... .......... .......... .......... 39% 6.03M 92s 2015-11-06 03:16:35.798 | 109100K .......... .......... .......... .......... .......... 39% 2.49M 92s 2015-11-06 03:16:35.839 | 109150K .......... .......... .......... .......... .......... 39% 1.20M 92s 2015-11-06 03:16:35.898 | 109200K .......... .......... .......... .......... .......... 39% 843K 92s 2015-11-06 03:16:35.900 | 109250K .......... .......... .......... .......... .......... 39% 22.8M 92s 2015-11-06 03:16:35.907 | 109300K .......... .......... .......... .......... .......... 39% 7.47M 92s 2015-11-06 03:16:35.927 | 109350K .......... .......... .......... .......... .......... 39% 2.57M 92s 2015-11-06 03:16:35.967 | 109400K .......... .......... .......... .......... .......... 39% 1.18M 92s 2015-11-06 03:16:36.023 | 109450K .......... .......... .......... .......... .......... 39% 896K 92s 2015-11-06 03:16:36.028 | 109500K .......... .......... .......... .......... .......... 39% 9.78M 92s 2015-11-06 03:16:36.038 | 109550K .......... .......... .......... .......... .......... 39% 5.15M 92s 2015-11-06 03:16:36.055 | 109600K .......... .......... .......... .......... .......... 39% 2.79M 92s 2015-11-06 03:16:36.095 | 109650K .......... .......... .......... .......... .......... 39% 1.24M 92s 2015-11-06 03:16:36.153 | 109700K .......... .......... .......... .......... .......... 39% 869K 92s 2015-11-06 03:16:36.157 | 109750K .......... .......... .......... .......... .......... 39% 10.1M 92s 2015-11-06 03:16:36.166 | 109800K .......... .......... .......... .......... .......... 39% 5.34M 92s 2015-11-06 03:16:36.184 | 109850K .......... .......... .......... .......... .......... 40% 8.73M 92s 2015-11-06 03:16:36.224 | 109900K .......... .......... .......... .......... .......... 40% 946K 92s 2015-11-06 03:16:36.282 | 109950K .......... .......... .......... .......... .......... 40% 882K 92s 2015-11-06 03:16:36.286 | 110000K .......... .......... .......... .......... .......... 40% 10.1M 92s 2015-11-06 03:16:36.293 | 110050K .......... .......... .......... .......... .......... 40% 7.06M 91s 2015-11-06 03:16:36.301 | 110100K .......... .......... .......... .......... .......... 40% 6.26M 91s 2015-11-06 03:16:36.353 | 110150K .......... .......... .......... .......... .......... 40% 984K 91s 2015-11-06 03:16:36.410 | 110200K .......... .......... .......... .......... .......... 40% 867K 91s 2015-11-06 03:16:36.414 | 110250K .......... .......... .......... .......... .......... 40% 9.51M 91s 2015-11-06 03:16:36.422 | 110300K .......... .......... .......... .......... .......... 40% 7.73M 91s 2015-11-06 03:16:36.429 | 110350K .......... .......... .......... .......... .......... 40% 6.12M 91s 2015-11-06 03:16:36.482 | 110400K .......... .......... .......... .......... .......... 40% 931K 91s 2015-11-06 03:16:36.539 | 110450K .......... .......... .......... .......... .......... 40% 898K 91s 2015-11-06 03:16:36.544 | 110500K .......... .......... .......... .......... .......... 40% 8.55M 91s 2015-11-06 03:16:36.550 | 110550K .......... .......... .......... .......... .......... 40% 9.29M 91s 2015-11-06 03:16:36.558 | 110600K .......... .......... .......... .......... .......... 40% 5.58M 91s 2015-11-06 03:16:36.611 | 110650K .......... .......... .......... .......... .......... 40% 955K 91s 2015-11-06 03:16:36.666 | 110700K .......... .......... .......... .......... .......... 40% 889K 91s 2015-11-06 03:16:36.671 | 110750K .......... .......... .......... .......... .......... 40% 9.53M 91s 2015-11-06 03:16:36.677 | 110800K .......... .......... .......... .......... .......... 40% 9.01M 91s 2015-11-06 03:16:36.688 | 110850K .......... .......... .......... .......... .......... 40% 4.42M 91s 2015-11-06 03:16:36.738 | 110900K .......... .......... .......... .......... .......... 40% 995K 91s 2015-11-06 03:16:36.795 | 110950K .......... .......... .......... .......... .......... 40% 896K 91s 2015-11-06 03:16:36.801 | 111000K .......... .......... .......... .......... .......... 40% 7.12M 91s 2015-11-06 03:16:36.807 | 111050K .......... .......... .......... .......... .......... 40% 8.70M 91s 2015-11-06 03:16:36.814 | 111100K .......... .......... .......... .......... .......... 40% 6.43M 91s 2015-11-06 03:16:36.868 | 111150K .......... .......... .......... .......... .......... 40% 931K 91s 2015-11-06 03:16:36.924 | 111200K .......... .......... .......... .......... .......... 40% 898K 91s 2015-11-06 03:16:36.929 | 111250K .......... .......... .......... .......... .......... 40% 8.28M 91s 2015-11-06 03:16:36.934 | 111300K .......... .......... .......... .......... .......... 40% 10.2M 91s 2015-11-06 03:16:36.942 | 111350K .......... .......... .......... .......... .......... 40% 6.11M 91s 2015-11-06 03:16:36.994 | 111400K .......... .......... .......... .......... .......... 40% 955K 91s 2015-11-06 03:16:37.053 | 111450K .......... .......... .......... .......... .......... 40% 868K 91s 2015-11-06 03:16:37.058 | 111500K .......... .......... .......... .......... .......... 40% 8.07M 91s 2015-11-06 03:16:37.064 | 111550K .......... .......... .......... .......... .......... 40% 10.4M 91s 2015-11-06 03:16:37.071 | 111600K .......... .......... .......... .......... .......... 40% 6.13M 91s 2015-11-06 03:16:37.125 | 111650K .......... .......... .......... .......... .......... 40% 917K 91s 2015-11-06 03:16:37.181 | 111700K .......... .......... .......... .......... .......... 40% 900K 91s 2015-11-06 03:16:37.186 | 111750K .......... .......... .......... .......... .......... 40% 11.1M 90s 2015-11-06 03:16:37.194 | 111800K .......... .......... .......... .......... .......... 40% 7.95M 90s 2015-11-06 03:16:37.199 | 111850K .......... .......... .......... .......... .......... 40% 9.96M 90s 2015-11-06 03:16:37.253 | 111900K .......... .......... .......... .......... .......... 40% 896K 90s 2015-11-06 03:16:37.310 | 111950K .......... .......... .......... .......... .......... 40% 886K 90s 2015-11-06 03:16:37.316 | 112000K .......... .......... .......... .......... .......... 40% 6.36M 90s 2015-11-06 03:16:37.320 | 112050K .......... .......... .......... .......... .......... 40% 15.7M 90s 2015-11-06 03:16:37.328 | 112100K .......... .......... .......... .......... .......... 40% 5.99M 90s 2015-11-06 03:16:37.381 | 112150K .......... .......... .......... .......... .......... 40% 946K 90s 2015-11-06 03:16:37.438 | 112200K .......... .......... .......... .......... .......... 40% 876K 90s 2015-11-06 03:16:37.446 | 112250K .......... .......... .......... .......... .......... 40% 5.86M 90s 2015-11-06 03:16:37.448 | 112300K .......... .......... .......... .......... .......... 40% 20.1M 90s 2015-11-06 03:16:37.458 | 112350K .......... .......... .......... .......... .......... 40% 5.13M 90s 2015-11-06 03:16:37.509 | 112400K .......... .......... .......... .......... .......... 40% 978K 90s 2015-11-06 03:16:37.580 | 112450K .......... .......... .......... .......... .......... 40% 12.1M 90s 2015-11-06 03:16:37.587 | 112500K .......... .......... .......... .......... .......... 40% 675K 90s 2015-11-06 03:16:37.593 | 112550K .......... .......... .......... .......... .......... 40% 8.42M 90s 2015-11-06 03:16:37.601 | 112600K .......... .......... .......... .......... .......... 41% 6.48M 90s 2015-11-06 03:16:37.639 | 112650K .......... .......... .......... .......... .......... 41% 5.96M 90s 2015-11-06 03:16:37.643 | 112700K .......... .......... .......... .......... .......... 41% 1.42M 90s 2015-11-06 03:16:37.715 | 112750K .......... .......... .......... .......... .......... 41% 699K 90s 2015-11-06 03:16:37.721 | 112800K .......... .......... .......... .......... .......... 41% 7.48M 90s 2015-11-06 03:16:37.728 | 112850K .......... .......... .......... .......... .......... 41% 19.5M 90s 2015-11-06 03:16:37.737 | 112900K .......... .......... .......... .......... .......... 41% 3.63M 90s 2015-11-06 03:16:37.772 | 112950K .......... .......... .......... .......... .......... 41% 1.41M 90s 2015-11-06 03:16:37.846 | 113000K .......... .......... .......... .......... .......... 41% 673K 90s 2015-11-06 03:16:37.852 | 113050K .......... .......... .......... .......... .......... 41% 8.45M 90s 2015-11-06 03:16:37.854 | 113100K .......... .......... .......... .......... .......... 41% 19.1M 90s 2015-11-06 03:16:37.866 | 113150K .......... .......... .......... .......... .......... 41% 4.09M 90s 2015-11-06 03:16:37.900 | 113200K .......... .......... .......... .......... .......... 41% 1.43M 90s 2015-11-06 03:16:37.975 | 113250K .......... .......... .......... .......... .......... 41% 675K 90s 2015-11-06 03:16:37.980 | 113300K .......... .......... .......... .......... .......... 41% 9.01M 90s 2015-11-06 03:16:37.983 | 113350K .......... .......... .......... .......... .......... 41% 18.3M 89s 2015-11-06 03:16:37.995 | 113400K .......... .......... .......... .......... .......... 41% 4.01M 89s 2015-11-06 03:16:38.030 | 113450K .......... .......... .......... .......... .......... 41% 1.39M 89s 2015-11-06 03:16:38.105 | 113500K .......... .......... .......... .......... .......... 41% 665K 89s 2015-11-06 03:16:38.109 | 113550K .......... .......... .......... .......... .......... 41% 15.6M 89s 2015-11-06 03:16:38.111 | 113600K .......... .......... .......... .......... .......... 41% 20.0M 89s 2015-11-06 03:16:38.123 | 113650K .......... .......... .......... .......... .......... 41% 3.96M 89s 2015-11-06 03:16:38.157 | 113700K .......... .......... .......... .......... .......... 41% 1.43M 89s 2015-11-06 03:16:38.233 | 113750K .......... .......... .......... .......... .......... 41% 667K 89s 2015-11-06 03:16:38.238 | 113800K .......... .......... .......... .......... .......... 41% 7.91M 89s 2015-11-06 03:16:38.241 | 113850K .......... .......... .......... .......... .......... 41% 19.7M 89s 2015-11-06 03:16:38.252 | 113900K .......... .......... .......... .......... .......... 41% 4.50M 89s 2015-11-06 03:16:38.286 | 113950K .......... .......... .......... .......... .......... 41% 1.40M 89s 2015-11-06 03:16:38.360 | 114000K .......... .......... .......... .......... .......... 41% 677K 89s 2015-11-06 03:16:38.366 | 114050K .......... .......... .......... .......... .......... 41% 8.50M 89s 2015-11-06 03:16:38.369 | 114100K .......... .......... .......... .......... .......... 41% 16.8M 89s 2015-11-06 03:16:38.380 | 114150K .......... .......... .......... .......... .......... 41% 4.32M 89s 2015-11-06 03:16:38.415 | 114200K .......... .......... .......... .......... .......... 41% 1.41M 89s 2015-11-06 03:16:38.489 | 114250K .......... .......... .......... .......... .......... 41% 686K 89s 2015-11-06 03:16:38.495 | 114300K .......... .......... .......... .......... .......... 41% 7.19M 89s 2015-11-06 03:16:38.498 | 114350K .......... .......... .......... .......... .......... 41% 13.1M 89s 2015-11-06 03:16:38.509 | 114400K .......... .......... .......... .......... .......... 41% 4.99M 89s 2015-11-06 03:16:38.542 | 114450K .......... .......... .......... .......... .......... 41% 1.45M 89s 2015-11-06 03:16:38.615 | 114500K .......... .......... .......... .......... .......... 41% 682K 89s 2015-11-06 03:16:38.621 | 114550K .......... .......... .......... .......... .......... 41% 8.88M 89s 2015-11-06 03:16:38.623 | 114600K .......... .......... .......... .......... .......... 41% 16.3M 89s 2015-11-06 03:16:38.636 | 114650K .......... .......... .......... .......... .......... 41% 6.09M 89s 2015-11-06 03:16:38.673 | 114700K .......... .......... .......... .......... .......... 41% 1.19M 89s 2015-11-06 03:16:38.746 | 114750K .......... .......... .......... .......... .......... 41% 694K 89s 2015-11-06 03:16:38.751 | 114800K .......... .......... .......... .......... .......... 41% 7.28M 89s 2015-11-06 03:16:38.755 | 114850K .......... .......... .......... .......... .......... 41% 13.9M 89s 2015-11-06 03:16:38.763 | 114900K .......... .......... .......... .......... .......... 41% 6.31M 88s 2015-11-06 03:16:38.800 | 114950K .......... .......... .......... .......... .......... 41% 1.33M 88s 2015-11-06 03:16:38.873 | 115000K .......... .......... .......... .......... .......... 41% 680K 88s 2015-11-06 03:16:38.881 | 115050K .......... .......... .......... .......... .......... 41% 6.89M 88s 2015-11-06 03:16:38.884 | 115100K .......... .......... .......... .......... .......... 41% 12.3M 88s 2015-11-06 03:16:38.890 | 115150K .......... .......... .......... .......... .......... 41% 7.72M 88s 2015-11-06 03:16:38.930 | 115200K .......... .......... .......... .......... .......... 41% 1.24M 88s 2015-11-06 03:16:39.003 | 115250K .......... .......... .......... .......... .......... 41% 694K 88s 2015-11-06 03:16:39.008 | 115300K .......... .......... .......... .......... .......... 41% 8.10M 88s 2015-11-06 03:16:39.012 | 115350K .......... .......... .......... .......... .......... 42% 13.1M 88s 2015-11-06 03:16:39.019 | 115400K .......... .......... .......... .......... .......... 42% 6.53M 88s 2015-11-06 03:16:39.058 | 115450K .......... .......... .......... .......... .......... 42% 1.26M 88s 2015-11-06 03:16:39.149 | 115500K .......... .......... .......... .......... .......... 42% 545K 88s 2015-11-06 03:16:39.169 | 115550K .......... .......... .......... .......... .......... 42% 2.67M 88s 2015-11-06 03:16:39.171 | 115600K .......... .......... .......... .......... .......... 42% 13.1M 88s 2015-11-06 03:16:39.176 | 115650K .......... .......... .......... .......... .......... 42% 12.3M 88s 2015-11-06 03:16:39.186 | 115700K .......... .......... .......... .......... .......... 42% 4.49M 88s 2015-11-06 03:16:39.278 | 115750K .......... .......... .......... .......... .......... 42% 554K 88s 2015-11-06 03:16:39.296 | 115800K .......... .......... .......... .......... .......... 42% 2.57M 88s 2015-11-06 03:16:39.300 | 115850K .......... .......... .......... .......... .......... 42% 10.0M 88s 2015-11-06 03:16:39.318 | 115900K .......... .......... .......... .......... .......... 42% 2.78M 88s 2015-11-06 03:16:39.408 | 115950K .......... .......... .......... .......... .......... 42% 557K 88s 2015-11-06 03:16:39.426 | 116000K .......... .......... .......... .......... .......... 42% 2.77M 88s 2015-11-06 03:16:39.429 | 116050K .......... .......... .......... .......... .......... 42% 15.3M 88s 2015-11-06 03:16:39.434 | 116100K .......... .......... .......... .......... .......... 42% 8.48M 88s 2015-11-06 03:16:39.448 | 116150K .......... .......... .......... .......... .......... 42% 3.46M 88s 2015-11-06 03:16:39.536 | 116200K .......... .......... .......... .......... .......... 42% 573K 88s 2015-11-06 03:16:39.553 | 116250K .......... .......... .......... .......... .......... 42% 2.89M 88s 2015-11-06 03:16:39.558 | 116300K .......... .......... .......... .......... .......... 42% 8.70M 88s 2015-11-06 03:16:39.563 | 116350K .......... .......... .......... .......... .......... 42% 21.4M 88s 2015-11-06 03:16:39.577 | 116400K .......... .......... .......... .......... .......... 42% 2.92M 88s 2015-11-06 03:16:39.664 | 116450K .......... .......... .......... .......... .......... 42% 573K 88s 2015-11-06 03:16:39.681 | 116500K .......... .......... .......... .......... .......... 42% 3.04M 88s 2015-11-06 03:16:39.683 | 116550K .......... .......... .......... .......... .......... 42% 16.8M 88s 2015-11-06 03:16:39.688 | 116600K .......... .......... .......... .......... .......... 42% 10.7M 88s 2015-11-06 03:16:39.705 | 116650K .......... .......... .......... .......... .......... 42% 2.98M 87s 2015-11-06 03:16:39.794 | 116700K .......... .......... .......... .......... .......... 42% 560K 88s 2015-11-06 03:16:39.808 | 116750K .......... .......... .......... .......... .......... 42% 3.47M 87s 2015-11-06 03:16:39.815 | 116800K .......... .......... .......... .......... .......... 42% 7.11M 87s 2015-11-06 03:16:39.818 | 116850K .......... .......... .......... .......... .......... 42% 15.5M 87s 2015-11-06 03:16:39.836 | 116900K .......... .......... .......... .......... .......... 42% 3.01M 87s 2015-11-06 03:16:39.922 | 116950K .......... .......... .......... .......... .......... 42% 567K 87s 2015-11-06 03:16:39.939 | 117000K .......... .......... .......... .......... .......... 42% 2.86M 87s 2015-11-06 03:16:39.944 | 117050K .......... .......... .......... .......... .......... 42% 11.2M 87s 2015-11-06 03:16:39.947 | 117100K .......... .......... .......... .......... .......... 42% 12.9M 87s 2015-11-06 03:16:39.962 | 117150K .......... .......... .......... .......... .......... 42% 3.38M 87s 2015-11-06 03:16:40.051 | 117200K .......... .......... .......... .......... .......... 42% 559K 87s 2015-11-06 03:16:40.067 | 117250K .......... .......... .......... .......... .......... 42% 3.24M 87s 2015-11-06 03:16:40.070 | 117300K .......... .......... .......... .......... .......... 42% 12.4M 87s 2015-11-06 03:16:40.074 | 117350K .......... .......... .......... .......... .......... 42% 12.9M 87s 2015-11-06 03:16:40.092 | 117400K .......... .......... .......... .......... .......... 42% 2.74M 87s 2015-11-06 03:16:40.183 | 117450K .......... .......... .......... .......... .......... 42% 549K 87s 2015-11-06 03:16:40.195 | 117500K .......... .......... .......... .......... .......... 42% 4.38M 87s 2015-11-06 03:16:40.201 | 117550K .......... .......... .......... .......... .......... 42% 6.95M 87s 2015-11-06 03:16:40.204 | 117600K .......... .......... .......... .......... .......... 42% 22.6M 87s 2015-11-06 03:16:40.218 | 117650K .......... .......... .......... .......... .......... 42% 3.43M 87s 2015-11-06 03:16:40.308 | 117700K .......... .......... .......... .......... .......... 42% 552K 87s 2015-11-06 03:16:40.323 | 117750K .......... .......... .......... .......... .......... 42% 3.44M 87s 2015-11-06 03:16:40.330 | 117800K .......... .......... .......... .......... .......... 42% 6.45M 87s 2015-11-06 03:16:40.333 | 117850K .......... .......... .......... .......... .......... 42% 17.2M 87s 2015-11-06 03:16:40.348 | 117900K .......... .......... .......... .......... .......... 42% 3.24M 87s 2015-11-06 03:16:40.438 | 117950K .......... .......... .......... .......... .......... 42% 559K 87s 2015-11-06 03:16:40.452 | 118000K .......... .......... .......... .......... .......... 42% 3.76M 87s 2015-11-06 03:16:40.459 | 118050K .......... .......... .......... .......... .......... 42% 5.66M 87s 2015-11-06 03:16:40.462 | 118100K .......... .......... .......... .......... .......... 43% 17.0M 87s 2015-11-06 03:16:40.476 | 118150K .......... .......... .......... .......... .......... 43% 3.82M 87s 2015-11-06 03:16:40.566 | 118200K .......... .......... .......... .......... .......... 43% 547K 87s 2015-11-06 03:16:40.580 | 118250K .......... .......... .......... .......... .......... 43% 4.00M 87s 2015-11-06 03:16:40.587 | 118300K .......... .......... .......... .......... .......... 43% 5.67M 87s 2015-11-06 03:16:40.590 | 118350K .......... .......... .......... .......... .......... 43% 18.0M 86s 2015-11-06 03:16:40.605 | 118400K .......... .......... .......... .......... .......... 43% 3.16M 86s 2015-11-06 03:16:40.695 | 118450K .......... .......... .......... .......... .......... 43% 572K 86s 2015-11-06 03:16:40.705 | 118500K .......... .......... .......... .......... .......... 43% 3.66M 86s 2015-11-06 03:16:40.715 | 118550K .......... .......... .......... .......... .......... 43% 5.08M 86s 2015-11-06 03:16:40.717 | 118600K .......... .......... .......... .......... .......... 43% 21.6M 86s 2015-11-06 03:16:40.733 | 118650K .......... .......... .......... .......... .......... 43% 3.38M 86s 2015-11-06 03:16:40.820 | 118700K .......... .......... .......... .......... .......... 43% 565K 86s 2015-11-06 03:16:40.846 | 118750K .......... .......... .......... .......... .......... 43% 1.96M 86s 2015-11-06 03:16:40.852 | 118800K .......... .......... .......... .......... .......... 43% 7.36M 86s 2015-11-06 03:16:40.863 | 118850K .......... .......... .......... .......... .......... 43% 4.54M 86s 2015-11-06 03:16:40.870 | 118900K .......... .......... .......... .......... .......... 43% 6.68M 86s 2015-11-06 03:16:40.949 | 118950K .......... .......... .......... .......... .......... 43% 13.0M 86s 2015-11-06 03:16:40.974 | 119000K .......... .......... .......... .......... .......... 43% 503K 86s 2015-11-06 03:16:40.980 | 119050K .......... .......... .......... .......... .......... 43% 6.76M 86s 2015-11-06 03:16:40.991 | 119100K .......... .......... .......... .......... .......... 43% 4.49M 86s 2015-11-06 03:16:40.997 | 119150K .......... .......... .......... .......... .......... 43% 8.63M 86s 2015-11-06 03:16:41.003 | 119200K .......... .......... .......... .......... .......... 43% 7.71M 86s 2015-11-06 03:16:41.101 | 119250K .......... .......... .......... .......... .......... 43% 517K 86s 2015-11-06 03:16:41.106 | 119300K .......... .......... .......... .......... .......... 43% 8.11M 86s 2015-11-06 03:16:41.119 | 119350K .......... .......... .......... .......... .......... 43% 13.3M 86s 2015-11-06 03:16:41.127 | 119400K .......... .......... .......... .......... .......... 43% 2.78M 86s 2015-11-06 03:16:41.131 | 119450K .......... .......... .......... .......... .......... 43% 12.6M 86s 2015-11-06 03:16:41.229 | 119500K .......... .......... .......... .......... .......... 43% 512K 86s 2015-11-06 03:16:41.237 | 119550K .......... .......... .......... .......... .......... 43% 6.17M 86s 2015-11-06 03:16:41.239 | 119600K .......... .......... .......... .......... .......... 43% 19.2M 86s 2015-11-06 03:16:41.255 | 119650K .......... .......... .......... .......... .......... 43% 3.07M 86s 2015-11-06 03:16:41.259 | 119700K .......... .......... .......... .......... .......... 43% 12.7M 86s 2015-11-06 03:16:41.358 | 119750K .......... .......... .......... .......... .......... 43% 592K 86s 2015-11-06 03:16:41.367 | 119800K .......... .......... .......... .......... .......... 43% 2.11M 86s 2015-11-06 03:16:41.369 | 119850K .......... .......... .......... .......... .......... 43% 20.8M 86s 2015-11-06 03:16:41.384 | 119900K .......... .......... .......... .......... .......... 43% 3.22M 86s 2015-11-06 03:16:41.390 | 119950K .......... .......... .......... .......... .......... 43% 9.71M 85s 2015-11-06 03:16:41.472 | 120000K .......... .......... .......... .......... .......... 43% 601K 86s 2015-11-06 03:16:41.519 | 120050K .......... .......... .......... .......... .......... 43% 1.06M 86s 2015-11-06 03:16:41.522 | 120100K .......... .......... .......... .......... .......... 43% 13.9M 85s 2015-11-06 03:16:41.526 | 120150K .......... .......... .......... .......... .......... 43% 11.0M 85s 2015-11-06 03:16:41.537 | 120200K .......... .......... .......... .......... .......... 43% 4.77M 85s 2015-11-06 03:16:41.601 | 120250K .......... .......... .......... .......... .......... 43% 779K 85s 2015-11-06 03:16:41.646 | 120300K .......... .......... .......... .......... .......... 43% 1.09M 85s 2015-11-06 03:16:41.650 | 120350K .......... .......... .......... .......... .......... 43% 10.3M 85s 2015-11-06 03:16:41.655 | 120400K .......... .......... .......... .......... .......... 43% 12.2M 85s 2015-11-06 03:16:41.662 | 120450K .......... .......... .......... .......... .......... 43% 6.36M 85s 2015-11-06 03:16:41.730 | 120500K .......... .......... .......... .......... .......... 43% 739K 85s 2015-11-06 03:16:41.774 | 120550K .......... .......... .......... .......... .......... 43% 1.11M 85s 2015-11-06 03:16:41.778 | 120600K .......... .......... .......... .......... .......... 43% 12.6M 85s 2015-11-06 03:16:41.783 | 120650K .......... .......... .......... .......... .......... 43% 8.98M 85s 2015-11-06 03:16:41.792 | 120700K .......... .......... .......... .......... .......... 43% 5.82M 85s 2015-11-06 03:16:41.858 | 120750K .......... .......... .......... .......... .......... 43% 753K 85s 2015-11-06 03:16:41.903 | 120800K .......... .......... .......... .......... .......... 43% 1.09M 85s 2015-11-06 03:16:41.907 | 120850K .......... .......... .......... .......... .......... 44% 12.3M 85s 2015-11-06 03:16:41.911 | 120900K .......... .......... .......... .......... .......... 44% 11.1M 85s 2015-11-06 03:16:41.921 | 120950K .......... .......... .......... .......... .......... 44% 4.94M 85s 2015-11-06 03:16:41.987 | 121000K .......... .......... .......... .......... .......... 44% 759K 85s 2015-11-06 03:16:42.034 | 121050K .......... .......... .......... .......... .......... 44% 1.07M 85s 2015-11-06 03:16:42.037 | 121100K .......... .......... .......... .......... .......... 44% 14.1M 85s 2015-11-06 03:16:42.040 | 121150K .......... .......... .......... .......... .......... 44% 12.6M 85s 2015-11-06 03:16:42.050 | 121200K .......... .......... .......... .......... .......... 44% 4.55M 85s 2015-11-06 03:16:42.116 | 121250K .......... .......... .......... .......... .......... 44% 761K 85s 2015-11-06 03:16:42.161 | 121300K .......... .......... .......... .......... .......... 44% 1.08M 85s 2015-11-06 03:16:42.167 | 121350K .......... .......... .......... .......... .......... 44% 9.78M 85s 2015-11-06 03:16:42.171 | 121400K .......... .......... .......... .......... .......... 44% 9.82M 85s 2015-11-06 03:16:42.179 | 121450K .......... .......... .......... .......... .......... 44% 5.91M 85s 2015-11-06 03:16:42.244 | 121500K .......... .......... .......... .......... .......... 44% 771K 85s 2015-11-06 03:16:42.291 | 121550K .......... .......... .......... .......... .......... 44% 1.07M 85s 2015-11-06 03:16:42.296 | 121600K .......... .......... .......... .......... .......... 44% 8.45M 85s 2015-11-06 03:16:42.300 | 121650K .......... .......... .......... .......... .......... 44% 11.7M 84s 2015-11-06 03:16:42.309 | 121700K .......... .......... .......... .......... .......... 44% 5.25M 84s 2015-11-06 03:16:42.373 | 121750K .......... .......... .......... .......... .......... 44% 779K 84s 2015-11-06 03:16:42.418 | 121800K .......... .......... .......... .......... .......... 44% 1.13M 84s 2015-11-06 03:16:42.424 | 121850K .......... .......... .......... .......... .......... 44% 7.14M 84s 2015-11-06 03:16:42.428 | 121900K .......... .......... .......... .......... .......... 44% 10.6M 84s 2015-11-06 03:16:42.437 | 121950K .......... .......... .......... .......... .......... 44% 5.67M 84s 2015-11-06 03:16:42.502 | 122000K .......... .......... .......... .......... .......... 44% 768K 84s 2015-11-06 03:16:42.548 | 122050K .......... .......... .......... .......... .......... 44% 1.09M 84s 2015-11-06 03:16:42.553 | 122100K .......... .......... .......... .......... .......... 44% 7.38M 84s 2015-11-06 03:16:42.556 | 122150K .......... .......... .......... .......... .......... 44% 16.5M 84s 2015-11-06 03:16:42.566 | 122200K .......... .......... .......... .......... .......... 44% 5.10M 84s 2015-11-06 03:16:42.630 | 122250K .......... .......... .......... .......... .......... 44% 796K 84s 2015-11-06 03:16:42.674 | 122300K .......... .......... .......... .......... .......... 44% 1.09M 84s 2015-11-06 03:16:42.681 | 122350K .......... .......... .......... .......... .......... 44% 6.84M 84s 2015-11-06 03:16:42.685 | 122400K .......... .......... .......... .......... .......... 44% 10.3M 84s 2015-11-06 03:16:42.693 | 122450K .......... .......... .......... .......... .......... 44% 6.79M 84s 2015-11-06 03:16:42.759 | 122500K .......... .......... .......... .......... .......... 44% 749K 84s 2015-11-06 03:16:42.804 | 122550K .......... .......... .......... .......... .......... 44% 1.10M 84s 2015-11-06 03:16:42.810 | 122600K .......... .......... .......... .......... .......... 44% 7.25M 84s 2015-11-06 03:16:42.814 | 122650K .......... .......... .......... .......... .......... 44% 15.2M 84s 2015-11-06 03:16:42.821 | 122700K .......... .......... .......... .......... .......... 44% 6.74M 84s 2015-11-06 03:16:42.888 | 122750K .......... .......... .......... .......... .......... 44% 758K 84s 2015-11-06 03:16:42.932 | 122800K .......... .......... .......... .......... .......... 44% 1.08M 84s 2015-11-06 03:16:42.938 | 122850K .......... .......... .......... .......... .......... 44% 8.21M 84s 2015-11-06 03:16:42.941 | 122900K .......... .......... .......... .......... .......... 44% 15.8M 84s 2015-11-06 03:16:42.950 | 122950K .......... .......... .......... .......... .......... 44% 5.45M 84s 2015-11-06 03:16:43.014 | 123000K .......... .......... .......... .......... .......... 44% 776K 84s 2015-11-06 03:16:43.059 | 123050K .......... .......... .......... .......... .......... 44% 1.11M 84s 2015-11-06 03:16:43.066 | 123100K .......... .......... .......... .......... .......... 44% 6.42M 84s 2015-11-06 03:16:43.071 | 123150K .......... .......... .......... .......... .......... 44% 9.96M 84s 2015-11-06 03:16:43.079 | 123200K .......... .......... .......... .......... .......... 44% 6.63M 84s 2015-11-06 03:16:43.146 | 123250K .......... .......... .......... .......... .......... 44% 773K 84s 2015-11-06 03:16:43.189 | 123300K .......... .......... .......... .......... .......... 44% 1.09M 84s 2015-11-06 03:16:43.195 | 123350K .......... .......... .......... .......... .......... 44% 6.77M 83s 2015-11-06 03:16:43.197 | 123400K .......... .......... .......... .......... .......... 44% 20.2M 83s 2015-11-06 03:16:43.208 | 123450K .......... .......... .......... .......... .......... 44% 4.81M 83s 2015-11-06 03:16:43.273 | 123500K .......... .......... .......... .......... .......... 44% 765K 83s 2015-11-06 03:16:43.316 | 123550K .......... .......... .......... .......... .......... 44% 1.14M 83s 2015-11-06 03:16:43.323 | 123600K .......... .......... .......... .......... .......... 45% 6.54M 83s 2015-11-06 03:16:43.326 | 123650K .......... .......... .......... .......... .......... 45% 18.9M 83s 2015-11-06 03:16:43.337 | 123700K .......... .......... .......... .......... .......... 45% 4.15M 83s 2015-11-06 03:16:43.342 | 123750K .......... .......... .......... .......... .......... 45% 9.41M 83s 2015-11-06 03:16:43.446 | 123800K .......... .......... .......... .......... .......... 45% 482K 83s 2015-11-06 03:16:43.453 | 123850K .......... .......... .......... .......... .......... 45% 8.47M 83s 2015-11-06 03:16:43.460 | 123900K .......... .......... .......... .......... .......... 45% 6.01M 83s 2015-11-06 03:16:43.465 | 123950K .......... .......... .......... .......... .......... 45% 12.5M 83s 2015-11-06 03:16:43.471 | 124000K .......... .......... .......... .......... .......... 45% 6.95M 83s 2015-11-06 03:16:43.574 | 124050K .......... .......... .......... .......... .......... 45% 492K 83s 2015-11-06 03:16:43.580 | 124100K .......... .......... .......... .......... .......... 45% 6.93M 83s 2015-11-06 03:16:43.583 | 124150K .......... .......... .......... .......... .......... 45% 21.1M 83s 2015-11-06 03:16:43.592 | 124200K .......... .......... .......... .......... .......... 45% 4.97M 83s 2015-11-06 03:16:43.599 | 124250K .......... .......... .......... .......... .......... 45% 6.92M 83s 2015-11-06 03:16:43.662 | 124300K .......... .......... .......... .......... .......... 45% 786K 83s 2015-11-06 03:16:43.709 | 124350K .......... .......... .......... .......... .......... 45% 1.06M 83s 2015-11-06 03:16:43.713 | 124400K .......... .......... .......... .......... .......... 45% 10.8M 83s 2015-11-06 03:16:43.719 | 124450K .......... .......... .......... .......... .......... 45% 7.99M 83s 2015-11-06 03:16:43.728 | 124500K .......... .......... .......... .......... .......... 45% 5.25M 83s 2015-11-06 03:16:43.790 | 124550K .......... .......... .......... .......... .......... 45% 809K 83s 2015-11-06 03:16:43.837 | 124600K .......... .......... .......... .......... .......... 45% 1.04M 83s 2015-11-06 03:16:43.844 | 124650K .......... .......... .......... .......... .......... 45% 15.8M 83s 2015-11-06 03:16:43.848 | 124700K .......... .......... .......... .......... .......... 45% 6.02M 83s 2015-11-06 03:16:43.857 | 124750K .......... .......... .......... .......... .......... 45% 6.01M 83s 2015-11-06 03:16:43.920 | 124800K .......... .......... .......... .......... .......... 45% 790K 83s 2015-11-06 03:16:43.967 | 124850K .......... .......... .......... .......... .......... 45% 1.04M 83s 2015-11-06 03:16:43.971 | 124900K .......... .......... .......... .......... .......... 45% 11.0M 83s 2015-11-06 03:16:43.977 | 124950K .......... .......... .......... .......... .......... 45% 9.20M 82s 2015-11-06 03:16:43.986 | 125000K .......... .......... .......... .......... .......... 45% 5.58M 82s 2015-11-06 03:16:44.051 | 125050K .......... .......... .......... .......... .......... 45% 753K 82s 2015-11-06 03:16:44.094 | 125100K .......... .......... .......... .......... .......... 45% 1.16M 82s 2015-11-06 03:16:44.097 | 125150K .......... .......... .......... .......... .......... 45% 14.2M 82s 2015-11-06 03:16:44.106 | 125200K .......... .......... .......... .......... .......... 45% 5.95M 82s 2015-11-06 03:16:44.114 | 125250K .......... .......... .......... .......... .......... 45% 6.94M 82s 2015-11-06 03:16:44.176 | 125300K .......... .......... .......... .......... .......... 45% 781K 82s 2015-11-06 03:16:44.305 | 125350K .......... .......... .......... .......... .......... 45% 388K 82s 2015-11-06 03:16:44.322 | 125400K .......... .......... .......... .......... .......... 45% 2.94M 82s 2015-11-06 03:16:44.329 | 125450K .......... .......... .......... .......... .......... 45% 7.38M 82s 2015-11-06 03:16:44.338 | 125500K .......... .......... .......... .......... .......... 45% 5.04M 82s 2015-11-06 03:16:44.341 | 125550K .......... .......... .......... .......... .......... 45% 17.7M 82s 2015-11-06 03:16:44.406 | 125600K .......... .......... .......... .......... .......... 45% 772K 82s 2015-11-06 03:16:44.432 | 125650K .......... .......... .......... .......... .......... 45% 1.99M 82s 2015-11-06 03:16:44.438 | 125700K .......... .......... .......... .......... .......... 45% 5.86M 82s 2015-11-06 03:16:44.443 | 125750K .......... .......... .......... .......... .......... 45% 10.8M 82s 2015-11-06 03:16:44.452 | 125800K .......... .......... .......... .......... .......... 45% 5.78M 82s 2015-11-06 03:16:44.537 | 125850K .......... .......... .......... .......... .......... 45% 599K 82s 2015-11-06 03:16:44.560 | 125900K .......... .......... .......... .......... .......... 45% 1.98M 82s 2015-11-06 03:16:44.568 | 125950K .......... .......... .......... .......... .......... 45% 5.77M 82s 2015-11-06 03:16:44.572 | 126000K .......... .......... .......... .......... .......... 45% 11.1M 82s 2015-11-06 03:16:44.581 | 126050K .......... .......... .......... .......... .......... 45% 7.07M 82s 2015-11-06 03:16:44.666 | 126100K .......... .......... .......... .......... .......... 45% 580K 82s 2015-11-06 03:16:44.688 | 126150K .......... .......... .......... .......... .......... 45% 19.1M 82s 2015-11-06 03:16:44.693 | 126200K .......... .......... .......... .......... .......... 45% 1.98M 82s 2015-11-06 03:16:44.697 | 126250K .......... .......... .......... .......... .......... 45% 18.1M 82s 2015-11-06 03:16:44.709 | 126300K .......... .......... .......... .......... .......... 45% 3.80M 82s 2015-11-06 03:16:44.793 | 126350K .......... .......... .......... .......... .......... 46% 598K 82s 2015-11-06 03:16:44.795 | 126400K .......... .......... .......... .......... .......... 46% 16.0M 82s 2015-11-06 03:16:44.820 | 126450K .......... .......... .......... .......... .......... 46% 1.94M 82s 2015-11-06 03:16:44.824 | 126500K .......... .......... .......... .......... .......... 46% 11.2M 82s 2015-11-06 03:16:44.837 | 126550K .......... .......... .......... .......... .......... 46% 5.72M 82s 2015-11-06 03:16:44.919 | 126600K .......... .......... .......... .......... .......... 46% 580K 82s 2015-11-06 03:16:44.924 | 126650K .......... .......... .......... .......... .......... 46% 12.5M 82s 2015-11-06 03:16:44.948 | 126700K .......... .......... .......... .......... .......... 46% 1.92M 82s 2015-11-06 03:16:44.953 | 126750K .......... .......... .......... .......... .......... 46% 11.4M 81s 2015-11-06 03:16:44.966 | 126800K .......... .......... .......... .......... .......... 46% 3.86M 81s 2015-11-06 03:16:45.048 | 126850K .......... .......... .......... .......... .......... 46% 609K 81s 2015-11-06 03:16:45.052 | 126900K .......... .......... .......... .......... .......... 46% 10.6M 81s 2015-11-06 03:16:45.077 | 126950K .......... .......... .......... .......... .......... 46% 1.97M 81s 2015-11-06 03:16:45.081 | 127000K .......... .......... .......... .......... .......... 46% 11.0M 81s 2015-11-06 03:16:45.093 | 127050K .......... .......... .......... .......... .......... 46% 4.05M 81s 2015-11-06 03:16:45.177 | 127100K .......... .......... .......... .......... .......... 46% 600K 81s 2015-11-06 03:16:45.183 | 127150K .......... .......... .......... .......... .......... 46% 7.81M 81s 2015-11-06 03:16:45.206 | 127200K .......... .......... .......... .......... .......... 46% 2.16M 81s 2015-11-06 03:16:45.210 | 127250K .......... .......... .......... .......... .......... 46% 11.0M 81s 2015-11-06 03:16:45.216 | 127300K .......... .......... .......... .......... .......... 46% 7.88M 81s 2015-11-06 03:16:45.306 | 127350K .......... .......... .......... .......... .......... 46% 559K 81s 2015-11-06 03:16:45.311 | 127400K .......... .......... .......... .......... .......... 46% 8.93M 81s 2015-11-06 03:16:45.335 | 127450K .......... .......... .......... .......... .......... 46% 2.15M 81s 2015-11-06 03:16:45.339 | 127500K .......... .......... .......... .......... .......... 46% 9.27M 81s 2015-11-06 03:16:45.345 | 127550K .......... .......... .......... .......... .......... 46% 9.22M 81s 2015-11-06 03:16:45.436 | 127600K .......... .......... .......... .......... .......... 46% 546K 81s 2015-11-06 03:16:45.439 | 127650K .......... .......... .......... .......... .......... 46% 14.1M 81s 2015-11-06 03:16:45.468 | 127700K .......... .......... .......... .......... .......... 46% 1.71M 81s 2015-11-06 03:16:45.473 | 127750K .......... .......... .......... .......... .......... 46% 11.6M 81s 2015-11-06 03:16:45.476 | 127800K .......... .......... .......... .......... .......... 46% 12.5M 81s 2015-11-06 03:16:45.566 | 127850K .......... .......... .......... .......... .......... 46% 561K 81s 2015-11-06 03:16:45.569 | 127900K .......... .......... .......... .......... .......... 46% 12.7M 81s 2015-11-06 03:16:45.596 | 127950K .......... .......... .......... .......... .......... 46% 1.81M 81s 2015-11-06 03:16:45.600 | 128000K .......... .......... .......... .......... .......... 46% 12.2M 81s 2015-11-06 03:16:45.606 | 128050K .......... .......... .......... .......... .......... 46% 8.28M 81s 2015-11-06 03:16:45.692 | 128100K .......... .......... .......... .......... .......... 46% 590K 81s 2015-11-06 03:16:45.697 | 128150K .......... .......... .......... .......... .......... 46% 7.47M 81s 2015-11-06 03:16:45.723 | 128200K .......... .......... .......... .......... .......... 46% 1.87M 81s 2015-11-06 03:16:45.729 | 128250K .......... .......... .......... .......... .......... 46% 9.62M 81s 2015-11-06 03:16:45.733 | 128300K .......... .......... .......... .......... .......... 46% 9.29M 81s 2015-11-06 03:16:45.820 | 128350K .......... .......... .......... .......... .......... 46% 583K 81s 2015-11-06 03:16:45.824 | 128400K .......... .......... .......... .......... .......... 46% 10.3M 81s 2015-11-06 03:16:45.851 | 128450K .......... .......... .......... .......... .......... 46% 1.83M 80s 2015-11-06 03:16:45.856 | 128500K .......... .......... .......... .......... .......... 46% 8.73M 80s 2015-11-06 03:16:45.860 | 128550K .......... .......... .......... .......... .......... 46% 13.6M 80s 2015-11-06 03:16:45.949 | 128600K .......... .......... .......... .......... .......... 46% 569K 80s 2015-11-06 03:16:45.953 | 128650K .......... .......... .......... .......... .......... 46% 12.8M 80s 2015-11-06 03:16:45.979 | 128700K .......... .......... .......... .......... .......... 46% 1.80M 80s 2015-11-06 03:16:45.984 | 128750K .......... .......... .......... .......... .......... 46% 9.78M 80s 2015-11-06 03:16:45.996 | 128800K .......... .......... .......... .......... .......... 46% 4.04M 80s 2015-11-06 03:16:46.077 | 128850K .......... .......... .......... .......... .......... 46% 11.1M 80s 2015-11-06 03:16:46.083 | 128900K .......... .......... .......... .......... .......... 46% 602K 80s 2015-11-06 03:16:46.109 | 128950K .......... .......... .......... .......... .......... 46% 1.94M 80s 2015-11-06 03:16:46.113 | 129000K .......... .......... .......... .......... .......... 46% 10.4M 80s 2015-11-06 03:16:46.127 | 129050K .......... .......... .......... .......... .......... 46% 3.69M 80s 2015-11-06 03:16:46.130 | 129100K .......... .......... .......... .......... .......... 47% 14.6M 80s 2015-11-06 03:16:46.212 | 129150K .......... .......... .......... .......... .......... 47% 609K 80s 2015-11-06 03:16:46.236 | 129200K .......... .......... .......... .......... .......... 47% 2.04M 80s 2015-11-06 03:16:46.241 | 129250K .......... .......... .......... .......... .......... 47% 11.3M 80s 2015-11-06 03:16:46.255 | 129300K .......... .......... .......... .......... .......... 47% 3.22M 80s 2015-11-06 03:16:46.259 | 129350K .......... .......... .......... .......... .......... 47% 13.8M 80s 2015-11-06 03:16:46.340 | 129400K .......... .......... .......... .......... .......... 47% 611K 80s 2015-11-06 03:16:46.364 | 129450K .......... .......... .......... .......... .......... 47% 2.10M 80s 2015-11-06 03:16:46.368 | 129500K .......... .......... .......... .......... .......... 47% 11.3M 80s 2015-11-06 03:16:46.383 | 129550K .......... .......... .......... .......... .......... 47% 3.64M 80s 2015-11-06 03:16:46.387 | 129600K .......... .......... .......... .......... .......... 47% 7.97M 80s 2015-11-06 03:16:46.469 | 129650K .......... .......... .......... .......... .......... 47% 623K 80s 2015-11-06 03:16:46.492 | 129700K .......... .......... .......... .......... .......... 47% 2.05M 80s 2015-11-06 03:16:46.498 | 129750K .......... .......... .......... .......... .......... 47% 9.86M 80s 2015-11-06 03:16:46.511 | 129800K .......... .......... .......... .......... .......... 47% 3.29M 80s 2015-11-06 03:16:46.515 | 129850K .......... .......... .......... .......... .......... 47% 11.8M 80s 2015-11-06 03:16:46.599 | 129900K .......... .......... .......... .......... .......... 47% 603K 80s 2015-11-06 03:16:46.622 | 129950K .......... .......... .......... .......... .......... 47% 2.21M 80s 2015-11-06 03:16:46.628 | 130000K .......... .......... .......... .......... .......... 47% 6.39M 80s 2015-11-06 03:16:46.640 | 130050K .......... .......... .......... .......... .......... 47% 4.41M 80s 2015-11-06 03:16:46.646 | 130100K .......... .......... .......... .......... .......... 47% 6.76M 79s 2015-11-06 03:16:46.727 | 130150K .......... .......... .......... .......... .......... 47% 630K 79s 2015-11-06 03:16:46.748 | 130200K .......... .......... .......... .......... .......... 47% 2.22M 79s 2015-11-06 03:16:46.753 | 130250K .......... .......... .......... .......... .......... 47% 9.87M 79s 2015-11-06 03:16:46.768 | 130300K .......... .......... .......... .......... .......... 47% 3.34M 79s 2015-11-06 03:16:46.773 | 130350K .......... .......... .......... .......... .......... 47% 9.48M 79s 2015-11-06 03:16:46.871 | 130400K .......... .......... .......... .......... .......... 47% 510K 79s 2015-11-06 03:16:46.877 | 130450K .......... .......... .......... .......... .......... 47% 14.0M 79s 2015-11-06 03:16:46.882 | 130500K .......... .......... .......... .......... .......... 47% 6.05M 79s 2015-11-06 03:16:46.889 | 130550K .......... .......... .......... .......... .......... 47% 7.63M 79s 2015-11-06 03:16:46.903 | 130600K .......... .......... .......... .......... .......... 47% 3.35M 79s 2015-11-06 03:16:47.001 | 130650K .......... .......... .......... .......... .......... 47% 517K 79s 2015-11-06 03:16:47.003 | 130700K .......... .......... .......... .......... .......... 47% 16.5M 79s 2015-11-06 03:16:47.012 | 130750K .......... .......... .......... .......... .......... 47% 5.49M 79s 2015-11-06 03:16:47.018 | 130800K .......... .......... .......... .......... .......... 47% 8.11M 79s 2015-11-06 03:16:47.033 | 130850K .......... .......... .......... .......... .......... 47% 3.27M 79s 2015-11-06 03:16:47.127 | 130900K .......... .......... .......... .......... .......... 47% 535K 79s 2015-11-06 03:16:47.132 | 130950K .......... .......... .......... .......... .......... 47% 9.26M 79s 2015-11-06 03:16:47.141 | 131000K .......... .......... .......... .......... .......... 47% 5.43M 79s 2015-11-06 03:16:47.147 | 131050K .......... .......... .......... .......... .......... 47% 8.79M 79s 2015-11-06 03:16:47.162 | 131100K .......... .......... .......... .......... .......... 47% 3.15M 79s 2015-11-06 03:16:47.259 | 131150K .......... .......... .......... .......... .......... 47% 522K 79s 2015-11-06 03:16:47.262 | 131200K .......... .......... .......... .......... .......... 47% 9.97M 79s 2015-11-06 03:16:47.272 | 131250K .......... .......... .......... .......... .......... 47% 5.31M 79s 2015-11-06 03:16:47.280 | 131300K .......... .......... .......... .......... .......... 47% 6.06M 79s 2015-11-06 03:16:47.293 | 131350K .......... .......... .......... .......... .......... 47% 3.62M 79s 2015-11-06 03:16:47.387 | 131400K .......... .......... .......... .......... .......... 47% 535K 79s 2015-11-06 03:16:47.391 | 131450K .......... .......... .......... .......... .......... 47% 10.4M 79s 2015-11-06 03:16:47.398 | 131500K .......... .......... .......... .......... .......... 47% 7.11M 79s 2015-11-06 03:16:47.408 | 131550K .......... .......... .......... .......... .......... 47% 4.92M 79s 2015-11-06 03:16:47.421 | 131600K .......... .......... .......... .......... .......... 47% 3.77M 79s 2015-11-06 03:16:47.516 | 131650K .......... .......... .......... .......... .......... 47% 547K 79s 2015-11-06 03:16:47.520 | 131700K .......... .......... .......... .......... .......... 47% 6.46M 79s 2015-11-06 03:16:47.527 | 131750K .......... .......... .......... .......... .......... 47% 6.97M 79s 2015-11-06 03:16:47.537 | 131800K .......... .......... .......... .......... .......... 47% 4.73M 78s 2015-11-06 03:16:47.550 | 131850K .......... .......... .......... .......... .......... 48% 4.00M 78s 2015-11-06 03:16:47.640 | 131900K .......... .......... .......... .......... .......... 48% 555K 78s 2015-11-06 03:16:47.649 | 131950K .......... .......... .......... .......... .......... 48% 5.07M 78s 2015-11-06 03:16:47.685 | 132000K .......... .......... .......... .......... .......... 48% 1.37M 78s 2015-11-06 03:16:47.696 | 132050K .......... .......... .......... .......... .......... 48% 11.3M 78s 2015-11-06 03:16:47.701 | 132100K .......... .......... .......... .......... .......... 48% 4.06M 78s 2015-11-06 03:16:47.768 | 132150K .......... .......... .......... .......... .......... 48% 745K 78s 2015-11-06 03:16:47.777 | 132200K .......... .......... .......... .......... .......... 48% 5.52M 78s 2015-11-06 03:16:47.815 | 132250K .......... .......... .......... .......... .......... 48% 1.32M 78s 2015-11-06 03:16:47.818 | 132300K .......... .......... .......... .......... .......... 48% 12.5M 78s 2015-11-06 03:16:47.828 | 132350K .......... .......... .......... .......... .......... 48% 5.38M 78s 2015-11-06 03:16:47.902 | 132400K .......... .......... .......... .......... .......... 48% 673K 78s 2015-11-06 03:16:47.917 | 132450K .......... .......... .......... .......... .......... 48% 3.23M 78s 2015-11-06 03:16:47.941 | 132500K .......... .......... .......... .......... .......... 48% 1.97M 78s 2015-11-06 03:16:47.946 | 132550K .......... .......... .......... .......... .......... 48% 9.83M 78s 2015-11-06 03:16:47.957 | 132600K .......... .......... .......... .......... .......... 48% 4.66M 78s 2015-11-06 03:16:48.032 | 132650K .......... .......... .......... .......... .......... 48% 674K 78s 2015-11-06 03:16:48.045 | 132700K .......... .......... .......... .......... .......... 48% 3.55M 78s 2015-11-06 03:16:48.069 | 132750K .......... .......... .......... .......... .......... 48% 2.00M 78s 2015-11-06 03:16:48.075 | 132800K .......... .......... .......... .......... .......... 48% 8.72M 78s 2015-11-06 03:16:48.085 | 132850K .......... .......... .......... .......... .......... 48% 4.97M 78s 2015-11-06 03:16:48.160 | 132900K .......... .......... .......... .......... .......... 48% 667K 78s 2015-11-06 03:16:48.172 | 132950K .......... .......... .......... .......... .......... 48% 3.81M 78s 2015-11-06 03:16:48.199 | 133000K .......... .......... .......... .......... .......... 48% 1.86M 78s 2015-11-06 03:16:48.204 | 133050K .......... .......... .......... .......... .......... 48% 8.30M 78s 2015-11-06 03:16:48.214 | 133100K .......... .......... .......... .......... .......... 48% 5.26M 78s 2015-11-06 03:16:48.289 | 133150K .......... .......... .......... .......... .......... 48% 731K 78s 2015-11-06 03:16:48.301 | 133200K .......... .......... .......... .......... .......... 48% 2.57M 78s 2015-11-06 03:16:48.327 | 133250K .......... .......... .......... .......... .......... 48% 2.28M 78s 2015-11-06 03:16:48.333 | 133300K .......... .......... .......... .......... .......... 48% 5.02M 78s 2015-11-06 03:16:48.343 | 133350K .......... .......... .......... .......... .......... 48% 4.67M 78s 2015-11-06 03:16:48.350 | 133400K .......... .......... .......... .......... .......... 48% 6.98M 78s 2015-11-06 03:16:48.431 | 133450K .......... .......... .......... .......... .......... 48% 625K 78s 2015-11-06 03:16:48.451 | 133500K .......... .......... .......... .......... .......... 48% 2.34M 78s 2015-11-06 03:16:48.461 | 133550K .......... .......... .......... .......... .......... 48% 4.68M 77s 2015-11-06 03:16:48.471 | 133600K .......... .......... .......... .......... .......... 48% 4.77M 77s 2015-11-06 03:16:48.478 | 133650K .......... .......... .......... .......... .......... 48% 6.97M 77s 2015-11-06 03:16:48.561 | 133700K .......... .......... .......... .......... .......... 48% 608K 77s 2015-11-06 03:16:48.580 | 133750K .......... .......... .......... .......... .......... 48% 2.57M 77s 2015-11-06 03:16:48.590 | 133800K .......... .......... .......... .......... .......... 48% 4.57M 77s 2015-11-06 03:16:48.600 | 133850K .......... .......... .......... .......... .......... 48% 5.18M 77s 2015-11-06 03:16:48.608 | 133900K .......... .......... .......... .......... .......... 48% 5.71M 77s 2015-11-06 03:16:48.687 | 133950K .......... .......... .......... .......... .......... 48% 639K 77s 2015-11-06 03:16:48.708 | 134000K .......... .......... .......... .......... .......... 48% 2.28M 77s 2015-11-06 03:16:48.718 | 134050K .......... .......... .......... .......... .......... 48% 4.80M 77s 2015-11-06 03:16:48.729 | 134100K .......... .......... .......... .......... .......... 48% 4.49M 77s 2015-11-06 03:16:48.737 | 134150K .......... .......... .......... .......... .......... 48% 6.52M 77s 2015-11-06 03:16:48.827 | 134200K .......... .......... .......... .......... .......... 48% 554K 77s 2015-11-06 03:16:48.843 | 134250K .......... .......... .......... .......... .......... 48% 3.10M 77s 2015-11-06 03:16:48.848 | 134300K .......... .......... .......... .......... .......... 48% 8.12M 77s 2015-11-06 03:16:48.872 | 134350K .......... .......... .......... .......... .......... 48% 2.08M 77s 2015-11-06 03:16:48.878 | 134400K .......... .......... .......... .......... .......... 48% 8.47M 77s 2015-11-06 03:16:48.955 | 134450K .......... .......... .......... .......... .......... 48% 653K 77s 2015-11-06 03:16:48.970 | 134500K .......... .......... .......... .......... .......... 48% 3.05M 77s 2015-11-06 03:16:48.975 | 134550K .......... .......... .......... .......... .......... 48% 9.65M 77s 2015-11-06 03:16:49.001 | 134600K .......... .......... .......... .......... .......... 49% 1.89M 77s 2015-11-06 03:16:49.006 | 134650K .......... .......... .......... .......... .......... 49% 10.6M 77s 2015-11-06 03:16:49.086 | 134700K .......... .......... .......... .......... .......... 49% 623K 77s 2015-11-06 03:16:49.100 | 134750K .......... .......... .......... .......... .......... 49% 3.91M 77s 2015-11-06 03:16:49.106 | 134800K .......... .......... .......... .......... .......... 49% 6.31M 77s 2015-11-06 03:16:49.131 | 134850K .......... .......... .......... .......... .......... 49% 2.00M 77s 2015-11-06 03:16:49.135 | 134900K .......... .......... .......... .......... .......... 49% 11.9M 77s 2015-11-06 03:16:49.211 | 134950K .......... .......... .......... .......... .......... 49% 661K 77s 2015-11-06 03:16:49.227 | 135000K .......... .......... .......... .......... .......... 49% 2.96M 77s 2015-11-06 03:16:49.233 | 135050K .......... .......... .......... .......... .......... 49% 8.29M 77s 2015-11-06 03:16:49.258 | 135100K .......... .......... .......... .......... .......... 49% 1.97M 77s 2015-11-06 03:16:49.263 | 135150K .......... .......... .......... .......... .......... 49% 9.22M 77s 2015-11-06 03:16:49.340 | 135200K .......... .......... .......... .......... .......... 49% 652K 77s 2015-11-06 03:16:49.356 | 135250K .......... .......... .......... .......... .......... 49% 17.6M 76s 2015-11-06 03:16:49.362 | 135300K .......... .......... .......... .......... .......... 49% 2.46M 76s 2015-11-06 03:16:49.388 | 135350K .......... .......... .......... .......... .......... 49% 1.95M 76s 2015-11-06 03:16:49.393 | 135400K .......... .......... .......... .......... .......... 49% 8.94M 76s 2015-11-06 03:16:49.484 | 135450K .......... .......... .......... .......... .......... 49% 557K 76s 2015-11-06 03:16:49.488 | 135500K .......... .......... .......... .......... .......... 49% 8.82M 76s 2015-11-06 03:16:49.492 | 135550K .......... .......... .......... .......... .......... 49% 13.1M 76s 2015-11-06 03:16:49.515 | 135600K .......... .......... .......... .......... .......... 49% 2.13M 76s 2015-11-06 03:16:49.521 | 135650K .......... .......... .......... .......... .......... 49% 8.08M 76s 2015-11-06 03:16:49.612 | 135700K .......... .......... .......... .......... .......... 49% 549K 76s 2015-11-06 03:16:49.619 | 135750K .......... .......... .......... .......... .......... 49% 10.8M 76s 2015-11-06 03:16:49.622 | 135800K .......... .......... .......... .......... .......... 49% 8.20M 76s 2015-11-06 03:16:49.643 | 135850K .......... .......... .......... .......... .......... 49% 2.40M 76s 2015-11-06 03:16:49.649 | 135900K .......... .......... .......... .......... .......... 49% 7.42M 76s 2015-11-06 03:16:49.741 | 135950K .......... .......... .......... .......... .......... 49% 547K 76s 2015-11-06 03:16:49.748 | 136000K .......... .......... .......... .......... .......... 49% 6.97M 76s 2015-11-06 03:16:49.754 | 136050K .......... .......... .......... .......... .......... 49% 8.30M 76s 2015-11-06 03:16:49.997 | 136100K .......... .......... .......... .......... .......... 49% 206K 76s 2015-11-06 03:16:49.999 | 136150K .......... .......... .......... .......... .......... 49% 19.5M 76s 2015-11-06 03:16:50.003 | 136200K .......... .......... .......... .......... .......... 49% 13.3M 76s 2015-11-06 03:16:50.009 | 136250K .......... .......... .......... .......... .......... 49% 8.42M 76s 2015-11-06 03:16:50.015 | 136300K .......... .......... .......... .......... .......... 49% 7.23M 76s 2015-11-06 03:16:50.125 | 136350K .......... .......... .......... .......... .......... 49% 464K 76s 2015-11-06 03:16:50.128 | 136400K .......... .......... .......... .......... .......... 49% 9.96M 76s 2015-11-06 03:16:50.131 | 136450K .......... .......... .......... .......... .......... 49% 15.5M 76s 2015-11-06 03:16:50.140 | 136500K .......... .......... .......... .......... .......... 49% 5.31M 76s 2015-11-06 03:16:50.254 | 136550K .......... .......... .......... .......... .......... 49% 443K 76s 2015-11-06 03:16:50.258 | 136600K .......... .......... .......... .......... .......... 49% 10.4M 76s 2015-11-06 03:16:50.266 | 136650K .......... .......... .......... .......... .......... 49% 5.84M 76s 2015-11-06 03:16:50.275 | 136700K .......... .......... .......... .......... .......... 49% 5.34M 76s 2015-11-06 03:16:50.384 | 136750K .......... .......... .......... .......... .......... 49% 464K 76s 2015-11-06 03:16:50.388 | 136800K .......... .......... .......... .......... .......... 49% 10.3M 76s 2015-11-06 03:16:50.398 | 136850K .......... .......... .......... .......... .......... 49% 5.04M 76s 2015-11-06 03:16:50.509 | 136900K .......... .......... .......... .......... .......... 49% 450K 76s 2015-11-06 03:16:50.513 | 136950K .......... .......... .......... .......... .......... 49% 11.2M 76s 2015-11-06 03:16:50.517 | 137000K .......... .......... .......... .......... .......... 49% 11.8M 76s 2015-11-06 03:16:50.528 | 137050K .......... .......... .......... .......... .......... 49% 4.77M 76s 2015-11-06 03:16:50.642 | 137100K .......... .......... .......... .......... .......... 49% 439K 76s 2015-11-06 03:16:50.651 | 137150K .......... .......... .......... .......... .......... 49% 5.40M 76s 2015-11-06 03:16:50.653 | 137200K .......... .......... .......... .......... .......... 49% 27.9M 76s 2015-11-06 03:16:50.659 | 137250K .......... .......... .......... .......... .......... 49% 10.6M 76s 2015-11-06 03:16:50.770 | 137300K .......... .......... .......... .......... .......... 50% 442K 76s 2015-11-06 03:16:50.779 | 137350K .......... .......... .......... .......... .......... 50% 6.07M 76s 2015-11-06 03:16:50.780 | 137400K .......... .......... .......... .......... .......... 50% 23.8M 76s 2015-11-06 03:16:50.788 | 137450K .......... .......... .......... .......... .......... 50% 8.74M 76s 2015-11-06 03:16:50.899 | 137500K .......... .......... .......... .......... .......... 50% 443K 76s 2015-11-06 03:16:50.906 | 137550K .......... .......... .......... .......... .......... 50% 6.50M 76s 2015-11-06 03:16:50.909 | 137600K .......... .......... .......... .......... .......... 50% 18.2M 75s 2015-11-06 03:16:50.915 | 137650K .......... .......... .......... .......... .......... 50% 8.71M 75s 2015-11-06 03:16:51.029 | 137700K .......... .......... .......... .......... .......... 50% 438K 75s 2015-11-06 03:16:51.035 | 137750K .......... .......... .......... .......... .......... 50% 8.99M 75s 2015-11-06 03:16:51.041 | 137800K .......... .......... .......... .......... .......... 50% 6.62M 75s 2015-11-06 03:16:51.047 | 137850K .......... .......... .......... .......... .......... 50% 9.78M 75s 2015-11-06 03:16:51.056 | 137900K .......... .......... .......... .......... .......... 50% 5.11M 75s 2015-11-06 03:16:51.157 | 137950K .......... .......... .......... .......... .......... 50% 497K 75s 2015-11-06 03:16:51.163 | 138000K .......... .......... .......... .......... .......... 50% 7.37M 75s 2015-11-06 03:16:51.169 | 138050K .......... .......... .......... .......... .......... 50% 9.33M 75s 2015-11-06 03:16:51.177 | 138100K .......... .......... .......... .......... .......... 50% 6.05M 75s 2015-11-06 03:16:51.286 | 138150K .......... .......... .......... .......... .......... 50% 461K 75s 2015-11-06 03:16:51.290 | 138200K .......... .......... .......... .......... .......... 50% 9.84M 75s 2015-11-06 03:16:51.299 | 138250K .......... .......... .......... .......... .......... 50% 5.68M 75s 2015-11-06 03:16:51.304 | 138300K .......... .......... .......... .......... .......... 50% 9.77M 75s 2015-11-06 03:16:51.412 | 138350K .......... .......... .......... .......... .......... 50% 462K 75s 2015-11-06 03:16:51.416 | 138400K .......... .......... .......... .......... .......... 50% 11.9M 75s 2015-11-06 03:16:51.425 | 138450K .......... .......... .......... .......... .......... 50% 8.61M 75s 2015-11-06 03:16:51.428 | 138500K .......... .......... .......... .......... .......... 50% 7.34M 75s 2015-11-06 03:16:51.438 | 138550K .......... .......... .......... .......... .......... 50% 5.13M 75s 2015-11-06 03:16:51.544 | 138600K .......... .......... .......... .......... .......... 50% 469K 75s 2015-11-06 03:16:51.549 | 138650K .......... .......... .......... .......... .......... 50% 11.4M 75s 2015-11-06 03:16:51.555 | 138700K .......... .......... .......... .......... .......... 50% 8.21M 75s 2015-11-06 03:16:51.564 | 138750K .......... .......... .......... .......... .......... 50% 5.53M 75s 2015-11-06 03:16:51.672 | 138800K .......... .......... .......... .......... .......... 50% 460K 75s 2015-11-06 03:16:51.679 | 138850K .......... .......... .......... .......... .......... 50% 7.44M 75s 2015-11-06 03:16:51.684 | 138900K .......... .......... .......... .......... .......... 50% 9.99M 75s 2015-11-06 03:16:51.693 | 138950K .......... .......... .......... .......... .......... 50% 6.70M 75s 2015-11-06 03:16:51.705 | 139000K .......... .......... .......... .......... .......... 50% 3.57M 75s 2015-11-06 03:16:51.807 | 139050K .......... .......... .......... .......... .......... 50% 489K 75s 2015-11-06 03:16:51.811 | 139100K .......... .......... .......... .......... .......... 50% 11.7M 75s 2015-11-06 03:16:51.815 | 139150K .......... .......... .......... .......... .......... 50% 12.3M 75s 2015-11-06 03:16:51.823 | 139200K .......... .......... .......... .......... .......... 50% 6.02M 75s 2015-11-06 03:16:51.933 | 139250K .......... .......... .......... .......... .......... 50% 461K 75s 2015-11-06 03:16:51.936 | 139300K .......... .......... .......... .......... .......... 50% 10.4M 75s 2015-11-06 03:16:51.939 | 139350K .......... .......... .......... .......... .......... 50% 18.1M 75s 2015-11-06 03:16:51.947 | 139400K .......... .......... .......... .......... .......... 50% 5.84M 75s 2015-11-06 03:16:51.956 | 139450K .......... .......... .......... .......... .......... 50% 5.66M 74s 2015-11-06 03:16:52.063 | 139500K .......... .......... .......... .......... .......... 50% 467K 75s 2015-11-06 03:16:52.068 | 139550K .......... .......... .......... .......... .......... 50% 11.3M 74s 2015-11-06 03:16:52.071 | 139600K .......... .......... .......... .......... .......... 50% 16.2M 74s 2015-11-06 03:16:52.112 | 139650K .......... .......... .......... .......... .......... 50% 1.42M 74s 2015-11-06 03:16:52.163 | 139700K .......... .......... .......... .......... .......... 50% 855K 74s 2015-11-06 03:16:52.210 | 139750K .......... .......... .......... .......... .......... 50% 1.23M 74s 2015-11-06 03:16:52.234 | 139800K .......... .......... .......... .......... .......... 50% 1.59M 74s 2015-11-06 03:16:52.257 | 139850K .......... .......... .......... .......... .......... 50% 2.14M 74s 2015-11-06 03:16:52.279 | 139900K .......... .......... .......... .......... .......... 50% 2.16M 74s 2015-11-06 03:16:52.301 | 139950K .......... .......... .......... .......... .......... 50% 2.92M 74s 2015-11-06 03:16:52.331 | 140000K .......... .......... .......... .......... .......... 50% 1.40M 74s 2015-11-06 03:16:52.349 | 140050K .......... .......... .......... .......... .......... 51% 2.99M 74s 2015-11-06 03:16:52.364 | 140100K .......... .......... .......... .......... .......... 51% 2.89M 74s 2015-11-06 03:16:52.379 | 140150K .......... .......... .......... .......... .......... 51% 3.61M 74s 2015-11-06 03:16:52.445 | 140200K .......... .......... .......... .......... .......... 51% 743K 74s 2015-11-06 03:16:52.459 | 140250K .......... .......... .......... .......... .......... 51% 5.14M 74s 2015-11-06 03:16:52.471 | 140300K .......... .......... .......... .......... .......... 51% 2.99M 74s 2015-11-06 03:16:52.485 | 140350K .......... .......... .......... .......... .......... 51% 3.71M 74s 2015-11-06 03:16:52.494 | 140400K .......... .......... .......... .......... .......... 51% 4.89M 74s 2015-11-06 03:16:52.577 | 140450K .......... .......... .......... .......... .......... 51% 608K 74s 2015-11-06 03:16:52.585 | 140500K .......... .......... .......... .......... .......... 51% 5.53M 74s 2015-11-06 03:16:52.599 | 140550K .......... .......... .......... .......... .......... 51% 3.66M 74s 2015-11-06 03:16:52.608 | 140600K .......... .......... .......... .......... .......... 51% 5.28M 74s 2015-11-06 03:16:52.620 | 140650K .......... .......... .......... .......... .......... 51% 3.90M 74s 2015-11-06 03:16:52.731 | 140700K .......... .......... .......... .......... .......... 51% 450K 74s 2015-11-06 03:16:52.739 | 140750K .......... .......... .......... .......... .......... 51% 6.32M 74s 2015-11-06 03:16:52.752 | 140800K .......... .......... .......... .......... .......... 51% 3.80M 74s 2015-11-06 03:16:52.760 | 140850K .......... .......... .......... .......... .......... 51% 5.96M 74s 2015-11-06 03:16:52.769 | 140900K .......... .......... .......... .......... .......... 51% 5.13M 74s 2015-11-06 03:16:52.861 | 140950K .......... .......... .......... .......... .......... 51% 546K 74s 2015-11-06 03:16:52.868 | 141000K .......... .......... .......... .......... .......... 51% 6.40M 74s 2015-11-06 03:16:52.876 | 141050K .......... .......... .......... .......... .......... 51% 6.15M 74s 2015-11-06 03:16:52.888 | 141100K .......... .......... .......... .......... .......... 51% 4.15M 74s 2015-11-06 03:16:52.896 | 141150K .......... .......... .......... .......... .......... 51% 6.32M 74s 2015-11-06 03:16:52.989 | 141200K .......... .......... .......... .......... .......... 51% 537K 74s 2015-11-06 03:16:52.997 | 141250K .......... .......... .......... .......... .......... 51% 6.45M 74s 2015-11-06 03:16:53.005 | 141300K .......... .......... .......... .......... .......... 51% 5.47M 73s 2015-11-06 03:16:53.013 | 141350K .......... .......... .......... .......... .......... 51% 6.27M 73s 2015-11-06 03:16:53.022 | 141400K .......... .......... .......... .......... .......... 51% 5.69M 73s 2015-11-06 03:16:53.118 | 141450K .......... .......... .......... .......... .......... 51% 525K 73s 2015-11-06 03:16:53.125 | 141500K .......... .......... .......... .......... .......... 51% 6.05M 73s 2015-11-06 03:16:53.133 | 141550K .......... .......... .......... .......... .......... 51% 6.88M 73s 2015-11-06 03:16:53.140 | 141600K .......... .......... .......... .......... .......... 51% 6.41M 73s 2015-11-06 03:16:53.147 | 141650K .......... .......... .......... .......... .......... 51% 7.76M 73s 2015-11-06 03:16:53.247 | 141700K .......... .......... .......... .......... .......... 51% 495K 73s 2015-11-06 03:16:53.255 | 141750K .......... .......... .......... .......... .......... 51% 6.85M 73s 2015-11-06 03:16:53.262 | 141800K .......... .......... .......... .......... .......... 51% 6.84M 73s 2015-11-06 03:16:53.268 | 141850K .......... .......... .......... .......... .......... 51% 9.01M 73s 2015-11-06 03:16:53.275 | 141900K .......... .......... .......... .......... .......... 51% 6.33M 73s 2015-11-06 03:16:53.376 | 141950K .......... .......... .......... .......... .......... 51% 492K 73s 2015-11-06 03:16:53.383 | 142000K .......... .......... .......... .......... .......... 51% 7.24M 73s 2015-11-06 03:16:53.389 | 142050K .......... .......... .......... .......... .......... 51% 9.39M 73s 2015-11-06 03:16:53.395 | 142100K .......... .......... .......... .......... .......... 51% 7.15M 73s 2015-11-06 03:16:53.401 | 142150K .......... .......... .......... .......... .......... 51% 8.73M 73s 2015-11-06 03:16:53.505 | 142200K .......... .......... .......... .......... .......... 51% 480K 73s 2015-11-06 03:16:53.510 | 142250K .......... .......... .......... .......... .......... 51% 12.0M 73s 2015-11-06 03:16:53.514 | 142300K .......... .......... .......... .......... .......... 51% 9.11M 73s 2015-11-06 03:16:53.522 | 142350K .......... .......... .......... .......... .......... 51% 6.70M 73s 2015-11-06 03:16:53.534 | 142400K .......... .......... .......... .......... .......... 51% 3.99M 73s 2015-11-06 03:16:53.635 | 142450K .......... .......... .......... .......... .......... 51% 501K 73s 2015-11-06 03:16:53.638 | 142500K .......... .......... .......... .......... .......... 51% 10.5M 73s 2015-11-06 03:16:53.644 | 142550K .......... .......... .......... .......... .......... 51% 8.25M 73s 2015-11-06 03:16:53.650 | 142600K .......... .......... .......... .......... .......... 51% 7.96M 73s 2015-11-06 03:16:53.660 | 142650K .......... .......... .......... .......... .......... 51% 5.21M 73s 2015-11-06 03:16:53.761 | 142700K .......... .......... .......... .......... .......... 51% 496K 73s 2015-11-06 03:16:53.764 | 142750K .......... .......... .......... .......... .......... 51% 13.8M 73s 2015-11-06 03:16:53.771 | 142800K .......... .......... .......... .......... .......... 52% 6.49M 73s 2015-11-06 03:16:53.779 | 142850K .......... .......... .......... .......... .......... 52% 7.53M 73s 2015-11-06 03:16:53.788 | 142900K .......... .......... .......... .......... .......... 52% 4.66M 73s 2015-11-06 03:16:53.889 | 142950K .......... .......... .......... .......... .......... 52% 501K 73s 2015-11-06 03:16:53.894 | 143000K .......... .......... .......... .......... .......... 52% 8.38M 73s 2015-11-06 03:16:53.901 | 143050K .......... .......... .......... .......... .......... 52% 6.77M 72s 2015-11-06 03:16:53.906 | 143100K .......... .......... .......... .......... .......... 52% 9.72M 72s 2015-11-06 03:16:53.917 | 143150K .......... .......... .......... .......... .......... 52% 4.54M 72s 2015-11-06 03:16:54.018 | 143200K .......... .......... .......... .......... .......... 52% 499K 72s 2015-11-06 03:16:54.024 | 143250K .......... .......... .......... .......... .......... 52% 7.79M 72s 2015-11-06 03:16:54.030 | 143300K .......... .......... .......... .......... .......... 52% 7.70M 72s 2015-11-06 03:16:54.039 | 143350K .......... .......... .......... .......... .......... 52% 14.7M 72s 2015-11-06 03:16:54.046 | 143400K .......... .......... .......... .......... .......... 52% 3.96M 72s 2015-11-06 03:16:54.147 | 143450K .......... .......... .......... .......... .......... 52% 504K 72s 2015-11-06 03:16:54.152 | 143500K .......... .......... .......... .......... .......... 52% 6.84M 72s 2015-11-06 03:16:54.158 | 143550K .......... .......... .......... .......... .......... 52% 8.10M 72s 2015-11-06 03:16:54.169 | 143600K .......... .......... .......... .......... .......... 52% 4.93M 72s 2015-11-06 03:16:54.175 | 143650K .......... .......... .......... .......... .......... 52% 7.84M 72s 2015-11-06 03:16:54.224 | 143700K .......... .......... .......... .......... .......... 52% 988K 72s 2015-11-06 03:16:54.280 | 143750K .......... .......... .......... .......... .......... 52% 896K 72s 2015-11-06 03:16:54.287 | 143800K .......... .......... .......... .......... .......... 52% 7.31M 72s 2015-11-06 03:16:54.294 | 143850K .......... .......... .......... .......... .......... 52% 7.16M 72s 2015-11-06 03:16:54.303 | 143900K .......... .......... .......... .......... .......... 52% 5.40M 72s 2015-11-06 03:16:54.353 | 143950K .......... .......... .......... .......... .......... 52% 998K 72s 2015-11-06 03:16:54.410 | 144000K .......... .......... .......... .......... .......... 52% 874K 72s 2015-11-06 03:16:54.414 | 144050K .......... .......... .......... .......... .......... 52% 13.6M 72s 2015-11-06 03:16:54.425 | 144100K .......... .......... .......... .......... .......... 52% 4.32M 72s 2015-11-06 03:16:54.433 | 144150K .......... .......... .......... .......... .......... 52% 6.21M 72s 2015-11-06 03:16:54.482 | 144200K .......... .......... .......... .......... .......... 52% 1015K 72s 2015-11-06 03:16:54.541 | 144250K .......... .......... .......... .......... .......... 52% 867K 72s 2015-11-06 03:16:54.544 | 144300K .......... .......... .......... .......... .......... 52% 14.2M 72s 2015-11-06 03:16:54.563 | 144350K .......... .......... .......... .......... .......... 52% 2.54M 72s 2015-11-06 03:16:54.567 | 144400K .......... .......... .......... .......... .......... 52% 11.7M 72s 2015-11-06 03:16:54.615 | 144450K .......... .......... .......... .......... .......... 52% 1.06M 72s 2015-11-06 03:16:54.670 | 144500K .......... .......... .......... .......... .......... 52% 868K 72s 2015-11-06 03:16:54.677 | 144550K .......... .......... .......... .......... .......... 52% 8.15M 72s 2015-11-06 03:16:54.693 | 144600K .......... .......... .......... .......... .......... 52% 2.98M 72s 2015-11-06 03:16:54.707 | 144650K .......... .......... .......... .......... .......... 52% 16.4M 72s 2015-11-06 03:16:54.750 | 144700K .......... .......... .......... .......... .......... 52% 920K 72s 2015-11-06 03:16:54.808 | 144750K .......... .......... .......... .......... .......... 52% 867K 72s 2015-11-06 03:16:54.812 | 144800K .......... .......... .......... .......... .......... 52% 11.6M 71s 2015-11-06 03:16:54.824 | 144850K .......... .......... .......... .......... .......... 52% 4.39M 71s 2015-11-06 03:16:54.828 | 144900K .......... .......... .......... .......... .......... 52% 11.2M 71s 2015-11-06 03:16:54.879 | 144950K .......... .......... .......... .......... .......... 52% 981K 71s 2015-11-06 03:16:54.938 | 145000K .......... .......... .......... .......... .......... 52% 852K 71s 2015-11-06 03:16:54.941 | 145050K .......... .......... .......... .......... .......... 52% 12.0M 71s 2015-11-06 03:16:54.952 | 145100K .......... .......... .......... .......... .......... 52% 4.66M 71s 2015-11-06 03:16:54.955 | 145150K .......... .......... .......... .......... .......... 52% 14.4M 71s 2015-11-06 03:16:55.008 | 145200K .......... .......... .......... .......... .......... 52% 952K 71s 2015-11-06 03:16:55.066 | 145250K .......... .......... .......... .......... .......... 52% 874K 71s 2015-11-06 03:16:55.069 | 145300K .......... .......... .......... .......... .......... 52% 10.9M 71s 2015-11-06 03:16:55.080 | 145350K .......... .......... .......... .......... .......... 52% 4.79M 71s 2015-11-06 03:16:55.083 | 145400K .......... .......... .......... .......... .......... 52% 13.6M 71s 2015-11-06 03:16:55.135 | 145450K .......... .......... .......... .......... .......... 52% 966K 71s 2015-11-06 03:16:55.193 | 145500K .......... .......... .......... .......... .......... 52% 867K 71s 2015-11-06 03:16:55.197 | 145550K .......... .......... .......... .......... .......... 53% 12.0M 71s 2015-11-06 03:16:55.209 | 145600K .......... .......... .......... .......... .......... 53% 3.94M 71s 2015-11-06 03:16:55.213 | 145650K .......... .......... .......... .......... .......... 53% 12.9M 71s 2015-11-06 03:16:55.264 | 145700K .......... .......... .......... .......... .......... 53% 979K 71s 2015-11-06 03:16:55.324 | 145750K .......... .......... .......... .......... .......... 53% 849K 71s 2015-11-06 03:16:55.327 | 145800K .......... .......... .......... .......... .......... 53% 11.8M 71s 2015-11-06 03:16:55.336 | 145850K .......... .......... .......... .......... .......... 53% 5.61M 71s 2015-11-06 03:16:55.342 | 145900K .......... .......... .......... .......... .......... 53% 12.1M 71s 2015-11-06 03:16:55.393 | 145950K .......... .......... .......... .......... .......... 53% 945K 71s 2015-11-06 03:16:55.450 | 146000K .......... .......... .......... .......... .......... 53% 872K 71s 2015-11-06 03:16:55.455 | 146050K .......... .......... .......... .......... .......... 53% 10.4M 71s 2015-11-06 03:16:55.464 | 146100K .......... .......... .......... .......... .......... 53% 5.38M 71s 2015-11-06 03:16:55.469 | 146150K .......... .......... .......... .......... .......... 53% 12.1M 71s 2015-11-06 03:16:55.521 | 146200K .......... .......... .......... .......... .......... 53% 938K 71s 2015-11-06 03:16:55.578 | 146250K .......... .......... .......... .......... .......... 53% 888K 71s 2015-11-06 03:16:55.582 | 146300K .......... .......... .......... .......... .......... 53% 9.55M 71s 2015-11-06 03:16:55.593 | 146350K .......... .......... .......... .......... .......... 53% 5.08M 71s 2015-11-06 03:16:55.597 | 146400K .......... .......... .......... .......... .......... 53% 9.71M 70s 2015-11-06 03:16:55.649 | 146450K .......... .......... .......... .......... .......... 53% 974K 70s 2015-11-06 03:16:55.705 | 146500K .......... .......... .......... .......... .......... 53% 896K 70s 2015-11-06 03:16:55.711 | 146550K .......... .......... .......... .......... .......... 53% 6.85M 70s 2015-11-06 03:16:55.721 | 146600K .......... .......... .......... .......... .......... 53% 4.99M 70s 2015-11-06 03:16:55.725 | 146650K .......... .......... .......... .......... .......... 53% 12.7M 70s 2015-11-06 03:16:55.778 | 146700K .......... .......... .......... .......... .......... 53% 949K 70s 2015-11-06 03:16:55.837 | 146750K .......... .......... .......... .......... .......... 53% 861K 70s 2015-11-06 03:16:55.840 | 146800K .......... .......... .......... .......... .......... 53% 9.86M 70s 2015-11-06 03:16:55.851 | 146850K .......... .......... .......... .......... .......... 53% 5.22M 70s 2015-11-06 03:16:55.854 | 146900K .......... .......... .......... .......... .......... 53% 12.8M 70s 2015-11-06 03:16:55.906 | 146950K .......... .......... .......... .......... .......... 53% 973K 70s 2015-11-06 03:16:55.963 | 147000K .......... .......... .......... .......... .......... 53% 875K 70s 2015-11-06 03:16:55.967 | 147050K .......... .......... .......... .......... .......... 53% 14.9M 70s 2015-11-06 03:16:55.977 | 147100K .......... .......... .......... .......... .......... 53% 4.49M 70s 2015-11-06 03:16:55.981 | 147150K .......... .......... .......... .......... .......... 53% 12.5M 70s 2015-11-06 03:16:56.008 | 147200K .......... .......... .......... .......... .......... 53% 1.79M 70s 2015-11-06 03:16:56.091 | 147250K .......... .......... .......... .......... .......... 53% 610K 70s 2015-11-06 03:16:56.097 | 147300K .......... .......... .......... .......... .......... 53% 7.21M 70s 2015-11-06 03:16:56.106 | 147350K .......... .......... .......... .......... .......... 53% 12.4M 70s 2015-11-06 03:16:56.110 | 147400K .......... .......... .......... .......... .......... 53% 4.87M 70s 2015-11-06 03:16:56.135 | 147450K .......... .......... .......... .......... .......... 53% 1.98M 70s 2015-11-06 03:16:56.220 | 147500K .......... .......... .......... .......... .......... 53% 594K 70s 2015-11-06 03:16:56.226 | 147550K .......... .......... .......... .......... .......... 53% 6.89M 70s 2015-11-06 03:16:56.230 | 147600K .......... .......... .......... .......... .......... 53% 15.0M 70s 2015-11-06 03:16:56.240 | 147650K .......... .......... .......... .......... .......... 53% 4.76M 70s 2015-11-06 03:16:56.253 | 147700K .......... .......... .......... .......... .......... 53% 3.80M 70s 2015-11-06 03:16:56.348 | 147750K .......... .......... .......... .......... .......... 53% 531K 70s 2015-11-06 03:16:56.355 | 147800K .......... .......... .......... .......... .......... 53% 6.19M 70s 2015-11-06 03:16:56.358 | 147850K .......... .......... .......... .......... .......... 53% 14.9M 70s 2015-11-06 03:16:56.368 | 147900K .......... .......... .......... .......... .......... 53% 4.66M 70s 2015-11-06 03:16:56.382 | 147950K .......... .......... .......... .......... .......... 53% 3.73M 70s 2015-11-06 03:16:56.477 | 148000K .......... .......... .......... .......... .......... 53% 528K 70s 2015-11-06 03:16:56.481 | 148050K .......... .......... .......... .......... .......... 53% 10.6M 70s 2015-11-06 03:16:56.487 | 148100K .......... .......... .......... .......... .......... 53% 8.66M 70s 2015-11-06 03:16:56.499 | 148150K .......... .......... .......... .......... .......... 53% 4.11M 69s 2015-11-06 03:16:56.513 | 148200K .......... .......... .......... .......... .......... 53% 3.25M 69s 2015-11-06 03:16:56.606 | 148250K .......... .......... .......... .......... .......... 53% 1.26M 69s 2015-11-06 03:16:56.613 | 148300K .......... .......... .......... .......... .......... 54% 828K 69s 2015-11-06 03:16:56.616 | 148350K .......... .......... .......... .......... .......... 54% 29.9M 69s 2015-11-06 03:16:56.627 | 148400K .......... .......... .......... .......... .......... 54% 3.92M 69s 2015-11-06 03:16:56.642 | 148450K .......... .......... .......... .......... .......... 54% 3.16M 69s 2015-11-06 03:16:56.697 | 148500K .......... .......... .......... .......... .......... 54% 917K 69s 2015-11-06 03:16:56.741 | 148550K .......... .......... .......... .......... .......... 54% 1.12M 69s 2015-11-06 03:16:56.744 | 148600K .......... .......... .......... .......... .......... 54% 12.7M 69s 2015-11-06 03:16:56.755 | 148650K .......... .......... .......... .......... .......... 54% 4.81M 69s 2015-11-06 03:16:56.771 | 148700K .......... .......... .......... .......... .......... 54% 3.04M 69s 2015-11-06 03:16:56.826 | 148750K .......... .......... .......... .......... .......... 54% 898K 69s 2015-11-06 03:16:56.869 | 148800K .......... .......... .......... .......... .......... 54% 1.13M 69s 2015-11-06 03:16:56.873 | 148850K .......... .......... .......... .......... .......... 54% 18.4M 69s 2015-11-06 03:16:56.883 | 148900K .......... .......... .......... .......... .......... 54% 4.26M 69s 2015-11-06 03:16:56.900 | 148950K .......... .......... .......... .......... .......... 54% 2.92M 69s 2015-11-06 03:16:56.955 | 149000K .......... .......... .......... .......... .......... 54% 922K 69s 2015-11-06 03:16:56.998 | 149050K .......... .......... .......... .......... .......... 54% 1.14M 69s 2015-11-06 03:16:57.002 | 149100K .......... .......... .......... .......... .......... 54% 10.2M 69s 2015-11-06 03:16:57.013 | 149150K .......... .......... .......... .......... .......... 54% 4.53M 69s 2015-11-06 03:16:57.029 | 149200K .......... .......... .......... .......... .......... 54% 3.10M 69s 2015-11-06 03:16:57.084 | 149250K .......... .......... .......... .......... .......... 54% 902K 69s 2015-11-06 03:16:57.128 | 149300K .......... .......... .......... .......... .......... 54% 1.12M 69s 2015-11-06 03:16:57.131 | 149350K .......... .......... .......... .......... .......... 54% 14.3M 69s 2015-11-06 03:16:57.141 | 149400K .......... .......... .......... .......... .......... 54% 4.82M 69s 2015-11-06 03:16:57.157 | 149450K .......... .......... .......... .......... .......... 54% 3.03M 69s 2015-11-06 03:16:57.213 | 149500K .......... .......... .......... .......... .......... 54% 892K 69s 2015-11-06 03:16:57.256 | 149550K .......... .......... .......... .......... .......... 54% 1.15M 69s 2015-11-06 03:16:57.260 | 149600K .......... .......... .......... .......... .......... 54% 10.7M 69s 2015-11-06 03:16:57.272 | 149650K .......... .......... .......... .......... .......... 54% 7.55M 69s 2015-11-06 03:16:57.286 | 149700K .......... .......... .......... .......... .......... 54% 2.58M 69s 2015-11-06 03:16:57.342 | 149750K .......... .......... .......... .......... .......... 54% 892K 69s 2015-11-06 03:16:57.385 | 149800K .......... .......... .......... .......... .......... 54% 1.14M 69s 2015-11-06 03:16:57.388 | 149850K .......... .......... .......... .......... .......... 54% 21.2M 69s 2015-11-06 03:16:57.396 | 149900K .......... .......... .......... .......... .......... 54% 5.30M 68s 2015-11-06 03:16:57.415 | 149950K .......... .......... .......... .......... .......... 54% 2.76M 68s 2015-11-06 03:16:57.470 | 150000K .......... .......... .......... .......... .......... 54% 895K 68s 2015-11-06 03:16:57.514 | 150050K .......... .......... .......... .......... .......... 54% 1.13M 68s 2015-11-06 03:16:57.518 | 150100K .......... .......... .......... .......... .......... 54% 9.55M 68s 2015-11-06 03:16:57.526 | 150150K .......... .......... .......... .......... .......... 54% 6.68M 68s 2015-11-06 03:16:57.543 | 150200K .......... .......... .......... .......... .......... 54% 2.74M 68s 2015-11-06 03:16:57.600 | 150250K .......... .......... .......... .......... .......... 54% 894K 68s 2015-11-06 03:16:57.641 | 150300K .......... .......... .......... .......... .......... 54% 1.18M 68s 2015-11-06 03:16:57.646 | 150350K .......... .......... .......... .......... .......... 54% 9.19M 68s 2015-11-06 03:16:57.655 | 150400K .......... .......... .......... .......... .......... 54% 5.71M 68s 2015-11-06 03:16:57.672 | 150450K .......... .......... .......... .......... .......... 54% 2.82M 68s 2015-11-06 03:16:57.728 | 150500K .......... .......... .......... .......... .......... 54% 883K 68s 2015-11-06 03:16:57.770 | 150550K .......... .......... .......... .......... .......... 54% 1.18M 68s 2015-11-06 03:16:57.775 | 150600K .......... .......... .......... .......... .......... 54% 9.17M 68s 2015-11-06 03:16:57.783 | 150650K .......... .......... .......... .......... .......... 54% 6.59M 68s 2015-11-06 03:16:57.800 | 150700K .......... .......... .......... .......... .......... 54% 2.86M 68s 2015-11-06 03:16:57.856 | 150750K .......... .......... .......... .......... .......... 54% 914K 68s 2015-11-06 03:16:57.896 | 150800K .......... .......... .......... .......... .......... 54% 1.17M 68s 2015-11-06 03:16:57.903 | 150850K .......... .......... .......... .......... .......... 54% 14.2M 68s 2015-11-06 03:16:57.912 | 150900K .......... .......... .......... .......... .......... 54% 4.15M 68s 2015-11-06 03:16:57.928 | 150950K .......... .......... .......... .......... .......... 54% 2.97M 68s 2015-11-06 03:16:57.984 | 151000K .......... .......... .......... .......... .......... 54% 890K 68s 2015-11-06 03:16:58.027 | 151050K .......... .......... .......... .......... .......... 55% 1.15M 68s 2015-11-06 03:16:58.030 | 151100K .......... .......... .......... .......... .......... 55% 14.3M 68s 2015-11-06 03:16:58.042 | 151150K .......... .......... .......... .......... .......... 55% 4.11M 68s 2015-11-06 03:16:58.058 | 151200K .......... .......... .......... .......... .......... 55% 3.13M 68s 2015-11-06 03:16:58.114 | 151250K .......... .......... .......... .......... .......... 55% 920K 68s 2015-11-06 03:16:58.154 | 151300K .......... .......... .......... .......... .......... 55% 1.17M 68s 2015-11-06 03:16:58.158 | 151350K .......... .......... .......... .......... .......... 55% 10.8M 68s 2015-11-06 03:16:58.171 | 151400K .......... .......... .......... .......... .......... 55% 3.64M 68s 2015-11-06 03:16:58.186 | 151450K .......... .......... .......... .......... .......... 55% 3.64M 68s 2015-11-06 03:16:58.241 | 151500K .......... .......... .......... .......... .......... 55% 898K 68s 2015-11-06 03:16:58.282 | 151550K .......... .......... .......... .......... .......... 55% 1.22M 68s 2015-11-06 03:16:58.286 | 151600K .......... .......... .......... .......... .......... 55% 8.70M 68s 2015-11-06 03:16:58.298 | 151650K .......... .......... .......... .......... .......... 55% 4.41M 67s 2015-11-06 03:16:58.314 | 151700K .......... .......... .......... .......... .......... 55% 3.09M 67s 2015-11-06 03:16:58.371 | 151750K .......... .......... .......... .......... .......... 55% 1.84M 67s 2015-11-06 03:16:58.410 | 151800K .......... .......... .......... .......... .......... 55% 709K 67s 2015-11-06 03:16:58.415 | 151850K .......... .......... .......... .......... .......... 55% 9.33M 67s 2015-11-06 03:16:58.427 | 151900K .......... .......... .......... .......... .......... 55% 4.54M 67s 2015-11-06 03:16:58.437 | 151950K .......... .......... .......... .......... .......... 55% 4.73M 67s 2015-11-06 03:16:58.469 | 152000K .......... .......... .......... .......... .......... 55% 1.52M 67s 2015-11-06 03:16:58.540 | 152050K .......... .......... .......... .......... .......... 55% 719K 67s 2015-11-06 03:16:58.545 | 152100K .......... .......... .......... .......... .......... 55% 7.57M 67s 2015-11-06 03:16:58.554 | 152150K .......... .......... .......... .......... .......... 55% 5.13M 67s 2015-11-06 03:16:58.567 | 152200K .......... .......... .......... .......... .......... 55% 3.89M 67s 2015-11-06 03:16:58.611 | 152250K .......... .......... .......... .......... .......... 55% 5.86M 67s 2015-11-06 03:16:58.669 | 152300K .......... .......... .......... .......... .......... 55% 532K 67s 2015-11-06 03:16:58.673 | 152350K .......... .......... .......... .......... .......... 55% 12.4M 67s 2015-11-06 03:16:58.685 | 152400K .......... .......... .......... .......... .......... 55% 4.00M 67s 2015-11-06 03:16:58.695 | 152450K .......... .......... .......... .......... .......... 55% 4.99M 67s 2015-11-06 03:16:58.703 | 152500K .......... .......... .......... .......... .......... 55% 5.75M 67s 2015-11-06 03:16:58.797 | 152550K .......... .......... .......... .......... .......... 55% 642K 67s 2015-11-06 03:16:58.801 | 152600K .......... .......... .......... .......... .......... 55% 2.42M 67s 2015-11-06 03:16:58.813 | 152650K .......... .......... .......... .......... .......... 55% 4.42M 67s 2015-11-06 03:16:58.823 | 152700K .......... .......... .......... .......... .......... 55% 4.59M 67s 2015-11-06 03:16:58.832 | 152750K .......... .......... .......... .......... .......... 55% 5.99M 67s 2015-11-06 03:16:58.910 | 152800K .......... .......... .......... .......... .......... 55% 635K 67s 2015-11-06 03:16:58.931 | 152850K .......... .......... .......... .......... .......... 55% 2.39M 67s 2015-11-06 03:16:58.942 | 152900K .......... .......... .......... .......... .......... 55% 4.64M 67s 2015-11-06 03:16:58.952 | 152950K .......... .......... .......... .......... .......... 55% 4.73M 67s 2015-11-06 03:16:58.960 | 153000K .......... .......... .......... .......... .......... 55% 5.45M 67s 2015-11-06 03:16:59.039 | 153050K .......... .......... .......... .......... .......... 55% 673K 67s 2015-11-06 03:16:59.064 | 153100K .......... .......... .......... .......... .......... 55% 1.64M 67s 2015-11-06 03:16:59.070 | 153150K .......... .......... .......... .......... .......... 55% 14.5M 67s 2015-11-06 03:16:59.079 | 153200K .......... .......... .......... .......... .......... 55% 4.42M 67s 2015-11-06 03:16:59.089 | 153250K .......... .......... .......... .......... .......... 55% 4.67M 67s 2015-11-06 03:16:59.163 | 153300K .......... .......... .......... .......... .......... 55% 680K 67s 2015-11-06 03:16:59.193 | 153350K .......... .......... .......... .......... .......... 55% 1.65M 66s 2015-11-06 03:16:59.196 | 153400K .......... .......... .......... .......... .......... 55% 12.6M 66s 2015-11-06 03:16:59.208 | 153450K .......... .......... .......... .......... .......... 55% 4.22M 66s 2015-11-06 03:16:59.218 | 153500K .......... .......... .......... .......... .......... 55% 4.68M 66s 2015-11-06 03:16:59.292 | 153550K .......... .......... .......... .......... .......... 55% 701K 66s 2015-11-06 03:16:59.322 | 153600K .......... .......... .......... .......... .......... 55% 1.53M 66s 2015-11-06 03:16:59.325 | 153650K .......... .......... .......... .......... .......... 55% 15.4M 66s 2015-11-06 03:16:59.337 | 153700K .......... .......... .......... .......... .......... 55% 4.14M 66s 2015-11-06 03:16:59.347 | 153750K .......... .......... .......... .......... .......... 55% 4.84M 66s 2015-11-06 03:16:59.418 | 153800K .......... .......... .......... .......... .......... 56% 698K 66s 2015-11-06 03:16:59.449 | 153850K .......... .......... .......... .......... .......... 56% 1.60M 66s 2015-11-06 03:16:59.453 | 153900K .......... .......... .......... .......... .......... 56% 11.4M 66s 2015-11-06 03:16:59.462 | 153950K .......... .......... .......... .......... .......... 56% 5.31M 66s 2015-11-06 03:16:59.477 | 154000K .......... .......... .......... .......... .......... 56% 3.36M 66s 2015-11-06 03:16:59.547 | 154050K .......... .......... .......... .......... .......... 56% 714K 66s 2015-11-06 03:16:59.577 | 154100K .......... .......... .......... .......... .......... 56% 1.63M 66s 2015-11-06 03:16:59.582 | 154150K .......... .......... .......... .......... .......... 56% 14.0M 66s 2015-11-06 03:16:59.591 | 154200K .......... .......... .......... .......... .......... 56% 4.65M 66s 2015-11-06 03:16:59.614 | 154250K .......... .......... .......... .......... .......... 56% 2.27M 66s 2015-11-06 03:16:59.677 | 154300K .......... .......... .......... .......... .......... 56% 778K 66s 2015-11-06 03:16:59.707 | 154350K .......... .......... .......... .......... .......... 56% 1.64M 66s 2015-11-06 03:16:59.710 | 154400K .......... .......... .......... .......... .......... 56% 14.4M 66s 2015-11-06 03:16:59.720 | 154450K .......... .......... .......... .......... .......... 56% 4.84M 66s 2015-11-06 03:16:59.743 | 154500K .......... .......... .......... .......... .......... 56% 2.15M 66s 2015-11-06 03:16:59.806 | 154550K .......... .......... .......... .......... .......... 56% 789K 66s 2015-11-06 03:16:59.835 | 154600K .......... .......... .......... .......... .......... 56% 1.69M 66s 2015-11-06 03:16:59.839 | 154650K .......... .......... .......... .......... .......... 56% 14.1M 66s 2015-11-06 03:16:59.848 | 154700K .......... .......... .......... .......... .......... 56% 4.96M 66s 2015-11-06 03:16:59.872 | 154750K .......... .......... .......... .......... .......... 56% 2.17M 66s 2015-11-06 03:16:59.937 | 154800K .......... .......... .......... .......... .......... 56% 754K 66s 2015-11-06 03:16:59.963 | 154850K .......... .......... .......... .......... .......... 56% 1.95M 66s 2015-11-06 03:16:59.968 | 154900K .......... .......... .......... .......... .......... 56% 8.91M 66s 2015-11-06 03:16:59.977 | 154950K .......... .......... .......... .......... .......... 56% 5.22M 66s 2015-11-06 03:16:59.998 | 155000K .......... .......... .......... .......... .......... 56% 2.28M 66s 2015-11-06 03:17:00.066 | 155050K .......... .......... .......... .......... .......... 56% 763K 66s 2015-11-06 03:17:00.091 | 155100K .......... .......... .......... .......... .......... 56% 1.86M 65s 2015-11-06 03:17:00.096 | 155150K .......... .......... .......... .......... .......... 56% 8.96M 65s 2015-11-06 03:17:00.105 | 155200K .......... .......... .......... .......... .......... 56% 5.24M 65s 2015-11-06 03:17:00.128 | 155250K .......... .......... .......... .......... .......... 56% 2.24M 65s 2015-11-06 03:17:00.194 | 155300K .......... .......... .......... .......... .......... 56% 743K 65s 2015-11-06 03:17:00.220 | 155350K .......... .......... .......... .......... .......... 56% 2.21M 65s 2015-11-06 03:17:00.224 | 155400K .......... .......... .......... .......... .......... 56% 6.24M 65s 2015-11-06 03:17:00.234 | 155450K .......... .......... .......... .......... .......... 56% 4.80M 65s 2015-11-06 03:17:00.256 | 155500K .......... .......... .......... .......... .......... 56% 2.29M 65s 2015-11-06 03:17:00.326 | 155550K .......... .......... .......... .......... .......... 56% 759K 65s 2015-11-06 03:17:00.345 | 155600K .......... .......... .......... .......... .......... 56% 2.09M 65s 2015-11-06 03:17:00.354 | 155650K .......... .......... .......... .......... .......... 56% 5.32M 65s 2015-11-06 03:17:00.363 | 155700K .......... .......... .......... .......... .......... 56% 5.89M 65s 2015-11-06 03:17:00.384 | 155750K .......... .......... .......... .......... .......... 56% 2.26M 65s 2015-11-06 03:17:00.450 | 155800K .......... .......... .......... .......... .......... 56% 760K 65s 2015-11-06 03:17:00.474 | 155850K .......... .......... .......... .......... .......... 56% 2.06M 65s 2015-11-06 03:17:00.484 | 155900K .......... .......... .......... .......... .......... 56% 4.59M 65s 2015-11-06 03:17:00.494 | 155950K .......... .......... .......... .......... .......... 56% 5.22M 65s 2015-11-06 03:17:00.513 | 156000K .......... .......... .......... .......... .......... 56% 2.52M 65s 2015-11-06 03:17:00.581 | 156050K .......... .......... .......... .......... .......... 56% 757K 65s 2015-11-06 03:17:00.603 | 156100K .......... .......... .......... .......... .......... 56% 2.02M 65s 2015-11-06 03:17:00.611 | 156150K .......... .......... .......... .......... .......... 56% 6.36M 65s 2015-11-06 03:17:00.620 | 156200K .......... .......... .......... .......... .......... 56% 5.20M 65s 2015-11-06 03:17:00.640 | 156250K .......... .......... .......... .......... .......... 56% 2.43M 65s 2015-11-06 03:17:00.674 | 156300K .......... .......... .......... .......... .......... 56% 1.45M 65s 2015-11-06 03:17:00.732 | 156350K .......... .......... .......... .......... .......... 56% 867K 65s 2015-11-06 03:17:00.743 | 156400K .......... .......... .......... .......... .......... 56% 4.34M 65s 2015-11-06 03:17:00.749 | 156450K .......... .......... .......... .......... .......... 56% 7.61M 65s 2015-11-06 03:17:00.770 | 156500K .......... .......... .......... .......... .......... 56% 2.38M 65s 2015-11-06 03:17:00.802 | 156550K .......... .......... .......... .......... .......... 57% 1.50M 65s 2015-11-06 03:17:00.870 | 156600K .......... .......... .......... .......... .......... 57% 737K 65s 2015-11-06 03:17:00.876 | 156650K .......... .......... .......... .......... .......... 57% 8.23M 65s 2015-11-06 03:17:00.883 | 156700K .......... .......... .......... .......... .......... 57% 7.81M 65s 2015-11-06 03:17:00.898 | 156750K .......... .......... .......... .......... .......... 57% 3.13M 65s 2015-11-06 03:17:00.902 | 156800K .......... .......... .......... .......... .......... 57% 11.3M 64s 2015-11-06 03:17:00.999 | 156850K .......... .......... .......... .......... .......... 57% 520K 64s 2015-11-06 03:17:01.003 | 156900K .......... .......... .......... .......... .......... 57% 10.7M 64s 2015-11-06 03:17:01.008 | 156950K .......... .......... .......... .......... .......... 57% 9.91M 64s 2015-11-06 03:17:01.027 | 157000K .......... .......... .......... .......... .......... 57% 2.53M 64s 2015-11-06 03:17:01.031 | 157050K .......... .......... .......... .......... .......... 57% 12.0M 64s 2015-11-06 03:17:01.129 | 157100K .......... .......... .......... .......... .......... 57% 520K 64s 2015-11-06 03:17:01.135 | 157150K .......... .......... .......... .......... .......... 57% 7.22M 64s 2015-11-06 03:17:01.139 | 157200K .......... .......... .......... .......... .......... 57% 10.7M 64s 2015-11-06 03:17:01.156 | 157250K .......... .......... .......... .......... .......... 57% 3.03M 64s 2015-11-06 03:17:01.160 | 157300K .......... .......... .......... .......... .......... 57% 9.44M 64s 2015-11-06 03:17:01.256 | 157350K .......... .......... .......... .......... .......... 57% 745K 64s 2015-11-06 03:17:01.262 | 157400K .......... .......... .......... .......... .......... 57% 1.41M 64s 2015-11-06 03:17:01.268 | 157450K .......... .......... .......... .......... .......... 57% 7.93M 64s 2015-11-06 03:17:01.272 | 157500K .......... .......... .......... .......... .......... 57% 10.5M 64s 2015-11-06 03:17:01.288 | 157550K .......... .......... .......... .......... .......... 57% 3.16M 64s 2015-11-06 03:17:01.355 | 157600K .......... .......... .......... .......... .......... 57% 741K 64s 2015-11-06 03:17:01.392 | 157650K .......... .......... .......... .......... .......... 57% 1.33M 64s 2015-11-06 03:17:01.398 | 157700K .......... .......... .......... .......... .......... 57% 9.29M 64s 2015-11-06 03:17:01.413 | 157750K .......... .......... .......... .......... .......... 57% 9.52M 64s 2015-11-06 03:17:01.426 | 157800K .......... .......... .......... .......... .......... 57% 2.07M 64s 2015-11-06 03:17:01.485 | 157850K .......... .......... .......... .......... .......... 57% 851K 64s 2015-11-06 03:17:01.521 | 157900K .......... .......... .......... .......... .......... 57% 1.37M 64s 2015-11-06 03:17:01.525 | 157950K .......... .......... .......... .......... .......... 57% 10.7M 64s 2015-11-06 03:17:01.531 | 158000K .......... .......... .......... .......... .......... 57% 8.31M 64s 2015-11-06 03:17:01.555 | 158050K .......... .......... .......... .......... .......... 57% 2.11M 64s 2015-11-06 03:17:01.612 | 158100K .......... .......... .......... .......... .......... 57% 863K 64s 2015-11-06 03:17:01.652 | 158150K .......... .......... .......... .......... .......... 57% 1.24M 64s 2015-11-06 03:17:01.655 | 158200K .......... .......... .......... .......... .......... 57% 12.8M 64s 2015-11-06 03:17:01.662 | 158250K .......... .......... .......... .......... .......... 57% 7.88M 64s 2015-11-06 03:17:01.683 | 158300K .......... .......... .......... .......... .......... 57% 2.22M 64s 2015-11-06 03:17:01.742 | 158350K .......... .......... .......... .......... .......... 57% 855K 64s 2015-11-06 03:17:01.779 | 158400K .......... .......... .......... .......... .......... 57% 1.31M 64s 2015-11-06 03:17:01.786 | 158450K .......... .......... .......... .......... .......... 57% 6.58M 64s 2015-11-06 03:17:01.795 | 158500K .......... .......... .......... .......... .......... 57% 5.58M 64s 2015-11-06 03:17:01.867 | 158550K .......... .......... .......... .......... .......... 57% 695K 64s 2015-11-06 03:17:01.913 | 158600K .......... .......... .......... .......... .......... 57% 1.08M 64s 2015-11-06 03:17:01.944 | 158650K .......... .......... .......... .......... .......... 57% 1.59M 63s 2015-11-06 03:17:01.975 | 158700K .......... .......... .......... .......... .......... 57% 1.54M 63s 2015-11-06 03:17:01.999 | 158750K .......... .......... .......... .......... .......... 57% 1.98M 63s 2015-11-06 03:17:02.031 | 158800K .......... .......... .......... .......... .......... 57% 1.55M 63s 2015-11-06 03:17:02.052 | 158850K .......... .......... .......... .......... .......... 57% 2.32M 63s 2015-11-06 03:17:02.075 | 158900K .......... .......... .......... .......... .......... 57% 2.11M 63s 2015-11-06 03:17:02.103 | 158950K .......... .......... .......... .......... .......... 57% 1.81M 63s 2015-11-06 03:17:02.123 | 159000K .......... .......... .......... .......... .......... 57% 2.35M 63s 2015-11-06 03:17:02.143 | 159050K .......... .......... .......... .......... .......... 57% 2.51M 63s 2015-11-06 03:17:02.161 | 159100K .......... .......... .......... .......... .......... 57% 2.59M 63s 2015-11-06 03:17:02.182 | 159150K .......... .......... .......... .......... .......... 57% 2.42M 63s 2015-11-06 03:17:02.194 | 159200K .......... .......... .......... .......... .......... 57% 3.83M 63s 2015-11-06 03:17:02.210 | 159250K .......... .......... .......... .......... .......... 57% 3.12M 63s 2015-11-06 03:17:02.226 | 159300K .......... .......... .......... .......... .......... 58% 2.96M 63s 2015-11-06 03:17:02.261 | 159350K .......... .......... .......... .......... .......... 58% 1.45M 63s 2015-11-06 03:17:02.290 | 159400K .......... .......... .......... .......... .......... 58% 1.62M 63s 2015-11-06 03:17:02.306 | 159450K .......... .......... .......... .......... .......... 58% 3.47M 63s 2015-11-06 03:17:02.321 | 159500K .......... .......... .......... .......... .......... 58% 3.10M 63s 2015-11-06 03:17:02.329 | 159550K .......... .......... .......... .......... .......... 58% 5.23M 63s 2015-11-06 03:17:02.385 | 159600K .......... .......... .......... .......... .......... 58% 901K 63s 2015-11-06 03:17:02.427 | 159650K .......... .......... .......... .......... .......... 58% 1.17M 63s 2015-11-06 03:17:02.440 | 159700K .......... .......... .......... .......... .......... 58% 3.55M 63s 2015-11-06 03:17:02.456 | 159750K .......... .......... .......... .......... .......... 58% 3.10M 63s 2015-11-06 03:17:02.465 | 159800K .......... .......... .......... .......... .......... 58% 5.66M 63s 2015-11-06 03:17:02.513 | 159850K .......... .......... .......... .......... .......... 58% 1.02M 63s 2015-11-06 03:17:02.550 | 159900K .......... .......... .......... .......... .......... 58% 1.39M 63s 2015-11-06 03:17:02.555 | 159950K .......... .......... .......... .......... .......... 58% 6.19M 63s 2015-11-06 03:17:02.567 | 160000K .......... .......... .......... .......... .......... 58% 4.21M 63s 2015-11-06 03:17:02.595 | 160050K .......... .......... .......... .......... .......... 58% 1.74M 63s 2015-11-06 03:17:02.643 | 160100K .......... .......... .......... .......... .......... 58% 1.03M 63s 2015-11-06 03:17:02.677 | 160150K .......... .......... .......... .......... .......... 58% 1.43M 63s 2015-11-06 03:17:02.687 | 160200K .......... .......... .......... .......... .......... 58% 4.65M 63s 2015-11-06 03:17:02.700 | 160250K .......... .......... .......... .......... .......... 58% 3.81M 63s 2015-11-06 03:17:02.713 | 160300K .......... .......... .......... .......... .......... 58% 3.84M 62s 2015-11-06 03:17:02.770 | 160350K .......... .......... .......... .......... .......... 58% 888K 62s 2015-11-06 03:17:02.830 | 160400K .......... .......... .......... .......... .......... 58% 822K 62s 2015-11-06 03:17:02.839 | 160450K .......... .......... .......... .......... .......... 58% 5.82M 62s 2015-11-06 03:17:02.848 | 160500K .......... .......... .......... .......... .......... 58% 6.04M 62s 2015-11-06 03:17:02.860 | 160550K .......... .......... .......... .......... .......... 58% 4.04M 62s 2015-11-06 03:17:02.898 | 160600K .......... .......... .......... .......... .......... 58% 1.25M 62s 2015-11-06 03:17:02.958 | 160650K .......... .......... .......... .......... .......... 58% 823K 62s 2015-11-06 03:17:02.969 | 160700K .......... .......... .......... .......... .......... 58% 4.77M 62s 2015-11-06 03:17:02.976 | 160750K .......... .......... .......... .......... .......... 58% 6.82M 62s 2015-11-06 03:17:02.983 | 160800K .......... .......... .......... .......... .......... 58% 7.17M 62s 2015-11-06 03:17:03.028 | 160850K .......... .......... .......... .......... .......... 58% 2.17M 62s 2015-11-06 03:17:03.089 | 160900K .......... .......... .......... .......... .......... 58% 594K 62s 2015-11-06 03:17:03.097 | 160950K .......... .......... .......... .......... .......... 58% 30.6M 62s 2015-11-06 03:17:03.102 | 161000K .......... .......... .......... .......... .......... 58% 4.39M 62s 2015-11-06 03:17:03.116 | 161050K .......... .......... .......... .......... .......... 58% 3.71M 62s 2015-11-06 03:17:03.135 | 161100K .......... .......... .......... .......... .......... 58% 2.52M 62s 2015-11-06 03:17:03.217 | 161150K .......... .......... .......... .......... .......... 58% 619K 62s 2015-11-06 03:17:03.220 | 161200K .......... .......... .......... .......... .......... 58% 10.2M 62s 2015-11-06 03:17:03.244 | 161250K .......... .......... .......... .......... .......... 58% 2.04M 62s 2015-11-06 03:17:03.251 | 161300K .......... .......... .......... .......... .......... 58% 7.20M 62s 2015-11-06 03:17:03.263 | 161350K .......... .......... .......... .......... .......... 58% 6.19M 62s 2015-11-06 03:17:03.371 | 161400K .......... .......... .......... .......... .......... 58% 445K 62s 2015-11-06 03:17:03.375 | 161450K .......... .......... .......... .......... .......... 58% 12.5M 62s 2015-11-06 03:17:03.439 | 161500K .......... .......... .......... .......... .......... 58% 778K 62s 2015-11-06 03:17:03.506 | 161550K .......... .......... .......... .......... .......... 58% 765K 62s 2015-11-06 03:17:03.534 | 161600K .......... .......... .......... .......... .......... 58% 1.66M 62s 2015-11-06 03:17:03.541 | 161650K .......... .......... .......... .......... .......... 58% 7.16M 62s 2015-11-06 03:17:03.571 | 161700K .......... .......... .......... .......... .......... 58% 1.65M 62s 2015-11-06 03:17:03.600 | 161750K .......... .......... .......... .......... .......... 58% 1.69M 62s 2015-11-06 03:17:03.605 | 161800K .......... .......... .......... .......... .......... 58% 7.86M 62s 2015-11-06 03:17:03.613 | 161850K .......... .......... .......... .......... .......... 58% 6.96M 62s 2015-11-06 03:17:03.618 | 161900K .......... .......... .......... .......... .......... 58% 8.81M 62s 2015-11-06 03:17:03.654 | 161950K .......... .......... .......... .......... .......... 58% 1.36M 62s 2015-11-06 03:17:03.666 | 162000K .......... .......... .......... .......... .......... 58% 4.05M 62s 2015-11-06 03:17:03.672 | 162050K .......... .......... .......... .......... .......... 59% 9.03M 62s 2015-11-06 03:17:03.680 | 162100K .......... .......... .......... .......... .......... 59% 6.09M 61s 2015-11-06 03:17:03.686 | 162150K .......... .......... .......... .......... .......... 59% 7.39M 61s 2015-11-06 03:17:03.780 | 162200K .......... .......... .......... .......... .......... 59% 532K 61s 2015-11-06 03:17:03.789 | 162250K .......... .......... .......... .......... .......... 59% 6.31M 61s 2015-11-06 03:17:03.793 | 162300K .......... .......... .......... .......... .......... 59% 8.99M 61s 2015-11-06 03:17:03.803 | 162350K .......... .......... .......... .......... .......... 59% 4.89M 61s 2015-11-06 03:17:03.815 | 162400K .......... .......... .......... .......... .......... 59% 4.21M 61s 2015-11-06 03:17:03.910 | 162450K .......... .......... .......... .......... .......... 59% 529K 61s 2015-11-06 03:17:03.917 | 162500K .......... .......... .......... .......... .......... 59% 6.73M 61s 2015-11-06 03:17:03.922 | 162550K .......... .......... .......... .......... .......... 59% 9.20M 61s 2015-11-06 03:17:03.932 | 162600K .......... .......... .......... .......... .......... 59% 4.98M 61s 2015-11-06 03:17:03.943 | 162650K .......... .......... .......... .......... .......... 59% 4.26M 61s 2015-11-06 03:17:04.044 | 162700K .......... .......... .......... .......... .......... 59% 495K 61s 2015-11-06 03:17:04.049 | 162750K .......... .......... .......... .......... .......... 59% 23.5M 61s 2015-11-06 03:17:04.053 | 162800K .......... .......... .......... .......... .......... 59% 6.77M 61s 2015-11-06 03:17:04.116 | 162850K .......... .......... .......... .......... .......... 59% 1.13M 61s 2015-11-06 03:17:04.176 | 162900K .......... .......... .......... .......... .......... 59% 635K 61s 2015-11-06 03:17:04.182 | 162950K .......... .......... .......... .......... .......... 59% 8.81M 61s 2015-11-06 03:17:04.185 | 163000K .......... .......... .......... .......... .......... 59% 12.5M 61s 2015-11-06 03:17:04.190 | 163050K .......... .......... .......... .......... .......... 59% 11.0M 61s 2015-11-06 03:17:04.226 | 163100K .......... .......... .......... .......... .......... 59% 1.33M 61s 2015-11-06 03:17:04.304 | 163150K .......... .......... .......... .......... .......... 59% 650K 61s 2015-11-06 03:17:04.307 | 163200K .......... .......... .......... .......... .......... 59% 12.7M 61s 2015-11-06 03:17:04.315 | 163250K .......... .......... .......... .......... .......... 59% 6.22M 61s 2015-11-06 03:17:04.319 | 163300K .......... .......... .......... .......... .......... 59% 11.6M 61s 2015-11-06 03:17:04.355 | 163350K .......... .......... .......... .......... .......... 59% 1.36M 61s 2015-11-06 03:17:04.430 | 163400K .......... .......... .......... .......... .......... 59% 666K 61s 2015-11-06 03:17:04.438 | 163450K .......... .......... .......... .......... .......... 59% 6.38M 61s 2015-11-06 03:17:04.441 | 163500K .......... .......... .......... .......... .......... 59% 16.2M 61s 2015-11-06 03:17:04.447 | 163550K .......... .......... .......... .......... .......... 59% 7.80M 61s 2015-11-06 03:17:04.484 | 163600K .......... .......... .......... .......... .......... 59% 1.32M 61s 2015-11-06 03:17:04.559 | 163650K .......... .......... .......... .......... .......... 59% 672K 61s 2015-11-06 03:17:04.564 | 163700K .......... .......... .......... .......... .......... 59% 8.37M 61s 2015-11-06 03:17:04.567 | 163750K .......... .......... .......... .......... .......... 59% 18.2M 61s 2015-11-06 03:17:04.577 | 163800K .......... .......... .......... .......... .......... 59% 4.85M 61s 2015-11-06 03:17:04.613 | 163850K .......... .......... .......... .......... .......... 59% 1.36M 61s 2015-11-06 03:17:04.688 | 163900K .......... .......... .......... .......... .......... 59% 664K 61s 2015-11-06 03:17:04.695 | 163950K .......... .......... .......... .......... .......... 59% 7.34M 60s 2015-11-06 03:17:04.698 | 164000K .......... .......... .......... .......... .......... 59% 14.2M 60s 2015-11-06 03:17:04.703 | 164050K .......... .......... .......... .......... .......... 59% 8.89M 60s 2015-11-06 03:17:04.743 | 164100K .......... .......... .......... .......... .......... 59% 1.22M 60s 2015-11-06 03:17:04.817 | 164150K .......... .......... .......... .......... .......... 59% 685K 60s 2015-11-06 03:17:04.824 | 164200K .......... .......... .......... .......... .......... 59% 6.79M 60s 2015-11-06 03:17:04.827 | 164250K .......... .......... .......... .......... .......... 59% 15.3M 60s 2015-11-06 03:17:04.832 | 164300K .......... .......... .......... .......... .......... 59% 8.82M 60s 2015-11-06 03:17:04.874 | 164350K .......... .......... .......... .......... .......... 59% 1.17M 60s 2015-11-06 03:17:04.944 | 164400K .......... .......... .......... .......... .......... 59% 714K 60s 2015-11-06 03:17:04.950 | 164450K .......... .......... .......... .......... .......... 59% 8.48M 60s 2015-11-06 03:17:04.958 | 164500K .......... .......... .......... .......... .......... 59% 5.70M 60s 2015-11-06 03:17:04.981 | 164550K .......... .......... .......... .......... .......... 59% 2.35M 60s 2015-11-06 03:17:05.002 | 164600K .......... .......... .......... .......... .......... 59% 2.11M 60s 2015-11-06 03:17:05.073 | 164650K .......... .......... .......... .......... .......... 59% 730K 60s 2015-11-06 03:17:05.079 | 164700K .......... .......... .......... .......... .......... 59% 6.28M 60s 2015-11-06 03:17:05.086 | 164750K .......... .......... .......... .......... .......... 59% 6.77M 60s 2015-11-06 03:17:05.109 | 164800K .......... .......... .......... .......... .......... 60% 2.13M 60s 2015-11-06 03:17:05.131 | 164850K .......... .......... .......... .......... .......... 60% 2.19M 60s 2015-11-06 03:17:05.202 | 164900K .......... .......... .......... .......... .......... 60% 717K 60s 2015-11-06 03:17:05.209 | 164950K .......... .......... .......... .......... .......... 60% 6.31M 60s 2015-11-06 03:17:05.214 | 165000K .......... .......... .......... .......... .......... 60% 9.21M 60s 2015-11-06 03:17:05.239 | 165050K .......... .......... .......... .......... .......... 60% 2.15M 60s 2015-11-06 03:17:05.259 | 165100K .......... .......... .......... .......... .......... 60% 2.14M 60s 2015-11-06 03:17:05.330 | 165150K .......... .......... .......... .......... .......... 60% 2.82M 60s 2015-11-06 03:17:05.336 | 165200K .......... .......... .......... .......... .......... 60% 845K 60s 2015-11-06 03:17:05.341 | 165250K .......... .......... .......... .......... .......... 60% 10.4M 60s 2015-11-06 03:17:05.367 | 165300K .......... .......... .......... .......... .......... 60% 1.85M 60s 2015-11-06 03:17:05.389 | 165350K .......... .......... .......... .......... .......... 60% 2.21M 60s 2015-11-06 03:17:05.405 | 165400K .......... .......... .......... .......... .......... 60% 2.98M 60s 2015-11-06 03:17:05.467 | 165450K .......... .......... .......... .......... .......... 60% 810K 60s 2015-11-06 03:17:05.469 | 165500K .......... .......... .......... .......... .......... 60% 22.2M 60s 2015-11-06 03:17:05.493 | 165550K .......... .......... .......... .......... .......... 60% 2.02M 60s 2015-11-06 03:17:05.516 | 165600K .......... .......... .......... .......... .......... 60% 2.16M 60s 2015-11-06 03:17:05.534 | 165650K .......... .......... .......... .......... .......... 60% 2.79M 59s 2015-11-06 03:17:05.593 | 165700K .......... .......... .......... .......... .......... 60% 843K 59s 2015-11-06 03:17:05.598 | 165750K .......... .......... .......... .......... .......... 60% 11.0M 59s 2015-11-06 03:17:05.622 | 165800K .......... .......... .......... .......... .......... 60% 1.93M 59s 2015-11-06 03:17:05.646 | 165850K .......... .......... .......... .......... .......... 60% 2.26M 59s 2015-11-06 03:17:05.662 | 165900K .......... .......... .......... .......... .......... 60% 2.71M 59s 2015-11-06 03:17:05.723 | 165950K .......... .......... .......... .......... .......... 60% 826K 59s 2015-11-06 03:17:05.727 | 166000K .......... .......... .......... .......... .......... 60% 12.5M 59s 2015-11-06 03:17:05.751 | 166050K .......... .......... .......... .......... .......... 60% 2.02M 59s 2015-11-06 03:17:05.774 | 166100K .......... .......... .......... .......... .......... 60% 2.07M 59s 2015-11-06 03:17:05.793 | 166150K .......... .......... .......... .......... .......... 60% 2.64M 59s 2015-11-06 03:17:05.850 | 166200K .......... .......... .......... .......... .......... 60% 869K 59s 2015-11-06 03:17:05.853 | 166250K .......... .......... .......... .......... .......... 60% 22.3M 59s 2015-11-06 03:17:05.880 | 166300K .......... .......... .......... .......... .......... 60% 1.84M 59s 2015-11-06 03:17:05.902 | 166350K .......... .......... .......... .......... .......... 60% 2.14M 59s 2015-11-06 03:17:05.922 | 166400K .......... .......... .......... .......... .......... 60% 2.39M 59s 2015-11-06 03:17:05.980 | 166450K .......... .......... .......... .......... .......... 60% 887K 59s 2015-11-06 03:17:05.982 | 166500K .......... .......... .......... .......... .......... 60% 15.4M 59s 2015-11-06 03:17:06.007 | 166550K .......... .......... .......... .......... .......... 60% 3.04M 59s 2015-11-06 03:17:06.031 | 166600K .......... .......... .......... .......... .......... 60% 1.48M 59s 2015-11-06 03:17:06.055 | 166650K .......... .......... .......... .......... .......... 60% 2.03M 59s 2015-11-06 03:17:06.107 | 166700K .......... .......... .......... .......... .......... 60% 979K 59s 2015-11-06 03:17:06.111 | 166750K .......... .......... .......... .......... .......... 60% 9.89M 59s 2015-11-06 03:17:06.127 | 166800K .......... .......... .......... .......... .......... 60% 3.08M 59s 2015-11-06 03:17:06.159 | 166850K .......... .......... .......... .......... .......... 60% 1.56M 59s 2015-11-06 03:17:06.185 | 166900K .......... .......... .......... .......... .......... 60% 1.81M 59s 2015-11-06 03:17:06.236 | 166950K .......... .......... .......... .......... .......... 60% 1000K 59s 2015-11-06 03:17:06.240 | 167000K .......... .......... .......... .......... .......... 60% 10.5M 59s 2015-11-06 03:17:06.258 | 167050K .......... .......... .......... .......... .......... 60% 3.03M 59s 2015-11-06 03:17:06.287 | 167100K .......... .......... .......... .......... .......... 60% 1.59M 59s 2015-11-06 03:17:06.314 | 167150K .......... .......... .......... .......... .......... 60% 1.83M 59s 2015-11-06 03:17:06.365 | 167200K .......... .......... .......... .......... .......... 60% 975K 59s 2015-11-06 03:17:06.368 | 167250K .......... .......... .......... .......... .......... 60% 14.5M 59s 2015-11-06 03:17:06.384 | 167300K .......... .......... .......... .......... .......... 60% 2.97M 59s 2015-11-06 03:17:06.415 | 167350K .......... .......... .......... .......... .......... 60% 3.13M 59s 2015-11-06 03:17:06.424 | 167400K .......... .......... .......... .......... .......... 60% 2.01M 58s 2015-11-06 03:17:06.497 | 167450K .......... .......... .......... .......... .......... 60% 719K 58s 2015-11-06 03:17:06.499 | 167500K .......... .......... .......... .......... .......... 60% 9.46M 58s 2015-11-06 03:17:06.514 | 167550K .......... .......... .......... .......... .......... 61% 3.74M 58s 2015-11-06 03:17:06.529 | 167600K .......... .......... .......... .......... .......... 61% 2.85M 58s 2015-11-06 03:17:06.553 | 167650K .......... .......... .......... .......... .......... 61% 2.06M 58s 2015-11-06 03:17:06.622 | 167700K .......... .......... .......... .......... .......... 61% 731K 58s 2015-11-06 03:17:06.625 | 167750K .......... .......... .......... .......... .......... 61% 12.3M 58s 2015-11-06 03:17:06.641 | 167800K .......... .......... .......... .......... .......... 61% 3.15M 58s 2015-11-06 03:17:06.658 | 167850K .......... .......... .......... .......... .......... 61% 2.92M 58s 2015-11-06 03:17:06.682 | 167900K .......... .......... .......... .......... .......... 61% 1.98M 58s 2015-11-06 03:17:06.750 | 167950K .......... .......... .......... .......... .......... 61% 751K 58s 2015-11-06 03:17:06.753 | 168000K .......... .......... .......... .......... .......... 61% 10.1M 58s 2015-11-06 03:17:06.769 | 168050K .......... .......... .......... .......... .......... 61% 3.29M 58s 2015-11-06 03:17:06.786 | 168100K .......... .......... .......... .......... .......... 61% 2.84M 58s 2015-11-06 03:17:06.811 | 168150K .......... .......... .......... .......... .......... 61% 1.99M 58s 2015-11-06 03:17:06.880 | 168200K .......... .......... .......... .......... .......... 61% 715K 58s 2015-11-06 03:17:06.883 | 168250K .......... .......... .......... .......... .......... 61% 21.0M 58s 2015-11-06 03:17:06.898 | 168300K .......... .......... .......... .......... .......... 61% 3.18M 58s 2015-11-06 03:17:06.915 | 168350K .......... .......... .......... .......... .......... 61% 2.77M 58s 2015-11-06 03:17:06.934 | 168400K .......... .......... .......... .......... .......... 61% 2.62M 58s 2015-11-06 03:17:07.007 | 168450K .......... .......... .......... .......... .......... 61% 699K 58s 2015-11-06 03:17:07.011 | 168500K .......... .......... .......... .......... .......... 61% 8.61M 58s 2015-11-06 03:17:07.026 | 168550K .......... .......... .......... .......... .......... 61% 3.43M 58s 2015-11-06 03:17:07.044 | 168600K .......... .......... .......... .......... .......... 61% 2.68M 58s 2015-11-06 03:17:07.063 | 168650K .......... .......... .......... .......... .......... 61% 2.56M 58s 2015-11-06 03:17:07.136 | 168700K .......... .......... .......... .......... .......... 61% 688K 58s 2015-11-06 03:17:07.140 | 168750K .......... .......... .......... .......... .......... 61% 10.8M 58s 2015-11-06 03:17:07.154 | 168800K .......... .......... .......... .......... .......... 61% 3.48M 58s 2015-11-06 03:17:07.175 | 168850K .......... .......... .......... .......... .......... 61% 3.15M 58s 2015-11-06 03:17:07.192 | 168900K .......... .......... .......... .......... .......... 61% 2.21M 58s 2015-11-06 03:17:07.264 | 168950K .......... .......... .......... .......... .......... 61% 696K 58s 2015-11-06 03:17:07.270 | 169000K .......... .......... .......... .......... .......... 61% 7.53M 58s 2015-11-06 03:17:07.283 | 169050K .......... .......... .......... .......... .......... 61% 3.75M 58s 2015-11-06 03:17:07.298 | 169100K .......... .......... .......... .......... .......... 61% 3.21M 58s 2015-11-06 03:17:07.320 | 169150K .......... .......... .......... .......... .......... 61% 2.22M 58s 2015-11-06 03:17:07.394 | 169200K .......... .......... .......... .......... .......... 61% 685K 58s 2015-11-06 03:17:07.399 | 169250K .......... .......... .......... .......... .......... 61% 9.16M 57s 2015-11-06 03:17:07.411 | 169300K .......... .......... .......... .......... .......... 61% 3.89M 57s 2015-11-06 03:17:07.427 | 169350K .......... .......... .......... .......... .......... 61% 3.12M 57s 2015-11-06 03:17:07.449 | 169400K .......... .......... .......... .......... .......... 61% 2.20M 57s 2015-11-06 03:17:07.522 | 169450K .......... .......... .......... .......... .......... 61% 701K 57s 2015-11-06 03:17:07.527 | 169500K .......... .......... .......... .......... .......... 61% 7.35M 57s 2015-11-06 03:17:07.538 | 169550K .......... .......... .......... .......... .......... 61% 4.52M 57s 2015-11-06 03:17:07.555 | 169600K .......... .......... .......... .......... .......... 61% 2.75M 57s 2015-11-06 03:17:07.578 | 169650K .......... .......... .......... .......... .......... 61% 2.15M 57s 2015-11-06 03:17:07.649 | 169700K .......... .......... .......... .......... .......... 61% 708K 57s 2015-11-06 03:17:07.656 | 169750K .......... .......... .......... .......... .......... 61% 7.23M 57s 2015-11-06 03:17:07.666 | 169800K .......... .......... .......... .......... .......... 61% 4.55M 57s 2015-11-06 03:17:07.685 | 169850K .......... .......... .......... .......... .......... 61% 3.01M 57s 2015-11-06 03:17:07.706 | 169900K .......... .......... .......... .......... .......... 61% 2.06M 57s 2015-11-06 03:17:07.777 | 169950K .......... .......... .......... .......... .......... 61% 1.66M 57s 2015-11-06 03:17:07.783 | 170000K .......... .......... .......... .......... .......... 61% 1.02M 57s 2015-11-06 03:17:07.793 | 170050K .......... .......... .......... .......... .......... 61% 5.10M 57s 2015-11-06 03:17:07.811 | 170100K .......... .......... .......... .......... .......... 61% 2.66M 57s 2015-11-06 03:17:07.834 | 170150K .......... .......... .......... .......... .......... 61% 2.13M 57s 2015-11-06 03:17:07.864 | 170200K .......... .......... .......... .......... .......... 61% 1.63M 57s 2015-11-06 03:17:07.911 | 170250K .......... .......... .......... .......... .......... 61% 1.05M 57s 2015-11-06 03:17:07.922 | 170300K .......... .......... .......... .......... .......... 62% 4.41M 57s 2015-11-06 03:17:07.940 | 170350K .......... .......... .......... .......... .......... 62% 2.72M 57s 2015-11-06 03:17:07.962 | 170400K .......... .......... .......... .......... .......... 62% 2.17M 57s 2015-11-06 03:17:07.992 | 170450K .......... .......... .......... .......... .......... 62% 1.63M 57s 2015-11-06 03:17:08.041 | 170500K .......... .......... .......... .......... .......... 62% 1023K 57s 2015-11-06 03:17:08.050 | 170550K .......... .......... .......... .......... .......... 62% 8.88M 57s 2015-11-06 03:17:08.069 | 170600K .......... .......... .......... .......... .......... 62% 2.20M 57s 2015-11-06 03:17:08.091 | 170650K .......... .......... .......... .......... .......... 62% 2.19M 57s 2015-11-06 03:17:08.121 | 170700K .......... .......... .......... .......... .......... 62% 1.62M 57s 2015-11-06 03:17:08.170 | 170750K .......... .......... .......... .......... .......... 62% 1023K 57s 2015-11-06 03:17:08.176 | 170800K .......... .......... .......... .......... .......... 62% 8.53M 57s 2015-11-06 03:17:08.197 | 170850K .......... .......... .......... .......... .......... 62% 2.33M 57s 2015-11-06 03:17:08.220 | 170900K .......... .......... .......... .......... .......... 62% 2.14M 57s 2015-11-06 03:17:08.251 | 170950K .......... .......... .......... .......... .......... 62% 1.57M 56s 2015-11-06 03:17:08.298 | 171000K .......... .......... .......... .......... .......... 62% 1.04M 56s 2015-11-06 03:17:08.305 | 171050K .......... .......... .......... .......... .......... 62% 6.80M 56s 2015-11-06 03:17:08.321 | 171100K .......... .......... .......... .......... .......... 62% 3.01M 56s 2015-11-06 03:17:08.348 | 171150K .......... .......... .......... .......... .......... 62% 1.83M 56s 2015-11-06 03:17:08.379 | 171200K .......... .......... .......... .......... .......... 62% 1.54M 56s 2015-11-06 03:17:08.428 | 171250K .......... .......... .......... .......... .......... 62% 1.01M 56s 2015-11-06 03:17:08.434 | 171300K .......... .......... .......... .......... .......... 62% 8.39M 56s 2015-11-06 03:17:08.450 | 171350K .......... .......... .......... .......... .......... 62% 3.03M 56s 2015-11-06 03:17:08.478 | 171400K .......... .......... .......... .......... .......... 62% 1.71M 56s 2015-11-06 03:17:08.508 | 171450K .......... .......... .......... .......... .......... 62% 1.70M 56s 2015-11-06 03:17:08.557 | 171500K .......... .......... .......... .......... .......... 62% 1005K 56s 2015-11-06 03:17:08.560 | 171550K .......... .......... .......... .......... .......... 62% 15.1M 56s 2015-11-06 03:17:08.578 | 171600K .......... .......... .......... .......... .......... 62% 2.64M 56s 2015-11-06 03:17:08.608 | 171650K .......... .......... .......... .......... .......... 62% 1.73M 56s 2015-11-06 03:17:08.636 | 171700K .......... .......... .......... .......... .......... 62% 1.68M 56s 2015-11-06 03:17:08.684 | 171750K .......... .......... .......... .......... .......... 62% 1.03M 56s 2015-11-06 03:17:08.687 | 171800K .......... .......... .......... .......... .......... 62% 11.3M 56s 2015-11-06 03:17:08.703 | 171850K .......... .......... .......... .......... .......... 62% 3.08M 56s 2015-11-06 03:17:08.722 | 171900K .......... .......... .......... .......... .......... 62% 2.62M 56s 2015-11-06 03:17:08.764 | 171950K .......... .......... .......... .......... .......... 62% 2.12M 56s 2015-11-06 03:17:08.812 | 172000K .......... .......... .......... .......... .......... 62% 745K 56s 2015-11-06 03:17:08.816 | 172050K .......... .......... .......... .......... .......... 62% 11.1M 56s 2015-11-06 03:17:08.832 | 172100K .......... .......... .......... .......... .......... 62% 3.07M 56s 2015-11-06 03:17:08.851 | 172150K .......... .......... .......... .......... .......... 62% 2.62M 56s 2015-11-06 03:17:08.873 | 172200K .......... .......... .......... .......... .......... 62% 2.17M 56s 2015-11-06 03:17:08.941 | 172250K .......... .......... .......... .......... .......... 62% 737K 56s 2015-11-06 03:17:08.946 | 172300K .......... .......... .......... .......... .......... 62% 10.9M 56s 2015-11-06 03:17:08.961 | 172350K .......... .......... .......... .......... .......... 62% 3.22M 56s 2015-11-06 03:17:08.980 | 172400K .......... .......... .......... .......... .......... 62% 2.59M 56s 2015-11-06 03:17:09.002 | 172450K .......... .......... .......... .......... .......... 62% 2.20M 56s 2015-11-06 03:17:09.069 | 172500K .......... .......... .......... .......... .......... 62% 741K 56s 2015-11-06 03:17:09.074 | 172550K .......... .......... .......... .......... .......... 62% 11.2M 56s 2015-11-06 03:17:09.089 | 172600K .......... .......... .......... .......... .......... 62% 3.19M 56s 2015-11-06 03:17:09.108 | 172650K .......... .......... .......... .......... .......... 62% 2.66M 56s 2015-11-06 03:17:09.131 | 172700K .......... .......... .......... .......... .......... 62% 2.06M 55s 2015-11-06 03:17:09.200 | 172750K .......... .......... .......... .......... .......... 62% 732K 55s 2015-11-06 03:17:09.205 | 172800K .......... .......... .......... .......... .......... 62% 9.36M 55s 2015-11-06 03:17:09.218 | 172850K .......... .......... .......... .......... .......... 62% 3.90M 55s 2015-11-06 03:17:09.237 | 172900K .......... .......... .......... .......... .......... 62% 2.49M 55s 2015-11-06 03:17:09.260 | 172950K .......... .......... .......... .......... .......... 62% 3.04M 55s 2015-11-06 03:17:09.331 | 173000K .......... .......... .......... .......... .......... 62% 638K 55s 2015-11-06 03:17:09.335 | 173050K .......... .......... .......... .......... .......... 63% 11.9M 55s 2015-11-06 03:17:09.346 | 173100K .......... .......... .......... .......... .......... 63% 4.52M 55s 2015-11-06 03:17:09.366 | 173150K .......... .......... .......... .......... .......... 63% 2.52M 55s 2015-11-06 03:17:09.382 | 173200K .......... .......... .......... .......... .......... 63% 2.95M 55s 2015-11-06 03:17:09.456 | 173250K .......... .......... .......... .......... .......... 63% 684K 55s 2015-11-06 03:17:09.461 | 173300K .......... .......... .......... .......... .......... 63% 7.70M 55s 2015-11-06 03:17:09.475 | 173350K .......... .......... .......... .......... .......... 63% 3.63M 55s 2015-11-06 03:17:09.489 | 173400K .......... .......... .......... .......... .......... 63% 3.50M 55s 2015-11-06 03:17:09.511 | 173450K .......... .......... .......... .......... .......... 63% 2.23M 55s 2015-11-06 03:17:09.586 | 173500K .......... .......... .......... .......... .......... 63% 678K 55s 2015-11-06 03:17:09.591 | 173550K .......... .......... .......... .......... .......... 63% 7.91M 55s 2015-11-06 03:17:09.603 | 173600K .......... .......... .......... .......... .......... 63% 3.98M 55s 2015-11-06 03:17:09.617 | 173650K .......... .......... .......... .......... .......... 63% 3.40M 55s 2015-11-06 03:17:09.639 | 173700K .......... .......... .......... .......... .......... 63% 2.22M 55s 2015-11-06 03:17:09.716 | 173750K .......... .......... .......... .......... .......... 63% 654K 55s 2015-11-06 03:17:09.721 | 173800K .......... .......... .......... .......... .......... 63% 9.84M 55s 2015-11-06 03:17:09.732 | 173850K .......... .......... .......... .......... .......... 63% 5.44M 55s 2015-11-06 03:17:09.746 | 173900K .......... .......... .......... .......... .......... 63% 3.01M 55s 2015-11-06 03:17:09.769 | 173950K .......... .......... .......... .......... .......... 63% 2.11M 55s 2015-11-06 03:17:09.844 | 174000K .......... .......... .......... .......... .......... 63% 671K 55s 2015-11-06 03:17:09.847 | 174050K .......... .......... .......... .......... .......... 63% 12.1M 55s 2015-11-06 03:17:09.859 | 174100K .......... .......... .......... .......... .......... 63% 4.17M 55s 2015-11-06 03:17:09.875 | 174150K .......... .......... .......... .......... .......... 63% 3.05M 55s 2015-11-06 03:17:09.899 | 174200K .......... .......... .......... .......... .......... 63% 2.13M 55s 2015-11-06 03:17:09.972 | 174250K .......... .......... .......... .......... .......... 63% 696K 55s 2015-11-06 03:17:09.976 | 174300K .......... .......... .......... .......... .......... 63% 8.54M 55s 2015-11-06 03:17:09.988 | 174350K .......... .......... .......... .......... .......... 63% 5.48M 55s 2015-11-06 03:17:10.004 | 174400K .......... .......... .......... .......... .......... 63% 2.54M 55s 2015-11-06 03:17:10.029 | 174450K .......... .......... .......... .......... .......... 63% 2.26M 55s 2015-11-06 03:17:10.100 | 174500K .......... .......... .......... .......... .......... 63% 684K 55s 2015-11-06 03:17:10.105 | 174550K .......... .......... .......... .......... .......... 63% 7.18M 54s 2015-11-06 03:17:10.113 | 174600K .......... .......... .......... .......... .......... 63% 6.59M 54s 2015-11-06 03:17:10.132 | 174650K .......... .......... .......... .......... .......... 63% 2.64M 54s 2015-11-06 03:17:10.153 | 174700K .......... .......... .......... .......... .......... 63% 2.24M 54s 2015-11-06 03:17:10.243 | 174750K .......... .......... .......... .......... .......... 63% 569K 54s 2015-11-06 03:17:10.247 | 174800K .......... .......... .......... .......... .......... 63% 7.56M 54s 2015-11-06 03:17:10.253 | 174850K .......... .......... .......... .......... .......... 63% 8.75M 54s 2015-11-06 03:17:10.262 | 174900K .......... .......... .......... .......... .......... 63% 6.00M 54s 2015-11-06 03:17:10.283 | 174950K .......... .......... .......... .......... .......... 63% 2.24M 54s 2015-11-06 03:17:10.311 | 175000K .......... .......... .......... .......... .......... 63% 1.72M 54s 2015-11-06 03:17:10.376 | 175050K .......... .......... .......... .......... .......... 63% 780K 54s 2015-11-06 03:17:10.383 | 175100K .......... .......... .......... .......... .......... 63% 6.35M 54s 2015-11-06 03:17:10.390 | 175150K .......... .......... .......... .......... .......... 63% 10.3M 54s 2015-11-06 03:17:10.411 | 175200K .......... .......... .......... .......... .......... 63% 2.10M 54s 2015-11-06 03:17:10.440 | 175250K .......... .......... .......... .......... .......... 63% 1.70M 54s 2015-11-06 03:17:10.504 | 175300K .......... .......... .......... .......... .......... 63% 777K 54s 2015-11-06 03:17:10.512 | 175350K .......... .......... .......... .......... .......... 63% 6.89M 54s 2015-11-06 03:17:10.519 | 175400K .......... .......... .......... .......... .......... 63% 8.15M 54s 2015-11-06 03:17:10.539 | 175450K .......... .......... .......... .......... .......... 63% 2.32M 54s 2015-11-06 03:17:10.569 | 175500K .......... .......... .......... .......... .......... 63% 1.61M 54s 2015-11-06 03:17:10.633 | 175550K .......... .......... .......... .......... .......... 63% 807K 54s 2015-11-06 03:17:10.637 | 175600K .......... .......... .......... .......... .......... 63% 7.77M 54s 2015-11-06 03:17:10.646 | 175650K .......... .......... .......... .......... .......... 63% 8.02M 54s 2015-11-06 03:17:10.669 | 175700K .......... .......... .......... .......... .......... 63% 1.91M 54s 2015-11-06 03:17:10.697 | 175750K .......... .......... .......... .......... .......... 63% 1.77M 54s 2015-11-06 03:17:10.759 | 175800K .......... .......... .......... .......... .......... 64% 799K 54s 2015-11-06 03:17:10.769 | 175850K .......... .......... .......... .......... .......... 64% 4.77M 54s 2015-11-06 03:17:10.772 | 175900K .......... .......... .......... .......... .......... 64% 14.9M 54s 2015-11-06 03:17:10.797 | 175950K .......... .......... .......... .......... .......... 64% 2.04M 54s 2015-11-06 03:17:10.826 | 176000K .......... .......... .......... .......... .......... 64% 1.65M 54s 2015-11-06 03:17:10.888 | 176050K .......... .......... .......... .......... .......... 64% 813K 54s 2015-11-06 03:17:10.896 | 176100K .......... .......... .......... .......... .......... 64% 5.67M 54s 2015-11-06 03:17:10.900 | 176150K .......... .......... .......... .......... .......... 64% 11.5M 54s 2015-11-06 03:17:10.924 | 176200K .......... .......... .......... .......... .......... 64% 2.04M 54s 2015-11-06 03:17:10.954 | 176250K .......... .......... .......... .......... .......... 64% 2.04M 53s 2015-11-06 03:17:11.016 | 176300K .......... .......... .......... .......... .......... 64% 738K 53s 2015-11-06 03:17:11.027 | 176350K .......... .......... .......... .......... .......... 64% 4.64M 53s 2015-11-06 03:17:11.031 | 176400K .......... .......... .......... .......... .......... 64% 10.3M 53s 2015-11-06 03:17:11.054 | 176450K .......... .......... .......... .......... .......... 64% 2.26M 53s 2015-11-06 03:17:11.076 | 176500K .......... .......... .......... .......... .......... 64% 2.08M 53s 2015-11-06 03:17:11.145 | 176550K .......... .......... .......... .......... .......... 64% 730K 53s 2015-11-06 03:17:11.155 | 176600K .......... .......... .......... .......... .......... 64% 4.99M 53s 2015-11-06 03:17:11.160 | 176650K .......... .......... .......... .......... .......... 64% 9.94M 53s 2015-11-06 03:17:11.171 | 176700K .......... .......... .......... .......... .......... 64% 4.19M 53s 2015-11-06 03:17:11.206 | 176750K .......... .......... .......... .......... .......... 64% 1.41M 53s 2015-11-06 03:17:11.274 | 176800K .......... .......... .......... .......... .......... 64% 734K 53s 2015-11-06 03:17:11.282 | 176850K .......... .......... .......... .......... .......... 64% 7.06M 53s 2015-11-06 03:17:11.285 | 176900K .......... .......... .......... .......... .......... 64% 10.3M 53s 2015-11-06 03:17:11.300 | 176950K .......... .......... .......... .......... .......... 64% 3.42M 53s 2015-11-06 03:17:11.335 | 177000K .......... .......... .......... .......... .......... 64% 1.40M 53s 2015-11-06 03:17:11.402 | 177050K .......... .......... .......... .......... .......... 64% 755K 53s 2015-11-06 03:17:11.412 | 177100K .......... .......... .......... .......... .......... 64% 4.55M 53s 2015-11-06 03:17:11.417 | 177150K .......... .......... .......... .......... .......... 64% 9.86M 53s 2015-11-06 03:17:11.437 | 177200K .......... .......... .......... .......... .......... 64% 2.35M 53s 2015-11-06 03:17:11.464 | 177250K .......... .......... .......... .......... .......... 64% 1.88M 53s 2015-11-06 03:17:11.531 | 177300K .......... .......... .......... .......... .......... 64% 743K 53s 2015-11-06 03:17:11.540 | 177350K .......... .......... .......... .......... .......... 64% 6.01M 53s 2015-11-06 03:17:11.543 | 177400K .......... .......... .......... .......... .......... 64% 11.7M 53s 2015-11-06 03:17:11.566 | 177450K .......... .......... .......... .......... .......... 64% 3.08M 53s 2015-11-06 03:17:11.609 | 177500K .......... .......... .......... .......... .......... 64% 987K 53s 2015-11-06 03:17:11.659 | 177550K .......... .......... .......... .......... .......... 64% 1009K 53s 2015-11-06 03:17:11.671 | 177600K .......... .......... .......... .......... .......... 64% 4.22M 53s 2015-11-06 03:17:11.673 | 177650K .......... .......... .......... .......... .......... 64% 22.1M 53s 2015-11-06 03:17:11.688 | 177700K .......... .......... .......... .......... .......... 64% 3.25M 53s 2015-11-06 03:17:11.739 | 177750K .......... .......... .......... .......... .......... 64% 1011K 53s 2015-11-06 03:17:11.788 | 177800K .......... .......... .......... .......... .......... 64% 993K 53s 2015-11-06 03:17:11.798 | 177850K .......... .......... .......... .......... .......... 64% 4.84M 53s 2015-11-06 03:17:11.800 | 177900K .......... .......... .......... .......... .......... 64% 18.0M 53s 2015-11-06 03:17:11.816 | 177950K .......... .......... .......... .......... .......... 64% 3.17M 53s 2015-11-06 03:17:11.865 | 178000K .......... .......... .......... .......... .......... 64% 1012K 53s 2015-11-06 03:17:11.916 | 178050K .......... .......... .......... .......... .......... 64% 999K 53s 2015-11-06 03:17:11.924 | 178100K .......... .......... .......... .......... .......... 64% 5.68M 52s 2015-11-06 03:17:11.928 | 178150K .......... .......... .......... .......... .......... 64% 11.9M 52s 2015-11-06 03:17:11.945 | 178200K .......... .......... .......... .......... .......... 64% 2.86M 52s 2015-11-06 03:17:11.995 | 178250K .......... .......... .......... .......... .......... 64% 1.03M 52s 2015-11-06 03:17:12.045 | 178300K .......... .......... .......... .......... .......... 64% 958K 52s 2015-11-06 03:17:12.056 | 178350K .......... .......... .......... .......... .......... 64% 4.31M 52s 2015-11-06 03:17:12.060 | 178400K .......... .......... .......... .......... .......... 64% 14.1M 52s 2015-11-06 03:17:12.075 | 178450K .......... .......... .......... .......... .......... 64% 3.23M 52s 2015-11-06 03:17:12.122 | 178500K .......... .......... .......... .......... .......... 64% 1.04M 52s 2015-11-06 03:17:12.172 | 178550K .......... .......... .......... .......... .......... 65% 994K 52s 2015-11-06 03:17:12.183 | 178600K .......... .......... .......... .......... .......... 65% 4.33M 52s 2015-11-06 03:17:12.187 | 178650K .......... .......... .......... .......... .......... 65% 15.2M 52s 2015-11-06 03:17:12.203 | 178700K .......... .......... .......... .......... .......... 65% 2.91M 52s 2015-11-06 03:17:12.252 | 178750K .......... .......... .......... .......... .......... 65% 3.30M 52s 2015-11-06 03:17:12.302 | 178800K .......... .......... .......... .......... .......... 65% 600K 52s 2015-11-06 03:17:12.311 | 178850K .......... .......... .......... .......... .......... 65% 5.59M 52s 2015-11-06 03:17:12.317 | 178900K .......... .......... .......... .......... .......... 65% 7.25M 52s 2015-11-06 03:17:12.331 | 178950K .......... .......... .......... .......... .......... 65% 3.65M 52s 2015-11-06 03:17:12.345 | 179000K .......... .......... .......... .......... .......... 65% 3.23M 52s 2015-11-06 03:17:12.460 | 179050K .......... .......... .......... .......... .......... 65% 1.09M 52s 2015-11-06 03:17:12.465 | 179100K .......... .......... .......... .......... .......... 65% 667K 52s 2015-11-06 03:17:12.472 | 179150K .......... .......... .......... .......... .......... 65% 7.22M 52s 2015-11-06 03:17:12.491 | 179200K .......... .......... .......... .......... .......... 65% 2.68M 52s 2015-11-06 03:17:12.500 | 179250K .......... .......... .......... .......... .......... 65% 5.44M 52s 2015-11-06 03:17:12.519 | 179300K .......... .......... .......... .......... .......... 65% 2.47M 52s 2015-11-06 03:17:12.594 | 179350K .......... .......... .......... .......... .......... 65% 666K 52s 2015-11-06 03:17:12.601 | 179400K .......... .......... .......... .......... .......... 65% 7.45M 52s 2015-11-06 03:17:12.618 | 179450K .......... .......... .......... .......... .......... 65% 2.85M 52s 2015-11-06 03:17:12.628 | 179500K .......... .......... .......... .......... .......... 65% 4.82M 52s 2015-11-06 03:17:12.650 | 179550K .......... .......... .......... .......... .......... 65% 2.17M 52s 2015-11-06 03:17:12.721 | 179600K .......... .......... .......... .......... .......... 65% 709K 52s 2015-11-06 03:17:12.730 | 179650K .......... .......... .......... .......... .......... 65% 5.70M 52s 2015-11-06 03:17:12.741 | 179700K .......... .......... .......... .......... .......... 65% 4.37M 52s 2015-11-06 03:17:12.757 | 179750K .......... .......... .......... .......... .......... 65% 3.10M 52s 2015-11-06 03:17:12.779 | 179800K .......... .......... .......... .......... .......... 65% 2.11M 52s 2015-11-06 03:17:12.850 | 179850K .......... .......... .......... .......... .......... 65% 709K 52s 2015-11-06 03:17:12.859 | 179900K .......... .......... .......... .......... .......... 65% 5.68M 51s 2015-11-06 03:17:12.869 | 179950K .......... .......... .......... .......... .......... 65% 4.62M 51s 2015-11-06 03:17:12.886 | 180000K .......... .......... .......... .......... .......... 65% 2.99M 51s 2015-11-06 03:17:12.927 | 180050K .......... .......... .......... .......... .......... 65% 1.17M 51s 2015-11-06 03:17:12.979 | 180100K .......... .......... .......... .......... .......... 65% 969K 51s 2015-11-06 03:17:12.992 | 180150K .......... .......... .......... .......... .......... 65% 3.99M 51s 2015-11-06 03:17:13.005 | 180200K .......... .......... .......... .......... .......... 65% 3.62M 51s 2015-11-06 03:17:13.014 | 180250K .......... .......... .......... .......... .......... 65% 5.56M 51s 2015-11-06 03:17:13.058 | 180300K .......... .......... .......... .......... .......... 65% 1.11M 51s 2015-11-06 03:17:13.141 | 180350K .......... .......... .......... .......... .......... 65% 605K 51s 2015-11-06 03:17:13.150 | 180400K .......... .......... .......... .......... .......... 65% 4.94M 51s 2015-11-06 03:17:13.159 | 180450K .......... .......... .......... .......... .......... 65% 5.66M 51s 2015-11-06 03:17:13.166 | 180500K .......... .......... .......... .......... .......... 65% 7.07M 51s 2015-11-06 03:17:13.185 | 180550K .......... .......... .......... .......... .......... 65% 2.50M 51s 2015-11-06 03:17:13.235 | 180600K .......... .......... .......... .......... .......... 65% 1006K 51s 2015-11-06 03:17:13.248 | 180650K .......... .......... .......... .......... .......... 65% 3.64M 51s 2015-11-06 03:17:13.264 | 180700K .......... .......... .......... .......... .......... 65% 3.29M 51s 2015-11-06 03:17:13.271 | 180750K .......... .......... .......... .......... .......... 65% 14.7M 51s 2015-11-06 03:17:13.314 | 180800K .......... .......... .......... .......... .......... 65% 1.02M 51s 2015-11-06 03:17:13.364 | 180850K .......... .......... .......... .......... .......... 65% 1003K 51s 2015-11-06 03:17:13.377 | 180900K .......... .......... .......... .......... .......... 65% 3.68M 51s 2015-11-06 03:17:13.392 | 180950K .......... .......... .......... .......... .......... 65% 3.51M 51s 2015-11-06 03:17:13.396 | 181000K .......... .......... .......... .......... .......... 65% 10.5M 51s 2015-11-06 03:17:13.443 | 181050K .......... .......... .......... .......... .......... 65% 1.03M 51s 2015-11-06 03:17:13.493 | 181100K .......... .......... .......... .......... .......... 65% 997K 51s 2015-11-06 03:17:13.509 | 181150K .......... .......... .......... .......... .......... 65% 3.27M 51s 2015-11-06 03:17:13.520 | 181200K .......... .......... .......... .......... .......... 65% 4.17M 51s 2015-11-06 03:17:13.525 | 181250K .......... .......... .......... .......... .......... 66% 9.44M 51s 2015-11-06 03:17:13.571 | 181300K .......... .......... .......... .......... .......... 66% 1.06M 51s 2015-11-06 03:17:13.622 | 181350K .......... .......... .......... .......... .......... 66% 993K 51s 2015-11-06 03:17:13.634 | 181400K .......... .......... .......... .......... .......... 66% 4.24M 51s 2015-11-06 03:17:13.647 | 181450K .......... .......... .......... .......... .......... 66% 3.45M 51s 2015-11-06 03:17:13.653 | 181500K .......... .......... .......... .......... .......... 66% 8.28M 51s 2015-11-06 03:17:13.699 | 181550K .......... .......... .......... .......... .......... 66% 1.06M 51s 2015-11-06 03:17:13.750 | 181600K .......... .......... .......... .......... .......... 66% 987K 51s 2015-11-06 03:17:13.763 | 181650K .......... .......... .......... .......... .......... 66% 3.70M 50s 2015-11-06 03:17:13.777 | 181700K .......... .......... .......... .......... .......... 66% 3.51M 50s 2015-11-06 03:17:13.782 | 181750K .......... .......... .......... .......... .......... 66% 9.71M 50s 2015-11-06 03:17:13.828 | 181800K .......... .......... .......... .......... .......... 66% 1.08M 50s 2015-11-06 03:17:13.879 | 181850K .......... .......... .......... .......... .......... 66% 962K 50s 2015-11-06 03:17:13.890 | 181900K .......... .......... .......... .......... .......... 66% 4.36M 50s 2015-11-06 03:17:13.905 | 181950K .......... .......... .......... .......... .......... 66% 5.90M 50s 2015-11-06 03:17:13.910 | 182000K .......... .......... .......... .......... .......... 66% 4.17M 50s 2015-11-06 03:17:13.957 | 182050K .......... .......... .......... .......... .......... 66% 1.08M 50s 2015-11-06 03:17:14.008 | 182100K .......... .......... .......... .......... .......... 66% 948K 50s 2015-11-06 03:17:14.020 | 182150K .......... .......... .......... .......... .......... 66% 4.17M 50s 2015-11-06 03:17:14.028 | 182200K .......... .......... .......... .......... .......... 66% 5.98M 50s 2015-11-06 03:17:14.040 | 182250K .......... .......... .......... .......... .......... 66% 4.41M 50s 2015-11-06 03:17:14.085 | 182300K .......... .......... .......... .......... .......... 66% 1.08M 50s 2015-11-06 03:17:14.142 | 182350K .......... .......... .......... .......... .......... 66% 879K 50s 2015-11-06 03:17:14.149 | 182400K .......... .......... .......... .......... .......... 66% 6.22M 50s 2015-11-06 03:17:14.156 | 182450K .......... .......... .......... .......... .......... 66% 7.22M 50s 2015-11-06 03:17:14.169 | 182500K .......... .......... .......... .......... .......... 66% 3.78M 50s 2015-11-06 03:17:14.213 | 182550K .......... .......... .......... .......... .......... 66% 3.42M 50s 2015-11-06 03:17:14.270 | 182600K .......... .......... .......... .......... .......... 66% 573K 50s 2015-11-06 03:17:14.278 | 182650K .......... .......... .......... .......... .......... 66% 6.42M 50s 2015-11-06 03:17:14.285 | 182700K .......... .......... .......... .......... .......... 66% 6.69M 50s 2015-11-06 03:17:14.296 | 182750K .......... .......... .......... .......... .......... 66% 4.49M 50s 2015-11-06 03:17:14.312 | 182800K .......... .......... .......... .......... .......... 66% 3.08M 50s 2015-11-06 03:17:14.399 | 182850K .......... .......... .......... .......... .......... 66% 625K 50s 2015-11-06 03:17:14.407 | 182900K .......... .......... .......... .......... .......... 66% 3.39M 50s 2015-11-06 03:17:14.413 | 182950K .......... .......... .......... .......... .......... 66% 12.5M 50s 2015-11-06 03:17:14.425 | 183000K .......... .......... .......... .......... .......... 66% 3.45M 50s 2015-11-06 03:17:14.441 | 183050K .......... .......... .......... .......... .......... 66% 3.00M 50s 2015-11-06 03:17:14.521 | 183100K .......... .......... .......... .......... .......... 66% 620K 50s 2015-11-06 03:17:14.535 | 183150K .......... .......... .......... .......... .......... 66% 3.59M 50s 2015-11-06 03:17:14.539 | 183200K .......... .......... .......... .......... .......... 66% 11.0M 50s 2015-11-06 03:17:14.554 | 183250K .......... .......... .......... .......... .......... 66% 3.46M 50s 2015-11-06 03:17:14.573 | 183300K .......... .......... .......... .......... .......... 66% 2.46M 50s 2015-11-06 03:17:14.650 | 183350K .......... .......... .......... .......... .......... 66% 650K 50s 2015-11-06 03:17:14.667 | 183400K .......... .......... .......... .......... .......... 66% 2.94M 50s 2015-11-06 03:17:14.674 | 183450K .......... .......... .......... .......... .......... 66% 7.10M 49s 2015-11-06 03:17:14.687 | 183500K .......... .......... .......... .......... .......... 66% 3.79M 49s 2015-11-06 03:17:14.702 | 183550K .......... .......... .......... .......... .......... 66% 4.77M 49s 2015-11-06 03:17:14.779 | 183600K .......... .......... .......... .......... .......... 66% 608K 49s 2015-11-06 03:17:14.795 | 183650K .......... .......... .......... .......... .......... 66% 3.05M 49s 2015-11-06 03:17:14.803 | 183700K .......... .......... .......... .......... .......... 66% 6.40M 49s 2015-11-06 03:17:14.815 | 183750K .......... .......... .......... .......... .......... 66% 4.18M 49s 2015-11-06 03:17:14.826 | 183800K .......... .......... .......... .......... .......... 66% 4.23M 49s 2015-11-06 03:17:14.908 | 183850K .......... .......... .......... .......... .......... 66% 1.31M 49s 2015-11-06 03:17:14.924 | 183900K .......... .......... .......... .......... .......... 66% 824K 49s 2015-11-06 03:17:14.932 | 183950K .......... .......... .......... .......... .......... 66% 6.50M 49s 2015-11-06 03:17:14.944 | 184000K .......... .......... .......... .......... .......... 67% 3.86M 49s 2015-11-06 03:17:14.954 | 184050K .......... .......... .......... .......... .......... 67% 6.22M 49s 2015-11-06 03:17:14.993 | 184100K .......... .......... .......... .......... .......... 67% 1.20M 49s 2015-11-06 03:17:15.053 | 184150K .......... .......... .......... .......... .......... 67% 834K 49s 2015-11-06 03:17:15.061 | 184200K .......... .......... .......... .......... .......... 67% 5.79M 49s 2015-11-06 03:17:15.072 | 184250K .......... .......... .......... .......... .......... 67% 4.71M 49s 2015-11-06 03:17:15.081 | 184300K .......... .......... .......... .......... .......... 67% 5.22M 49s 2015-11-06 03:17:15.121 | 184350K .......... .......... .......... .......... .......... 67% 1.22M 49s 2015-11-06 03:17:15.179 | 184400K .......... .......... .......... .......... .......... 67% 863K 49s 2015-11-06 03:17:15.191 | 184450K .......... .......... .......... .......... .......... 67% 4.06M 49s 2015-11-06 03:17:15.201 | 184500K .......... .......... .......... .......... .......... 67% 5.05M 49s 2015-11-06 03:17:15.239 | 184550K .......... .......... .......... .......... .......... 67% 1.26M 49s 2015-11-06 03:17:15.250 | 184600K .......... .......... .......... .......... .......... 67% 4.44M 49s 2015-11-06 03:17:15.310 | 184650K .......... .......... .......... .......... .......... 67% 852K 49s 2015-11-06 03:17:15.317 | 184700K .......... .......... .......... .......... .......... 67% 5.66M 49s 2015-11-06 03:17:15.328 | 184750K .......... .......... .......... .......... .......... 67% 5.05M 49s 2015-11-06 03:17:15.369 | 184800K .......... .......... .......... .......... .......... 67% 1.19M 49s 2015-11-06 03:17:15.379 | 184850K .......... .......... .......... .......... .......... 67% 4.64M 49s 2015-11-06 03:17:15.435 | 184900K .......... .......... .......... .......... .......... 67% 882K 49s 2015-11-06 03:17:15.447 | 184950K .......... .......... .......... .......... .......... 67% 6.43M 49s 2015-11-06 03:17:15.457 | 185000K .......... .......... .......... .......... .......... 67% 3.48M 49s 2015-11-06 03:17:15.497 | 185050K .......... .......... .......... .......... .......... 67% 1.28M 49s 2015-11-06 03:17:15.507 | 185100K .......... .......... .......... .......... .......... 67% 4.10M 49s 2015-11-06 03:17:15.567 | 185150K .......... .......... .......... .......... .......... 67% 841K 49s 2015-11-06 03:17:15.569 | 185200K .......... .......... .......... .......... .......... 67% 17.5M 49s 2015-11-06 03:17:15.585 | 185250K .......... .......... .......... .......... .......... 67% 3.04M 48s 2015-11-06 03:17:15.626 | 185300K .......... .......... .......... .......... .......... 67% 1.24M 48s 2015-11-06 03:17:15.636 | 185350K .......... .......... .......... .......... .......... 67% 4.61M 48s 2015-11-06 03:17:15.693 | 185400K .......... .......... .......... .......... .......... 67% 863K 48s 2015-11-06 03:17:15.705 | 185450K .......... .......... .......... .......... .......... 67% 13.3M 48s 2015-11-06 03:17:15.714 | 185500K .......... .......... .......... .......... .......... 67% 2.80M 48s 2015-11-06 03:17:15.754 | 185550K .......... .......... .......... .......... .......... 67% 19.3M 48s 2015-11-06 03:17:15.765 | 185600K .......... .......... .......... .......... .......... 67% 1.03M 48s 2015-11-06 03:17:15.823 | 185650K .......... .......... .......... .......... .......... 67% 860K 48s 2015-11-06 03:17:15.826 | 185700K .......... .......... .......... .......... .......... 67% 11.7M 48s 2015-11-06 03:17:15.843 | 185750K .......... .......... .......... .......... .......... 67% 3.26M 48s 2015-11-06 03:17:15.846 | 185800K .......... .......... .......... .......... .......... 67% 9.99M 48s 2015-11-06 03:17:15.892 | 185850K .......... .......... .......... .......... .......... 67% 1.12M 48s 2015-11-06 03:17:15.953 | 185900K .......... .......... .......... .......... .......... 67% 790K 48s 2015-11-06 03:17:15.955 | 185950K .......... .......... .......... .......... .......... 67% 20.5M 48s 2015-11-06 03:17:15.971 | 186000K .......... .......... .......... .......... .......... 67% 3.21M 48s 2015-11-06 03:17:15.975 | 186050K .......... .......... .......... .......... .......... 67% 12.7M 48s 2015-11-06 03:17:16.019 | 186100K .......... .......... .......... .......... .......... 67% 1.10M 48s 2015-11-06 03:17:16.081 | 186150K .......... .......... .......... .......... .......... 67% 811K 48s 2015-11-06 03:17:16.084 | 186200K .......... .......... .......... .......... .......... 67% 15.4M 48s 2015-11-06 03:17:16.099 | 186250K .......... .......... .......... .......... .......... 67% 3.33M 48s 2015-11-06 03:17:16.102 | 186300K .......... .......... .......... .......... .......... 67% 12.6M 48s 2015-11-06 03:17:16.147 | 186350K .......... .......... .......... .......... .......... 67% 1.09M 48s 2015-11-06 03:17:16.210 | 186400K .......... .......... .......... .......... .......... 67% 805K 48s 2015-11-06 03:17:16.213 | 186450K .......... .......... .......... .......... .......... 67% 13.4M 48s 2015-11-06 03:17:16.225 | 186500K .......... .......... .......... .......... .......... 67% 3.88M 48s 2015-11-06 03:17:16.232 | 186550K .......... .......... .......... .......... .......... 67% 7.23M 48s 2015-11-06 03:17:16.276 | 186600K .......... .......... .......... .......... .......... 67% 1.11M 48s 2015-11-06 03:17:16.337 | 186650K .......... .......... .......... .......... .......... 67% 843K 48s 2015-11-06 03:17:16.342 | 186700K .......... .......... .......... .......... .......... 67% 6.88M 48s 2015-11-06 03:17:16.354 | 186750K .......... .......... .......... .......... .......... 68% 4.66M 48s 2015-11-06 03:17:16.360 | 186800K .......... .......... .......... .......... .......... 68% 6.54M 48s 2015-11-06 03:17:16.404 | 186850K .......... .......... .......... .......... .......... 68% 1.21M 48s 2015-11-06 03:17:16.465 | 186900K .......... .......... .......... .......... .......... 68% 789K 48s 2015-11-06 03:17:16.470 | 186950K .......... .......... .......... .......... .......... 68% 7.99M 48s 2015-11-06 03:17:16.479 | 187000K .......... .......... .......... .......... .......... 68% 5.26M 48s 2015-11-06 03:17:16.490 | 187050K .......... .......... .......... .......... .......... 68% 4.77M 47s 2015-11-06 03:17:16.534 | 187100K .......... .......... .......... .......... .......... 68% 1.12M 47s 2015-11-06 03:17:16.593 | 187150K .......... .......... .......... .......... .......... 68% 857K 47s 2015-11-06 03:17:16.595 | 187200K .......... .......... .......... .......... .......... 68% 12.9M 47s 2015-11-06 03:17:16.608 | 187250K .......... .......... .......... .......... .......... 68% 4.03M 47s 2015-11-06 03:17:16.618 | 187300K .......... .......... .......... .......... .......... 68% 4.94M 47s 2015-11-06 03:17:16.659 | 187350K .......... .......... .......... .......... .......... 68% 1.17M 47s 2015-11-06 03:17:16.720 | 187400K .......... .......... .......... .......... .......... 68% 822K 47s 2015-11-06 03:17:16.725 | 187450K .......... .......... .......... .......... .......... 68% 12.7M 47s 2015-11-06 03:17:16.736 | 187500K .......... .......... .......... .......... .......... 68% 4.01M 47s 2015-11-06 03:17:16.745 | 187550K .......... .......... .......... .......... .......... 68% 5.77M 47s 2015-11-06 03:17:16.788 | 187600K .......... .......... .......... .......... .......... 68% 1.12M 47s 2015-11-06 03:17:16.843 | 187650K .......... .......... .......... .......... .......... 68% 908K 47s 2015-11-06 03:17:16.854 | 187700K .......... .......... .......... .......... .......... 68% 4.32M 47s 2015-11-06 03:17:16.865 | 187750K .......... .......... .......... .......... .......... 68% 4.72M 47s 2015-11-06 03:17:16.875 | 187800K .......... .......... .......... .......... .......... 68% 5.04M 47s 2015-11-06 03:17:16.916 | 187850K .......... .......... .......... .......... .......... 68% 1.17M 47s 2015-11-06 03:17:16.976 | 187900K .......... .......... .......... .......... .......... 68% 833K 47s 2015-11-06 03:17:16.983 | 187950K .......... .......... .......... .......... .......... 68% 7.27M 47s 2015-11-06 03:17:16.994 | 188000K .......... .......... .......... .......... .......... 68% 4.45M 47s 2015-11-06 03:17:17.003 | 188050K .......... .......... .......... .......... .......... 68% 6.04M 47s 2015-11-06 03:17:17.046 | 188100K .......... .......... .......... .......... .......... 68% 1.12M 47s 2015-11-06 03:17:17.102 | 188150K .......... .......... .......... .......... .......... 68% 5.79M 47s 2015-11-06 03:17:17.114 | 188200K .......... .......... .......... .......... .......... 68% 831K 47s 2015-11-06 03:17:17.123 | 188250K .......... .......... .......... .......... .......... 68% 5.60M 47s 2015-11-06 03:17:17.133 | 188300K .......... .......... .......... .......... .......... 68% 4.76M 47s 2015-11-06 03:17:17.175 | 188350K .......... .......... .......... .......... .......... 68% 1.17M 47s 2015-11-06 03:17:17.183 | 188400K .......... .......... .......... .......... .......... 68% 6.35M 47s 2015-11-06 03:17:17.242 | 188450K .......... .......... .......... .......... .......... 68% 843K 47s 2015-11-06 03:17:17.252 | 188500K .......... .......... .......... .......... .......... 68% 5.11M 47s 2015-11-06 03:17:17.263 | 188550K .......... .......... .......... .......... .......... 68% 4.60M 47s 2015-11-06 03:17:17.304 | 188600K .......... .......... .......... .......... .......... 68% 1.18M 47s 2015-11-06 03:17:17.312 | 188650K .......... .......... .......... .......... .......... 68% 5.77M 47s 2015-11-06 03:17:17.372 | 188700K .......... .......... .......... .......... .......... 68% 838K 47s 2015-11-06 03:17:17.380 | 188750K .......... .......... .......... .......... .......... 68% 6.36M 47s 2015-11-06 03:17:17.391 | 188800K .......... .......... .......... .......... .......... 68% 4.33M 47s 2015-11-06 03:17:17.433 | 188850K .......... .......... .......... .......... .......... 68% 1.17M 46s 2015-11-06 03:17:17.441 | 188900K .......... .......... .......... .......... .......... 68% 6.13M 46s 2015-11-06 03:17:17.501 | 188950K .......... .......... .......... .......... .......... 68% 834K 46s 2015-11-06 03:17:17.510 | 189000K .......... .......... .......... .......... .......... 68% 6.23M 46s 2015-11-06 03:17:17.519 | 189050K .......... .......... .......... .......... .......... 68% 4.53M 46s 2015-11-06 03:17:17.562 | 189100K .......... .......... .......... .......... .......... 68% 1.14M 46s 2015-11-06 03:17:17.569 | 189150K .......... .......... .......... .......... .......... 68% 6.77M 46s 2015-11-06 03:17:17.629 | 189200K .......... .......... .......... .......... .......... 68% 840K 46s 2015-11-06 03:17:17.636 | 189250K .......... .......... .......... .......... .......... 68% 8.17M 46s 2015-11-06 03:17:17.648 | 189300K .......... .......... .......... .......... .......... 68% 3.61M 46s 2015-11-06 03:17:17.691 | 189350K .......... .......... .......... .......... .......... 68% 1.14M 46s 2015-11-06 03:17:17.698 | 189400K .......... .......... .......... .......... .......... 68% 7.23M 46s 2015-11-06 03:17:17.777 | 189450K .......... .......... .......... .......... .......... 68% 634K 46s 2015-11-06 03:17:17.780 | 189500K .......... .......... .......... .......... .......... 69% 19.4M 46s 2015-11-06 03:17:17.785 | 189550K .......... .......... .......... .......... .......... 69% 10.1M 46s 2015-11-06 03:17:17.820 | 189600K .......... .......... .......... .......... .......... 69% 1.42M 46s 2015-11-06 03:17:17.827 | 189650K .......... .......... .......... .......... .......... 69% 5.69M 46s 2015-11-06 03:17:17.905 | 189700K .......... .......... .......... .......... .......... 69% 649K 46s 2015-11-06 03:17:17.908 | 189750K .......... .......... .......... .......... .......... 69% 12.5M 46s 2015-11-06 03:17:17.914 | 189800K .......... .......... .......... .......... .......... 69% 9.67M 46s 2015-11-06 03:17:17.968 | 189850K .......... .......... .......... .......... .......... 69% 5.74M 46s 2015-11-06 03:17:17.972 | 189900K .......... .......... .......... .......... .......... 69% 987K 46s 2015-11-06 03:17:18.033 | 189950K .......... .......... .......... .......... .......... 69% 846K 46s 2015-11-06 03:17:18.035 | 190000K .......... .......... .......... .......... .......... 69% 12.2M 46s 2015-11-06 03:17:18.043 | 190050K .......... .......... .......... .......... .......... 69% 14.6M 46s 2015-11-06 03:17:18.051 | 190100K .......... .......... .......... .......... .......... 69% 4.09M 46s 2015-11-06 03:17:18.100 | 190150K .......... .......... .......... .......... .......... 69% 1.00M 46s 2015-11-06 03:17:18.160 | 190200K .......... .......... .......... .......... .......... 69% 829K 46s 2015-11-06 03:17:18.169 | 190250K .......... .......... .......... .......... .......... 69% 5.46M 46s 2015-11-06 03:17:18.173 | 190300K .......... .......... .......... .......... .......... 69% 11.2M 46s 2015-11-06 03:17:18.223 | 190350K .......... .......... .......... .......... .......... 69% 1005K 46s 2015-11-06 03:17:18.230 | 190400K .......... .......... .......... .......... .......... 69% 6.38M 46s 2015-11-06 03:17:18.289 | 190450K .......... .......... .......... .......... .......... 69% 866K 46s 2015-11-06 03:17:18.296 | 190500K .......... .......... .......... .......... .......... 69% 6.15M 46s 2015-11-06 03:17:18.298 | 190550K .......... .......... .......... .......... .......... 69% 29.0M 46s 2015-11-06 03:17:18.312 | 190600K .......... .......... .......... .......... .......... 69% 3.59M 46s 2015-11-06 03:17:18.358 | 190650K .......... .......... .......... .......... .......... 69% 1.06M 45s 2015-11-06 03:17:18.419 | 190700K .......... .......... .......... .......... .......... 69% 819K 45s 2015-11-06 03:17:18.425 | 190750K .......... .......... .......... .......... .......... 69% 7.98M 45s 2015-11-06 03:17:18.426 | 190800K .......... .......... .......... .......... .......... 69% 33.4M 45s 2015-11-06 03:17:18.440 | 190850K .......... .......... .......... .......... .......... 69% 6.06M 45s 2015-11-06 03:17:18.487 | 190900K .......... .......... .......... .......... .......... 69% 942K 45s 2015-11-06 03:17:18.545 | 190950K .......... .......... .......... .......... .......... 69% 884K 45s 2015-11-06 03:17:18.550 | 191000K .......... .......... .......... .......... .......... 69% 8.04M 45s 2015-11-06 03:17:18.557 | 191050K .......... .......... .......... .......... .......... 69% 7.29M 45s 2015-11-06 03:17:18.572 | 191100K .......... .......... .......... .......... .......... 69% 3.23M 45s 2015-11-06 03:17:18.619 | 191150K .......... .......... .......... .......... .......... 69% 1.03M 45s 2015-11-06 03:17:18.694 | 191200K .......... .......... .......... .......... .......... 69% 672K 45s 2015-11-06 03:17:18.699 | 191250K .......... .......... .......... .......... .......... 69% 9.60M 45s 2015-11-06 03:17:18.707 | 191300K .......... .......... .......... .......... .......... 69% 5.60M 45s 2015-11-06 03:17:18.726 | 191350K .......... .......... .......... .......... .......... 69% 2.60M 45s 2015-11-06 03:17:18.816 | 191400K .......... .......... .......... .......... .......... 69% 558K 45s 2015-11-06 03:17:18.848 | 191450K .......... .......... .......... .......... .......... 69% 1.54M 45s 2015-11-06 03:17:18.852 | 191500K .......... .......... .......... .......... .......... 69% 9.51M 45s 2015-11-06 03:17:18.861 | 191550K .......... .......... .......... .......... .......... 69% 5.97M 45s 2015-11-06 03:17:18.873 | 191600K .......... .......... .......... .......... .......... 69% 4.13M 45s 2015-11-06 03:17:18.952 | 191650K .......... .......... .......... .......... .......... 69% 636K 45s 2015-11-06 03:17:19.026 | 191700K .......... .......... .......... .......... .......... 69% 674K 45s 2015-11-06 03:17:19.044 | 191750K .......... .......... .......... .......... .......... 69% 2.63M 45s 2015-11-06 03:17:19.052 | 191800K .......... .......... .......... .......... .......... 69% 6.24M 45s 2015-11-06 03:17:19.058 | 191850K .......... .......... .......... .......... .......... 69% 7.48M 45s 2015-11-06 03:17:19.099 | 191900K .......... .......... .......... .......... .......... 69% 1.20M 45s 2015-11-06 03:17:19.122 | 191950K .......... .......... .......... .......... .......... 69% 2.16M 45s 2015-11-06 03:17:19.174 | 192000K .......... .......... .......... .......... .......... 69% 971K 45s 2015-11-06 03:17:19.192 | 192050K .......... .......... .......... .......... .......... 69% 2.56M 45s 2015-11-06 03:17:19.208 | 192100K .......... .......... .......... .......... .......... 69% 3.13M 45s 2015-11-06 03:17:19.237 | 192150K .......... .......... .......... .......... .......... 69% 20.9M 45s 2015-11-06 03:17:19.251 | 192200K .......... .......... .......... .......... .......... 69% 1.18M 45s 2015-11-06 03:17:19.306 | 192250K .......... .......... .......... .......... .......... 70% 912K 45s 2015-11-06 03:17:19.322 | 192300K .......... .......... .......... .......... .......... 70% 2.98M 45s 2015-11-06 03:17:19.338 | 192350K .......... .......... .......... .......... .......... 70% 3.13M 45s 2015-11-06 03:17:19.339 | 192400K .......... .......... .......... .......... .......... 70% 50.9M 45s 2015-11-06 03:17:19.378 | 192450K .......... .......... .......... .......... .......... 70% 1.25M 45s 2015-11-06 03:17:19.435 | 192500K .......... .......... .......... .......... .......... 70% 885K 45s 2015-11-06 03:17:19.457 | 192550K .......... .......... .......... .......... .......... 70% 2.19M 44s 2015-11-06 03:17:19.470 | 192600K .......... .......... .......... .......... .......... 70% 3.64M 44s 2015-11-06 03:17:19.474 | 192650K .......... .......... .......... .......... .......... 70% 11.8M 44s 2015-11-06 03:17:19.510 | 192700K .......... .......... .......... .......... .......... 70% 1.35M 44s 2015-11-06 03:17:19.565 | 192750K .......... .......... .......... .......... .......... 70% 943K 44s 2015-11-06 03:17:19.590 | 192800K .......... .......... .......... .......... .......... 70% 1.86M 44s 2015-11-06 03:17:19.604 | 192850K .......... .......... .......... .......... .......... 70% 3.34M 44s 2015-11-06 03:17:19.611 | 192900K .......... .......... .......... .......... .......... 70% 7.17M 44s 2015-11-06 03:17:19.642 | 192950K .......... .......... .......... .......... .......... 70% 1.60M 44s 2015-11-06 03:17:19.694 | 193000K .......... .......... .......... .......... .......... 70% 960K 44s 2015-11-06 03:17:19.719 | 193050K .......... .......... .......... .......... .......... 70% 1.93M 44s 2015-11-06 03:17:19.733 | 193100K .......... .......... .......... .......... .......... 70% 3.58M 44s 2015-11-06 03:17:19.739 | 193150K .......... .......... .......... .......... .......... 70% 7.72M 44s 2015-11-06 03:17:19.770 | 193200K .......... .......... .......... .......... .......... 70% 1.57M 44s 2015-11-06 03:17:19.826 | 193250K .......... .......... .......... .......... .......... 70% 909K 44s 2015-11-06 03:17:19.848 | 193300K .......... .......... .......... .......... .......... 70% 2.20M 44s 2015-11-06 03:17:19.862 | 193350K .......... .......... .......... .......... .......... 70% 3.38M 44s 2015-11-06 03:17:19.868 | 193400K .......... .......... .......... .......... .......... 70% 7.99M 44s 2015-11-06 03:17:19.895 | 193450K .......... .......... .......... .......... .......... 70% 1.78M 44s 2015-11-06 03:17:19.955 | 193500K .......... .......... .......... .......... .......... 70% 841K 44s 2015-11-06 03:17:19.976 | 193550K .......... .......... .......... .......... .......... 70% 2.34M 44s 2015-11-06 03:17:19.990 | 193600K .......... .......... .......... .......... .......... 70% 3.54M 44s 2015-11-06 03:17:19.997 | 193650K .......... .......... .......... .......... .......... 70% 11.7M 44s 2015-11-06 03:17:20.024 | 193700K .......... .......... .......... .......... .......... 70% 1.56M 44s 2015-11-06 03:17:20.083 | 193750K .......... .......... .......... .......... .......... 70% 1.16M 44s 2015-11-06 03:17:20.087 | 193800K .......... .......... .......... .......... .......... 70% 2.42M 44s 2015-11-06 03:17:20.147 | 193850K .......... .......... .......... .......... .......... 70% 1.61M 44s 2015-11-06 03:17:20.151 | 193900K .......... .......... .......... .......... .......... 70% 1.41M 44s 2015-11-06 03:17:20.158 | 193950K .......... .......... .......... .......... .......... 70% 8.21M 44s 2015-11-06 03:17:20.196 | 194000K .......... .......... .......... .......... .......... 70% 1.28M 44s 2015-11-06 03:17:20.215 | 194050K .......... .......... .......... .......... .......... 70% 2.53M 44s 2015-11-06 03:17:20.267 | 194100K .......... .......... .......... .......... .......... 70% 962K 44s 2015-11-06 03:17:20.283 | 194150K .......... .......... .......... .......... .......... 70% 3.12M 44s 2015-11-06 03:17:20.286 | 194200K .......... .......... .......... .......... .......... 70% 13.5M 44s 2015-11-06 03:17:20.334 | 194250K .......... .......... .......... .......... .......... 70% 1.04M 44s 2015-11-06 03:17:20.353 | 194300K .......... .......... .......... .......... .......... 70% 2.38M 44s 2015-11-06 03:17:20.407 | 194350K .......... .......... .......... .......... .......... 70% 931K 43s 2015-11-06 03:17:20.428 | 194400K .......... .......... .......... .......... .......... 70% 2.41M 43s 2015-11-06 03:17:20.435 | 194450K .......... .......... .......... .......... .......... 70% 7.28M 43s 2015-11-06 03:17:20.462 | 194500K .......... .......... .......... .......... .......... 70% 1.78M 43s 2015-11-06 03:17:20.482 | 194550K .......... .......... .......... .......... .......... 70% 2.41M 43s 2015-11-06 03:17:20.536 | 194600K .......... .......... .......... .......... .......... 70% 916K 43s 2015-11-06 03:17:20.558 | 194650K .......... .......... .......... .......... .......... 70% 2.26M 43s 2015-11-06 03:17:20.571 | 194700K .......... .......... .......... .......... .......... 70% 3.98M 43s 2015-11-06 03:17:20.609 | 194750K .......... .......... .......... .......... .......... 70% 1.27M 43s 2015-11-06 03:17:20.657 | 194800K .......... .......... .......... .......... .......... 70% 1.01M 43s 2015-11-06 03:17:20.699 | 194850K .......... .......... .......... .......... .......... 70% 1.16M 43s 2015-11-06 03:17:20.707 | 194900K .......... .......... .......... .......... .......... 70% 6.40M 43s 2015-11-06 03:17:20.716 | 194950K .......... .......... .......... .......... .......... 70% 5.72M 43s 2015-11-06 03:17:20.788 | 195000K .......... .......... .......... .......... .......... 71% 689K 43s 2015-11-06 03:17:20.820 | 195050K .......... .......... .......... .......... .......... 71% 1.54M 43s 2015-11-06 03:17:20.859 | 195100K .......... .......... .......... .......... .......... 71% 1.24M 43s 2015-11-06 03:17:20.880 | 195150K .......... .......... .......... .......... .......... 71% 2.35M 43s 2015-11-06 03:17:20.885 | 195200K .......... .......... .......... .......... .......... 71% 8.56M 43s 2015-11-06 03:17:20.934 | 195250K .......... .......... .......... .......... .......... 71% 1.01M 43s 2015-11-06 03:17:20.963 | 195300K .......... .......... .......... .......... .......... 71% 1.64M 43s 2015-11-06 03:17:21.005 | 195350K .......... .......... .......... .......... .......... 71% 2.65M 43s 2015-11-06 03:17:21.030 | 195400K .......... .......... .......... .......... .......... 71% 1.02M 43s 2015-11-06 03:17:21.036 | 195450K .......... .......... .......... .......... .......... 71% 9.39M 43s 2015-11-06 03:17:21.064 | 195500K .......... .......... .......... .......... .......... 71% 1.69M 43s 2015-11-06 03:17:21.106 | 195550K .......... .......... .......... .......... .......... 71% 1.19M 43s 2015-11-06 03:17:21.134 | 195600K .......... .......... .......... .......... .......... 71% 1.69M 43s 2015-11-06 03:17:21.195 | 195650K .......... .......... .......... .......... .......... 71% 832K 43s 2015-11-06 03:17:21.205 | 195700K .......... .......... .......... .......... .......... 71% 4.53M 43s 2015-11-06 03:17:21.212 | 195750K .......... .......... .......... .......... .......... 71% 7.22M 43s 2015-11-06 03:17:21.238 | 195800K .......... .......... .......... .......... .......... 71% 1.84M 43s 2015-11-06 03:17:21.262 | 195850K .......... .......... .......... .......... .......... 71% 2.61M 43s 2015-11-06 03:17:21.328 | 195900K .......... .......... .......... .......... .......... 71% 701K 43s 2015-11-06 03:17:21.337 | 195950K .......... .......... .......... .......... .......... 71% 14.3M 43s 2015-11-06 03:17:21.347 | 196000K .......... .......... .......... .......... .......... 71% 3.23M 43s 2015-11-06 03:17:21.367 | 196050K .......... .......... .......... .......... .......... 71% 2.52M 43s 2015-11-06 03:17:21.386 | 196100K .......... .......... .......... .......... .......... 71% 2.50M 43s 2015-11-06 03:17:21.458 | 196150K .......... .......... .......... .......... .......... 71% 703K 43s 2015-11-06 03:17:21.461 | 196200K .......... .......... .......... .......... .......... 71% 12.8M 43s 2015-11-06 03:17:21.476 | 196250K .......... .......... .......... .......... .......... 71% 3.26M 42s 2015-11-06 03:17:21.496 | 196300K .......... .......... .......... .......... .......... 71% 2.40M 42s 2015-11-06 03:17:21.515 | 196350K .......... .......... .......... .......... .......... 71% 2.70M 42s 2015-11-06 03:17:21.586 | 196400K .......... .......... .......... .......... .......... 71% 696K 42s 2015-11-06 03:17:21.589 | 196450K .......... .......... .......... .......... .......... 71% 18.1M 42s 2015-11-06 03:17:21.603 | 196500K .......... .......... .......... .......... .......... 71% 3.33M 42s 2015-11-06 03:17:21.627 | 196550K .......... .......... .......... .......... .......... 71% 2.05M 42s 2015-11-06 03:17:21.649 | 196600K .......... .......... .......... .......... .......... 71% 2.24M 42s 2015-11-06 03:17:21.715 | 196650K .......... .......... .......... .......... .......... 71% 763K 42s 2015-11-06 03:17:21.719 | 196700K .......... .......... .......... .......... .......... 71% 10.8M 42s 2015-11-06 03:17:21.735 | 196750K .......... .......... .......... .......... .......... 71% 2.98M 42s 2015-11-06 03:17:21.759 | 196800K .......... .......... .......... .......... .......... 71% 2.09M 42s 2015-11-06 03:17:21.778 | 196850K .......... .......... .......... .......... .......... 71% 8.06M 42s 2015-11-06 03:17:21.842 | 196900K .......... .......... .......... .......... .......... 71% 644K 42s 2015-11-06 03:17:21.856 | 196950K .......... .......... .......... .......... .......... 71% 3.81M 42s 2015-11-06 03:17:21.892 | 197000K .......... .......... .......... .......... .......... 71% 1.35M 42s 2015-11-06 03:17:21.904 | 197050K .......... .......... .......... .......... .......... 71% 4.30M 42s 2015-11-06 03:17:21.908 | 197100K .......... .......... .......... .......... .......... 71% 10.3M 42s 2015-11-06 03:17:21.973 | 197150K .......... .......... .......... .......... .......... 71% 770K 42s 2015-11-06 03:17:21.985 | 197200K .......... .......... .......... .......... .......... 71% 4.18M 42s 2015-11-06 03:17:22.023 | 197250K .......... .......... .......... .......... .......... 71% 1.29M 42s 2015-11-06 03:17:22.036 | 197300K .......... .......... .......... .......... .......... 71% 3.45M 42s 2015-11-06 03:17:22.040 | 197350K .......... .......... .......... .......... .......... 71% 12.8M 42s 2015-11-06 03:17:22.101 | 197400K .......... .......... .......... .......... .......... 71% 818K 42s 2015-11-06 03:17:22.115 | 197450K .......... .......... .......... .......... .......... 71% 3.55M 42s 2015-11-06 03:17:22.169 | 197500K .......... .......... .......... .......... .......... 71% 922K 42s 2015-11-06 03:17:22.196 | 197550K .......... .......... .......... .......... .......... 71% 1.84M 42s 2015-11-06 03:17:22.199 | 197600K .......... .......... .......... .......... .......... 71% 15.6M 42s 2015-11-06 03:17:22.267 | 197650K .......... .......... .......... .......... .......... 71% 1.06M 42s 2015-11-06 03:17:22.272 | 197700K .......... .......... .......... .......... .......... 71% 1.82M 42s 2015-11-06 03:17:22.350 | 197750K .......... .......... .......... .......... .......... 72% 643K 42s 2015-11-06 03:17:22.363 | 197800K .......... .......... .......... .......... .......... 72% 3.63M 42s 2015-11-06 03:17:22.377 | 197850K .......... .......... .......... .......... .......... 72% 3.51M 42s 2015-11-06 03:17:22.382 | 197900K .......... .......... .......... .......... .......... 72% 9.43M 42s 2015-11-06 03:17:22.415 | 197950K .......... .......... .......... .......... .......... 72% 1.50M 42s 2015-11-06 03:17:22.498 | 198000K .......... .......... .......... .......... .......... 72% 607K 42s 2015-11-06 03:17:22.511 | 198050K .......... .......... .......... .......... .......... 72% 3.53M 42s 2015-11-06 03:17:22.558 | 198100K .......... .......... .......... .......... .......... 72% 1.04M 42s 2015-11-06 03:17:22.568 | 198150K .......... .......... .......... .......... .......... 72% 5.49M 41s 2015-11-06 03:17:22.582 | 198200K .......... .......... .......... .......... .......... 72% 3.37M 41s 2015-11-06 03:17:22.682 | 198250K .......... .......... .......... .......... .......... 72% 556K 41s 2015-11-06 03:17:22.688 | 198300K .......... .......... .......... .......... .......... 72% 2.96M 41s 2015-11-06 03:17:22.703 | 198350K .......... .......... .......... .......... .......... 72% 6.04M 41s 2015-11-06 03:17:22.722 | 198400K .......... .......... .......... .......... .......... 72% 1.85M 41s 2015-11-06 03:17:22.770 | 198450K .......... .......... .......... .......... .......... 72% 1.03M 41s 2015-11-06 03:17:22.805 | 198500K .......... .......... .......... .......... .......... 72% 1.40M 41s 2015-11-06 03:17:22.817 | 198550K .......... .......... .......... .......... .......... 72% 4.12M 41s 2015-11-06 03:17:22.825 | 198600K .......... .......... .......... .......... .......... 72% 5.67M 41s 2015-11-06 03:17:22.868 | 198650K .......... .......... .......... .......... .......... 72% 1.14M 41s 2015-11-06 03:17:22.900 | 198700K .......... .......... .......... .......... .......... 72% 1.54M 41s 2015-11-06 03:17:22.934 | 198750K .......... .......... .......... .......... .......... 72% 1.42M 41s 2015-11-06 03:17:22.946 | 198800K .......... .......... .......... .......... .......... 72% 4.09M 41s 2015-11-06 03:17:22.956 | 198850K .......... .......... .......... .......... .......... 72% 5.10M 41s 2015-11-06 03:17:22.974 | 198900K .......... .......... .......... .......... .......... 72% 2.60M 41s 2015-11-06 03:17:23.036 | 198950K .......... .......... .......... .......... .......... 72% 860K 41s 2015-11-06 03:17:23.065 | 199000K .......... .......... .......... .......... .......... 72% 1.50M 41s 2015-11-06 03:17:23.075 | 199050K .......... .......... .......... .......... .......... 72% 4.85M 41s 2015-11-06 03:17:23.090 | 199100K .......... .......... .......... .......... .......... 72% 3.38M 41s 2015-11-06 03:17:23.116 | 199150K .......... .......... .......... .......... .......... 72% 1.86M 41s 2015-11-06 03:17:23.162 | 199200K .......... .......... .......... .......... .......... 72% 1.05M 41s 2015-11-06 03:17:23.176 | 199250K .......... .......... .......... .......... .......... 72% 3.54M 41s 2015-11-06 03:17:23.205 | 199300K .......... .......... .......... .......... .......... 72% 1.73M 41s 2015-11-06 03:17:23.229 | 199350K .......... .......... .......... .......... .......... 72% 2.03M 41s 2015-11-06 03:17:23.253 | 199400K .......... .......... .......... .......... .......... 72% 1.99M 41s 2015-11-06 03:17:23.292 | 199450K .......... .......... .......... .......... .......... 72% 1.27M 41s 2015-11-06 03:17:23.307 | 199500K .......... .......... .......... .......... .......... 72% 3.22M 41s 2015-11-06 03:17:23.336 | 199550K .......... .......... .......... .......... .......... 72% 1.69M 41s 2015-11-06 03:17:23.357 | 199600K .......... .......... .......... .......... .......... 72% 2.24M 41s 2015-11-06 03:17:23.397 | 199650K .......... .......... .......... .......... .......... 72% 1.23M 41s 2015-11-06 03:17:23.425 | 199700K .......... .......... .......... .......... .......... 72% 1.72M 41s 2015-11-06 03:17:23.438 | 199750K .......... .......... .......... .......... .......... 72% 3.96M 41s 2015-11-06 03:17:23.469 | 199800K .......... .......... .......... .......... .......... 72% 1.59M 41s 2015-11-06 03:17:23.487 | 199850K .......... .......... .......... .......... .......... 72% 2.57M 41s 2015-11-06 03:17:23.526 | 199900K .......... .......... .......... .......... .......... 72% 1.27M 41s 2015-11-06 03:17:23.555 | 199950K .......... .......... .......... .......... .......... 72% 1.70M 41s 2015-11-06 03:17:23.567 | 200000K .......... .......... .......... .......... .......... 72% 4.04M 40s 2015-11-06 03:17:23.597 | 200050K .......... .......... .......... .......... .......... 72% 1.61M 40s 2015-11-06 03:17:23.614 | 200100K .......... .......... .......... .......... .......... 72% 2.83M 40s 2015-11-06 03:17:23.654 | 200150K .......... .......... .......... .......... .......... 72% 3.62M 40s 2015-11-06 03:17:23.683 | 200200K .......... .......... .......... .......... .......... 72% 911K 40s 2015-11-06 03:17:23.695 | 200250K .......... .......... .......... .......... .......... 72% 3.92M 40s 2015-11-06 03:17:23.726 | 200300K .......... .......... .......... .......... .......... 72% 1.59M 40s 2015-11-06 03:17:23.744 | 200350K .......... .......... .......... .......... .......... 72% 3.36M 40s 2015-11-06 03:17:23.757 | 200400K .......... .......... .......... .......... .......... 72% 2.93M 40s 2015-11-06 03:17:23.812 | 200450K .......... .......... .......... .......... .......... 72% 920K 40s 2015-11-06 03:17:23.824 | 200500K .......... .......... .......... .......... .......... 73% 3.77M 40s 2015-11-06 03:17:23.855 | 200550K .......... .......... .......... .......... .......... 73% 1.62M 40s 2015-11-06 03:17:23.869 | 200600K .......... .......... .......... .......... .......... 73% 3.29M 40s 2015-11-06 03:17:23.886 | 200650K .......... .......... .......... .......... .......... 73% 2.92M 40s 2015-11-06 03:17:23.940 | 200700K .......... .......... .......... .......... .......... 73% 922K 40s 2015-11-06 03:17:23.953 | 200750K .......... .......... .......... .......... .......... 73% 4.03M 40s 2015-11-06 03:17:23.983 | 200800K .......... .......... .......... .......... .......... 73% 1.59M 40s 2015-11-06 03:17:23.998 | 200850K .......... .......... .......... .......... .......... 73% 3.47M 40s 2015-11-06 03:17:24.014 | 200900K .......... .......... .......... .......... .......... 73% 2.84M 40s 2015-11-06 03:17:24.070 | 200950K .......... .......... .......... .......... .......... 73% 901K 40s 2015-11-06 03:17:24.091 | 201000K .......... .......... .......... .......... .......... 73% 2.33M 40s 2015-11-06 03:17:24.112 | 201050K .......... .......... .......... .......... .......... 73% 2.37M 40s 2015-11-06 03:17:24.123 | 201100K .......... .......... .......... .......... .......... 73% 4.16M 40s 2015-11-06 03:17:24.148 | 201150K .......... .......... .......... .......... .......... 73% 2.03M 40s 2015-11-06 03:17:24.199 | 201200K .......... .......... .......... .......... .......... 73% 964K 40s 2015-11-06 03:17:24.231 | 201250K .......... .......... .......... .......... .......... 73% 1.53M 40s 2015-11-06 03:17:24.251 | 201300K .......... .......... .......... .......... .......... 73% 2.46M 40s 2015-11-06 03:17:24.267 | 201350K .......... .......... .......... .......... .......... 73% 3.03M 40s 2015-11-06 03:17:24.280 | 201400K .......... .......... .......... .......... .......... 73% 3.63M 40s 2015-11-06 03:17:24.330 | 201450K .......... .......... .......... .......... .......... 73% 1.77M 40s 2015-11-06 03:17:24.360 | 201500K .......... .......... .......... .......... .......... 73% 974K 40s 2015-11-06 03:17:24.380 | 201550K .......... .......... .......... .......... .......... 73% 2.39M 40s 2015-11-06 03:17:24.383 | 201600K .......... .......... .......... .......... .......... 73% 15.2M 40s 2015-11-06 03:17:24.415 | 201650K .......... .......... .......... .......... .......... 73% 1.62M 40s 2015-11-06 03:17:24.438 | 201700K .......... .......... .......... .......... .......... 73% 1.96M 40s 2015-11-06 03:17:24.487 | 201750K .......... .......... .......... .......... .......... 73% 1016K 40s 2015-11-06 03:17:24.506 | 201800K .......... .......... .......... .......... .......... 73% 2.58M 39s 2015-11-06 03:17:24.511 | 201850K .......... .......... .......... .......... .......... 73% 10.0M 39s 2015-11-06 03:17:24.542 | 201900K .......... .......... .......... .......... .......... 73% 1.58M 39s 2015-11-06 03:17:24.566 | 201950K .......... .......... .......... .......... .......... 73% 2.01M 39s 2015-11-06 03:17:24.615 | 202000K .......... .......... .......... .......... .......... 73% 1023K 39s 2015-11-06 03:17:24.635 | 202050K .......... .......... .......... .......... .......... 73% 2.41M 39s 2015-11-06 03:17:24.641 | 202100K .......... .......... .......... .......... .......... 73% 8.55M 39s 2015-11-06 03:17:24.675 | 202150K .......... .......... .......... .......... .......... 73% 1.52M 39s 2015-11-06 03:17:24.695 | 202200K .......... .......... .......... .......... .......... 73% 2.24M 39s 2015-11-06 03:17:24.747 | 202250K .......... .......... .......... .......... .......... 73% 953K 39s 2015-11-06 03:17:24.765 | 202300K .......... .......... .......... .......... .......... 73% 2.77M 39s 2015-11-06 03:17:24.769 | 202350K .......... .......... .......... .......... .......... 73% 10.6M 39s 2015-11-06 03:17:24.801 | 202400K .......... .......... .......... .......... .......... 73% 1.53M 39s 2015-11-06 03:17:24.823 | 202450K .......... .......... .......... .......... .......... 73% 2.26M 39s 2015-11-06 03:17:24.876 | 202500K .......... .......... .......... .......... .......... 73% 943K 39s 2015-11-06 03:17:24.897 | 202550K .......... .......... .......... .......... .......... 73% 2.33M 39s 2015-11-06 03:17:24.906 | 202600K .......... .......... .......... .......... .......... 73% 5.43M 39s 2015-11-06 03:17:24.930 | 202650K .......... .......... .......... .......... .......... 73% 2.21M 39s 2015-11-06 03:17:24.952 | 202700K .......... .......... .......... .......... .......... 73% 2.05M 39s 2015-11-06 03:17:24.978 | 202750K .......... .......... .......... .......... .......... 73% 1.88M 39s 2015-11-06 03:17:25.026 | 202800K .......... .......... .......... .......... .......... 73% 1.02M 39s 2015-11-06 03:17:25.034 | 202850K .......... .......... .......... .......... .......... 73% 7.27M 39s 2015-11-06 03:17:25.057 | 202900K .......... .......... .......... .......... .......... 73% 1.96M 39s 2015-11-06 03:17:25.080 | 202950K .......... .......... .......... .......... .......... 73% 2.12M 39s 2015-11-06 03:17:25.106 | 203000K .......... .......... .......... .......... .......... 73% 1.87M 39s 2015-11-06 03:17:25.154 | 203050K .......... .......... .......... .......... .......... 73% 1.03M 39s 2015-11-06 03:17:25.161 | 203100K .......... .......... .......... .......... .......... 73% 6.37M 39s 2015-11-06 03:17:25.185 | 203150K .......... .......... .......... .......... .......... 73% 2.06M 39s 2015-11-06 03:17:25.210 | 203200K .......... .......... .......... .......... .......... 73% 2.03M 39s 2015-11-06 03:17:25.237 | 203250K .......... .......... .......... .......... .......... 74% 1.75M 39s 2015-11-06 03:17:25.294 | 203300K .......... .......... .......... .......... .......... 74% 881K 39s 2015-11-06 03:17:25.299 | 203350K .......... .......... .......... .......... .......... 74% 8.37M 39s 2015-11-06 03:17:25.314 | 203400K .......... .......... .......... .......... .......... 74% 3.39M 39s 2015-11-06 03:17:25.338 | 203450K .......... .......... .......... .......... .......... 74% 2.07M 39s 2015-11-06 03:17:25.365 | 203500K .......... .......... .......... .......... .......... 74% 1.78M 39s 2015-11-06 03:17:25.416 | 203550K .......... .......... .......... .......... .......... 74% 1.14M 39s 2015-11-06 03:17:25.442 | 203600K .......... .......... .......... .......... .......... 74% 1.43M 38s 2015-11-06 03:17:25.450 | 203650K .......... .......... .......... .......... .......... 74% 5.79M 38s 2015-11-06 03:17:25.470 | 203700K .......... .......... .......... .......... .......... 74% 2.60M 38s 2015-11-06 03:17:25.493 | 203750K .......... .......... .......... .......... .......... 74% 2.08M 38s 2015-11-06 03:17:25.536 | 203800K .......... .......... .......... .......... .......... 74% 1.12M 38s 2015-11-06 03:17:25.572 | 203850K .......... .......... .......... .......... .......... 74% 1.36M 38s 2015-11-06 03:17:25.579 | 203900K .......... .......... .......... .......... .......... 74% 7.38M 38s 2015-11-06 03:17:25.599 | 203950K .......... .......... .......... .......... .......... 74% 2.44M 38s 2015-11-06 03:17:25.622 | 204000K .......... .......... .......... .......... .......... 74% 2.17M 38s 2015-11-06 03:17:25.659 | 204050K .......... .......... .......... .......... .......... 74% 1.31M 38s 2015-11-06 03:17:25.701 | 204100K .......... .......... .......... .......... .......... 74% 1.16M 38s 2015-11-06 03:17:25.708 | 204150K .......... .......... .......... .......... .......... 74% 8.42M 38s 2015-11-06 03:17:25.728 | 204200K .......... .......... .......... .......... .......... 74% 2.49M 38s 2015-11-06 03:17:25.750 | 204250K .......... .......... .......... .......... .......... 74% 2.11M 38s 2015-11-06 03:17:25.788 | 204300K .......... .......... .......... .......... .......... 74% 1.28M 38s 2015-11-06 03:17:25.831 | 204350K .......... .......... .......... .......... .......... 74% 1.13M 38s 2015-11-06 03:17:25.837 | 204400K .......... .......... .......... .......... .......... 74% 8.98M 38s 2015-11-06 03:17:25.857 | 204450K .......... .......... .......... .......... .......... 74% 2.36M 38s 2015-11-06 03:17:25.879 | 204500K .......... .......... .......... .......... .......... 74% 2.19M 38s 2015-11-06 03:17:25.916 | 204550K .......... .......... .......... .......... .......... 74% 1.35M 38s 2015-11-06 03:17:25.957 | 204600K .......... .......... .......... .......... .......... 74% 1.18M 38s 2015-11-06 03:17:25.965 | 204650K .......... .......... .......... .......... .......... 74% 7.01M 38s 2015-11-06 03:17:25.983 | 204700K .......... .......... .......... .......... .......... 74% 2.54M 38s 2015-11-06 03:17:26.008 | 204750K .......... .......... .......... .......... .......... 74% 1.98M 38s 2015-11-06 03:17:26.044 | 204800K .......... .......... .......... .......... .......... 74% 1.34M 38s 2015-11-06 03:17:26.088 | 204850K .......... .......... .......... .......... .......... 74% 1.13M 38s 2015-11-06 03:17:26.094 | 204900K .......... .......... .......... .......... .......... 74% 7.86M 38s 2015-11-06 03:17:26.113 | 204950K .......... .......... .......... .......... .......... 74% 2.58M 38s 2015-11-06 03:17:26.136 | 205000K .......... .......... .......... .......... .......... 74% 2.09M 38s 2015-11-06 03:17:26.173 | 205050K .......... .......... .......... .......... .......... 74% 1.33M 38s 2015-11-06 03:17:26.214 | 205100K .......... .......... .......... .......... .......... 74% 1.19M 38s 2015-11-06 03:17:26.223 | 205150K .......... .......... .......... .......... .......... 74% 6.94M 38s 2015-11-06 03:17:26.241 | 205200K .......... .......... .......... .......... .......... 74% 2.55M 38s 2015-11-06 03:17:26.266 | 205250K .......... .......... .......... .......... .......... 74% 1.94M 38s 2015-11-06 03:17:26.302 | 205300K .......... .......... .......... .......... .......... 74% 1.33M 38s 2015-11-06 03:17:26.346 | 205350K .......... .......... .......... .......... .......... 74% 1.15M 38s 2015-11-06 03:17:26.348 | 205400K .......... .......... .......... .......... .......... 74% 12.8M 37s 2015-11-06 03:17:26.370 | 205450K .......... .......... .......... .......... .......... 74% 2.47M 37s 2015-11-06 03:17:26.394 | 205500K .......... .......... .......... .......... .......... 74% 1.88M 37s 2015-11-06 03:17:26.431 | 205550K .......... .......... .......... .......... .......... 74% 1.33M 37s 2015-11-06 03:17:26.473 | 205600K .......... .......... .......... .......... .......... 74% 1.16M 37s 2015-11-06 03:17:26.477 | 205650K .......... .......... .......... .......... .......... 74% 10.4M 37s 2015-11-06 03:17:26.498 | 205700K .......... .......... .......... .......... .......... 74% 2.42M 37s 2015-11-06 03:17:26.522 | 205750K .......... .......... .......... .......... .......... 74% 2.03M 37s 2015-11-06 03:17:26.559 | 205800K .......... .......... .......... .......... .......... 74% 1.29M 37s 2015-11-06 03:17:26.601 | 205850K .......... .......... .......... .......... .......... 74% 1.21M 37s 2015-11-06 03:17:26.604 | 205900K .......... .......... .......... .......... .......... 74% 11.9M 37s 2015-11-06 03:17:26.626 | 205950K .......... .......... .......... .......... .......... 74% 3.85M 37s 2015-11-06 03:17:26.652 | 206000K .......... .......... .......... .......... .......... 75% 1.40M 37s 2015-11-06 03:17:26.688 | 206050K .......... .......... .......... .......... .......... 75% 1.36M 37s 2015-11-06 03:17:26.730 | 206100K .......... .......... .......... .......... .......... 75% 1.17M 37s 2015-11-06 03:17:26.732 | 206150K .......... .......... .......... .......... .......... 75% 15.0M 37s 2015-11-06 03:17:26.747 | 206200K .......... .......... .......... .......... .......... 75% 3.23M 37s 2015-11-06 03:17:26.781 | 206250K .......... .......... .......... .......... .......... 75% 4.28M 37s 2015-11-06 03:17:26.817 | 206300K .......... .......... .......... .......... .......... 75% 868K 37s 2015-11-06 03:17:26.859 | 206350K .......... .......... .......... .......... .......... 75% 1.17M 37s 2015-11-06 03:17:26.863 | 206400K .......... .......... .......... .......... .......... 75% 8.75M 37s 2015-11-06 03:17:26.880 | 206450K .......... .......... .......... .......... .......... 75% 3.03M 37s 2015-11-06 03:17:26.914 | 206500K .......... .......... .......... .......... .......... 75% 1.41M 37s 2015-11-06 03:17:26.945 | 206550K .......... .......... .......... .......... .......... 75% 1.61M 37s 2015-11-06 03:17:26.988 | 206600K .......... .......... .......... .......... .......... 75% 1.12M 37s 2015-11-06 03:17:26.992 | 206650K .......... .......... .......... .......... .......... 75% 14.5M 37s 2015-11-06 03:17:27.009 | 206700K .......... .......... .......... .......... .......... 75% 2.86M 37s 2015-11-06 03:17:27.042 | 206750K .......... .......... .......... .......... .......... 75% 1.51M 37s 2015-11-06 03:17:27.075 | 206800K .......... .......... .......... .......... .......... 75% 1.47M 37s 2015-11-06 03:17:27.116 | 206850K .......... .......... .......... .......... .......... 75% 1.17M 37s 2015-11-06 03:17:27.122 | 206900K .......... .......... .......... .......... .......... 75% 8.28M 37s 2015-11-06 03:17:27.137 | 206950K .......... .......... .......... .......... .......... 75% 9.45M 37s 2015-11-06 03:17:27.168 | 207000K .......... .......... .......... .......... .......... 75% 1.19M 37s 2015-11-06 03:17:27.201 | 207050K .......... .......... .......... .......... .......... 75% 2.73M 37s 2015-11-06 03:17:27.245 | 207100K .......... .......... .......... .......... .......... 75% 847K 37s 2015-11-06 03:17:27.249 | 207150K .......... .......... .......... .......... .......... 75% 12.3M 37s 2015-11-06 03:17:27.257 | 207200K .......... .......... .......... .......... .......... 75% 6.15M 37s 2015-11-06 03:17:27.300 | 207250K .......... .......... .......... .......... .......... 75% 1.16M 36s 2015-11-06 03:17:27.316 | 207300K .......... .......... .......... .......... .......... 75% 2.93M 36s 2015-11-06 03:17:27.375 | 207350K .......... .......... .......... .......... .......... 75% 876K 36s 2015-11-06 03:17:27.378 | 207400K .......... .......... .......... .......... .......... 75% 8.82M 36s 2015-11-06 03:17:27.385 | 207450K .......... .......... .......... .......... .......... 75% 7.27M 36s 2015-11-06 03:17:27.425 | 207500K .......... .......... .......... .......... .......... 75% 1.21M 36s 2015-11-06 03:17:27.443 | 207550K .......... .......... .......... .......... .......... 75% 2.69M 36s 2015-11-06 03:17:27.502 | 207600K .......... .......... .......... .......... .......... 75% 859K 36s 2015-11-06 03:17:27.506 | 207650K .......... .......... .......... .......... .......... 75% 13.1M 36s 2015-11-06 03:17:27.514 | 207700K .......... .......... .......... .......... .......... 75% 6.14M 36s 2015-11-06 03:17:27.554 | 207750K .......... .......... .......... .......... .......... 75% 1.22M 36s 2015-11-06 03:17:27.572 | 207800K .......... .......... .......... .......... .......... 75% 2.60M 36s 2015-11-06 03:17:27.630 | 207850K .......... .......... .......... .......... .......... 75% 1.29M 36s 2015-11-06 03:17:27.636 | 207900K .......... .......... .......... .......... .......... 75% 1.92M 36s 2015-11-06 03:17:27.642 | 207950K .......... .......... .......... .......... .......... 75% 7.29M 36s 2015-11-06 03:17:27.684 | 208000K .......... .......... .......... .......... .......... 75% 1.17M 36s 2015-11-06 03:17:27.702 | 208050K .......... .......... .......... .......... .......... 75% 19.6M 36s 2015-11-06 03:17:27.739 | 208100K .......... .......... .......... .......... .......... 75% 955K 36s 2015-11-06 03:17:27.762 | 208150K .......... .......... .......... .......... .......... 75% 2.12M 36s 2015-11-06 03:17:27.771 | 208200K .......... .......... .......... .......... .......... 75% 5.60M 36s 2015-11-06 03:17:27.812 | 208250K .......... .......... .......... .......... .......... 75% 1.20M 36s 2015-11-06 03:17:27.815 | 208300K .......... .......... .......... .......... .......... 75% 12.0M 36s 2015-11-06 03:17:27.857 | 208350K .......... .......... .......... .......... .......... 75% 1.54M 36s 2015-11-06 03:17:27.892 | 208400K .......... .......... .......... .......... .......... 75% 1.09M 36s 2015-11-06 03:17:27.903 | 208450K .......... .......... .......... .......... .......... 75% 4.67M 36s 2015-11-06 03:17:27.944 | 208500K .......... .......... .......... .......... .......... 75% 1.18M 36s 2015-11-06 03:17:27.947 | 208550K .......... .......... .......... .......... .......... 75% 16.7M 36s 2015-11-06 03:17:27.982 | 208600K .......... .......... .......... .......... .......... 75% 1.37M 36s 2015-11-06 03:17:28.021 | 208650K .......... .......... .......... .......... .......... 75% 1.25M 36s 2015-11-06 03:17:28.033 | 208700K .......... .......... .......... .......... .......... 75% 4.21M 36s 2015-11-06 03:17:28.072 | 208750K .......... .......... .......... .......... .......... 76% 1.28M 36s 2015-11-06 03:17:28.075 | 208800K .......... .......... .......... .......... .......... 76% 12.5M 36s 2015-11-06 03:17:28.111 | 208850K .......... .......... .......... .......... .......... 76% 1.37M 36s 2015-11-06 03:17:28.149 | 208900K .......... .......... .......... .......... .......... 76% 1.30M 36s 2015-11-06 03:17:28.161 | 208950K .......... .......... .......... .......... .......... 76% 4.33M 36s 2015-11-06 03:17:28.198 | 209000K .......... .......... .......... .......... .......... 76% 1.27M 36s 2015-11-06 03:17:28.203 | 209050K .......... .......... .......... .......... .......... 76% 9.61M 35s 2015-11-06 03:17:28.239 | 209100K .......... .......... .......... .......... .......... 76% 1.37M 35s 2015-11-06 03:17:28.280 | 209150K .......... .......... .......... .......... .......... 76% 1.20M 35s 2015-11-06 03:17:28.290 | 209200K .......... .......... .......... .......... .......... 76% 4.85M 35s 2015-11-06 03:17:28.328 | 209250K .......... .......... .......... .......... .......... 76% 1.30M 35s 2015-11-06 03:17:28.351 | 209300K .......... .......... .......... .......... .......... 76% 2.06M 35s 2015-11-06 03:17:28.369 | 209350K .......... .......... .......... .......... .......... 76% 2.67M 35s 2015-11-06 03:17:28.408 | 209400K .......... .......... .......... .......... .......... 76% 1.28M 35s 2015-11-06 03:17:28.418 | 209450K .......... .......... .......... .......... .......... 76% 4.64M 35s 2015-11-06 03:17:28.456 | 209500K .......... .......... .......... .......... .......... 76% 1.31M 35s 2015-11-06 03:17:28.461 | 209550K .......... .......... .......... .......... .......... 76% 12.2M 35s 2015-11-06 03:17:28.497 | 209600K .......... .......... .......... .......... .......... 76% 1.31M 35s 2015-11-06 03:17:28.537 | 209650K .......... .......... .......... .......... .......... 76% 1.21M 35s 2015-11-06 03:17:28.546 | 209700K .......... .......... .......... .......... .......... 76% 5.06M 35s 2015-11-06 03:17:28.586 | 209750K .......... .......... .......... .......... .......... 76% 1.28M 35s 2015-11-06 03:17:28.589 | 209800K .......... .......... .......... .......... .......... 76% 10.8M 35s 2015-11-06 03:17:28.626 | 209850K .......... .......... .......... .......... .......... 76% 1.36M 35s 2015-11-06 03:17:28.664 | 209900K .......... .......... .......... .......... .......... 76% 1.26M 35s 2015-11-06 03:17:28.675 | 209950K .......... .......... .......... .......... .......... 76% 4.49M 35s 2015-11-06 03:17:28.714 | 210000K .......... .......... .......... .......... .......... 76% 1.24M 35s 2015-11-06 03:17:28.722 | 210050K .......... .......... .......... .......... .......... 76% 5.92M 35s 2015-11-06 03:17:28.754 | 210100K .......... .......... .......... .......... .......... 76% 1.54M 35s 2015-11-06 03:17:28.792 | 210150K .......... .......... .......... .......... .......... 76% 1.28M 35s 2015-11-06 03:17:28.804 | 210200K .......... .......... .......... .......... .......... 76% 4.13M 35s 2015-11-06 03:17:28.842 | 210250K .......... .......... .......... .......... .......... 76% 3.13M 35s 2015-11-06 03:17:28.850 | 210300K .......... .......... .......... .......... .......... 76% 1.57M 35s 2015-11-06 03:17:28.883 | 210350K .......... .......... .......... .......... .......... 76% 1.57M 35s 2015-11-06 03:17:28.922 | 210400K .......... .......... .......... .......... .......... 76% 1.21M 35s 2015-11-06 03:17:28.932 | 210450K .......... .......... .......... .......... .......... 76% 5.09M 35s 2015-11-06 03:17:28.948 | 210500K .......... .......... .......... .......... .......... 76% 2.84M 35s 2015-11-06 03:17:28.979 | 210550K .......... .......... .......... .......... .......... 76% 1.63M 35s 2015-11-06 03:17:29.010 | 210600K .......... .......... .......... .......... .......... 76% 1.55M 35s 2015-11-06 03:17:29.054 | 210650K .......... .......... .......... .......... .......... 76% 1.14M 35s 2015-11-06 03:17:29.061 | 210700K .......... .......... .......... .......... .......... 76% 6.61M 35s 2015-11-06 03:17:29.076 | 210750K .......... .......... .......... .......... .......... 76% 3.37M 35s 2015-11-06 03:17:29.107 | 210800K .......... .......... .......... .......... .......... 76% 1.48M 35s 2015-11-06 03:17:29.139 | 210850K .......... .......... .......... .......... .......... 76% 1.55M 34s 2015-11-06 03:17:29.180 | 210900K .......... .......... .......... .......... .......... 76% 1.20M 34s 2015-11-06 03:17:29.189 | 210950K .......... .......... .......... .......... .......... 76% 5.47M 34s 2015-11-06 03:17:29.204 | 211000K .......... .......... .......... .......... .......... 76% 3.13M 34s 2015-11-06 03:17:29.236 | 211050K .......... .......... .......... .......... .......... 76% 1.58M 34s 2015-11-06 03:17:29.267 | 211100K .......... .......... .......... .......... .......... 76% 1.52M 34s 2015-11-06 03:17:29.312 | 211150K .......... .......... .......... .......... .......... 76% 1.10M 34s 2015-11-06 03:17:29.319 | 211200K .......... .......... .......... .......... .......... 76% 7.27M 34s 2015-11-06 03:17:29.333 | 211250K .......... .......... .......... .......... .......... 76% 3.35M 34s 2015-11-06 03:17:29.365 | 211300K .......... .......... .......... .......... .......... 76% 1.53M 34s 2015-11-06 03:17:29.397 | 211350K .......... .......... .......... .......... .......... 76% 1.88M 34s 2015-11-06 03:17:29.440 | 211400K .......... .......... .......... .......... .......... 76% 1011K 34s 2015-11-06 03:17:29.447 | 211450K .......... .......... .......... .......... .......... 76% 14.4M 34s 2015-11-06 03:17:29.462 | 211500K .......... .......... .......... .......... .......... 77% 2.61M 34s 2015-11-06 03:17:29.493 | 211550K .......... .......... .......... .......... .......... 77% 1.75M 34s 2015-11-06 03:17:29.519 | 211600K .......... .......... .......... .......... .......... 77% 1.68M 34s 2015-11-06 03:17:29.568 | 211650K .......... .......... .......... .......... .......... 77% 1.01M 34s 2015-11-06 03:17:29.576 | 211700K .......... .......... .......... .......... .......... 77% 5.64M 34s 2015-11-06 03:17:29.591 | 211750K .......... .......... .......... .......... .......... 77% 3.38M 34s 2015-11-06 03:17:29.618 | 211800K .......... .......... .......... .......... .......... 77% 1.77M 34s 2015-11-06 03:17:29.643 | 211850K .......... .......... .......... .......... .......... 77% 2.02M 34s 2015-11-06 03:17:29.696 | 211900K .......... .......... .......... .......... .......... 77% 952K 34s 2015-11-06 03:17:29.700 | 211950K .......... .......... .......... .......... .......... 77% 9.94M 34s 2015-11-06 03:17:29.719 | 212000K .......... .......... .......... .......... .......... 77% 2.53M 34s 2015-11-06 03:17:29.748 | 212050K .......... .......... .......... .......... .......... 77% 1.72M 34s 2015-11-06 03:17:29.771 | 212100K .......... .......... .......... .......... .......... 77% 2.05M 34s 2015-11-06 03:17:29.824 | 212150K .......... .......... .......... .......... .......... 77% 1007K 34s 2015-11-06 03:17:29.829 | 212200K .......... .......... .......... .......... .......... 77% 6.06M 34s 2015-11-06 03:17:29.848 | 212250K .......... .......... .......... .......... .......... 77% 2.65M 34s 2015-11-06 03:17:29.876 | 212300K .......... .......... .......... .......... .......... 77% 1.72M 34s 2015-11-06 03:17:29.900 | 212350K .......... .......... .......... .......... .......... 77% 2.05M 34s 2015-11-06 03:17:29.931 | 212400K .......... .......... .......... .......... .......... 77% 1.55M 34s 2015-11-06 03:17:29.958 | 212450K .......... .......... .......... .......... .......... 77% 1.87M 34s 2015-11-06 03:17:29.976 | 212500K .......... .......... .......... .......... .......... 77% 2.61M 34s 2015-11-06 03:17:30.004 | 212550K .......... .......... .......... .......... .......... 77% 1.73M 34s 2015-11-06 03:17:30.033 | 212600K .......... .......... .......... .......... .......... 77% 1.73M 34s 2015-11-06 03:17:30.059 | 212650K .......... .......... .......... .......... .......... 77% 3.30M 34s 2015-11-06 03:17:30.086 | 212700K .......... .......... .......... .......... .......... 77% 1.25M 33s 2015-11-06 03:17:30.105 | 212750K .......... .......... .......... .......... .......... 77% 2.66M 33s 2015-11-06 03:17:30.133 | 212800K .......... .......... .......... .......... .......... 77% 1.71M 33s 2015-11-06 03:17:30.162 | 212850K .......... .......... .......... .......... .......... 77% 1.74M 33s 2015-11-06 03:17:30.176 | 212900K .......... .......... .......... .......... .......... 77% 3.22M 33s 2015-11-06 03:17:30.215 | 212950K .......... .......... .......... .......... .......... 77% 1.27M 33s 2015-11-06 03:17:30.234 | 213000K .......... .......... .......... .......... .......... 77% 2.57M 33s 2015-11-06 03:17:30.262 | 213050K .......... .......... .......... .......... .......... 77% 1.79M 33s 2015-11-06 03:17:30.290 | 213100K .......... .......... .......... .......... .......... 77% 1.69M 33s 2015-11-06 03:17:30.306 | 213150K .......... .......... .......... .......... .......... 77% 4.46M 33s 2015-11-06 03:17:30.352 | 213200K .......... .......... .......... .......... .......... 77% 980K 33s 2015-11-06 03:17:30.377 | 213250K .......... .......... .......... .......... .......... 77% 4.61M 33s 2015-11-06 03:17:30.427 | 213300K .......... .......... .......... .......... .......... 77% 778K 33s 2015-11-06 03:17:30.431 | 213350K .......... .......... .......... .......... .......... 77% 10.9M 33s 2015-11-06 03:17:30.443 | 213400K .......... .......... .......... .......... .......... 77% 4.01M 33s 2015-11-06 03:17:30.569 | 213450K .......... .......... .......... .......... .......... 77% 402K 33s 2015-11-06 03:17:30.575 | 213500K .......... .......... .......... .......... .......... 77% 6.54M 33s 2015-11-06 03:17:30.587 | 213550K .......... .......... .......... .......... .......... 77% 4.71M 33s 2015-11-06 03:17:30.594 | 213600K .......... .......... .......... .......... .......... 77% 5.84M 33s 2015-11-06 03:17:30.606 | 213650K .......... .......... .......... .......... .......... 77% 3.90M 33s 2015-11-06 03:17:30.708 | 213700K .......... .......... .......... .......... .......... 77% 493K 33s 2015-11-06 03:17:30.724 | 213750K .......... .......... .......... .......... .......... 77% 3.08M 33s 2015-11-06 03:17:30.731 | 213800K .......... .......... .......... .......... .......... 77% 6.87M 33s 2015-11-06 03:17:30.757 | 213850K .......... .......... .......... .......... .......... 77% 1.87M 33s 2015-11-06 03:17:30.764 | 213900K .......... .......... .......... .......... .......... 77% 6.34M 33s 2015-11-06 03:17:30.854 | 213950K .......... .......... .......... .......... .......... 77% 561K 33s 2015-11-06 03:17:30.875 | 214000K .......... .......... .......... .......... .......... 77% 2.31M 33s 2015-11-06 03:17:30.882 | 214050K .......... .......... .......... .......... .......... 77% 8.20M 33s 2015-11-06 03:17:30.907 | 214100K .......... .......... .......... .......... .......... 77% 1.87M 33s 2015-11-06 03:17:30.948 | 214150K .......... .......... .......... .......... .......... 77% 1.17M 33s 2015-11-06 03:17:31.040 | 214200K .......... .......... .......... .......... .......... 77% 544K 33s 2015-11-06 03:17:31.068 | 214250K .......... .......... .......... .......... .......... 78% 1.77M 33s 2015-11-06 03:17:31.087 | 214300K .......... .......... .......... .......... .......... 78% 2.55M 33s 2015-11-06 03:17:31.097 | 214350K .......... .......... .......... .......... .......... 78% 4.95M 33s 2015-11-06 03:17:31.105 | 214400K .......... .......... .......... .......... .......... 78% 6.25M 33s 2015-11-06 03:17:31.191 | 214450K .......... .......... .......... .......... .......... 78% 584K 33s 2015-11-06 03:17:31.223 | 214500K .......... .......... .......... .......... .......... 78% 1.51M 33s 2015-11-06 03:17:31.235 | 214550K .......... .......... .......... .......... .......... 78% 4.24M 33s 2015-11-06 03:17:31.241 | 214600K .......... .......... .......... .......... .......... 78% 7.73M 32s 2015-11-06 03:17:31.262 | 214650K .......... .......... .......... .......... .......... 78% 2.36M 32s 2015-11-06 03:17:31.289 | 214700K .......... .......... .......... .......... .......... 78% 1.77M 32s 2015-11-06 03:17:31.374 | 214750K .......... .......... .......... .......... .......... 78% 589K 32s 2015-11-06 03:17:31.387 | 214800K .......... .......... .......... .......... .......... 78% 3.71M 32s 2015-11-06 03:17:31.412 | 214850K .......... .......... .......... .......... .......... 78% 2.00M 32s 2015-11-06 03:17:31.432 | 214900K .......... .......... .......... .......... .......... 78% 2.40M 32s 2015-11-06 03:17:31.441 | 214950K .......... .......... .......... .......... .......... 78% 5.20M 32s 2015-11-06 03:17:31.570 | 215000K .......... .......... .......... .......... .......... 78% 389K 32s 2015-11-06 03:17:31.578 | 215050K .......... .......... .......... .......... .......... 78% 6.11M 32s 2015-11-06 03:17:31.598 | 215100K .......... .......... .......... .......... .......... 78% 2.42M 32s 2015-11-06 03:17:31.606 | 215150K .......... .......... .......... .......... .......... 78% 5.94M 32s 2015-11-06 03:17:31.638 | 215200K .......... .......... .......... .......... .......... 78% 1.54M 32s 2015-11-06 03:17:31.717 | 215250K .......... .......... .......... .......... .......... 78% 639K 32s 2015-11-06 03:17:31.722 | 215300K .......... .......... .......... .......... .......... 78% 8.21M 32s 2015-11-06 03:17:31.735 | 215350K .......... .......... .......... .......... .......... 78% 3.72M 32s 2015-11-06 03:17:31.740 | 215400K .......... .......... .......... .......... .......... 78% 10.3M 32s 2015-11-06 03:17:31.803 | 215450K .......... .......... .......... .......... .......... 78% 795K 32s 2015-11-06 03:17:31.854 | 215500K .......... .......... .......... .......... .......... 78% 984K 32s 2015-11-06 03:17:31.859 | 215550K .......... .......... .......... .......... .......... 78% 9.19M 32s 2015-11-06 03:17:31.887 | 215600K .......... .......... .......... .......... .......... 78% 1.73M 32s 2015-11-06 03:17:31.891 | 215650K .......... .......... .......... .......... .......... 78% 13.8M 32s 2015-11-06 03:17:31.944 | 215700K .......... .......... .......... .......... .......... 78% 932K 32s 2015-11-06 03:17:31.991 | 215750K .......... .......... .......... .......... .......... 78% 1.32M 32s 2015-11-06 03:17:31.996 | 215800K .......... .......... .......... .......... .......... 78% 3.20M 32s 2015-11-06 03:17:32.024 | 215850K .......... .......... .......... .......... .......... 78% 1.80M 32s 2015-11-06 03:17:32.035 | 215900K .......... .......... .......... .......... .......... 78% 4.30M 32s 2015-11-06 03:17:32.081 | 215950K .......... .......... .......... .......... .......... 78% 1.07M 32s 2015-11-06 03:17:32.122 | 216000K .......... .......... .......... .......... .......... 78% 1.17M 32s 2015-11-06 03:17:32.159 | 216050K .......... .......... .......... .......... .......... 78% 1.37M 32s 2015-11-06 03:17:32.164 | 216100K .......... .......... .......... .......... .......... 78% 8.35M 32s 2015-11-06 03:17:32.176 | 216150K .......... .......... .......... .......... .......... 78% 3.86M 32s 2015-11-06 03:17:32.230 | 216200K .......... .......... .......... .......... .......... 78% 944K 32s 2015-11-06 03:17:32.271 | 216250K .......... .......... .......... .......... .......... 78% 1.53M 32s 2015-11-06 03:17:32.296 | 216300K .......... .......... .......... .......... .......... 78% 1.42M 32s 2015-11-06 03:17:32.312 | 216350K .......... .......... .......... .......... .......... 78% 3.16M 32s 2015-11-06 03:17:32.316 | 216400K .......... .......... .......... .......... .......... 78% 9.51M 32s 2015-11-06 03:17:32.406 | 216450K .......... .......... .......... .......... .......... 78% 561K 32s 2015-11-06 03:17:32.426 | 216500K .......... .......... .......... .......... .......... 78% 2.35M 32s 2015-11-06 03:17:32.438 | 216550K .......... .......... .......... .......... .......... 78% 4.19M 31s 2015-11-06 03:17:32.457 | 216600K .......... .......... .......... .......... .......... 78% 2.56M 31s 2015-11-06 03:17:32.461 | 216650K .......... .......... .......... .......... .......... 78% 13.0M 31s 2015-11-06 03:17:32.531 | 216700K .......... .......... .......... .......... .......... 78% 712K 31s 2015-11-06 03:17:32.582 | 216750K .......... .......... .......... .......... .......... 78% 1.26M 31s 2015-11-06 03:17:32.603 | 216800K .......... .......... .......... .......... .......... 78% 1.47M 31s 2015-11-06 03:17:32.617 | 216850K .......... .......... .......... .......... .......... 78% 3.68M 31s 2015-11-06 03:17:32.621 | 216900K .......... .......... .......... .......... .......... 78% 10.4M 31s 2015-11-06 03:17:32.703 | 216950K .......... .......... .......... .......... .......... 78% 1.07M 31s 2015-11-06 03:17:32.723 | 217000K .......... .......... .......... .......... .......... 79% 891K 31s 2015-11-06 03:17:32.745 | 217050K .......... .......... .......... .......... .......... 79% 2.28M 31s 2015-11-06 03:17:32.760 | 217100K .......... .......... .......... .......... .......... 79% 3.10M 31s 2015-11-06 03:17:32.778 | 217150K .......... .......... .......... .......... .......... 79% 2.98M 31s 2015-11-06 03:17:32.785 | 217200K .......... .......... .......... .......... .......... 79% 5.83M 31s 2015-11-06 03:17:32.894 | 217250K .......... .......... .......... .......... .......... 79% 463K 31s 2015-11-06 03:17:32.900 | 217300K .......... .......... .......... .......... .......... 79% 6.78M 31s 2015-11-06 03:17:32.916 | 217350K .......... .......... .......... .......... .......... 79% 3.01M 31s 2015-11-06 03:17:32.927 | 217400K .......... .......... .......... .......... .......... 79% 4.69M 31s 2015-11-06 03:17:32.944 | 217450K .......... .......... .......... .......... .......... 79% 8.49M 31s 2015-11-06 03:17:33.057 | 217500K .......... .......... .......... .......... .......... 79% 406K 31s 2015-11-06 03:17:33.059 | 217550K .......... .......... .......... .......... .......... 79% 12.9M 31s 2015-11-06 03:17:33.066 | 217600K .......... .......... .......... .......... .......... 79% 7.41M 31s 2015-11-06 03:17:33.076 | 217650K .......... .......... .......... .......... .......... 79% 9.35M 31s 2015-11-06 03:17:33.098 | 217700K .......... .......... .......... .......... .......... 79% 1.78M 31s 2015-11-06 03:17:33.196 | 217750K .......... .......... .......... .......... .......... 79% 650K 31s 2015-11-06 03:17:33.226 | 217800K .......... .......... .......... .......... .......... 79% 1000K 31s 2015-11-06 03:17:33.232 | 217850K .......... .......... .......... .......... .......... 79% 7.89M 31s 2015-11-06 03:17:33.239 | 217900K .......... .......... .......... .......... .......... 79% 6.34M 31s 2015-11-06 03:17:33.253 | 217950K .......... .......... .......... .......... .......... 79% 5.51M 31s 2015-11-06 03:17:33.311 | 218000K .......... .......... .......... .......... .......... 79% 797K 31s 2015-11-06 03:17:33.372 | 218050K .......... .......... .......... .......... .......... 79% 824K 31s 2015-11-06 03:17:33.377 | 218100K .......... .......... .......... .......... .......... 79% 9.66M 31s 2015-11-06 03:17:33.383 | 218150K .......... .......... .......... .......... .......... 79% 7.46M 31s 2015-11-06 03:17:33.401 | 218200K .......... .......... .......... .......... .......... 79% 2.80M 31s 2015-11-06 03:17:33.481 | 218250K .......... .......... .......... .......... .......... 79% 623K 31s 2015-11-06 03:17:33.543 | 218300K .......... .......... .......... .......... .......... 79% 806K 31s 2015-11-06 03:17:33.588 | 218350K .......... .......... .......... .......... .......... 79% 1.12M 31s 2015-11-06 03:17:33.590 | 218400K .......... .......... .......... .......... .......... 79% 12.2M 31s 2015-11-06 03:17:33.599 | 218450K .......... .......... .......... .......... .......... 79% 5.72M 30s 2015-11-06 03:17:33.621 | 218500K .......... .......... .......... .......... .......... 79% 2.22M 30s 2015-11-06 03:17:33.675 | 218550K .......... .......... .......... .......... .......... 79% 1.61M 30s 2015-11-06 03:17:33.728 | 218600K .......... .......... .......... .......... .......... 79% 652K 30s 2015-11-06 03:17:33.732 | 218650K .......... .......... .......... .......... .......... 79% 14.7M 30s 2015-11-06 03:17:33.784 | 218700K .......... .......... .......... .......... .......... 79% 980K 30s 2015-11-06 03:17:33.793 | 218750K .......... .......... .......... .......... .......... 79% 4.87M 30s 2015-11-06 03:17:33.803 | 218800K .......... .......... .......... .......... .......... 79% 4.41M 30s 2015-11-06 03:17:33.886 | 218850K .......... .......... .......... .......... .......... 79% 610K 30s 2015-11-06 03:17:33.891 | 218900K .......... .......... .......... .......... .......... 79% 8.17M 30s 2015-11-06 03:17:33.927 | 218950K .......... .......... .......... .......... .......... 79% 1.71M 30s 2015-11-06 03:17:33.937 | 219000K .......... .......... .......... .......... .......... 79% 2.82M 30s 2015-11-06 03:17:33.953 | 219050K .......... .......... .......... .......... .......... 79% 3.16M 30s 2015-11-06 03:17:34.017 | 219100K .......... .......... .......... .......... .......... 79% 782K 30s 2015-11-06 03:17:34.023 | 219150K .......... .......... .......... .......... .......... 79% 8.26M 30s 2015-11-06 03:17:34.051 | 219200K .......... .......... .......... .......... .......... 79% 1.69M 30s 2015-11-06 03:17:34.070 | 219250K .......... .......... .......... .......... .......... 79% 2.60M 30s 2015-11-06 03:17:34.084 | 219300K .......... .......... .......... .......... .......... 79% 3.59M 30s 2015-11-06 03:17:34.153 | 219350K .......... .......... .......... .......... .......... 79% 733K 30s 2015-11-06 03:17:34.159 | 219400K .......... .......... .......... .......... .......... 79% 6.75M 30s 2015-11-06 03:17:34.180 | 219450K .......... .......... .......... .......... .......... 79% 2.43M 30s 2015-11-06 03:17:34.199 | 219500K .......... .......... .......... .......... .......... 79% 2.53M 30s 2015-11-06 03:17:34.213 | 219550K .......... .......... .......... .......... .......... 79% 3.48M 30s 2015-11-06 03:17:34.274 | 219600K .......... .......... .......... .......... .......... 79% 819K 30s 2015-11-06 03:17:34.286 | 219650K .......... .......... .......... .......... .......... 79% 4.13M 30s 2015-11-06 03:17:34.290 | 219700K .......... .......... .......... .......... .......... 79% 11.0M 30s 2015-11-06 03:17:34.328 | 219750K .......... .......... .......... .......... .......... 80% 1.31M 30s 2015-11-06 03:17:34.341 | 219800K .......... .......... .......... .......... .......... 80% 3.72M 30s 2015-11-06 03:17:34.403 | 219850K .......... .......... .......... .......... .......... 80% 805K 30s 2015-11-06 03:17:34.416 | 219900K .......... .......... .......... .......... .......... 80% 3.75M 30s 2015-11-06 03:17:34.419 | 219950K .......... .......... .......... .......... .......... 80% 15.0M 30s 2015-11-06 03:17:34.454 | 220000K .......... .......... .......... .......... .......... 80% 1.38M 30s 2015-11-06 03:17:34.469 | 220050K .......... .......... .......... .......... .......... 80% 3.28M 30s 2015-11-06 03:17:34.535 | 220100K .......... .......... .......... .......... .......... 80% 763K 30s 2015-11-06 03:17:34.543 | 220150K .......... .......... .......... .......... .......... 80% 5.75M 30s 2015-11-06 03:17:34.548 | 220200K .......... .......... .......... .......... .......... 80% 10.0M 30s 2015-11-06 03:17:34.583 | 220250K .......... .......... .......... .......... .......... 80% 1.40M 30s 2015-11-06 03:17:34.598 | 220300K .......... .......... .......... .......... .......... 80% 3.25M 29s 2015-11-06 03:17:34.659 | 220350K .......... .......... .......... .......... .......... 80% 817K 29s 2015-11-06 03:17:34.672 | 220400K .......... .......... .......... .......... .......... 80% 3.78M 29s 2015-11-06 03:17:34.675 | 220450K .......... .......... .......... .......... .......... 80% 14.4M 29s 2015-11-06 03:17:34.711 | 220500K .......... .......... .......... .......... .......... 80% 1.37M 29s 2015-11-06 03:17:34.726 | 220550K .......... .......... .......... .......... .......... 80% 3.32M 29s 2015-11-06 03:17:34.788 | 220600K .......... .......... .......... .......... .......... 80% 799K 29s 2015-11-06 03:17:34.801 | 220650K .......... .......... .......... .......... .......... 80% 3.88M 29s 2015-11-06 03:17:34.804 | 220700K .......... .......... .......... .......... .......... 80% 13.3M 29s 2015-11-06 03:17:34.840 | 220750K .......... .......... .......... .......... .......... 80% 1.39M 29s 2015-11-06 03:17:34.854 | 220800K .......... .......... .......... .......... .......... 80% 3.37M 29s 2015-11-06 03:17:34.915 | 220850K .......... .......... .......... .......... .......... 80% 819K 29s 2015-11-06 03:17:34.928 | 220900K .......... .......... .......... .......... .......... 80% 3.96M 29s 2015-11-06 03:17:34.932 | 220950K .......... .......... .......... .......... .......... 80% 12.0M 29s 2015-11-06 03:17:34.968 | 221000K .......... .......... .......... .......... .......... 80% 1.34M 29s 2015-11-06 03:17:34.984 | 221050K .......... .......... .......... .......... .......... 80% 3.29M 29s 2015-11-06 03:17:35.044 | 221100K .......... .......... .......... .......... .......... 80% 814K 29s 2015-11-06 03:17:35.056 | 221150K .......... .......... .......... .......... .......... 80% 4.16M 29s 2015-11-06 03:17:35.060 | 221200K .......... .......... .......... .......... .......... 80% 11.2M 29s 2015-11-06 03:17:35.097 | 221250K .......... .......... .......... .......... .......... 80% 1.49M 29s 2015-11-06 03:17:35.111 | 221300K .......... .......... .......... .......... .......... 80% 2.73M 29s 2015-11-06 03:17:35.173 | 221350K .......... .......... .......... .......... .......... 80% 805K 29s 2015-11-06 03:17:35.185 | 221400K .......... .......... .......... .......... .......... 80% 4.07M 29s 2015-11-06 03:17:35.189 | 221450K .......... .......... .......... .......... .......... 80% 11.9M 29s 2015-11-06 03:17:35.223 | 221500K .......... .......... .......... .......... .......... 80% 1.45M 29s 2015-11-06 03:17:35.240 | 221550K .......... .......... .......... .......... .......... 80% 2.79M 29s 2015-11-06 03:17:35.302 | 221600K .......... .......... .......... .......... .......... 80% 809K 29s 2015-11-06 03:17:35.316 | 221650K .......... .......... .......... .......... .......... 80% 3.77M 29s 2015-11-06 03:17:35.320 | 221700K .......... .......... .......... .......... .......... 80% 9.57M 29s 2015-11-06 03:17:35.352 | 221750K .......... .......... .......... .......... .......... 80% 1.56M 29s 2015-11-06 03:17:35.370 | 221800K .......... .......... .......... .......... .......... 80% 2.61M 29s 2015-11-06 03:17:35.433 | 221850K .......... .......... .......... .......... .......... 80% 1.11M 29s 2015-11-06 03:17:35.448 | 221900K .......... .......... .......... .......... .......... 80% 1.43M 29s 2015-11-06 03:17:35.451 | 221950K .......... .......... .......... .......... .......... 80% 19.4M 29s 2015-11-06 03:17:35.480 | 222000K .......... .......... .......... .......... .......... 80% 1.65M 29s 2015-11-06 03:17:35.499 | 222050K .......... .......... .......... .......... .......... 80% 2.65M 29s 2015-11-06 03:17:35.543 | 222100K .......... .......... .......... .......... .......... 80% 1.12M 28s 2015-11-06 03:17:35.573 | 222150K .......... .......... .......... .......... .......... 80% 1.65M 28s 2015-11-06 03:17:35.586 | 222200K .......... .......... .......... .......... .......... 80% 3.64M 28s 2015-11-06 03:17:35.609 | 222250K .......... .......... .......... .......... .......... 80% 2.17M 28s 2015-11-06 03:17:35.626 | 222300K .......... .......... .......... .......... .......... 80% 2.64M 28s 2015-11-06 03:17:35.672 | 222350K .......... .......... .......... .......... .......... 80% 6.15M 28s 2015-11-06 03:17:35.703 | 222400K .......... .......... .......... .......... .......... 80% 727K 28s 2015-11-06 03:17:35.720 | 222450K .......... .......... .......... .......... .......... 80% 3.05M 28s 2015-11-06 03:17:35.738 | 222500K .......... .......... .......... .......... .......... 81% 2.58M 28s 2015-11-06 03:17:35.757 | 222550K .......... .......... .......... .......... .......... 81% 2.58M 28s 2015-11-06 03:17:35.766 | 222600K .......... .......... .......... .......... .......... 81% 5.12M 28s 2015-11-06 03:17:35.834 | 222650K .......... .......... .......... .......... .......... 81% 759K 28s 2015-11-06 03:17:35.848 | 222700K .......... .......... .......... .......... .......... 81% 3.17M 28s 2015-11-06 03:17:35.866 | 222750K .......... .......... .......... .......... .......... 81% 3.04M 28s 2015-11-06 03:17:35.885 | 222800K .......... .......... .......... .......... .......... 81% 2.33M 28s 2015-11-06 03:17:35.895 | 222850K .......... .......... .......... .......... .......... 81% 4.90M 28s 2015-11-06 03:17:35.962 | 222900K .......... .......... .......... .......... .......... 81% 750K 28s 2015-11-06 03:17:35.976 | 222950K .......... .......... .......... .......... .......... 81% 3.51M 28s 2015-11-06 03:17:35.995 | 223000K .......... .......... .......... .......... .......... 81% 2.47M 28s 2015-11-06 03:17:36.015 | 223050K .......... .......... .......... .......... .......... 81% 2.65M 28s 2015-11-06 03:17:36.023 | 223100K .......... .......... .......... .......... .......... 81% 5.08M 28s 2015-11-06 03:17:36.091 | 223150K .......... .......... .......... .......... .......... 81% 744K 28s 2015-11-06 03:17:36.104 | 223200K .......... .......... .......... .......... .......... 81% 3.54M 28s 2015-11-06 03:17:36.122 | 223250K .......... .......... .......... .......... .......... 81% 2.74M 28s 2015-11-06 03:17:36.143 | 223300K .......... .......... .......... .......... .......... 81% 2.29M 28s 2015-11-06 03:17:36.171 | 223350K .......... .......... .......... .......... .......... 81% 1.72M 28s 2015-11-06 03:17:36.218 | 223400K .......... .......... .......... .......... .......... 81% 1.07M 28s 2015-11-06 03:17:36.233 | 223450K .......... .......... .......... .......... .......... 81% 10.8M 28s 2015-11-06 03:17:36.244 | 223500K .......... .......... .......... .......... .......... 81% 2.14M 28s 2015-11-06 03:17:36.272 | 223550K .......... .......... .......... .......... .......... 81% 2.91M 28s 2015-11-06 03:17:36.300 | 223600K .......... .......... .......... .......... .......... 81% 1.26M 28s 2015-11-06 03:17:36.346 | 223650K .......... .......... .......... .......... .......... 81% 1.28M 28s 2015-11-06 03:17:36.351 | 223700K .......... .......... .......... .......... .......... 81% 3.85M 28s 2015-11-06 03:17:36.373 | 223750K .......... .......... .......... .......... .......... 81% 2.19M 28s 2015-11-06 03:17:36.390 | 223800K .......... .......... .......... .......... .......... 81% 2.93M 28s 2015-11-06 03:17:36.428 | 223850K .......... .......... .......... .......... .......... 81% 1.30M 28s 2015-11-06 03:17:36.479 | 223900K .......... .......... .......... .......... .......... 81% 975K 28s 2015-11-06 03:17:36.481 | 223950K .......... .......... .......... .......... .......... 81% 19.0M 27s 2015-11-06 03:17:36.503 | 224000K .......... .......... .......... .......... .......... 81% 2.26M 27s 2015-11-06 03:17:36.519 | 224050K .......... .......... .......... .......... .......... 81% 3.00M 27s 2015-11-06 03:17:36.558 | 224100K .......... .......... .......... .......... .......... 81% 1.25M 27s 2015-11-06 03:17:36.607 | 224150K .......... .......... .......... .......... .......... 81% 1.01M 27s 2015-11-06 03:17:36.609 | 224200K .......... .......... .......... .......... .......... 81% 15.5M 27s 2015-11-06 03:17:36.632 | 224250K .......... .......... .......... .......... .......... 81% 3.55M 27s 2015-11-06 03:17:36.647 | 224300K .......... .......... .......... .......... .......... 81% 2.05M 27s 2015-11-06 03:17:36.686 | 224350K .......... .......... .......... .......... .......... 81% 1.26M 27s 2015-11-06 03:17:36.737 | 224400K .......... .......... .......... .......... .......... 81% 983K 27s 2015-11-06 03:17:36.740 | 224450K .......... .......... .......... .......... .......... 81% 15.1M 27s 2015-11-06 03:17:36.754 | 224500K .......... .......... .......... .......... .......... 81% 3.54M 27s 2015-11-06 03:17:36.777 | 224550K .......... .......... .......... .......... .......... 81% 2.14M 27s 2015-11-06 03:17:36.815 | 224600K .......... .......... .......... .......... .......... 81% 1.27M 27s 2015-11-06 03:17:36.866 | 224650K .......... .......... .......... .......... .......... 81% 1006K 27s 2015-11-06 03:17:36.869 | 224700K .......... .......... .......... .......... .......... 81% 12.3M 27s 2015-11-06 03:17:36.881 | 224750K .......... .......... .......... .......... .......... 81% 3.95M 27s 2015-11-06 03:17:36.905 | 224800K .......... .......... .......... .......... .......... 81% 2.01M 27s 2015-11-06 03:17:36.944 | 224850K .......... .......... .......... .......... .......... 81% 1.27M 27s 2015-11-06 03:17:36.992 | 224900K .......... .......... .......... .......... .......... 81% 1.02M 27s 2015-11-06 03:17:36.997 | 224950K .......... .......... .......... .......... .......... 81% 8.91M 27s 2015-11-06 03:17:37.010 | 225000K .......... .......... .......... .......... .......... 81% 3.80M 27s 2015-11-06 03:17:37.035 | 225050K .......... .......... .......... .......... .......... 81% 1.98M 27s 2015-11-06 03:17:37.073 | 225100K .......... .......... .......... .......... .......... 81% 1.30M 27s 2015-11-06 03:17:37.122 | 225150K .......... .......... .......... .......... .......... 81% 1014K 27s 2015-11-06 03:17:37.126 | 225200K .......... .......... .......... .......... .......... 81% 10.2M 27s 2015-11-06 03:17:37.138 | 225250K .......... .......... .......... .......... .......... 82% 4.05M 27s 2015-11-06 03:17:37.162 | 225300K .......... .......... .......... .......... .......... 82% 2.03M 27s 2015-11-06 03:17:37.202 | 225350K .......... .......... .......... .......... .......... 82% 1.26M 27s 2015-11-06 03:17:37.251 | 225400K .......... .......... .......... .......... .......... 82% 1000K 27s 2015-11-06 03:17:37.256 | 225450K .......... .......... .......... .......... .......... 82% 9.78M 27s 2015-11-06 03:17:37.267 | 225500K .......... .......... .......... .......... .......... 82% 4.30M 27s 2015-11-06 03:17:37.292 | 225550K .......... .......... .......... .......... .......... 82% 1.98M 27s 2015-11-06 03:17:37.329 | 225600K .......... .......... .......... .......... .......... 82% 1.32M 27s 2015-11-06 03:17:37.381 | 225650K .......... .......... .......... .......... .......... 82% 989K 27s 2015-11-06 03:17:37.385 | 225700K .......... .......... .......... .......... .......... 82% 9.39M 27s 2015-11-06 03:17:37.395 | 225750K .......... .......... .......... .......... .......... 82% 4.62M 26s 2015-11-06 03:17:37.420 | 225800K .......... .......... .......... .......... .......... 82% 2.03M 26s 2015-11-06 03:17:37.460 | 225850K .......... .......... .......... .......... .......... 82% 1.24M 26s 2015-11-06 03:17:37.509 | 225900K .......... .......... .......... .......... .......... 82% 1008K 26s 2015-11-06 03:17:37.513 | 225950K .......... .......... .......... .......... .......... 82% 9.80M 26s 2015-11-06 03:17:37.524 | 226000K .......... .......... .......... .......... .......... 82% 4.31M 26s 2015-11-06 03:17:37.554 | 226050K .......... .......... .......... .......... .......... 82% 2.09M 26s 2015-11-06 03:17:37.593 | 226100K .......... .......... .......... .......... .......... 82% 1.09M 26s 2015-11-06 03:17:37.636 | 226150K .......... .......... .......... .......... .......... 82% 1.16M 26s 2015-11-06 03:17:37.642 | 226200K .......... .......... .......... .......... .......... 82% 6.86M 26s 2015-11-06 03:17:37.653 | 226250K .......... .......... .......... .......... .......... 82% 4.66M 26s 2015-11-06 03:17:37.677 | 226300K .......... .......... .......... .......... .......... 82% 2.00M 26s 2015-11-06 03:17:37.721 | 226350K .......... .......... .......... .......... .......... 82% 1.11M 26s 2015-11-06 03:17:37.765 | 226400K .......... .......... .......... .......... .......... 82% 1.12M 26s 2015-11-06 03:17:37.768 | 226450K .......... .......... .......... .......... .......... 82% 13.2M 26s 2015-11-06 03:17:37.781 | 226500K .......... .......... .......... .......... .......... 82% 3.71M 26s 2015-11-06 03:17:37.805 | 226550K .......... .......... .......... .......... .......... 82% 2.06M 26s 2015-11-06 03:17:37.852 | 226600K .......... .......... .......... .......... .......... 82% 1.04M 26s 2015-11-06 03:17:37.896 | 226650K .......... .......... .......... .......... .......... 82% 1.13M 26s 2015-11-06 03:17:37.901 | 226700K .......... .......... .......... .......... .......... 82% 9.07M 26s 2015-11-06 03:17:37.916 | 226750K .......... .......... .......... .......... .......... 82% 3.14M 26s 2015-11-06 03:17:37.938 | 226800K .......... .......... .......... .......... .......... 82% 2.19M 26s 2015-11-06 03:17:37.979 | 226850K .......... .......... .......... .......... .......... 82% 2.21M 26s 2015-11-06 03:17:38.022 | 226900K .......... .......... .......... .......... .......... 82% 813K 26s 2015-11-06 03:17:38.026 | 226950K .......... .......... .......... .......... .......... 82% 10.9M 26s 2015-11-06 03:17:38.044 | 227000K .......... .......... .......... .......... .......... 82% 2.82M 26s 2015-11-06 03:17:38.060 | 227050K .......... .......... .......... .......... .......... 82% 2.87M 26s 2015-11-06 03:17:38.089 | 227100K .......... .......... .......... .......... .......... 82% 1.70M 26s 2015-11-06 03:17:38.151 | 227150K .......... .......... .......... .......... .......... 82% 2.10M 26s 2015-11-06 03:17:38.156 | 227200K .......... .......... .......... .......... .......... 82% 1.13M 26s 2015-11-06 03:17:38.172 | 227250K .......... .......... .......... .......... .......... 82% 3.08M 26s 2015-11-06 03:17:38.189 | 227300K .......... .......... .......... .......... .......... 82% 2.79M 26s 2015-11-06 03:17:38.218 | 227350K .......... .......... .......... .......... .......... 82% 1.71M 26s 2015-11-06 03:17:38.241 | 227400K .......... .......... .......... .......... .......... 82% 2.09M 26s 2015-11-06 03:17:38.324 | 227450K .......... .......... .......... .......... .......... 82% 608K 26s 2015-11-06 03:17:38.330 | 227500K .......... .......... .......... .......... .......... 82% 7.10M 26s 2015-11-06 03:17:38.334 | 227550K .......... .......... .......... .......... .......... 82% 13.7M 26s 2015-11-06 03:17:38.348 | 227600K .......... .......... .......... .......... .......... 82% 3.47M 25s 2015-11-06 03:17:38.371 | 227650K .......... .......... .......... .......... .......... 82% 2.13M 25s 2015-11-06 03:17:38.438 | 227700K .......... .......... .......... .......... .......... 82% 744K 25s 2015-11-06 03:17:38.442 | 227750K .......... .......... .......... .......... .......... 82% 18.2M 25s 2015-11-06 03:17:38.448 | 227800K .......... .......... .......... .......... .......... 82% 6.94M 25s 2015-11-06 03:17:38.477 | 227850K .......... .......... .......... .......... .......... 82% 3.85M 25s 2015-11-06 03:17:38.499 | 227900K .......... .......... .......... .......... .......... 82% 1.25M 25s 2015-11-06 03:17:38.568 | 227950K .......... .......... .......... .......... .......... 83% 733K 25s 2015-11-06 03:17:38.570 | 228000K .......... .......... .......... .......... .......... 83% 23.1M 25s 2015-11-06 03:17:38.576 | 228050K .......... .......... .......... .......... .......... 83% 8.46M 25s 2015-11-06 03:17:38.590 | 228100K .......... .......... .......... .......... .......... 83% 3.43M 25s 2015-11-06 03:17:38.628 | 228150K .......... .......... .......... .......... .......... 83% 1.26M 25s 2015-11-06 03:17:38.696 | 228200K .......... .......... .......... .......... .......... 83% 741K 25s 2015-11-06 03:17:38.698 | 228250K .......... .......... .......... .......... .......... 83% 20.8M 25s 2015-11-06 03:17:38.704 | 228300K .......... .......... .......... .......... .......... 83% 9.27M 25s 2015-11-06 03:17:38.718 | 228350K .......... .......... .......... .......... .......... 83% 3.34M 25s 2015-11-06 03:17:38.756 | 228400K .......... .......... .......... .......... .......... 83% 1.28M 25s 2015-11-06 03:17:38.825 | 228450K .......... .......... .......... .......... .......... 83% 742K 25s 2015-11-06 03:17:38.827 | 228500K .......... .......... .......... .......... .......... 83% 13.7M 25s 2015-11-06 03:17:38.832 | 228550K .......... .......... .......... .......... .......... 83% 11.1M 25s 2015-11-06 03:17:38.865 | 228600K .......... .......... .......... .......... .......... 83% 1.48M 25s 2015-11-06 03:17:38.885 | 228650K .......... .......... .......... .......... .......... 83% 2.36M 25s 2015-11-06 03:17:38.952 | 228700K .......... .......... .......... .......... .......... 83% 755K 25s 2015-11-06 03:17:38.956 | 228750K .......... .......... .......... .......... .......... 83% 11.1M 25s 2015-11-06 03:17:38.962 | 228800K .......... .......... .......... .......... .......... 83% 7.76M 25s 2015-11-06 03:17:38.975 | 228850K .......... .......... .......... .......... .......... 83% 3.78M 25s 2015-11-06 03:17:39.014 | 228900K .......... .......... .......... .......... .......... 83% 1.27M 25s 2015-11-06 03:17:39.080 | 228950K .......... .......... .......... .......... .......... 83% 757K 25s 2015-11-06 03:17:39.083 | 229000K .......... .......... .......... .......... .......... 83% 12.2M 25s 2015-11-06 03:17:39.089 | 229050K .......... .......... .......... .......... .......... 83% 8.52M 25s 2015-11-06 03:17:39.104 | 229100K .......... .......... .......... .......... .......... 83% 3.42M 25s 2015-11-06 03:17:39.143 | 229150K .......... .......... .......... .......... .......... 83% 1.25M 25s 2015-11-06 03:17:39.211 | 229200K .......... .......... .......... .......... .......... 83% 732K 25s 2015-11-06 03:17:39.214 | 229250K .......... .......... .......... .......... .......... 83% 14.6M 25s 2015-11-06 03:17:39.218 | 229300K .......... .......... .......... .......... .......... 83% 11.8M 25s 2015-11-06 03:17:39.233 | 229350K .......... .......... .......... .......... .......... 83% 3.25M 25s 2015-11-06 03:17:39.271 | 229400K .......... .......... .......... .......... .......... 83% 1.30M 24s 2015-11-06 03:17:39.338 | 229450K .......... .......... .......... .......... .......... 83% 761K 24s 2015-11-06 03:17:39.343 | 229500K .......... .......... .......... .......... .......... 83% 7.53M 24s 2015-11-06 03:17:39.347 | 229550K .......... .......... .......... .......... .......... 83% 11.6M 24s 2015-11-06 03:17:39.363 | 229600K .......... .......... .......... .......... .......... 83% 3.13M 24s 2015-11-06 03:17:39.401 | 229650K .......... .......... .......... .......... .......... 83% 1.31M 24s 2015-11-06 03:17:39.468 | 229700K .......... .......... .......... .......... .......... 83% 742K 24s 2015-11-06 03:17:39.472 | 229750K .......... .......... .......... .......... .......... 83% 11.6M 24s 2015-11-06 03:17:39.476 | 229800K .......... .......... .......... .......... .......... 83% 11.9M 24s 2015-11-06 03:17:39.491 | 229850K .......... .......... .......... .......... .......... 83% 3.18M 24s 2015-11-06 03:17:39.531 | 229900K .......... .......... .......... .......... .......... 83% 1.24M 24s 2015-11-06 03:17:39.596 | 229950K .......... .......... .......... .......... .......... 83% 772K 24s 2015-11-06 03:17:39.600 | 230000K .......... .......... .......... .......... .......... 83% 9.74M 24s 2015-11-06 03:17:39.604 | 230050K .......... .......... .......... .......... .......... 83% 12.2M 24s 2015-11-06 03:17:39.620 | 230100K .......... .......... .......... .......... .......... 83% 3.39M 24s 2015-11-06 03:17:39.657 | 230150K .......... .......... .......... .......... .......... 83% 1.28M 24s 2015-11-06 03:17:39.725 | 230200K .......... .......... .......... .......... .......... 83% 743K 24s 2015-11-06 03:17:39.729 | 230250K .......... .......... .......... .......... .......... 83% 9.47M 24s 2015-11-06 03:17:39.733 | 230300K .......... .......... .......... .......... .......... 83% 13.7M 24s 2015-11-06 03:17:39.749 | 230350K .......... .......... .......... .......... .......... 83% 3.42M 24s 2015-11-06 03:17:39.786 | 230400K .......... .......... .......... .......... .......... 83% 1.26M 24s 2015-11-06 03:17:39.851 | 230450K .......... .......... .......... .......... .......... 83% 793K 24s 2015-11-06 03:17:39.856 | 230500K .......... .......... .......... .......... .......... 83% 6.83M 24s 2015-11-06 03:17:39.860 | 230550K .......... .......... .......... .......... .......... 83% 15.4M 24s 2015-11-06 03:17:39.876 | 230600K .......... .......... .......... .......... .......... 83% 2.90M 24s 2015-11-06 03:17:39.915 | 230650K .......... .......... .......... .......... .......... 83% 1.32M 24s 2015-11-06 03:17:39.978 | 230700K .......... .......... .......... .......... .......... 84% 777K 24s 2015-11-06 03:17:39.982 | 230750K .......... .......... .......... .......... .......... 84% 11.8M 24s 2015-11-06 03:17:39.991 | 230800K .......... .......... .......... .......... .......... 84% 5.65M 24s 2015-11-06 03:17:40.004 | 230850K .......... .......... .......... .......... .......... 84% 4.63M 24s 2015-11-06 03:17:40.041 | 230900K .......... .......... .......... .......... .......... 84% 1.20M 24s 2015-11-06 03:17:40.108 | 230950K .......... .......... .......... .......... .......... 84% 769K 24s 2015-11-06 03:17:40.115 | 231000K .......... .......... .......... .......... .......... 84% 5.68M 24s 2015-11-06 03:17:40.120 | 231050K .......... .......... .......... .......... .......... 84% 12.9M 24s 2015-11-06 03:17:40.130 | 231100K .......... .......... .......... .......... .......... 84% 4.42M 24s 2015-11-06 03:17:40.181 | 231150K .......... .......... .......... .......... .......... 84% 1005K 24s 2015-11-06 03:17:40.238 | 231200K .......... .......... .......... .......... .......... 84% 884K 24s 2015-11-06 03:17:40.245 | 231250K .......... .......... .......... .......... .......... 84% 5.60M 23s 2015-11-06 03:17:40.247 | 231300K .......... .......... .......... .......... .......... 84% 25.2M 23s 2015-11-06 03:17:40.259 | 231350K .......... .......... .......... .......... .......... 84% 5.33M 23s 2015-11-06 03:17:40.309 | 231400K .......... .......... .......... .......... .......... 84% 949K 23s 2015-11-06 03:17:40.364 | 231450K .......... .......... .......... .......... .......... 84% 11.5M 23s 2015-11-06 03:17:40.373 | 231500K .......... .......... .......... .......... .......... 84% 835K 23s 2015-11-06 03:17:40.376 | 231550K .......... .......... .......... .......... .......... 84% 17.2M 23s 2015-11-06 03:17:40.385 | 231600K .......... .......... .......... .......... .......... 84% 5.08M 23s 2015-11-06 03:17:40.439 | 231650K .......... .......... .......... .......... .......... 84% 1.45M 23s 2015-11-06 03:17:40.442 | 231700K .......... .......... .......... .......... .......... 84% 2.11M 23s 2015-11-06 03:17:40.500 | 231750K .......... .......... .......... .......... .......... 84% 865K 23s 2015-11-06 03:17:40.503 | 231800K .......... .......... .......... .......... .......... 84% 16.1M 23s 2015-11-06 03:17:40.513 | 231850K .......... .......... .......... .......... .......... 84% 4.89M 23s 2015-11-06 03:17:40.546 | 231900K .......... .......... .......... .......... .......... 84% 1.45M 23s 2015-11-06 03:17:40.623 | 231950K .......... .......... .......... .......... .......... 84% 664K 23s 2015-11-06 03:17:40.630 | 232000K .......... .......... .......... .......... .......... 84% 5.67M 23s 2015-11-06 03:17:40.633 | 232050K .......... .......... .......... .......... .......... 84% 21.2M 23s 2015-11-06 03:17:40.640 | 232100K .......... .......... .......... .......... .......... 84% 6.66M 23s 2015-11-06 03:17:40.675 | 232150K .......... .......... .......... .......... .......... 84% 1.40M 23s 2015-11-06 03:17:40.700 | 232200K .......... .......... .......... .......... .......... 84% 1.97M 23s 2015-11-06 03:17:40.757 | 232250K .......... .......... .......... .......... .......... 84% 889K 23s 2015-11-06 03:17:40.760 | 232300K .......... .......... .......... .......... .......... 84% 11.3M 23s 2015-11-06 03:17:40.769 | 232350K .......... .......... .......... .......... .......... 84% 5.63M 23s 2015-11-06 03:17:40.804 | 232400K .......... .......... .......... .......... .......... 84% 1.40M 23s 2015-11-06 03:17:40.827 | 232450K .......... .......... .......... .......... .......... 84% 2.12M 23s 2015-11-06 03:17:40.886 | 232500K .......... .......... .......... .......... .......... 84% 860K 23s 2015-11-06 03:17:40.887 | 232550K .......... .......... .......... .......... .......... 84% 29.0M 23s 2015-11-06 03:17:40.898 | 232600K .......... .......... .......... .......... .......... 84% 4.31M 23s 2015-11-06 03:17:40.933 | 232650K .......... .......... .......... .......... .......... 84% 4.70M 23s 2015-11-06 03:17:40.956 | 232700K .......... .......... .......... .......... .......... 84% 1.04M 23s 2015-11-06 03:17:41.017 | 232750K .......... .......... .......... .......... .......... 84% 822K 23s 2015-11-06 03:17:41.019 | 232800K .......... .......... .......... .......... .......... 84% 17.6M 23s 2015-11-06 03:17:41.027 | 232850K .......... .......... .......... .......... .......... 84% 9.36M 23s 2015-11-06 03:17:41.038 | 232900K .......... .......... .......... .......... .......... 84% 3.49M 23s 2015-11-06 03:17:41.084 | 232950K .......... .......... .......... .......... .......... 84% 1.06M 23s 2015-11-06 03:17:41.142 | 233000K .......... .......... .......... .......... .......... 84% 865K 23s 2015-11-06 03:17:41.146 | 233050K .......... .......... .......... .......... .......... 84% 11.6M 22s 2015-11-06 03:17:41.152 | 233100K .......... .......... .......... .......... .......... 84% 8.62M 22s 2015-11-06 03:17:41.166 | 233150K .......... .......... .......... .......... .......... 84% 3.43M 22s 2015-11-06 03:17:41.212 | 233200K .......... .......... .......... .......... .......... 84% 1.07M 22s 2015-11-06 03:17:41.271 | 233250K .......... .......... .......... .......... .......... 84% 854K 22s 2015-11-06 03:17:41.275 | 233300K .......... .......... .......... .......... .......... 84% 9.93M 22s 2015-11-06 03:17:41.281 | 233350K .......... .......... .......... .......... .......... 84% 8.23M 22s 2015-11-06 03:17:41.295 | 233400K .......... .......... .......... .......... .......... 84% 3.53M 22s 2015-11-06 03:17:41.342 | 233450K .......... .......... .......... .......... .......... 85% 1.03M 22s 2015-11-06 03:17:41.401 | 233500K .......... .......... .......... .......... .......... 85% 864K 22s 2015-11-06 03:17:41.404 | 233550K .......... .......... .......... .......... .......... 85% 11.8M 22s 2015-11-06 03:17:41.410 | 233600K .......... .......... .......... .......... .......... 85% 9.30M 22s 2015-11-06 03:17:41.424 | 233650K .......... .......... .......... .......... .......... 85% 3.69M 22s 2015-11-06 03:17:41.478 | 233700K .......... .......... .......... .......... .......... 85% 906K 22s 2015-11-06 03:17:41.539 | 233750K .......... .......... .......... .......... .......... 85% 825K 22s 2015-11-06 03:17:41.544 | 233800K .......... .......... .......... .......... .......... 85% 8.49M 22s 2015-11-06 03:17:41.547 | 233850K .......... .......... .......... .......... .......... 85% 19.1M 22s 2015-11-06 03:17:41.561 | 233900K .......... .......... .......... .......... .......... 85% 3.39M 22s 2015-11-06 03:17:41.620 | 233950K .......... .......... .......... .......... .......... 85% 857K 22s 2015-11-06 03:17:41.696 | 234000K .......... .......... .......... .......... .......... 85% 652K 22s 2015-11-06 03:17:41.701 | 234050K .......... .......... .......... .......... .......... 85% 11.9M 22s 2015-11-06 03:17:41.704 | 234100K .......... .......... .......... .......... .......... 85% 14.7M 22s 2015-11-06 03:17:41.719 | 234150K .......... .......... .......... .......... .......... 85% 3.68M 22s 2015-11-06 03:17:41.779 | 234200K .......... .......... .......... .......... .......... 85% 802K 22s 2015-11-06 03:17:41.830 | 234250K .......... .......... .......... .......... .......... 85% 979K 22s 2015-11-06 03:17:41.838 | 234300K .......... .......... .......... .......... .......... 85% 6.30M 22s 2015-11-06 03:17:41.852 | 234350K .......... .......... .......... .......... .......... 85% 3.69M 22s 2015-11-06 03:17:41.895 | 234400K .......... .......... .......... .......... .......... 85% 1.12M 22s 2015-11-06 03:17:41.916 | 234450K .......... .......... .......... .......... .......... 85% 2.38M 22s 2015-11-06 03:17:41.959 | 234500K .......... .......... .......... .......... .......... 85% 1.11M 22s 2015-11-06 03:17:41.966 | 234550K .......... .......... .......... .......... .......... 85% 7.12M 22s 2015-11-06 03:17:41.980 | 234600K .......... .......... .......... .......... .......... 85% 3.44M 22s 2015-11-06 03:17:42.023 | 234650K .......... .......... .......... .......... .......... 85% 1.33M 22s 2015-11-06 03:17:42.060 | 234700K .......... .......... .......... .......... .......... 85% 1.16M 22s 2015-11-06 03:17:42.105 | 234750K .......... .......... .......... .......... .......... 85% 1.12M 22s 2015-11-06 03:17:42.108 | 234800K .......... .......... .......... .......... .......... 85% 9.61M 22s 2015-11-06 03:17:42.134 | 234850K .......... .......... .......... .......... .......... 85% 1.94M 22s 2015-11-06 03:17:42.153 | 234900K .......... .......... .......... .......... .......... 85% 2.44M 21s 2015-11-06 03:17:42.192 | 234950K .......... .......... .......... .......... .......... 85% 2.15M 21s 2015-11-06 03:17:42.234 | 235000K .......... .......... .......... .......... .......... 85% 859K 21s 2015-11-06 03:17:42.239 | 235050K .......... .......... .......... .......... .......... 85% 11.5M 21s 2015-11-06 03:17:42.261 | 235100K .......... .......... .......... .......... .......... 85% 2.14M 21s 2015-11-06 03:17:42.281 | 235150K .......... .......... .......... .......... .......... 85% 2.54M 21s 2015-11-06 03:17:42.304 | 235200K .......... .......... .......... .......... .......... 85% 2.08M 21s 2015-11-06 03:17:42.364 | 235250K .......... .......... .......... .......... .......... 85% 842K 21s 2015-11-06 03:17:42.369 | 235300K .......... .......... .......... .......... .......... 85% 7.64M 21s 2015-11-06 03:17:42.391 | 235350K .......... .......... .......... .......... .......... 85% 2.29M 21s 2015-11-06 03:17:42.411 | 235400K .......... .......... .......... .......... .......... 85% 2.48M 21s 2015-11-06 03:17:42.432 | 235450K .......... .......... .......... .......... .......... 85% 2.26M 21s 2015-11-06 03:17:42.499 | 235500K .......... .......... .......... .......... .......... 85% 748K 21s 2015-11-06 03:17:42.504 | 235550K .......... .......... .......... .......... .......... 85% 9.32M 21s 2015-11-06 03:17:42.521 | 235600K .......... .......... .......... .......... .......... 85% 2.85M 21s 2015-11-06 03:17:42.541 | 235650K .......... .......... .......... .......... .......... 85% 2.57M 21s 2015-11-06 03:17:42.568 | 235700K .......... .......... .......... .......... .......... 85% 1.73M 21s 2015-11-06 03:17:42.627 | 235750K .......... .......... .......... .......... .......... 85% 857K 21s 2015-11-06 03:17:42.634 | 235800K .......... .......... .......... .......... .......... 85% 6.87M 21s 2015-11-06 03:17:42.653 | 235850K .......... .......... .......... .......... .......... 85% 2.58M 21s 2015-11-06 03:17:42.672 | 235900K .......... .......... .......... .......... .......... 85% 2.50M 21s 2015-11-06 03:17:42.696 | 235950K .......... .......... .......... .......... .......... 85% 2.04M 21s 2015-11-06 03:17:42.759 | 236000K .......... .......... .......... .......... .......... 85% 830K 21s 2015-11-06 03:17:42.764 | 236050K .......... .......... .......... .......... .......... 85% 6.75M 21s 2015-11-06 03:17:42.783 | 236100K .......... .......... .......... .......... .......... 85% 2.53M 21s 2015-11-06 03:17:42.802 | 236150K .......... .......... .......... .......... .......... 85% 3.10M 21s 2015-11-06 03:17:42.828 | 236200K .......... .......... .......... .......... .......... 86% 1.69M 21s 2015-11-06 03:17:42.849 | 236250K .......... .......... .......... .......... .......... 86% 2.35M 21s 2015-11-06 03:17:42.896 | 236300K .......... .......... .......... .......... .......... 86% 1.03M 21s 2015-11-06 03:17:42.912 | 236350K .......... .......... .......... .......... .......... 86% 3.09M 21s 2015-11-06 03:17:42.930 | 236400K .......... .......... .......... .......... .......... 86% 2.64M 21s 2015-11-06 03:17:42.956 | 236450K .......... .......... .......... .......... .......... 86% 1.88M 21s 2015-11-06 03:17:42.976 | 236500K .......... .......... .......... .......... .......... 86% 2.40M 21s 2015-11-06 03:17:43.019 | 236550K .......... .......... .......... .......... .......... 86% 1.14M 21s 2015-11-06 03:17:43.034 | 236600K .......... .......... .......... .......... .......... 86% 3.31M 21s 2015-11-06 03:17:43.059 | 236650K .......... .......... .......... .......... .......... 86% 1.95M 21s 2015-11-06 03:17:43.085 | 236700K .......... .......... .......... .......... .......... 86% 1.91M 21s 2015-11-06 03:17:43.106 | 236750K .......... .......... .......... .......... .......... 86% 2.31M 20s 2015-11-06 03:17:43.148 | 236800K .......... .......... .......... .......... .......... 86% 1.15M 20s 2015-11-06 03:17:43.163 | 236850K .......... .......... .......... .......... .......... 86% 3.46M 20s 2015-11-06 03:17:43.189 | 236900K .......... .......... .......... .......... .......... 86% 1.86M 20s 2015-11-06 03:17:43.214 | 236950K .......... .......... .......... .......... .......... 86% 1.94M 20s 2015-11-06 03:17:43.235 | 237000K .......... .......... .......... .......... .......... 86% 2.31M 20s 2015-11-06 03:17:43.276 | 237050K .......... .......... .......... .......... .......... 86% 1.18M 20s 2015-11-06 03:17:43.294 | 237100K .......... .......... .......... .......... .......... 86% 2.72M 20s 2015-11-06 03:17:43.317 | 237150K .......... .......... .......... .......... .......... 86% 2.22M 20s 2015-11-06 03:17:43.345 | 237200K .......... .......... .......... .......... .......... 86% 1.70M 20s 2015-11-06 03:17:43.364 | 237250K .......... .......... .......... .......... .......... 86% 2.61M 20s 2015-11-06 03:17:43.406 | 237300K .......... .......... .......... .......... .......... 86% 1.17M 20s 2015-11-06 03:17:43.423 | 237350K .......... .......... .......... .......... .......... 86% 2.84M 20s 2015-11-06 03:17:43.445 | 237400K .......... .......... .......... .......... .......... 86% 2.19M 20s 2015-11-06 03:17:43.474 | 237450K .......... .......... .......... .......... .......... 86% 1.76M 20s 2015-11-06 03:17:43.492 | 237500K .......... .......... .......... .......... .......... 86% 2.55M 20s 2015-11-06 03:17:43.534 | 237550K .......... .......... .......... .......... .......... 86% 1.15M 20s 2015-11-06 03:17:43.552 | 237600K .......... .......... .......... .......... .......... 86% 2.80M 20s 2015-11-06 03:17:43.574 | 237650K .......... .......... .......... .......... .......... 86% 2.25M 20s 2015-11-06 03:17:43.603 | 237700K .......... .......... .......... .......... .......... 86% 1.75M 20s 2015-11-06 03:17:43.620 | 237750K .......... .......... .......... .......... .......... 86% 2.63M 20s 2015-11-06 03:17:43.663 | 237800K .......... .......... .......... .......... .......... 86% 1.12M 20s 2015-11-06 03:17:43.680 | 237850K .......... .......... .......... .......... .......... 86% 2.85M 20s 2015-11-06 03:17:43.702 | 237900K .......... .......... .......... .......... .......... 86% 2.28M 20s 2015-11-06 03:17:43.730 | 237950K .......... .......... .......... .......... .......... 86% 1.79M 20s 2015-11-06 03:17:43.749 | 238000K .......... .......... .......... .......... .......... 86% 2.49M 20s 2015-11-06 03:17:43.791 | 238050K .......... .......... .......... .......... .......... 86% 1.15M 20s 2015-11-06 03:17:43.813 | 238100K .......... .......... .......... .......... .......... 86% 2.26M 20s 2015-11-06 03:17:43.830 | 238150K .......... .......... .......... .......... .......... 86% 2.82M 20s 2015-11-06 03:17:43.860 | 238200K .......... .......... .......... .......... .......... 86% 1.61M 20s 2015-11-06 03:17:43.877 | 238250K .......... .......... .......... .......... .......... 86% 2.98M 20s 2015-11-06 03:17:43.920 | 238300K .......... .......... .......... .......... .......... 86% 1.13M 20s 2015-11-06 03:17:43.939 | 238350K .......... .......... .......... .......... .......... 86% 2.63M 20s 2015-11-06 03:17:43.960 | 238400K .......... .......... .......... .......... .......... 86% 2.30M 20s 2015-11-06 03:17:43.987 | 238450K .......... .......... .......... .......... .......... 86% 1.85M 20s 2015-11-06 03:17:44.006 | 238500K .......... .......... .......... .......... .......... 86% 2.43M 20s 2015-11-06 03:17:44.047 | 238550K .......... .......... .......... .......... .......... 86% 1.20M 20s 2015-11-06 03:17:44.067 | 238600K .......... .......... .......... .......... .......... 86% 2.46M 19s 2015-11-06 03:17:44.088 | 238650K .......... .......... .......... .......... .......... 86% 2.38M 19s 2015-11-06 03:17:44.116 | 238700K .......... .......... .......... .......... .......... 86% 1.75M 19s 2015-11-06 03:17:44.134 | 238750K .......... .......... .......... .......... .......... 86% 2.62M 19s 2015-11-06 03:17:44.176 | 238800K .......... .......... .......... .......... .......... 86% 1.15M 19s 2015-11-06 03:17:44.197 | 238850K .......... .......... .......... .......... .......... 86% 2.50M 19s 2015-11-06 03:17:44.217 | 238900K .......... .......... .......... .......... .......... 86% 2.40M 19s 2015-11-06 03:17:44.244 | 238950K .......... .......... .......... .......... .......... 87% 1.84M 19s 2015-11-06 03:17:44.264 | 239000K .......... .......... .......... .......... .......... 87% 2.45M 19s 2015-11-06 03:17:44.304 | 239050K .......... .......... .......... .......... .......... 87% 1.19M 19s 2015-11-06 03:17:44.324 | 239100K .......... .......... .......... .......... .......... 87% 2.43M 19s 2015-11-06 03:17:44.347 | 239150K .......... .......... .......... .......... .......... 87% 2.22M 19s 2015-11-06 03:17:44.372 | 239200K .......... .......... .......... .......... .......... 87% 1.89M 19s 2015-11-06 03:17:44.391 | 239250K .......... .......... .......... .......... .......... 87% 2.55M 19s 2015-11-06 03:17:44.433 | 239300K .......... .......... .......... .......... .......... 87% 1.17M 19s 2015-11-06 03:17:44.451 | 239350K .......... .......... .......... .......... .......... 87% 2.64M 19s 2015-11-06 03:17:44.474 | 239400K .......... .......... .......... .......... .......... 87% 2.20M 19s 2015-11-06 03:17:44.500 | 239450K .......... .......... .......... .......... .......... 87% 9.18M 19s 2015-11-06 03:17:44.519 | 239500K .......... .......... .......... .......... .......... 87% 1.22M 19s 2015-11-06 03:17:44.562 | 239550K .......... .......... .......... .......... .......... 87% 1.13M 19s 2015-11-06 03:17:44.580 | 239600K .......... .......... .......... .......... .......... 87% 2.65M 19s 2015-11-06 03:17:44.603 | 239650K .......... .......... .......... .......... .......... 87% 2.23M 19s 2015-11-06 03:17:44.607 | 239700K .......... .......... .......... .......... .......... 87% 10.8M 19s 2015-11-06 03:17:44.648 | 239750K .......... .......... .......... .......... .......... 87% 1.85M 19s 2015-11-06 03:17:44.706 | 239800K .......... .......... .......... .......... .......... 87% 695K 19s 2015-11-06 03:17:44.724 | 239850K .......... .......... .......... .......... .......... 87% 2.67M 19s 2015-11-06 03:17:44.746 | 239900K .......... .......... .......... .......... .......... 87% 2.16M 19s 2015-11-06 03:17:44.751 | 239950K .......... .......... .......... .......... .......... 87% 10.3M 19s 2015-11-06 03:17:44.762 | 240000K .......... .......... .......... .......... .......... 87% 4.27M 19s 2015-11-06 03:17:44.834 | 240050K .......... .......... .......... .......... .......... 87% 704K 19s 2015-11-06 03:17:44.852 | 240100K .......... .......... .......... .......... .......... 87% 2.60M 19s 2015-11-06 03:17:44.875 | 240150K .......... .......... .......... .......... .......... 87% 2.49M 19s 2015-11-06 03:17:44.879 | 240200K .......... .......... .......... .......... .......... 87% 6.24M 19s 2015-11-06 03:17:44.890 | 240250K .......... .......... .......... .......... .......... 87% 4.50M 19s 2015-11-06 03:17:44.965 | 240300K .......... .......... .......... .......... .......... 87% 681K 19s 2015-11-06 03:17:44.983 | 240350K .......... .......... .......... .......... .......... 87% 2.99M 19s 2015-11-06 03:17:45.000 | 240400K .......... .......... .......... .......... .......... 87% 2.39M 19s 2015-11-06 03:17:45.008 | 240450K .......... .......... .......... .......... .......... 87% 6.56M 18s 2015-11-06 03:17:45.020 | 240500K .......... .......... .......... .......... .......... 87% 4.13M 18s 2015-11-06 03:17:45.092 | 240550K .......... .......... .......... .......... .......... 87% 1.66M 18s 2015-11-06 03:17:45.097 | 240600K .......... .......... .......... .......... .......... 87% 1.02M 18s 2015-11-06 03:17:45.130 | 240650K .......... .......... .......... .......... .......... 87% 3.00M 18s 2015-11-06 03:17:45.137 | 240700K .......... .......... .......... .......... .......... 87% 2.08M 18s 2015-11-06 03:17:45.148 | 240750K .......... .......... .......... .......... .......... 87% 4.28M 18s 2015-11-06 03:17:45.179 | 240800K .......... .......... .......... .......... .......... 87% 1.56M 18s 2015-11-06 03:17:45.226 | 240850K .......... .......... .......... .......... .......... 87% 1.05M 18s 2015-11-06 03:17:45.244 | 240900K .......... .......... .......... .......... .......... 87% 2.74M 18s 2015-11-06 03:17:45.265 | 240950K .......... .......... .......... .......... .......... 87% 2.39M 18s 2015-11-06 03:17:45.277 | 241000K .......... .......... .......... .......... .......... 87% 3.78M 18s 2015-11-06 03:17:45.308 | 241050K .......... .......... .......... .......... .......... 87% 2.82M 18s 2015-11-06 03:17:45.355 | 241100K .......... .......... .......... .......... .......... 87% 826K 18s 2015-11-06 03:17:45.372 | 241150K .......... .......... .......... .......... .......... 87% 2.88M 18s 2015-11-06 03:17:45.393 | 241200K .......... .......... .......... .......... .......... 87% 2.38M 18s 2015-11-06 03:17:45.406 | 241250K .......... .......... .......... .......... .......... 87% 3.68M 18s 2015-11-06 03:17:45.423 | 241300K .......... .......... .......... .......... .......... 87% 2.80M 18s 2015-11-06 03:17:45.485 | 241350K .......... .......... .......... .......... .......... 87% 832K 18s 2015-11-06 03:17:45.500 | 241400K .......... .......... .......... .......... .......... 87% 2.86M 18s 2015-11-06 03:17:45.522 | 241450K .......... .......... .......... .......... .......... 87% 2.24M 18s 2015-11-06 03:17:45.534 | 241500K .......... .......... .......... .......... .......... 87% 4.00M 18s 2015-11-06 03:17:45.552 | 241550K .......... .......... .......... .......... .......... 87% 2.85M 18s 2015-11-06 03:17:45.611 | 241600K .......... .......... .......... .......... .......... 87% 838K 18s 2015-11-06 03:17:45.630 | 241650K .......... .......... .......... .......... .......... 87% 2.68M 18s 2015-11-06 03:17:45.651 | 241700K .......... .......... .......... .......... .......... 88% 2.23M 18s 2015-11-06 03:17:45.663 | 241750K .......... .......... .......... .......... .......... 88% 4.44M 18s 2015-11-06 03:17:45.681 | 241800K .......... .......... .......... .......... .......... 88% 2.68M 18s 2015-11-06 03:17:45.740 | 241850K .......... .......... .......... .......... .......... 88% 837K 18s 2015-11-06 03:17:45.758 | 241900K .......... .......... .......... .......... .......... 88% 2.82M 18s 2015-11-06 03:17:45.780 | 241950K .......... .......... .......... .......... .......... 88% 2.20M 18s 2015-11-06 03:17:45.791 | 242000K .......... .......... .......... .......... .......... 88% 4.30M 18s 2015-11-06 03:17:45.810 | 242050K .......... .......... .......... .......... .......... 88% 2.62M 18s 2015-11-06 03:17:45.871 | 242100K .......... .......... .......... .......... .......... 88% 814K 18s 2015-11-06 03:17:45.886 | 242150K .......... .......... .......... .......... .......... 88% 3.28M 18s 2015-11-06 03:17:45.908 | 242200K .......... .......... .......... .......... .......... 88% 2.23M 18s 2015-11-06 03:17:45.920 | 242250K .......... .......... .......... .......... .......... 88% 4.13M 17s 2015-11-06 03:17:45.938 | 242300K .......... .......... .......... .......... .......... 88% 2.80M 17s 2015-11-06 03:17:46.000 | 242350K .......... .......... .......... .......... .......... 88% 805K 17s 2015-11-06 03:17:46.019 | 242400K .......... .......... .......... .......... .......... 88% 2.53M 17s 2015-11-06 03:17:46.037 | 242450K .......... .......... .......... .......... .......... 88% 2.93M 17s 2015-11-06 03:17:46.082 | 242500K .......... .......... .......... .......... .......... 88% 1.05M 17s 2015-11-06 03:17:46.141 | 242550K .......... .......... .......... .......... .......... 88% 853K 17s 2015-11-06 03:17:46.179 | 242600K .......... .......... .......... .......... .......... 88% 1.29M 17s 2015-11-06 03:17:46.209 | 242650K .......... .......... .......... .......... .......... 88% 1.61M 17s 2015-11-06 03:17:46.232 | 242700K .......... .......... .......... .......... .......... 88% 2.09M 17s 2015-11-06 03:17:46.262 | 242750K .......... .......... .......... .......... .......... 88% 1.88M 17s 2015-11-06 03:17:46.281 | 242800K .......... .......... .......... .......... .......... 88% 2.12M 17s 2015-11-06 03:17:46.304 | 242850K .......... .......... .......... .......... .......... 88% 2.24M 17s 2015-11-06 03:17:46.319 | 242900K .......... .......... .......... .......... .......... 88% 2.98M 17s 2015-11-06 03:17:46.342 | 242950K .......... .......... .......... .......... .......... 88% 2.28M 17s 2015-11-06 03:17:46.356 | 243000K .......... .......... .......... .......... .......... 88% 3.17M 17s 2015-11-06 03:17:46.372 | 243050K .......... .......... .......... .......... .......... 88% 3.32M 17s 2015-11-06 03:17:46.386 | 243100K .......... .......... .......... .......... .......... 88% 3.25M 17s 2015-11-06 03:17:46.401 | 243150K .......... .......... .......... .......... .......... 88% 3.52M 17s 2015-11-06 03:17:46.421 | 243200K .......... .......... .......... .......... .......... 88% 2.34M 17s 2015-11-06 03:17:46.435 | 243250K .......... .......... .......... .......... .......... 88% 3.63M 17s 2015-11-06 03:17:46.452 | 243300K .......... .......... .......... .......... .......... 88% 2.82M 17s 2015-11-06 03:17:46.515 | 243350K .......... .......... .......... .......... .......... 88% 789K 17s 2015-11-06 03:17:46.529 | 243400K .......... .......... .......... .......... .......... 88% 3.47M 17s 2015-11-06 03:17:46.551 | 243450K .......... .......... .......... .......... .......... 88% 2.28M 17s 2015-11-06 03:17:46.563 | 243500K .......... .......... .......... .......... .......... 88% 4.01M 17s 2015-11-06 03:17:46.581 | 243550K .......... .......... .......... .......... .......... 88% 2.66M 17s 2015-11-06 03:17:46.643 | 243600K .......... .......... .......... .......... .......... 88% 807K 17s 2015-11-06 03:17:46.658 | 243650K .......... .......... .......... .......... .......... 88% 3.34M 17s 2015-11-06 03:17:46.679 | 243700K .......... .......... .......... .......... .......... 88% 2.27M 17s 2015-11-06 03:17:46.691 | 243750K .......... .......... .......... .......... .......... 88% 7.33M 17s 2015-11-06 03:17:46.711 | 243800K .......... .......... .......... .......... .......... 88% 2.04M 17s 2015-11-06 03:17:46.773 | 243850K .......... .......... .......... .......... .......... 88% 793K 17s 2015-11-06 03:17:46.786 | 243900K .......... .......... .......... .......... .......... 88% 3.64M 17s 2015-11-06 03:17:46.808 | 243950K .......... .......... .......... .......... .......... 88% 2.38M 17s 2015-11-06 03:17:46.814 | 244000K .......... .......... .......... .......... .......... 88% 6.31M 17s 2015-11-06 03:17:46.837 | 244050K .......... .......... .......... .......... .......... 88% 5.45M 17s 2015-11-06 03:17:46.904 | 244100K .......... .......... .......... .......... .......... 88% 621K 16s 2015-11-06 03:17:46.915 | 244150K .......... .......... .......... .......... .......... 88% 4.79M 16s 2015-11-06 03:17:46.936 | 244200K .......... .......... .......... .......... .......... 88% 2.21M 16s 2015-11-06 03:17:46.943 | 244250K .......... .......... .......... .......... .......... 88% 7.15M 16s 2015-11-06 03:17:46.953 | 244300K .......... .......... .......... .......... .......... 88% 5.02M 16s 2015-11-06 03:17:47.031 | 244350K .......... .......... .......... .......... .......... 88% 647K 16s 2015-11-06 03:17:47.043 | 244400K .......... .......... .......... .......... .......... 88% 3.87M 16s 2015-11-06 03:17:47.067 | 244450K .......... .......... .......... .......... .......... 89% 2.22M 16s 2015-11-06 03:17:47.071 | 244500K .......... .......... .......... .......... .......... 89% 8.04M 16s 2015-11-06 03:17:47.081 | 244550K .......... .......... .......... .......... .......... 89% 4.85M 16s 2015-11-06 03:17:47.161 | 244600K .......... .......... .......... .......... .......... 89% 626K 16s 2015-11-06 03:17:47.173 | 244650K .......... .......... .......... .......... .......... 89% 4.58M 16s 2015-11-06 03:17:47.196 | 244700K .......... .......... .......... .......... .......... 89% 2.02M 16s 2015-11-06 03:17:47.200 | 244750K .......... .......... .......... .......... .......... 89% 9.76M 16s 2015-11-06 03:17:47.211 | 244800K .......... .......... .......... .......... .......... 89% 4.49M 16s 2015-11-06 03:17:47.290 | 244850K .......... .......... .......... .......... .......... 89% 645K 16s 2015-11-06 03:17:47.301 | 244900K .......... .......... .......... .......... .......... 89% 4.10M 16s 2015-11-06 03:17:47.325 | 244950K .......... .......... .......... .......... .......... 89% 12.6M 16s 2015-11-06 03:17:47.338 | 245000K .......... .......... .......... .......... .......... 89% 1.45M 16s 2015-11-06 03:17:47.344 | 245050K .......... .......... .......... .......... .......... 89% 11.1M 16s 2015-11-06 03:17:47.419 | 245100K .......... .......... .......... .......... .......... 89% 666K 16s 2015-11-06 03:17:47.429 | 245150K .......... .......... .......... .......... .......... 89% 12.0M 16s 2015-11-06 03:17:47.434 | 245200K .......... .......... .......... .......... .......... 89% 4.23M 16s 2015-11-06 03:17:47.459 | 245250K .......... .......... .......... .......... .......... 89% 1.94M 16s 2015-11-06 03:17:47.468 | 245300K .......... .......... .......... .......... .......... 89% 5.10M 16s 2015-11-06 03:17:47.503 | 245350K .......... .......... .......... .......... .......... 89% 1.40M 16s 2015-11-06 03:17:47.551 | 245400K .......... .......... .......... .......... .......... 89% 1.02M 16s 2015-11-06 03:17:47.562 | 245450K .......... .......... .......... .......... .......... 89% 4.29M 16s 2015-11-06 03:17:47.588 | 245500K .......... .......... .......... .......... .......... 89% 1.91M 16s 2015-11-06 03:17:47.597 | 245550K .......... .......... .......... .......... .......... 89% 5.35M 16s 2015-11-06 03:17:47.632 | 245600K .......... .......... .......... .......... .......... 89% 1.38M 16s 2015-11-06 03:17:47.679 | 245650K .......... .......... .......... .......... .......... 89% 1.05M 16s 2015-11-06 03:17:47.691 | 245700K .......... .......... .......... .......... .......... 89% 4.25M 16s 2015-11-06 03:17:47.717 | 245750K .......... .......... .......... .......... .......... 89% 1.88M 16s 2015-11-06 03:17:47.725 | 245800K .......... .......... .......... .......... .......... 89% 5.82M 16s 2015-11-06 03:17:47.751 | 245850K .......... .......... .......... .......... .......... 89% 2.21M 16s 2015-11-06 03:17:47.808 | 245900K .......... .......... .......... .......... .......... 89% 826K 16s 2015-11-06 03:17:47.819 | 245950K .......... .......... .......... .......... .......... 89% 4.22M 15s 2015-11-06 03:17:47.846 | 246000K .......... .......... .......... .......... .......... 89% 1.84M 15s 2015-11-06 03:17:47.855 | 246050K .......... .......... .......... .......... .......... 89% 5.88M 15s 2015-11-06 03:17:47.877 | 246100K .......... .......... .......... .......... .......... 89% 2.08M 15s 2015-11-06 03:17:47.937 | 246150K .......... .......... .......... .......... .......... 89% 847K 15s 2015-11-06 03:17:47.947 | 246200K .......... .......... .......... .......... .......... 89% 4.47M 15s 2015-11-06 03:17:47.974 | 246250K .......... .......... .......... .......... .......... 89% 1.85M 15s 2015-11-06 03:17:47.983 | 246300K .......... .......... .......... .......... .......... 89% 5.19M 15s 2015-11-06 03:17:48.010 | 246350K .......... .......... .......... .......... .......... 89% 2.20M 15s 2015-11-06 03:17:48.066 | 246400K .......... .......... .......... .......... .......... 89% 832K 15s 2015-11-06 03:17:48.076 | 246450K .......... .......... .......... .......... .......... 89% 4.58M 15s 2015-11-06 03:17:48.102 | 246500K .......... .......... .......... .......... .......... 89% 1.95M 15s 2015-11-06 03:17:48.112 | 246550K .......... .......... .......... .......... .......... 89% 4.69M 15s 2015-11-06 03:17:48.135 | 246600K .......... .......... .......... .......... .......... 89% 2.10M 15s 2015-11-06 03:17:48.196 | 246650K .......... .......... .......... .......... .......... 89% 837K 15s 2015-11-06 03:17:48.204 | 246700K .......... .......... .......... .......... .......... 89% 5.20M 15s 2015-11-06 03:17:48.238 | 246750K .......... .......... .......... .......... .......... 89% 1.48M 15s 2015-11-06 03:17:48.245 | 246800K .......... .......... .......... .......... .......... 89% 6.97M 15s 2015-11-06 03:17:48.271 | 246850K .......... .......... .......... .......... .......... 89% 2.13M 15s 2015-11-06 03:17:48.324 | 246900K .......... .......... .......... .......... .......... 89% 879K 15s 2015-11-06 03:17:48.333 | 246950K .......... .......... .......... .......... .......... 89% 5.25M 15s 2015-11-06 03:17:48.360 | 247000K .......... .......... .......... .......... .......... 89% 1.82M 15s 2015-11-06 03:17:48.373 | 247050K .......... .......... .......... .......... .......... 89% 4.03M 15s 2015-11-06 03:17:48.396 | 247100K .......... .......... .......... .......... .......... 89% 2.08M 15s 2015-11-06 03:17:48.452 | 247150K .......... .......... .......... .......... .......... 89% 881K 15s 2015-11-06 03:17:48.461 | 247200K .......... .......... .......... .......... .......... 90% 5.42M 15s 2015-11-06 03:17:48.504 | 247250K .......... .......... .......... .......... .......... 90% 1.15M 15s 2015-11-06 03:17:48.508 | 247300K .......... .......... .......... .......... .......... 90% 11.4M 15s 2015-11-06 03:17:48.525 | 247350K .......... .......... .......... .......... .......... 90% 5.07M 15s 2015-11-06 03:17:48.580 | 247400K .......... .......... .......... .......... .......... 90% 794K 15s 2015-11-06 03:17:48.590 | 247450K .......... .......... .......... .......... .......... 90% 5.08M 15s 2015-11-06 03:17:48.632 | 247500K .......... .......... .......... .......... .......... 90% 1.16M 15s 2015-11-06 03:17:48.636 | 247550K .......... .......... .......... .......... .......... 90% 12.8M 15s 2015-11-06 03:17:48.646 | 247600K .......... .......... .......... .......... .......... 90% 5.04M 15s 2015-11-06 03:17:48.710 | 247650K .......... .......... .......... .......... .......... 90% 781K 15s 2015-11-06 03:17:48.720 | 247700K .......... .......... .......... .......... .......... 90% 4.60M 15s 2015-11-06 03:17:48.763 | 247750K .......... .......... .......... .......... .......... 90% 1.17M 15s 2015-11-06 03:17:48.765 | 247800K .......... .......... .......... .......... .......... 90% 16.1M 14s 2015-11-06 03:17:48.775 | 247850K .......... .......... .......... .......... .......... 90% 5.15M 14s 2015-11-06 03:17:48.841 | 247900K .......... .......... .......... .......... .......... 90% 760K 14s 2015-11-06 03:17:48.849 | 247950K .......... .......... .......... .......... .......... 90% 5.57M 14s 2015-11-06 03:17:48.891 | 248000K .......... .......... .......... .......... .......... 90% 1.19M 14s 2015-11-06 03:17:48.895 | 248050K .......... .......... .......... .......... .......... 90% 9.73M 14s 2015-11-06 03:17:48.906 | 248100K .......... .......... .......... .......... .......... 90% 4.92M 14s 2015-11-06 03:17:48.968 | 248150K .......... .......... .......... .......... .......... 90% 811K 14s 2015-11-06 03:17:48.978 | 248200K .......... .......... .......... .......... .......... 90% 4.40M 14s 2015-11-06 03:17:49.019 | 248250K .......... .......... .......... .......... .......... 90% 1.21M 14s 2015-11-06 03:17:49.021 | 248300K .......... .......... .......... .......... .......... 90% 15.3M 14s 2015-11-06 03:17:49.035 | 248350K .......... .......... .......... .......... .......... 90% 3.66M 14s 2015-11-06 03:17:49.096 | 248400K .......... .......... .......... .......... .......... 90% 818K 14s 2015-11-06 03:17:49.107 | 248450K .......... .......... .......... .......... .......... 90% 4.70M 14s 2015-11-06 03:17:49.148 | 248500K .......... .......... .......... .......... .......... 90% 1.21M 14s 2015-11-06 03:17:49.151 | 248550K .......... .......... .......... .......... .......... 90% 10.6M 14s 2015-11-06 03:17:49.163 | 248600K .......... .......... .......... .......... .......... 90% 4.33M 14s 2015-11-06 03:17:49.224 | 248650K .......... .......... .......... .......... .......... 90% 823K 14s 2015-11-06 03:17:49.234 | 248700K .......... .......... .......... .......... .......... 90% 5.08M 14s 2015-11-06 03:17:49.276 | 248750K .......... .......... .......... .......... .......... 90% 1.16M 14s 2015-11-06 03:17:49.280 | 248800K .......... .......... .......... .......... .......... 90% 9.37M 14s 2015-11-06 03:17:49.292 | 248850K .......... .......... .......... .......... .......... 90% 4.40M 14s 2015-11-06 03:17:49.353 | 248900K .......... .......... .......... .......... .......... 90% 817K 14s 2015-11-06 03:17:49.369 | 248950K .......... .......... .......... .......... .......... 90% 3.03M 14s 2015-11-06 03:17:49.404 | 249000K .......... .......... .......... .......... .......... 90% 1.45M 14s 2015-11-06 03:17:49.409 | 249050K .......... .......... .......... .......... .......... 90% 7.22M 14s 2015-11-06 03:17:49.419 | 249100K .......... .......... .......... .......... .......... 90% 4.72M 14s 2015-11-06 03:17:49.483 | 249150K .......... .......... .......... .......... .......... 90% 810K 14s 2015-11-06 03:17:49.493 | 249200K .......... .......... .......... .......... .......... 90% 4.56M 14s 2015-11-06 03:17:49.536 | 249250K .......... .......... .......... .......... .......... 90% 1.14M 14s 2015-11-06 03:17:49.541 | 249300K .......... .......... .......... .......... .......... 90% 8.16M 14s 2015-11-06 03:17:49.552 | 249350K .......... .......... .......... .......... .......... 90% 4.38M 14s 2015-11-06 03:17:49.612 | 249400K .......... .......... .......... .......... .......... 90% 848K 14s 2015-11-06 03:17:49.622 | 249450K .......... .......... .......... .......... .......... 90% 4.45M 14s 2015-11-06 03:17:49.663 | 249500K .......... .......... .......... .......... .......... 90% 1.21M 14s 2015-11-06 03:17:49.668 | 249550K .......... .......... .......... .......... .......... 90% 8.08M 14s 2015-11-06 03:17:49.686 | 249600K .......... .......... .......... .......... .......... 90% 2.77M 14s 2015-11-06 03:17:49.739 | 249650K .......... .......... .......... .......... .......... 90% 2.28M 13s 2015-11-06 03:17:49.743 | 249700K .......... .......... .......... .......... .......... 90% 1.37M 13s 2015-11-06 03:17:49.792 | 249750K .......... .......... .......... .......... .......... 90% 3.56M 13s 2015-11-06 03:17:49.795 | 249800K .......... .......... .......... .......... .......... 90% 1.27M 13s 2015-11-06 03:17:49.808 | 249850K .......... .......... .......... .......... .......... 90% 4.02M 13s 2015-11-06 03:17:49.836 | 249900K .......... .......... .......... .......... .......... 90% 1.67M 13s 2015-11-06 03:17:49.872 | 249950K .......... .......... .......... .......... .......... 91% 1.38M 13s 2015-11-06 03:17:49.885 | 250000K .......... .......... .......... .......... .......... 91% 3.72M 13s 2015-11-06 03:17:49.927 | 250050K .......... .......... .......... .......... .......... 91% 1.17M 13s 2015-11-06 03:17:49.936 | 250100K .......... .......... .......... .......... .......... 91% 5.11M 13s 2015-11-06 03:17:49.965 | 250150K .......... .......... .......... .......... .......... 91% 2.11M 13s 2015-11-06 03:17:50.001 | 250200K .......... .......... .......... .......... .......... 91% 1.17M 13s 2015-11-06 03:17:50.014 | 250250K .......... .......... .......... .......... .......... 91% 3.68M 13s 2015-11-06 03:17:50.055 | 250300K .......... .......... .......... .......... .......... 91% 1.19M 13s 2015-11-06 03:17:50.066 | 250350K .......... .......... .......... .......... .......... 91% 5.54M 13s 2015-11-06 03:17:50.088 | 250400K .......... .......... .......... .......... .......... 91% 2.02M 13s 2015-11-06 03:17:50.130 | 250450K .......... .......... .......... .......... .......... 91% 1.17M 13s 2015-11-06 03:17:50.142 | 250500K .......... .......... .......... .......... .......... 91% 3.84M 13s 2015-11-06 03:17:50.183 | 250550K .......... .......... .......... .......... .......... 91% 1.21M 13s 2015-11-06 03:17:50.194 | 250600K .......... .......... .......... .......... .......... 91% 4.83M 13s 2015-11-06 03:17:50.217 | 250650K .......... .......... .......... .......... .......... 91% 2.08M 13s 2015-11-06 03:17:50.258 | 250700K .......... .......... .......... .......... .......... 91% 1.17M 13s 2015-11-06 03:17:50.271 | 250750K .......... .......... .......... .......... .......... 91% 3.75M 13s 2015-11-06 03:17:50.312 | 250800K .......... .......... .......... .......... .......... 91% 1.22M 13s 2015-11-06 03:17:50.315 | 250850K .......... .......... .......... .......... .......... 91% 12.2M 13s 2015-11-06 03:17:50.347 | 250900K .......... .......... .......... .......... .......... 91% 1.55M 13s 2015-11-06 03:17:50.387 | 250950K .......... .......... .......... .......... .......... 91% 1.21M 13s 2015-11-06 03:17:50.400 | 251000K .......... .......... .......... .......... .......... 91% 3.96M 13s 2015-11-06 03:17:50.442 | 251050K .......... .......... .......... .......... .......... 91% 1.18M 13s 2015-11-06 03:17:50.446 | 251100K .......... .......... .......... .......... .......... 91% 10.4M 13s 2015-11-06 03:17:50.476 | 251150K .......... .......... .......... .......... .......... 91% 2.57M 13s 2015-11-06 03:17:50.516 | 251200K .......... .......... .......... .......... .......... 91% 985K 13s 2015-11-06 03:17:50.529 | 251250K .......... .......... .......... .......... .......... 91% 4.00M 13s 2015-11-06 03:17:50.570 | 251300K .......... .......... .......... .......... .......... 91% 1.18M 13s 2015-11-06 03:17:50.572 | 251350K .......... .......... .......... .......... .......... 91% 16.2M 13s 2015-11-06 03:17:50.593 | 251400K .......... .......... .......... .......... .......... 91% 2.31M 13s 2015-11-06 03:17:50.647 | 251450K .......... .......... .......... .......... .......... 91% 933K 13s 2015-11-06 03:17:50.657 | 251500K .......... .......... .......... .......... .......... 91% 4.92M 12s 2015-11-06 03:17:50.698 | 251550K .......... .......... .......... .......... .......... 91% 1.18M 12s 2015-11-06 03:17:50.703 | 251600K .......... .......... .......... .......... .......... 91% 9.69M 12s 2015-11-06 03:17:50.723 | 251650K .......... .......... .......... .......... .......... 91% 2.46M 12s 2015-11-06 03:17:50.775 | 251700K .......... .......... .......... .......... .......... 91% 967K 12s 2015-11-06 03:17:50.789 | 251750K .......... .......... .......... .......... .......... 91% 3.53M 12s 2015-11-06 03:17:50.829 | 251800K .......... .......... .......... .......... .......... 91% 1.21M 12s 2015-11-06 03:17:50.835 | 251850K .......... .......... .......... .......... .......... 91% 8.30M 12s 2015-11-06 03:17:50.857 | 251900K .......... .......... .......... .......... .......... 91% 2.21M 12s 2015-11-06 03:17:50.905 | 251950K .......... .......... .......... .......... .......... 91% 1.01M 12s 2015-11-06 03:17:50.926 | 252000K .......... .......... .......... .......... .......... 91% 2.36M 12s 2015-11-06 03:17:50.962 | 252050K .......... .......... .......... .......... .......... 91% 1.40M 12s 2015-11-06 03:17:50.965 | 252100K .......... .......... .......... .......... .......... 91% 11.8M 12s 2015-11-06 03:17:50.999 | 252150K .......... .......... .......... .......... .......... 91% 1.84M 12s 2015-11-06 03:17:51.034 | 252200K .......... .......... .......... .......... .......... 91% 1.15M 12s 2015-11-06 03:17:51.055 | 252250K .......... .......... .......... .......... .......... 91% 2.42M 12s 2015-11-06 03:17:51.089 | 252300K .......... .......... .......... .......... .......... 91% 1.42M 12s 2015-11-06 03:17:51.094 | 252350K .......... .......... .......... .......... .......... 91% 8.87M 12s 2015-11-06 03:17:51.128 | 252400K .......... .......... .......... .......... .......... 91% 1.47M 12s 2015-11-06 03:17:51.163 | 252450K .......... .......... .......... .......... .......... 91% 1.38M 12s 2015-11-06 03:17:51.185 | 252500K .......... .......... .......... .......... .......... 91% 2.38M 12s 2015-11-06 03:17:51.217 | 252550K .......... .......... .......... .......... .......... 91% 1.48M 12s 2015-11-06 03:17:51.222 | 252600K .......... .......... .......... .......... .......... 91% 8.71M 12s 2015-11-06 03:17:51.248 | 252650K .......... .......... .......... .......... .......... 91% 1.87M 12s 2015-11-06 03:17:51.291 | 252700K .......... .......... .......... .......... .......... 92% 1.13M 12s 2015-11-06 03:17:51.315 | 252750K .......... .......... .......... .......... .......... 92% 4.09M 12s 2015-11-06 03:17:51.350 | 252800K .......... .......... .......... .......... .......... 92% 1.04M 12s 2015-11-06 03:17:51.361 | 252850K .......... .......... .......... .......... .......... 92% 4.65M 12s 2015-11-06 03:17:51.378 | 252900K .......... .......... .......... .......... .......... 92% 2.72M 12s 2015-11-06 03:17:51.420 | 252950K .......... .......... .......... .......... .......... 92% 1.19M 12s 2015-11-06 03:17:51.433 | 253000K .......... .......... .......... .......... .......... 92% 3.51M 12s 2015-11-06 03:17:51.498 | 253050K .......... .......... .......... .......... .......... 92% 787K 12s 2015-11-06 03:17:51.502 | 253100K .......... .......... .......... .......... .......... 92% 8.63M 12s 2015-11-06 03:17:51.508 | 253150K .......... .......... .......... .......... .......... 92% 9.61M 12s 2015-11-06 03:17:51.549 | 253200K .......... .......... .......... .......... .......... 92% 1.20M 12s 2015-11-06 03:17:51.564 | 253250K .......... .......... .......... .......... .......... 92% 3.02M 12s 2015-11-06 03:17:51.626 | 253300K .......... .......... .......... .......... .......... 92% 815K 12s 2015-11-06 03:17:51.631 | 253350K .......... .......... .......... .......... .......... 92% 9.48M 11s 2015-11-06 03:17:51.637 | 253400K .......... .......... .......... .......... .......... 92% 8.39M 11s 2015-11-06 03:17:51.678 | 253450K .......... .......... .......... .......... .......... 92% 1.21M 11s 2015-11-06 03:17:51.690 | 253500K .......... .......... .......... .......... .......... 92% 3.69M 11s 2015-11-06 03:17:51.754 | 253550K .......... .......... .......... .......... .......... 92% 798K 11s 2015-11-06 03:17:51.763 | 253600K .......... .......... .......... .......... .......... 92% 5.02M 11s 2015-11-06 03:17:51.772 | 253650K .......... .......... .......... .......... .......... 92% 5.46M 11s 2015-11-06 03:17:51.807 | 253700K .......... .......... .......... .......... .......... 92% 1.40M 11s 2015-11-06 03:17:51.820 | 253750K .......... .......... .......... .......... .......... 92% 3.95M 11s 2015-11-06 03:17:51.883 | 253800K .......... .......... .......... .......... .......... 92% 786K 11s 2015-11-06 03:17:51.888 | 253850K .......... .......... .......... .......... .......... 92% 8.98M 11s 2015-11-06 03:17:51.895 | 253900K .......... .......... .......... .......... .......... 92% 6.78M 11s 2015-11-06 03:17:51.934 | 253950K .......... .......... .......... .......... .......... 92% 1.25M 11s 2015-11-06 03:17:51.948 | 254000K .......... .......... .......... .......... .......... 92% 3.47M 11s 2015-11-06 03:17:52.023 | 254050K .......... .......... .......... .......... .......... 92% 2.32M 11s 2015-11-06 03:17:52.030 | 254100K .......... .......... .......... .......... .......... 92% 826K 11s 2015-11-06 03:17:52.034 | 254150K .......... .......... .......... .......... .......... 92% 11.4M 11s 2015-11-06 03:17:52.043 | 254200K .......... .......... .......... .......... .......... 92% 5.25M 11s 2015-11-06 03:17:52.078 | 254250K .......... .......... .......... .......... .......... 92% 1.53M 11s 2015-11-06 03:17:52.099 | 254300K .......... .......... .......... .......... .......... 92% 2.02M 11s 2015-11-06 03:17:52.158 | 254350K .......... .......... .......... .......... .......... 92% 870K 11s 2015-11-06 03:17:52.162 | 254400K .......... .......... .......... .......... .......... 92% 8.97M 11s 2015-11-06 03:17:52.172 | 254450K .......... .......... .......... .......... .......... 92% 9.66M 11s 2015-11-06 03:17:52.203 | 254500K .......... .......... .......... .......... .......... 92% 1.37M 11s 2015-11-06 03:17:52.229 | 254550K .......... .......... .......... .......... .......... 92% 1.89M 11s 2015-11-06 03:17:52.285 | 254600K .......... .......... .......... .......... .......... 92% 890K 11s 2015-11-06 03:17:52.290 | 254650K .......... .......... .......... .......... .......... 92% 9.53M 11s 2015-11-06 03:17:52.296 | 254700K .......... .......... .......... .......... .......... 92% 7.78M 11s 2015-11-06 03:17:52.332 | 254750K .......... .......... .......... .......... .......... 92% 1.40M 11s 2015-11-06 03:17:52.363 | 254800K .......... .......... .......... .......... .......... 92% 1.55M 11s 2015-11-06 03:17:52.413 | 254850K .......... .......... .......... .......... .......... 92% 995K 11s 2015-11-06 03:17:52.418 | 254900K .......... .......... .......... .......... .......... 92% 9.96M 11s 2015-11-06 03:17:52.428 | 254950K .......... .......... .......... .......... .......... 92% 4.92M 11s 2015-11-06 03:17:52.469 | 255000K .......... .......... .......... .......... .......... 92% 1.19M 11s 2015-11-06 03:17:52.496 | 255050K .......... .......... .......... .......... .......... 92% 1.76M 11s 2015-11-06 03:17:52.540 | 255100K .......... .......... .......... .......... .......... 92% 1.12M 11s 2015-11-06 03:17:52.550 | 255150K .......... .......... .......... .......... .......... 92% 5.30M 11s 2015-11-06 03:17:52.579 | 255200K .......... .......... .......... .......... .......... 92% 1.61M 10s 2015-11-06 03:17:52.603 | 255250K .......... .......... .......... .......... .......... 92% 2.09M 10s 2015-11-06 03:17:52.646 | 255300K .......... .......... .......... .......... .......... 92% 1.14M 10s 2015-11-06 03:17:52.698 | 255350K .......... .......... .......... .......... .......... 92% 972K 10s 2015-11-06 03:17:52.702 | 255400K .......... .......... .......... .......... .......... 92% 10.2M 10s 2015-11-06 03:17:52.726 | 255450K .......... .......... .......... .......... .......... 93% 2.01M 10s 2015-11-06 03:17:52.751 | 255500K .......... .......... .......... .......... .......... 93% 2.01M 10s 2015-11-06 03:17:52.794 | 255550K .......... .......... .......... .......... .......... 93% 1.15M 10s 2015-11-06 03:17:52.835 | 255600K .......... .......... .......... .......... .......... 93% 1.16M 10s 2015-11-06 03:17:52.852 | 255650K .......... .......... .......... .......... .......... 93% 2.90M 10s 2015-11-06 03:17:52.935 | 255700K .......... .......... .......... .......... .......... 93% 595K 10s 2015-11-06 03:17:52.953 | 255750K .......... .......... .......... .......... .......... 93% 2.77M 10s 2015-11-06 03:17:52.959 | 255800K .......... .......... .......... .......... .......... 93% 8.44M 10s 2015-11-06 03:17:52.972 | 255850K .......... .......... .......... .......... .......... 93% 3.96M 10s 2015-11-06 03:17:52.998 | 255900K .......... .......... .......... .......... .......... 93% 1.79M 10s 2015-11-06 03:17:53.072 | 255950K .......... .......... .......... .......... .......... 93% 678K 10s 2015-11-06 03:17:53.091 | 256000K .......... .......... .......... .......... .......... 93% 2.58M 10s 2015-11-06 03:17:53.096 | 256050K .......... .......... .......... .......... .......... 93% 10.1M 10s 2015-11-06 03:17:53.116 | 256100K .......... .......... .......... .......... .......... 93% 2.45M 10s 2015-11-06 03:17:53.140 | 256150K .......... .......... .......... .......... .......... 93% 2.07M 10s 2015-11-06 03:17:53.205 | 256200K .......... .......... .......... .......... .......... 93% 758K 10s 2015-11-06 03:17:53.232 | 256250K .......... .......... .......... .......... .......... 93% 1.88M 10s 2015-11-06 03:17:53.234 | 256300K .......... .......... .......... .......... .......... 93% 18.6M 10s 2015-11-06 03:17:53.260 | 256350K .......... .......... .......... .......... .......... 93% 1.87M 10s 2015-11-06 03:17:53.286 | 256400K .......... .......... .......... .......... .......... 93% 1.94M 10s 2015-11-06 03:17:53.335 | 256450K .......... .......... .......... .......... .......... 93% 1002K 10s 2015-11-06 03:17:53.362 | 256500K .......... .......... .......... .......... .......... 93% 1.92M 10s 2015-11-06 03:17:53.368 | 256550K .......... .......... .......... .......... .......... 93% 6.27M 10s 2015-11-06 03:17:53.389 | 256600K .......... .......... .......... .......... .......... 93% 2.39M 10s 2015-11-06 03:17:53.419 | 256650K .......... .......... .......... .......... .......... 93% 1.64M 10s 2015-11-06 03:17:53.466 | 256700K .......... .......... .......... .......... .......... 93% 1.03M 10s 2015-11-06 03:17:53.493 | 256750K .......... .......... .......... .......... .......... 93% 1.89M 10s 2015-11-06 03:17:53.498 | 256800K .......... .......... .......... .......... .......... 93% 8.99M 10s 2015-11-06 03:17:53.526 | 256850K .......... .......... .......... .......... .......... 93% 1.84M 10s 2015-11-06 03:17:53.548 | 256900K .......... .......... .......... .......... .......... 93% 2.02M 10s 2015-11-06 03:17:53.595 | 256950K .......... .......... .......... .......... .......... 93% 1.04M 10s 2015-11-06 03:17:53.623 | 257000K .......... .......... .......... .......... .......... 93% 1.74M 10s 2015-11-06 03:17:53.630 | 257050K .......... .......... .......... .......... .......... 93% 7.17M 9s 2015-11-06 03:17:53.653 | 257100K .......... .......... .......... .......... .......... 93% 2.10M 9s 2015-11-06 03:17:53.684 | 257150K .......... .......... .......... .......... .......... 93% 1.55M 9s 2015-11-06 03:17:53.727 | 257200K .......... .......... .......... .......... .......... 93% 1.16M 9s 2015-11-06 03:17:53.763 | 257250K .......... .......... .......... .......... .......... 93% 1.34M 9s 2015-11-06 03:17:53.768 | 257300K .......... .......... .......... .......... .......... 93% 9.65M 9s 2015-11-06 03:17:53.793 | 257350K .......... .......... .......... .......... .......... 93% 3.99M 9s 2015-11-06 03:17:53.857 | 257400K .......... .......... .......... .......... .......... 93% 653K 9s 2015-11-06 03:17:53.875 | 257450K .......... .......... .......... .......... .......... 93% 2.80M 9s 2015-11-06 03:17:53.895 | 257500K .......... .......... .......... .......... .......... 93% 2.44M 9s 2015-11-06 03:17:53.899 | 257550K .......... .......... .......... .......... .......... 93% 9.94M 9s 2015-11-06 03:17:53.914 | 257600K .......... .......... .......... .......... .......... 93% 3.19M 9s 2015-11-06 03:17:53.953 | 257650K .......... .......... .......... .......... .......... 93% 1.29M 9s 2015-11-06 03:17:54.003 | 257700K .......... .......... .......... .......... .......... 93% 990K 9s 2015-11-06 03:17:54.025 | 257750K .......... .......... .......... .......... .......... 93% 2.37M 9s 2015-11-06 03:17:54.029 | 257800K .......... .......... .......... .......... .......... 93% 8.62M 9s 2015-11-06 03:17:54.043 | 257850K .......... .......... .......... .......... .......... 93% 3.44M 9s 2015-11-06 03:17:54.082 | 257900K .......... .......... .......... .......... .......... 93% 1.26M 9s 2015-11-06 03:17:54.124 | 257950K .......... .......... .......... .......... .......... 93% 1.29M 9s 2015-11-06 03:17:54.144 | 258000K .......... .......... .......... .......... .......... 93% 2.05M 9s 2015-11-06 03:17:54.164 | 258050K .......... .......... .......... .......... .......... 93% 2.49M 9s 2015-11-06 03:17:54.172 | 258100K .......... .......... .......... .......... .......... 93% 5.62M 9s 2015-11-06 03:17:54.210 | 258150K .......... .......... .......... .......... .......... 93% 1.30M 9s 2015-11-06 03:17:54.248 | 258200K .......... .......... .......... .......... .......... 94% 1.25M 9s 2015-11-06 03:17:54.273 | 258250K .......... .......... .......... .......... .......... 94% 2.02M 9s 2015-11-06 03:17:54.291 | 258300K .......... .......... .......... .......... .......... 94% 2.67M 9s 2015-11-06 03:17:54.301 | 258350K .......... .......... .......... .......... .......... 94% 4.98M 9s 2015-11-06 03:17:54.339 | 258400K .......... .......... .......... .......... .......... 94% 1.28M 9s 2015-11-06 03:17:54.382 | 258450K .......... .......... .......... .......... .......... 94% 1.15M 9s 2015-11-06 03:17:54.413 | 258500K .......... .......... .......... .......... .......... 94% 1.55M 9s 2015-11-06 03:17:54.424 | 258550K .......... .......... .......... .......... .......... 94% 4.82M 9s 2015-11-06 03:17:54.435 | 258600K .......... .......... .......... .......... .......... 94% 4.12M 9s 2015-11-06 03:17:54.481 | 258650K .......... .......... .......... .......... .......... 94% 1.08M 9s 2015-11-06 03:17:54.517 | 258700K .......... .......... .......... .......... .......... 94% 1.32M 9s 2015-11-06 03:17:54.532 | 258750K .......... .......... .......... .......... .......... 94% 3.95M 9s 2015-11-06 03:17:54.552 | 258800K .......... .......... .......... .......... .......... 94% 2.20M 9s 2015-11-06 03:17:54.563 | 258850K .......... .......... .......... .......... .......... 94% 4.36M 9s 2015-11-06 03:17:54.608 | 258900K .......... .......... .......... .......... .......... 94% 1.07M 8s 2015-11-06 03:17:54.638 | 258950K .......... .......... .......... .......... .......... 94% 1.65M 8s 2015-11-06 03:17:54.658 | 259000K .......... .......... .......... .......... .......... 94% 2.46M 8s 2015-11-06 03:17:54.680 | 259050K .......... .......... .......... .......... .......... 94% 2.28M 8s 2015-11-06 03:17:54.694 | 259100K .......... .......... .......... .......... .......... 94% 3.32M 8s 2015-11-06 03:17:54.737 | 259150K .......... .......... .......... .......... .......... 94% 1.33M 8s 2015-11-06 03:17:54.768 | 259200K .......... .......... .......... .......... .......... 94% 1.32M 8s 2015-11-06 03:17:54.786 | 259250K .......... .......... .......... .......... .......... 94% 4.33M 8s 2015-11-06 03:17:54.809 | 259300K .......... .......... .......... .......... .......... 94% 1.61M 8s 2015-11-06 03:17:54.823 | 259350K .......... .......... .......... .......... .......... 94% 3.69M 8s 2015-11-06 03:17:54.859 | 259400K .......... .......... .......... .......... .......... 94% 1.31M 8s 2015-11-06 03:17:54.896 | 259450K .......... .......... .......... .......... .......... 94% 1.34M 8s 2015-11-06 03:17:54.908 | 259500K .......... .......... .......... .......... .......... 94% 4.15M 8s 2015-11-06 03:17:54.937 | 259550K .......... .......... .......... .......... .......... 94% 2.23M 8s 2015-11-06 03:17:54.950 | 259600K .......... .......... .......... .......... .......... 94% 2.38M 8s 2015-11-06 03:17:54.989 | 259650K .......... .......... .......... .......... .......... 94% 1.27M 8s 2015-11-06 03:17:55.025 | 259700K .......... .......... .......... .......... .......... 94% 1.33M 8s 2015-11-06 03:17:55.037 | 259750K .......... .......... .......... .......... .......... 94% 4.33M 8s 2015-11-06 03:17:55.058 | 259800K .......... .......... .......... .......... .......... 94% 2.22M 8s 2015-11-06 03:17:55.082 | 259850K .......... .......... .......... .......... .......... 94% 2.07M 8s 2015-11-06 03:17:55.117 | 259900K .......... .......... .......... .......... .......... 94% 1.39M 8s 2015-11-06 03:17:55.154 | 259950K .......... .......... .......... .......... .......... 94% 1.34M 8s 2015-11-06 03:17:55.166 | 260000K .......... .......... .......... .......... .......... 94% 3.82M 8s 2015-11-06 03:17:55.187 | 260050K .......... .......... .......... .......... .......... 94% 2.34M 8s 2015-11-06 03:17:55.210 | 260100K .......... .......... .......... .......... .......... 94% 2.14M 8s 2015-11-06 03:17:55.246 | 260150K .......... .......... .......... .......... .......... 94% 1.72M 8s 2015-11-06 03:17:55.284 | 260200K .......... .......... .......... .......... .......... 94% 1.07M 8s 2015-11-06 03:17:55.295 | 260250K .......... .......... .......... .......... .......... 94% 4.42M 8s 2015-11-06 03:17:55.316 | 260300K .......... .......... .......... .......... .......... 94% 2.31M 8s 2015-11-06 03:17:55.340 | 260350K .......... .......... .......... .......... .......... 94% 2.15M 8s 2015-11-06 03:17:55.367 | 260400K .......... .......... .......... .......... .......... 94% 1.70M 8s 2015-11-06 03:17:55.413 | 260450K .......... .......... .......... .......... .......... 94% 1.09M 8s 2015-11-06 03:17:55.424 | 260500K .......... .......... .......... .......... .......... 94% 4.19M 8s 2015-11-06 03:17:55.444 | 260550K .......... .......... .......... .......... .......... 94% 2.52M 8s 2015-11-06 03:17:55.467 | 260600K .......... .......... .......... .......... .......... 94% 2.11M 8s 2015-11-06 03:17:55.495 | 260650K .......... .......... .......... .......... .......... 94% 1.71M 8s 2015-11-06 03:17:55.541 | 260700K .......... .......... .......... .......... .......... 94% 1.07M 8s 2015-11-06 03:17:55.552 | 260750K .......... .......... .......... .......... .......... 94% 4.48M 7s 2015-11-06 03:17:55.573 | 260800K .......... .......... .......... .......... .......... 94% 2.28M 7s 2015-11-06 03:17:55.595 | 260850K .......... .......... .......... .......... .......... 94% 3.63M 7s 2015-11-06 03:17:55.624 | 260900K .......... .......... .......... .......... .......... 94% 1.30M 7s 2015-11-06 03:17:55.669 | 260950K .......... .......... .......... .......... .......... 95% 1.10M 7s 2015-11-06 03:17:55.680 | 261000K .......... .......... .......... .......... .......... 95% 4.15M 7s 2015-11-06 03:17:55.701 | 261050K .......... .......... .......... .......... .......... 95% 2.35M 7s 2015-11-06 03:17:55.715 | 261100K .......... .......... .......... .......... .......... 95% 3.43M 7s 2015-11-06 03:17:55.753 | 261150K .......... .......... .......... .......... .......... 95% 2.08M 7s 2015-11-06 03:17:55.799 | 261200K .......... .......... .......... .......... .......... 95% 832K 7s 2015-11-06 03:17:55.809 | 261250K .......... .......... .......... .......... .......... 95% 4.78M 7s 2015-11-06 03:17:55.830 | 261300K .......... .......... .......... .......... .......... 95% 2.36M 7s 2015-11-06 03:17:55.845 | 261350K .......... .......... .......... .......... .......... 95% 3.27M 7s 2015-11-06 03:17:55.872 | 261400K .......... .......... .......... .......... .......... 95% 1.82M 7s 2015-11-06 03:17:55.940 | 261450K .......... .......... .......... .......... .......... 95% 734K 7s 2015-11-06 03:17:55.947 | 261500K .......... .......... .......... .......... .......... 95% 6.46M 7s 2015-11-06 03:17:55.961 | 261550K .......... .......... .......... .......... .......... 95% 3.77M 7s 2015-11-06 03:17:55.998 | 261600K .......... .......... .......... .......... .......... 95% 1.30M 7s 2015-11-06 03:17:56.006 | 261650K .......... .......... .......... .......... .......... 95% 6.52M 7s 2015-11-06 03:17:56.070 | 261700K .......... .......... .......... .......... .......... 95% 773K 7s 2015-11-06 03:17:56.085 | 261750K .......... .......... .......... .......... .......... 95% 3.25M 7s 2015-11-06 03:17:56.108 | 261800K .......... .......... .......... .......... .......... 95% 2.09M 7s 2015-11-06 03:17:56.143 | 261850K .......... .......... .......... .......... .......... 95% 1.51M 7s 2015-11-06 03:17:56.150 | 261900K .......... .......... .......... .......... .......... 95% 5.07M 7s 2015-11-06 03:17:56.204 | 261950K .......... .......... .......... .......... .......... 95% 2.37M 7s 2015-11-06 03:17:56.219 | 262000K .......... .......... .......... .......... .......... 95% 1.02M 7s 2015-11-06 03:17:56.240 | 262050K .......... .......... .......... .......... .......... 95% 2.35M 7s 2015-11-06 03:17:56.275 | 262100K .......... .......... .......... .......... .......... 95% 1.38M 7s 2015-11-06 03:17:56.286 | 262150K .......... .......... .......... .......... .......... 95% 4.38M 7s 2015-11-06 03:17:56.305 | 262200K .......... .......... .......... .......... .......... 95% 2.63M 7s 2015-11-06 03:17:56.425 | 262250K .......... .......... .......... .......... .......... 95% 415K 7s 2015-11-06 03:17:56.430 | 262300K .......... .......... .......... .......... .......... 95% 10.4M 7s 2015-11-06 03:17:56.434 | 262350K .......... .......... .......... .......... .......... 95% 13.8M 7s 2015-11-06 03:17:56.456 | 262400K .......... .......... .......... .......... .......... 95% 2.10M 7s 2015-11-06 03:17:56.461 | 262450K .......... .......... .......... .......... .......... 95% 13.5M 7s 2015-11-06 03:17:56.556 | 262500K .......... .......... .......... .......... .......... 95% 522K 7s 2015-11-06 03:17:56.560 | 262550K .......... .......... .......... .......... .......... 95% 12.6M 7s 2015-11-06 03:17:56.578 | 262600K .......... .......... .......... .......... .......... 95% 2.76M 6s 2015-11-06 03:17:56.593 | 262650K .......... .......... .......... .......... .......... 95% 3.37M 6s 2015-11-06 03:17:56.599 | 262700K .......... .......... .......... .......... .......... 95% 6.57M 6s 2015-11-06 03:17:56.687 | 262750K .......... .......... .......... .......... .......... 95% 577K 6s 2015-11-06 03:17:56.692 | 262800K .......... .......... .......... .......... .......... 95% 8.65M 6s 2015-11-06 03:17:56.704 | 262850K .......... .......... .......... .......... .......... 95% 4.53M 6s 2015-11-06 03:17:56.720 | 262900K .......... .......... .......... .......... .......... 95% 2.91M 6s 2015-11-06 03:17:56.729 | 262950K .......... .......... .......... .......... .......... 95% 5.08M 6s 2015-11-06 03:17:56.817 | 263000K .......... .......... .......... .......... .......... 95% 569K 6s 2015-11-06 03:17:56.821 | 263050K .......... .......... .......... .......... .......... 95% 15.1M 6s 2015-11-06 03:17:56.837 | 263100K .......... .......... .......... .......... .......... 95% 2.90M 6s 2015-11-06 03:17:56.863 | 263150K .......... .......... .......... .......... .......... 95% 3.60M 6s 2015-11-06 03:17:56.868 | 263200K .......... .......... .......... .......... .......... 95% 2.86M 6s 2015-11-06 03:17:56.946 | 263250K .......... .......... .......... .......... .......... 95% 645K 6s 2015-11-06 03:17:56.949 | 263300K .......... .......... .......... .......... .......... 95% 14.0M 6s 2015-11-06 03:17:56.966 | 263350K .......... .......... .......... .......... .......... 95% 3.01M 6s 2015-11-06 03:17:56.982 | 263400K .......... .......... .......... .......... .......... 95% 2.90M 6s 2015-11-06 03:17:57.001 | 263450K .......... .......... .......... .......... .......... 95% 3.98M 6s 2015-11-06 03:17:57.072 | 263500K .......... .......... .......... .......... .......... 95% 644K 6s 2015-11-06 03:17:57.078 | 263550K .......... .......... .......... .......... .......... 95% 7.69M 6s 2015-11-06 03:17:57.096 | 263600K .......... .......... .......... .......... .......... 95% 2.79M 6s 2015-11-06 03:17:57.113 | 263650K .......... .......... .......... .......... .......... 95% 2.86M 6s 2015-11-06 03:17:57.139 | 263700K .......... .......... .......... .......... .......... 96% 1.82M 6s 2015-11-06 03:17:57.200 | 263750K .......... .......... .......... .......... .......... 96% 833K 6s 2015-11-06 03:17:57.204 | 263800K .......... .......... .......... .......... .......... 96% 10.2M 6s 2015-11-06 03:17:57.224 | 263850K .......... .......... .......... .......... .......... 96% 2.50M 6s 2015-11-06 03:17:57.228 | 263900K .......... .......... .......... .......... .......... 96% 11.0M 6s 2015-11-06 03:17:57.268 | 263950K .......... .......... .......... .......... .......... 96% 1.23M 6s 2015-11-06 03:17:57.328 | 264000K .......... .......... .......... .......... .......... 96% 823K 6s 2015-11-06 03:17:57.335 | 264050K .......... .......... .......... .......... .......... 96% 9.13M 6s 2015-11-06 03:17:57.354 | 264100K .......... .......... .......... .......... .......... 96% 2.38M 6s 2015-11-06 03:17:57.358 | 264150K .......... .......... .......... .......... .......... 96% 13.1M 6s 2015-11-06 03:17:57.396 | 264200K .......... .......... .......... .......... .......... 96% 1.30M 6s 2015-11-06 03:17:57.457 | 264250K .......... .......... .......... .......... .......... 96% 813K 6s 2015-11-06 03:17:57.463 | 264300K .......... .......... .......... .......... .......... 96% 8.96M 6s 2015-11-06 03:17:57.482 | 264350K .......... .......... .......... .......... .......... 96% 2.60M 6s 2015-11-06 03:17:57.486 | 264400K .......... .......... .......... .......... .......... 96% 10.3M 6s 2015-11-06 03:17:57.523 | 264450K .......... .......... .......... .......... .......... 96% 1.34M 5s 2015-11-06 03:17:57.585 | 264500K .......... .......... .......... .......... .......... 96% 796K 5s 2015-11-06 03:17:57.591 | 264550K .......... .......... .......... .......... .......... 96% 9.00M 5s 2015-11-06 03:17:57.611 | 264600K .......... .......... .......... .......... .......... 96% 2.56M 5s 2015-11-06 03:17:57.616 | 264650K .......... .......... .......... .......... .......... 96% 8.07M 5s 2015-11-06 03:17:57.651 | 264700K .......... .......... .......... .......... .......... 96% 1.38M 5s 2015-11-06 03:17:57.714 | 264750K .......... .......... .......... .......... .......... 96% 806K 5s 2015-11-06 03:17:57.720 | 264800K .......... .......... .......... .......... .......... 96% 7.44M 5s 2015-11-06 03:17:57.739 | 264850K .......... .......... .......... .......... .......... 96% 2.63M 5s 2015-11-06 03:17:57.744 | 264900K .......... .......... .......... .......... .......... 96% 9.30M 5s 2015-11-06 03:17:57.780 | 264950K .......... .......... .......... .......... .......... 96% 1.36M 5s 2015-11-06 03:17:57.842 | 265000K .......... .......... .......... .......... .......... 96% 802K 5s 2015-11-06 03:17:57.848 | 265050K .......... .......... .......... .......... .......... 96% 9.02M 5s 2015-11-06 03:17:57.869 | 265100K .......... .......... .......... .......... .......... 96% 2.36M 5s 2015-11-06 03:17:57.873 | 265150K .......... .......... .......... .......... .......... 96% 9.77M 5s 2015-11-06 03:17:57.909 | 265200K .......... .......... .......... .......... .......... 96% 1.41M 5s 2015-11-06 03:17:57.971 | 265250K .......... .......... .......... .......... .......... 96% 1.57M 5s 2015-11-06 03:17:57.977 | 265300K .......... .......... .......... .......... .......... 96% 1.28M 5s 2015-11-06 03:17:57.996 | 265350K .......... .......... .......... .......... .......... 96% 2.60M 5s 2015-11-06 03:17:58.002 | 265400K .......... .......... .......... .......... .......... 96% 8.04M 5s 2015-11-06 03:17:58.037 | 265450K .......... .......... .......... .......... .......... 96% 1.48M 5s 2015-11-06 03:17:58.067 | 265500K .......... .......... .......... .......... .......... 96% 1.53M 5s 2015-11-06 03:17:58.106 | 265550K .......... .......... .......... .......... .......... 96% 1.26M 5s 2015-11-06 03:17:58.129 | 265600K .......... .......... .......... .......... .......... 96% 2.11M 5s 2015-11-06 03:17:58.134 | 265650K .......... .......... .......... .......... .......... 96% 9.25M 5s 2015-11-06 03:17:58.164 | 265700K .......... .......... .......... .......... .......... 96% 1.62M 5s 2015-11-06 03:17:58.196 | 265750K .......... .......... .......... .......... .......... 96% 1.53M 5s 2015-11-06 03:17:58.234 | 265800K .......... .......... .......... .......... .......... 96% 1.33M 5s 2015-11-06 03:17:58.258 | 265850K .......... .......... .......... .......... .......... 96% 2.01M 5s 2015-11-06 03:17:58.262 | 265900K .......... .......... .......... .......... .......... 96% 9.92M 5s 2015-11-06 03:17:58.292 | 265950K .......... .......... .......... .......... .......... 96% 1.63M 5s 2015-11-06 03:17:58.325 | 266000K .......... .......... .......... .......... .......... 96% 1.47M 5s 2015-11-06 03:17:58.361 | 266050K .......... .......... .......... .......... .......... 96% 1.36M 5s 2015-11-06 03:17:58.387 | 266100K .......... .......... .......... .......... .......... 96% 1.94M 5s 2015-11-06 03:17:58.393 | 266150K .......... .......... .......... .......... .......... 96% 8.04M 5s 2015-11-06 03:17:58.422 | 266200K .......... .......... .......... .......... .......... 96% 1.67M 5s 2015-11-06 03:17:58.453 | 266250K .......... .......... .......... .......... .......... 96% 3.24M 5s 2015-11-06 03:17:58.507 | 266300K .......... .......... .......... .......... .......... 96% 715K 4s 2015-11-06 03:17:58.516 | 266350K .......... .......... .......... .......... .......... 96% 5.87M 4s 2015-11-06 03:17:58.521 | 266400K .......... .......... .......... .......... .......... 96% 7.59M 4s 2015-11-06 03:17:58.550 | 266450K .......... .......... .......... .......... .......... 97% 1.70M 4s 2015-11-06 03:17:58.565 | 266500K .......... .......... .......... .......... .......... 97% 3.34M 4s 2015-11-06 03:17:58.635 | 266550K .......... .......... .......... .......... .......... 97% 716K 4s 2015-11-06 03:17:58.645 | 266600K .......... .......... .......... .......... .......... 97% 4.70M 4s 2015-11-06 03:17:58.650 | 266650K .......... .......... .......... .......... .......... 97% 8.92M 4s 2015-11-06 03:17:58.679 | 266700K .......... .......... .......... .......... .......... 97% 1.75M 4s 2015-11-06 03:17:58.687 | 266750K .......... .......... .......... .......... .......... 97% 5.72M 4s 2015-11-06 03:17:58.767 | 266800K .......... .......... .......... .......... .......... 97% 627K 4s 2015-11-06 03:17:58.776 | 266850K .......... .......... .......... .......... .......... 97% 5.90M 4s 2015-11-06 03:17:58.781 | 266900K .......... .......... .......... .......... .......... 97% 8.48M 4s 2015-11-06 03:17:58.807 | 266950K .......... .......... .......... .......... .......... 97% 2.09M 4s 2015-11-06 03:17:58.818 | 267000K .......... .......... .......... .......... .......... 97% 3.99M 4s 2015-11-06 03:17:58.897 | 267050K .......... .......... .......... .......... .......... 97% 624K 4s 2015-11-06 03:17:58.903 | 267100K .......... .......... .......... .......... .......... 97% 7.49M 4s 2015-11-06 03:17:58.909 | 267150K .......... .......... .......... .......... .......... 97% 8.01M 4s 2015-11-06 03:17:58.933 | 267200K .......... .......... .......... .......... .......... 97% 2.04M 4s 2015-11-06 03:17:58.945 | 267250K .......... .......... .......... .......... .......... 97% 4.10M 4s 2015-11-06 03:17:59.023 | 267300K .......... .......... .......... .......... .......... 97% 641K 4s 2015-11-06 03:17:59.031 | 267350K .......... .......... .......... .......... .......... 97% 6.12M 4s 2015-11-06 03:17:59.037 | 267400K .......... .......... .......... .......... .......... 97% 8.21M 4s 2015-11-06 03:17:59.061 | 267450K .......... .......... .......... .......... .......... 97% 4.31M 4s 2015-11-06 03:17:59.073 | 267500K .......... .......... .......... .......... .......... 97% 2.00M 4s 2015-11-06 03:17:59.152 | 267550K .......... .......... .......... .......... .......... 97% 646K 4s 2015-11-06 03:17:59.159 | 267600K .......... .......... .......... .......... .......... 97% 5.39M 4s 2015-11-06 03:17:59.168 | 267650K .......... .......... .......... .......... .......... 97% 5.62M 4s 2015-11-06 03:17:59.178 | 267700K .......... .......... .......... .......... .......... 97% 4.92M 4s 2015-11-06 03:17:59.202 | 267750K .......... .......... .......... .......... .......... 97% 2.08M 4s 2015-11-06 03:17:59.279 | 267800K .......... .......... .......... .......... .......... 97% 642K 4s 2015-11-06 03:17:59.288 | 267850K .......... .......... .......... .......... .......... 97% 6.05M 4s 2015-11-06 03:17:59.294 | 267900K .......... .......... .......... .......... .......... 97% 6.87M 4s 2015-11-06 03:17:59.306 | 267950K .......... .......... .......... .......... .......... 97% 20.5M 4s 2015-11-06 03:17:59.330 | 268000K .......... .......... .......... .......... .......... 97% 1.47M 4s 2015-11-06 03:17:59.408 | 268050K .......... .......... .......... .......... .......... 97% 653K 4s 2015-11-06 03:17:59.416 | 268100K .......... .......... .......... .......... .......... 97% 5.07M 4s 2015-11-06 03:17:59.424 | 268150K .......... .......... .......... .......... .......... 97% 6.48M 3s 2015-11-06 03:17:59.426 | 268200K .......... .......... .......... .......... .......... 97% 20.9M 3s 2015-11-06 03:17:59.458 | 268250K .......... .......... .......... .......... .......... 97% 1.52M 3s 2015-11-06 03:17:59.535 | 268300K .......... .......... .......... .......... .......... 97% 648K 3s 2015-11-06 03:17:59.545 | 268350K .......... .......... .......... .......... .......... 97% 10.0M 3s 2015-11-06 03:17:59.550 | 268400K .......... .......... .......... .......... .......... 97% 4.84M 3s 2015-11-06 03:17:59.555 | 268450K .......... .......... .......... .......... .......... 97% 9.89M 3s 2015-11-06 03:17:59.586 | 268500K .......... .......... .......... .......... .......... 97% 1.56M 3s 2015-11-06 03:17:59.667 | 268550K .......... .......... .......... .......... .......... 97% 622K 3s 2015-11-06 03:17:59.669 | 268600K .......... .......... .......... .......... .......... 97% 17.4M 3s 2015-11-06 03:17:59.680 | 268650K .......... .......... .......... .......... .......... 97% 4.66M 3s 2015-11-06 03:17:59.684 | 268700K .......... .......... .......... .......... .......... 97% 12.9M 3s 2015-11-06 03:17:59.715 | 268750K .......... .......... .......... .......... .......... 97% 1.59M 3s 2015-11-06 03:17:59.795 | 268800K .......... .......... .......... .......... .......... 97% 624K 3s 2015-11-06 03:17:59.798 | 268850K .......... .......... .......... .......... .......... 97% 15.0M 3s 2015-11-06 03:17:59.810 | 268900K .......... .......... .......... .......... .......... 97% 3.98M 3s 2015-11-06 03:17:59.813 | 268950K .......... .......... .......... .......... .......... 97% 16.3M 3s 2015-11-06 03:17:59.843 | 269000K .......... .......... .......... .......... .......... 97% 1.63M 3s 2015-11-06 03:17:59.924 | 269050K .......... .......... .......... .......... .......... 97% 626K 3s 2015-11-06 03:17:59.927 | 269100K .......... .......... .......... .......... .......... 97% 12.4M 3s 2015-11-06 03:17:59.936 | 269150K .......... .......... .......... .......... .......... 97% 5.37M 3s 2015-11-06 03:17:59.942 | 269200K .......... .......... .......... .......... .......... 98% 9.67M 3s 2015-11-06 03:17:59.972 | 269250K .......... .......... .......... .......... .......... 98% 1.73M 3s 2015-11-06 03:18:00.052 | 269300K .......... .......... .......... .......... .......... 98% 603K 3s 2015-11-06 03:18:00.056 | 269350K .......... .......... .......... .......... .......... 98% 13.5M 3s 2015-11-06 03:18:00.066 | 269400K .......... .......... .......... .......... .......... 98% 4.65M 3s 2015-11-06 03:18:00.070 | 269450K .......... .......... .......... .......... .......... 98% 19.6M 3s 2015-11-06 03:18:00.098 | 269500K .......... .......... .......... .......... .......... 98% 1.65M 3s 2015-11-06 03:18:00.180 | 269550K .......... .......... .......... .......... .......... 98% 625K 3s 2015-11-06 03:18:00.184 | 269600K .......... .......... .......... .......... .......... 98% 8.00M 3s 2015-11-06 03:18:00.196 | 269650K .......... .......... .......... .......... .......... 98% 4.46M 3s 2015-11-06 03:18:00.198 | 269700K .......... .......... .......... .......... .......... 98% 17.7M 3s 2015-11-06 03:18:00.228 | 269750K .......... .......... .......... .......... .......... 98% 1.66M 3s 2015-11-06 03:18:00.310 | 269800K .......... .......... .......... .......... .......... 98% 608K 3s 2015-11-06 03:18:00.314 | 269850K .......... .......... .......... .......... .......... 98% 13.5M 3s 2015-11-06 03:18:00.323 | 269900K .......... .......... .......... .......... .......... 98% 4.99M 3s 2015-11-06 03:18:00.327 | 269950K .......... .......... .......... .......... .......... 98% 14.0M 3s 2015-11-06 03:18:00.356 | 270000K .......... .......... .......... .......... .......... 98% 1.68M 2s 2015-11-06 03:18:00.393 | 270050K .......... .......... .......... .......... .......... 98% 1.32M 2s 2015-11-06 03:18:00.446 | 270100K .......... .......... .......... .......... .......... 98% 940K 2s 2015-11-06 03:18:00.453 | 270150K .......... .......... .......... .......... .......... 98% 9.60M 2s 2015-11-06 03:18:00.457 | 270200K .......... .......... .......... .......... .......... 98% 7.92M 2s 2015-11-06 03:18:00.484 | 270250K .......... .......... .......... .......... .......... 98% 1.91M 2s 2015-11-06 03:18:00.521 | 270300K .......... .......... .......... .......... .......... 98% 1.26M 2s 2015-11-06 03:18:00.572 | 270350K .......... .......... .......... .......... .......... 98% 986K 2s 2015-11-06 03:18:00.582 | 270400K .......... .......... .......... .......... .......... 98% 4.84M 2s 2015-11-06 03:18:00.587 | 270450K .......... .......... .......... .......... .......... 98% 10.7M 2s 2015-11-06 03:18:00.613 | 270500K .......... .......... .......... .......... .......... 98% 1.84M 2s 2015-11-06 03:18:00.696 | 270550K .......... .......... .......... .......... .......... 98% 1.34M 2s 2015-11-06 03:18:00.700 | 270600K .......... .......... .......... .......... .......... 98% 997K 2s 2015-11-06 03:18:00.709 | 270650K .......... .......... .......... .......... .......... 98% 6.08M 2s 2015-11-06 03:18:00.712 | 270700K .......... .......... .......... .......... .......... 98% 11.4M 2s 2015-11-06 03:18:00.741 | 270750K .......... .......... .......... .......... .......... 98% 1.69M 2s 2015-11-06 03:18:00.779 | 270800K .......... .......... .......... .......... .......... 98% 1.29M 2s 2015-11-06 03:18:00.837 | 270850K .......... .......... .......... .......... .......... 98% 870K 2s 2015-11-06 03:18:00.842 | 270900K .......... .......... .......... .......... .......... 98% 8.93M 2s 2015-11-06 03:18:00.845 | 270950K .......... .......... .......... .......... .......... 98% 21.0M 2s 2015-11-06 03:18:00.870 | 271000K .......... .......... .......... .......... .......... 98% 1.89M 2s 2015-11-06 03:18:00.884 | 271050K .......... .......... .......... .......... .......... 98% 5.32M 2s 2015-11-06 03:18:00.964 | 271100K .......... .......... .......... .......... .......... 98% 592K 2s 2015-11-06 03:18:00.969 | 271150K .......... .......... .......... .......... .......... 98% 10.0M 2s 2015-11-06 03:18:00.974 | 271200K .......... .......... .......... .......... .......... 98% 9.61M 2s 2015-11-06 03:18:00.999 | 271250K .......... .......... .......... .......... .......... 98% 1.96M 2s 2015-11-06 03:18:01.010 | 271300K .......... .......... .......... .......... .......... 98% 4.22M 2s 2015-11-06 03:18:01.092 | 271350K .......... .......... .......... .......... .......... 98% 619K 2s 2015-11-06 03:18:01.096 | 271400K .......... .......... .......... .......... .......... 98% 11.5M 2s 2015-11-06 03:18:01.103 | 271450K .......... .......... .......... .......... .......... 98% 7.87M 2s 2015-11-06 03:18:01.132 | 271500K .......... .......... .......... .......... .......... 98% 1.63M 2s 2015-11-06 03:18:01.139 | 271550K .......... .......... .......... .......... .......... 98% 6.61M 2s 2015-11-06 03:18:01.221 | 271600K .......... .......... .......... .......... .......... 98% 627K 2s 2015-11-06 03:18:01.225 | 271650K .......... .......... .......... .......... .......... 98% 8.17M 2s 2015-11-06 03:18:01.230 | 271700K .......... .......... .......... .......... .......... 98% 9.44M 2s 2015-11-06 03:18:01.260 | 271750K .......... .......... .......... .......... .......... 98% 2.05M 2s 2015-11-06 03:18:01.270 | 271800K .......... .......... .......... .......... .......... 98% 3.32M 2s 2015-11-06 03:18:01.351 | 271850K .......... .......... .......... .......... .......... 98% 614K 2s 2015-11-06 03:18:01.355 | 271900K .......... .......... .......... .......... .......... 99% 9.30M 1s 2015-11-06 03:18:01.359 | 271950K .......... .......... .......... .......... .......... 99% 13.3M 1s 2015-11-06 03:18:01.382 | 272000K .......... .......... .......... .......... .......... 99% 2.11M 1s 2015-11-06 03:18:01.397 | 272050K .......... .......... .......... .......... .......... 99% 3.17M 1s 2015-11-06 03:18:01.479 | 272100K .......... .......... .......... .......... .......... 99% 612K 1s 2015-11-06 03:18:01.482 | 272150K .......... .......... .......... .......... .......... 99% 15.7M 1s 2015-11-06 03:18:01.489 | 272200K .......... .......... .......... .......... .......... 99% 6.74M 1s 2015-11-06 03:18:01.511 | 272250K .......... .......... .......... .......... .......... 99% 3.47M 1s 2015-11-06 03:18:01.526 | 272300K .......... .......... .......... .......... .......... 99% 2.16M 1s 2015-11-06 03:18:01.608 | 272350K .......... .......... .......... .......... .......... 99% 620K 1s 2015-11-06 03:18:01.611 | 272400K .......... .......... .......... .......... .......... 99% 12.3M 1s 2015-11-06 03:18:01.619 | 272450K .......... .......... .......... .......... .......... 99% 6.71M 1s 2015-11-06 03:18:01.633 | 272500K .......... .......... .......... .......... .......... 99% 3.27M 1s 2015-11-06 03:18:01.655 | 272550K .......... .......... .......... .......... .......... 99% 2.25M 1s 2015-11-06 03:18:01.736 | 272600K .......... .......... .......... .......... .......... 99% 617K 1s 2015-11-06 03:18:01.739 | 272650K .......... .......... .......... .......... .......... 99% 13.8M 1s 2015-11-06 03:18:01.747 | 272700K .......... .......... .......... .......... .......... 99% 7.02M 1s 2015-11-06 03:18:01.768 | 272750K .......... .......... .......... .......... .......... 99% 3.36M 1s 2015-11-06 03:18:01.784 | 272800K .......... .......... .......... .......... .......... 99% 2.07M 1s 2015-11-06 03:18:01.866 | 272850K .......... .......... .......... .......... .......... 99% 618K 1s 2015-11-06 03:18:01.872 | 272900K .......... .......... .......... .......... .......... 99% 7.08M 1s 2015-11-06 03:18:01.876 | 272950K .......... .......... .......... .......... .......... 99% 13.4M 1s 2015-11-06 03:18:01.890 | 273000K .......... .......... .......... .......... .......... 99% 3.50M 1s 2015-11-06 03:18:01.912 | 273050K .......... .......... .......... .......... .......... 99% 2.25M 1s 2015-11-06 03:18:01.995 | 273100K .......... .......... .......... .......... .......... 99% 596K 1s 2015-11-06 03:18:02.001 | 273150K .......... .......... .......... .......... .......... 99% 8.57M 1s 2015-11-06 03:18:02.004 | 273200K .......... .......... .......... .......... .......... 99% 15.5M 1s 2015-11-06 03:18:02.019 | 273250K .......... .......... .......... .......... .......... 99% 3.33M 1s 2015-11-06 03:18:02.040 | 273300K .......... .......... .......... .......... .......... 99% 2.32M 1s 2015-11-06 03:18:02.123 | 273350K .......... .......... .......... .......... .......... 99% 610K 1s 2015-11-06 03:18:02.130 | 273400K .......... .......... .......... .......... .......... 99% 6.00M 1s 2015-11-06 03:18:02.132 | 273450K .......... .......... .......... .......... .......... 99% 24.4M 1s 2015-11-06 03:18:02.147 | 273500K .......... .......... .......... .......... .......... 99% 3.14M 1s 2015-11-06 03:18:02.168 | 273550K .......... .......... .......... .......... .......... 99% 2.42M 1s 2015-11-06 03:18:02.253 | 273600K .......... .......... .......... .......... .......... 99% 586K 1s 2015-11-06 03:18:02.260 | 273650K .......... .......... .......... .......... .......... 99% 7.46M 1s 2015-11-06 03:18:02.265 | 273700K .......... .......... .......... .......... .......... 99% 9.10M 1s 2015-11-06 03:18:02.276 | 273750K .......... .......... .......... .......... .......... 99% 4.44M 0s 2015-11-06 03:18:02.298 | 273800K .......... .......... .......... .......... .......... 99% 2.19M 0s 2015-11-06 03:18:02.381 | 273850K .......... .......... .......... .......... .......... 99% 619K 0s 2015-11-06 03:18:02.387 | 273900K .......... .......... .......... .......... .......... 99% 6.25M 0s 2015-11-06 03:18:02.395 | 273950K .......... .......... .......... .......... .......... 99% 6.69M 0s 2015-11-06 03:18:02.406 | 274000K .......... .......... .......... .......... .......... 99% 4.31M 0s 2015-11-06 03:18:02.430 | 274050K .......... .......... .......... .......... .......... 99% 2.03M 0s 2015-11-06 03:18:02.509 | 274100K .......... .......... .......... .......... .......... 99% 627K 0s 2015-11-06 03:18:02.521 | 274150K .......... .......... .......... .......... .......... 99% 4.20M 0s 2015-11-06 03:18:02.525 | 274200K .......... .......... .......... .......... .......... 99% 11.9M 0s 2015-11-06 03:18:02.534 | 274250K .......... .......... .......... .......... .......... 99% 5.80M 0s 2015-11-06 03:18:02.555 | 274300K .......... .......... .......... .......... .......... 99% 2.52M 0s 2015-11-06 03:18:02.638 | 274350K .......... .......... .......... .......... .......... 99% 1.47M 0s 2015-11-06 03:18:02.647 | 274400K .......... .......... .......... .......... .......... 99% 827K 0s 2015-11-06 03:18:02.649 | 274450K .......... .......... .......... .......... .......... 99% 22.3M 0s 2015-11-06 03:18:02.662 | 274500K .......... .......... .......... .......... .......... 99% 3.81M 0s 2015-11-06 03:18:02.682 | 274550K .......... .......... .......... .......... .......... 99% 2.67M 0s 2015-11-06 03:18:02.715 | 274600K .......... .......... .......... .......... .......... 99% 1.37M 0s 2015-11-06 03:18:02.770 | 274650K .......... .......... .......... .......... ...... 100% 841K=2m28s 2015-11-06 03:18:02.771 | 2015-11-06 03:18:02.772 | 2015-11-06 03:18:02 (1.82 MB/s) - 'distribution-karaf-0.3.1-20150823.042817-365.zip' saved [281288992/281288992] 2015-11-06 03:18:02.773 | 2015-11-06 03:18:02.779 | Archive: distribution-karaf-0.3.1-20150823.042817-365.zip 2015-11-06 03:18:02.783 | creating: distribution-karaf-0.3.1-SNAPSHOT/ 2015-11-06 03:18:02.784 | creating: distribution-karaf-0.3.1-SNAPSHOT/configuration/ 2015-11-06 03:18:02.784 | creating: distribution-karaf-0.3.1-SNAPSHOT/data/ 2015-11-06 03:18:02.785 | creating: distribution-karaf-0.3.1-SNAPSHOT/data/tmp/ 2015-11-06 03:18:02.786 | creating: distribution-karaf-0.3.1-SNAPSHOT/deploy/ 2015-11-06 03:18:02.786 | creating: distribution-karaf-0.3.1-SNAPSHOT/etc/ 2015-11-06 03:18:02.787 | creating: distribution-karaf-0.3.1-SNAPSHOT/externalapps/ 2015-11-06 03:18:02.787 | creating: distribution-karaf-0.3.1-SNAPSHOT/lib/ 2015-11-06 03:18:02.788 | creating: distribution-karaf-0.3.1-SNAPSHOT/lib/bin/ 2015-11-06 03:18:02.788 | creating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/ 2015-11-06 03:18:02.789 | creating: distribution-karaf-0.3.1-SNAPSHOT/lib/ext/ 2015-11-06 03:18:02.790 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/ 2015-11-06 03:18:02.790 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/biz/ 2015-11-06 03:18:02.791 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/biz/aQute/ 2015-11-06 03:18:02.791 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/biz/aQute/bnd/ 2015-11-06 03:18:02.792 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/biz/aQute/bnd/bndlib/ 2015-11-06 03:18:02.792 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/biz/aQute/bnd/bndlib/2.2.0/ 2015-11-06 03:18:02.793 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/ 2015-11-06 03:18:02.793 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/ 2015-11-06 03:18:02.794 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/ 2015-11-06 03:18:02.794 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-classic/ 2015-11-06 03:18:02.795 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-classic/1.0.9/ 2015-11-06 03:18:02.795 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-core/ 2015-11-06 03:18:02.796 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-core/1.0.9/ 2015-11-06 03:18:02.796 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/ 2015-11-06 03:18:02.797 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/codahale/ 2015-11-06 03:18:02.797 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/codahale/metrics/ 2015-11-06 03:18:02.798 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/codahale/metrics/metrics-core/ 2015-11-06 03:18:02.798 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/codahale/metrics/metrics-core/3.0.1/ 2015-11-06 03:18:02.798 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/ 2015-11-06 03:18:02.799 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/ 2015-11-06 03:18:02.799 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/jersey-all/ 2015-11-06 03:18:02.800 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/jersey-all/2.8/ 2015-11-06 03:18:02.801 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/publisher/ 2015-11-06 03:18:02.801 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/publisher/4.0/ 2015-11-06 03:18:02.802 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/ 2015-11-06 03:18:02.802 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/classmate/ 2015-11-06 03:18:02.803 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/classmate/0.9.0/ 2015-11-06 03:18:02.803 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/classmate/1.0.0/ 2015-11-06 03:18:02.803 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/ 2015-11-06 03:18:02.804 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/ 2015-11-06 03:18:02.804 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-annotations/ 2015-11-06 03:18:02.805 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-annotations/2.3.2/ 2015-11-06 03:18:02.807 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-core/ 2015-11-06 03:18:02.807 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-core/2.3.2/ 2015-11-06 03:18:02.807 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-databind/ 2015-11-06 03:18:02.808 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-databind/2.3.2/ 2015-11-06 03:18:02.808 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/datatype/ 2015-11-06 03:18:02.808 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/datatype/jackson-datatype-json-org/ 2015-11-06 03:18:02.809 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/datatype/jackson-datatype-json-org/2.3.2/ 2015-11-06 03:18:02.809 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/ 2015-11-06 03:18:02.809 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/ 2015-11-06 03:18:02.810 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.2/ 2015-11-06 03:18:02.810 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/ 2015-11-06 03:18:02.810 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.2/ 2015-11-06 03:18:02.810 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/module/ 2015-11-06 03:18:02.811 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/ 2015-11-06 03:18:02.811 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.2/ 2015-11-06 03:18:02.811 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/github/ 2015-11-06 03:18:02.811 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/github/romix/ 2015-11-06 03:18:02.812 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/github/romix/java-concurrent-hash-trie-map/ 2015-11-06 03:18:02.812 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/github/romix/java-concurrent-hash-trie-map/0.2.23/ 2015-11-06 03:18:02.812 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/ 2015-11-06 03:18:02.813 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/code/ 2015-11-06 03:18:02.813 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/code/gson/ 2015-11-06 03:18:02.813 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/code/gson/gson/ 2015-11-06 03:18:02.813 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/code/gson/gson/2.2.4/ 2015-11-06 03:18:02.814 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/guava/ 2015-11-06 03:18:02.814 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/guava/guava/ 2015-11-06 03:18:02.814 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/guava/guava/18.0/ 2015-11-06 03:18:02.815 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/protobuf/ 2015-11-06 03:18:02.815 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/protobuf/protobuf-java/ 2015-11-06 03:18:02.815 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/protobuf/protobuf-java/2.4.1/ 2015-11-06 03:18:02.815 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/protobuf/protobuf-java/2.5.0/ 2015-11-06 03:18:02.816 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/h2database/ 2015-11-06 03:18:02.816 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/h2database/h2/ 2015-11-06 03:18:02.816 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/h2database/h2/1.3.172/ 2015-11-06 03:18:02.816 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/h2database/h2/1.4.185/ 2015-11-06 03:18:02.816 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/lmax/ 2015-11-06 03:18:02.817 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/lmax/disruptor/ 2015-11-06 03:18:02.817 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/lmax/disruptor/3.3.0/ 2015-11-06 03:18:02.817 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/ 2015-11-06 03:18:02.818 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/ 2015-11-06 03:18:02.818 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-client/ 2015-11-06 03:18:02.818 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-client/1.17/ 2015-11-06 03:18:02.818 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-core/ 2015-11-06 03:18:02.818 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-core/1.17/ 2015-11-06 03:18:02.819 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-server/ 2015-11-06 03:18:02.819 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-server/1.17/ 2015-11-06 03:18:02.819 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-servlet/ 2015-11-06 03:18:02.820 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-servlet/1.17/ 2015-11-06 03:18:02.820 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/ 2015-11-06 03:18:02.820 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/ 2015-11-06 03:18:02.820 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-actor_2.10/ 2015-11-06 03:18:02.821 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-actor_2.10/2.3.10/ 2015-11-06 03:18:02.821 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-cluster_2.10/ 2015-11-06 03:18:02.821 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-cluster_2.10/2.3.10/ 2015-11-06 03:18:02.821 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-osgi_2.10/ 2015-11-06 03:18:02.822 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-osgi_2.10/2.3.10/ 2015-11-06 03:18:02.822 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-persistence-experimental_2.10/ 2015-11-06 03:18:02.822 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-persistence-experimental_2.10/2.3.10/ 2015-11-06 03:18:02.822 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-remote_2.10/ 2015-11-06 03:18:02.823 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-remote_2.10/2.3.10/ 2015-11-06 03:18:02.823 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-slf4j_2.10/ 2015-11-06 03:18:02.823 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-slf4j_2.10/2.3.10/ 2015-11-06 03:18:02.823 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/config/ 2015-11-06 03:18:02.824 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/config/1.2.0/ 2015-11-06 03:18:02.824 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-beanutils/ 2015-11-06 03:18:02.824 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-beanutils/commons-beanutils/ 2015-11-06 03:18:02.824 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-beanutils/commons-beanutils/1.9.2/ 2015-11-06 03:18:02.825 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/ 2015-11-06 03:18:02.825 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/ 2015-11-06 03:18:02.825 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/1.6/ 2015-11-06 03:18:02.825 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/1.8/ 2015-11-06 03:18:02.826 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/1.9/ 2015-11-06 03:18:02.826 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-collections/ 2015-11-06 03:18:02.826 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-collections/commons-collections/ 2015-11-06 03:18:02.826 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-collections/commons-collections/3.2.1/ 2015-11-06 03:18:02.826 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-configuration/ 2015-11-06 03:18:02.827 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-configuration/commons-configuration/ 2015-11-06 03:18:02.827 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-configuration/commons-configuration/1.6/ 2015-11-06 03:18:02.827 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-daemon/ 2015-11-06 03:18:02.828 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-daemon/commons-daemon/ 2015-11-06 03:18:02.828 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-daemon/commons-daemon/1.0.5/ 2015-11-06 03:18:02.828 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-dbcp/ 2015-11-06 03:18:02.828 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-dbcp/commons-dbcp/ 2015-11-06 03:18:02.828 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-dbcp/commons-dbcp/1.4/ 2015-11-06 03:18:02.829 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-digester/ 2015-11-06 03:18:02.829 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-digester/commons-digester/ 2015-11-06 03:18:02.829 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-digester/commons-digester/2.1/ 2015-11-06 03:18:02.830 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-fileupload/ 2015-11-06 03:18:02.830 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-fileupload/commons-fileupload/ 2015-11-06 03:18:02.830 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-fileupload/commons-fileupload/1.2.2/ 2015-11-06 03:18:02.830 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-io/ 2015-11-06 03:18:02.831 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-io/commons-io/ 2015-11-06 03:18:02.831 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-io/commons-io/2.4/ 2015-11-06 03:18:02.832 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-jxpath/ 2015-11-06 03:18:02.832 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-jxpath/commons-jxpath/ 2015-11-06 03:18:02.833 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-jxpath/commons-jxpath/1.3/ 2015-11-06 03:18:02.833 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-lang/ 2015-11-06 03:18:02.833 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-lang/commons-lang/ 2015-11-06 03:18:02.834 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-lang/commons-lang/2.6/ 2015-11-06 03:18:02.834 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-net/ 2015-11-06 03:18:02.835 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-net/commons-net/ 2015-11-06 03:18:02.835 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-net/commons-net/3.0.1/ 2015-11-06 03:18:02.835 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-net/commons-net/3.1/ 2015-11-06 03:18:02.836 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-pool/ 2015-11-06 03:18:02.836 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-pool/commons-pool/ 2015-11-06 03:18:02.837 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-pool/commons-pool/1.6/ 2015-11-06 03:18:02.837 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/ 2015-11-06 03:18:02.837 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.persistence/ 2015-11-06 03:18:02.838 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.persistence/2.0.4.v201112161009/ 2015-11-06 03:18:02.838 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.resource/ 2015-11-06 03:18:02.839 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.resource/1.5.0.v200906010428/ 2015-11-06 03:18:02.839 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/ 2015-11-06 03:18:02.840 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.core/ 2015-11-06 03:18:02.840 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.core/2.2.0.RELEASE/ 2015-11-06 03:18:02.840 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.extender/ 2015-11-06 03:18:02.841 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.extender/2.2.0.RELEASE/ 2015-11-06 03:18:02.841 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.tomcat/ 2015-11-06 03:18:02.842 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.tomcat/2.2.0.RELEASE/ 2015-11-06 03:18:02.842 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.common/ 2015-11-06 03:18:02.843 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.common/3.6.0.RELEASE/ 2015-11-06 03:18:02.843 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.io/ 2015-11-06 03:18:02.843 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.io/3.6.0.RELEASE/ 2015-11-06 03:18:02.844 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.math/ 2015-11-06 03:18:02.844 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.math/3.6.0.RELEASE/ 2015-11-06 03:18:02.845 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi/ 2015-11-06 03:18:02.845 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi.manifest/ 2015-11-06 03:18:02.846 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi.manifest/3.6.0.RELEASE/ 2015-11-06 03:18:02.846 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi/3.6.0.RELEASE/ 2015-11-06 03:18:02.846 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.parser.manifest/ 2015-11-06 03:18:02.847 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.parser.manifest/3.6.0.RELEASE/ 2015-11-06 03:18:02.847 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/ 2015-11-06 03:18:02.847 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/ 2015-11-06 03:18:02.847 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty/ 2015-11-06 03:18:02.848 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-buffer/ 2015-11-06 03:18:02.848 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-buffer/4.0.26.Final/ 2015-11-06 03:18:02.848 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec/ 2015-11-06 03:18:02.848 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-http/ 2015-11-06 03:18:02.849 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-http/4.0.26.Final/ 2015-11-06 03:18:02.849 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-socks/ 2015-11-06 03:18:02.849 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-socks/4.0.26.Final/ 2015-11-06 03:18:02.849 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec/4.0.26.Final/ 2015-11-06 03:18:02.850 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-common/ 2015-11-06 03:18:02.850 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-common/4.0.26.Final/ 2015-11-06 03:18:02.850 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-handler/ 2015-11-06 03:18:02.850 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-handler/4.0.26.Final/ 2015-11-06 03:18:02.850 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-transport/ 2015-11-06 03:18:02.851 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-transport/4.0.26.Final/ 2015-11-06 03:18:02.851 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty/3.8.0.Final/ 2015-11-06 03:18:02.851 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/ 2015-11-06 03:18:02.851 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/annotation/ 2015-11-06 03:18:02.851 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/annotation/javax.annotation-api/ 2015-11-06 03:18:02.852 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/annotation/javax.annotation-api/1.2/ 2015-11-06 03:18:02.852 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/el/ 2015-11-06 03:18:02.852 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/el/javax.el-api/ 2015-11-06 03:18:02.852 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/el/javax.el-api/2.2.4/ 2015-11-06 03:18:02.852 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/mail/ 2015-11-06 03:18:02.852 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/mail/mail/ 2015-11-06 03:18:02.853 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/mail/mail/1.4.4/ 2015-11-06 03:18:02.853 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/mail/mail/1.4.5/ 2015-11-06 03:18:02.853 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/portlet/ 2015-11-06 03:18:02.853 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/portlet/portlet-api/ 2015-11-06 03:18:02.853 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/portlet/portlet-api/2.0/ 2015-11-06 03:18:02.854 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/servlet/ 2015-11-06 03:18:02.854 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/servlet/jsp/ 2015-11-06 03:18:02.854 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/servlet/jsp/jsp-api/ 2015-11-06 03:18:02.854 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/servlet/jsp/jsp-api/2.1/ 2015-11-06 03:18:02.854 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/validation/ 2015-11-06 03:18:02.855 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/validation/validation-api/ 2015-11-06 03:18:02.855 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/validation/validation-api/1.1.0.Final/ 2015-11-06 03:18:02.855 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/ws/ 2015-11-06 03:18:02.855 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/ws/rs/ 2015-11-06 03:18:02.855 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/ws/rs/javax.ws.rs-api/ 2015-11-06 03:18:02.856 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/ws/rs/javax.ws.rs-api/2.0/ 2015-11-06 03:18:02.857 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/jline/ 2015-11-06 03:18:02.857 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/jline/jline/ 2015-11-06 03:18:02.858 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/jline/jline/2.12/ 2015-11-06 03:18:02.858 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/joda-time/ 2015-11-06 03:18:02.858 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/joda-time/joda-time/ 2015-11-06 03:18:02.858 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/joda-time/joda-time/2.7/ 2015-11-06 03:18:02.858 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/mysql/ 2015-11-06 03:18:02.858 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/mysql/mysql-connector-java/ 2015-11-06 03:18:02.859 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/mysql/mysql-connector-java/5.1.34/ 2015-11-06 03:18:02.859 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/net/ 2015-11-06 03:18:02.859 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sf/ 2015-11-06 03:18:02.859 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sf/ehcache/ 2015-11-06 03:18:02.860 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sf/ehcache/ehcache/ 2015-11-06 03:18:02.860 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sf/ehcache/ehcache/2.8.3/ 2015-11-06 03:18:02.860 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sourceforge/ 2015-11-06 03:18:02.860 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sourceforge/cglib/ 2015-11-06 03:18:02.860 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sourceforge/cglib/com.springsource.net.sf.cglib/ 2015-11-06 03:18:02.861 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sourceforge/cglib/com.springsource.net.sf.cglib/2.2.0/ 2015-11-06 03:18:02.861 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/openexi/ 2015-11-06 03:18:02.861 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/openexi/nagasena/ 2015-11-06 03:18:02.861 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/openexi/nagasena/0000.0002.0053.0/ 2015-11-06 03:18:02.861 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/ 2015-11-06 03:18:02.862 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.activation/ 2015-11-06 03:18:02.862 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.activation/1.1.0.v201211130549/ 2015-11-06 03:18:02.862 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.annotation/ 2015-11-06 03:18:02.862 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.annotation/1.1.0.v201209060031/ 2015-11-06 03:18:02.862 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.ejb/ 2015-11-06 03:18:02.862 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.ejb/3.1.1.v201204261316/ 2015-11-06 03:18:02.863 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.el/ 2015-11-06 03:18:02.863 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.el/2.2.0.v201108011116/ 2015-11-06 03:18:02.863 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.mail.glassfish/ 2015-11-06 03:18:02.863 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.mail.glassfish/1.4.1.v201108011116/ 2015-11-06 03:18:02.863 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl/ 2015-11-06 03:18:02.863 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl.impl/ 2015-11-06 03:18:02.864 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl.impl/1.2.0.v201210211230/ 2015-11-06 03:18:02.864 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl/1.2.0.v201105211821/ 2015-11-06 03:18:02.864 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.xml.rpc/ 2015-11-06 03:18:02.864 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.xml.rpc/1.1.0.v201005080400/ 2015-11-06 03:18:02.864 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina/ 2015-11-06 03:18:02.864 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.ha/ 2015-11-06 03:18:02.865 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.ha/7.0.53.v201406070630/ 2015-11-06 03:18:02.865 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.tribes/ 2015-11-06 03:18:02.865 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.tribes/7.0.53.v201406070630/ 2015-11-06 03:18:02.865 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina/7.0.53.v201406061610/ 2015-11-06 03:18:02.866 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.coyote/ 2015-11-06 03:18:02.866 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.coyote/7.0.53.v201406070630/ 2015-11-06 03:18:02.866 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.el/ 2015-11-06 03:18:02.866 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.el/7.0.53.v201406060720/ 2015-11-06 03:18:02.866 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.jasper/ 2015-11-06 03:18:02.868 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.jasper/7.0.53.v201406070630/ 2015-11-06 03:18:02.868 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.juli.extras/ 2015-11-06 03:18:02.868 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.juli.extras/7.0.53.v201406060720/ 2015-11-06 03:18:02.869 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.api/ 2015-11-06 03:18:02.869 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.api/7.0.53.v201406060720/ 2015-11-06 03:18:02.869 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.util/ 2015-11-06 03:18:02.869 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.util/7.0.53.v201406070630/ 2015-11-06 03:18:02.869 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ 2015-11-06 03:18:02.870 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/aopalliance/ 2015-11-06 03:18:02.870 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/aopalliance/com.springsource.org.aopalliance/ 2015-11-06 03:18:02.870 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/aopalliance/com.springsource.org.aopalliance/1.0.0/ 2015-11-06 03:18:02.870 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/ 2015-11-06 03:18:02.870 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/ 2015-11-06 03:18:02.871 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/ 2015-11-06 03:18:02.871 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.api/ 2015-11-06 03:18:02.871 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.api/1.0.0/ 2015-11-06 03:18:02.871 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.default.local.platform/ 2015-11-06 03:18:02.871 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.default.local.platform/1.0.0/ 2015-11-06 03:18:02.872 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.deployment.management/ 2015-11-06 03:18:02.872 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.deployment.management/1.0.0/ 2015-11-06 03:18:02.872 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.install/ 2015-11-06 03:18:02.872 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.install/1.0.0/ 2015-11-06 03:18:02.873 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.management/ 2015-11-06 03:18:02.873 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.management/1.0.0/ 2015-11-06 03:18:02.873 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.modeller/ 2015-11-06 03:18:02.873 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.modeller/1.0.0/ 2015-11-06 03:18:02.874 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.noop/ 2015-11-06 03:18:02.874 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.noop/1.0.0/ 2015-11-06 03:18:02.874 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.obr/ 2015-11-06 03:18:02.874 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.obr/1.0.0/ 2015-11-06 03:18:02.874 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.runtime/ 2015-11-06 03:18:02.875 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.runtime/1.0.0/ 2015-11-06 03:18:02.875 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.utils/ 2015-11-06 03:18:02.875 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.utils/1.0.0/ 2015-11-06 03:18:02.875 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/ 2015-11-06 03:18:02.875 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.api/ 2015-11-06 03:18:02.875 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.api/1.0.1/ 2015-11-06 03:18:02.877 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.impl/ 2015-11-06 03:18:02.877 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.impl/1.0.1/ 2015-11-06 03:18:02.877 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.api/ 2015-11-06 03:18:02.878 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.api/1.0.1/ 2015-11-06 03:18:02.878 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.cm/ 2015-11-06 03:18:02.878 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.cm/1.0.5/ 2015-11-06 03:18:02.878 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.core/ 2015-11-06 03:18:02.878 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.core.compatibility/ 2015-11-06 03:18:02.878 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0/ 2015-11-06 03:18:02.879 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.core/1.4.2/ 2015-11-06 03:18:02.879 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.jexl.evaluator/ 2015-11-06 03:18:02.879 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.jexl.evaluator/1.0.0/ 2015-11-06 03:18:02.879 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.webosgi/ 2015-11-06 03:18:02.879 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.webosgi/1.0.1/ 2015-11-06 03:18:02.879 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/ 2015-11-06 03:18:02.879 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.api/ 2015-11-06 03:18:02.880 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.api/1.1.1/ 2015-11-06 03:18:02.880 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.api/ 2015-11-06 03:18:02.880 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.api/1.1.0/ 2015-11-06 03:18:02.880 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.core/ 2015-11-06 03:18:02.880 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.core/1.1.0/ 2015-11-06 03:18:02.880 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.core/ 2015-11-06 03:18:02.880 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.core/1.1.2/ 2015-11-06 03:18:02.881 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.whiteboard/ 2015-11-06 03:18:02.881 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.whiteboard/1.0.0/ 2015-11-06 03:18:02.881 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/ 2015-11-06 03:18:02.881 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.api/ 2015-11-06 03:18:02.881 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.api/1.1.0/ 2015-11-06 03:18:02.881 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.core/ 2015-11-06 03:18:02.882 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.core/1.0.0/ 2015-11-06 03:18:02.882 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.legacy.support/ 2015-11-06 03:18:02.882 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.legacy.support/1.0.0/ 2015-11-06 03:18:02.883 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.rmi/ 2015-11-06 03:18:02.883 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.rmi/1.0.0/ 2015-11-06 03:18:02.883 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.url/ 2015-11-06 03:18:02.883 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.url/1.1.0/ 2015-11-06 03:18:02.884 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/ 2015-11-06 03:18:02.885 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.api/ 2015-11-06 03:18:02.885 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.api/1.0.2/ 2015-11-06 03:18:02.885 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.aries/ 2015-11-06 03:18:02.885 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.aries/1.0.4/ 2015-11-06 03:18:02.885 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container/ 2015-11-06 03:18:02.885 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container.context/ 2015-11-06 03:18:02.886 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.4/ 2015-11-06 03:18:02.886 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.2/ 2015-11-06 03:18:02.886 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/org.apache.aries.util/ 2015-11-06 03:18:02.886 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/org.apache.aries.util/1.1.0/ 2015-11-06 03:18:02.886 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/proxy/ 2015-11-06 03:18:02.886 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/proxy/org.apache.aries.proxy.api/ 2015-11-06 03:18:02.887 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/proxy/org.apache.aries.proxy.api/1.0.1/ 2015-11-06 03:18:02.887 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/proxy/org.apache.aries.proxy.impl/ 2015-11-06 03:18:02.887 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/proxy/org.apache.aries.proxy.impl/1.0.4/ 2015-11-06 03:18:02.887 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/quiesce/ 2015-11-06 03:18:02.887 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/quiesce/org.apache.aries.quiesce.api/ 2015-11-06 03:18:02.887 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/quiesce/org.apache.aries.quiesce.api/1.0.0/ 2015-11-06 03:18:02.888 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/spifly/ 2015-11-06 03:18:02.888 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/ 2015-11-06 03:18:02.888 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.0.0/ 2015-11-06 03:18:02.888 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/ 2015-11-06 03:18:02.888 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.blueprint/ 2015-11-06 03:18:02.888 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.blueprint/1.0.1/ 2015-11-06 03:18:02.889 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.jdbc/ 2015-11-06 03:18:02.889 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.jdbc/2.1.0/ 2015-11-06 03:18:02.889 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/ 2015-11-06 03:18:02.889 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.0.0/ 2015-11-06 03:18:02.889 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.0.1/ 2015-11-06 03:18:02.889 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.1.0/ 2015-11-06 03:18:02.890 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.1.1/ 2015-11-06 03:18:02.890 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/ 2015-11-06 03:18:02.890 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-dbcp2/ 2015-11-06 03:18:02.890 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-dbcp2/2.0.1/ 2015-11-06 03:18:02.890 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-jexl/ 2015-11-06 03:18:02.890 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-jexl/2.1.1/ 2015-11-06 03:18:02.890 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-lang3/ 2015-11-06 03:18:02.891 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-lang3/3.1/ 2015-11-06 03:18:02.892 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-math/ 2015-11-06 03:18:02.892 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-math/2.2/ 2015-11-06 03:18:02.892 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-pool2/ 2015-11-06 03:18:02.892 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-pool2/2.2/ 2015-11-06 03:18:02.893 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/derby/ 2015-11-06 03:18:02.893 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/derby/derby/ 2015-11-06 03:18:02.893 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/derby/derby/10.11.1.1/ 2015-11-06 03:18:02.893 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/ 2015-11-06 03:18:02.893 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.bundlerepository/ 2015-11-06 03:18:02.893 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.bundlerepository/2.0.2/ 2015-11-06 03:18:02.893 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.configadmin/ 2015-11-06 03:18:02.894 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.configadmin/1.8.0/ 2015-11-06 03:18:02.894 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager/ 2015-11-06 03:18:02.894 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager.shell/ 2015-11-06 03:18:02.894 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager.shell/3.0.1/ 2015-11-06 03:18:02.894 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager/3.1.0/ 2015-11-06 03:18:02.894 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.eventadmin/ 2015-11-06 03:18:02.894 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.eventadmin/1.4.2/ 2015-11-06 03:18:02.895 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.fileinstall/ 2015-11-06 03:18:02.895 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.fileinstall/3.1.6/ 2015-11-06 03:18:02.895 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.fileinstall/3.4.2/ 2015-11-06 03:18:02.895 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework/ 2015-11-06 03:18:02.895 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework.security/ 2015-11-06 03:18:02.895 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework.security/2.2.0/ 2015-11-06 03:18:02.896 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework/4.2.1/ 2015-11-06 03:18:02.896 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.metatype/ 2015-11-06 03:18:02.896 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.metatype/1.0.10/ 2015-11-06 03:18:02.896 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.scr/ 2015-11-06 03:18:02.896 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.scr/1.8.2/ 2015-11-06 03:18:02.896 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.osgi.service.obr/ 2015-11-06 03:18:02.896 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.osgi.service.obr/1.0.2/ 2015-11-06 03:18:02.897 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ 2015-11-06 03:18:02.897 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/components/ 2015-11-06 03:18:02.897 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/components/geronimo-connector/ 2015-11-06 03:18:02.897 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/components/geronimo-connector/2.2.2/ 2015-11-06 03:18:02.897 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/components/geronimo-connector/3.1.1/ 2015-11-06 03:18:02.897 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/ 2015-11-06 03:18:02.898 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/ 2015-11-06 03:18:02.898 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/catalina/ 2015-11-06 03:18:02.898 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/catalina/7.0.27.1/ 2015-11-06 03:18:02.898 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/shared/ 2015-11-06 03:18:02.898 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/shared/7.0.27.1/ 2015-11-06 03:18:02.899 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/util/ 2015-11-06 03:18:02.900 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/util/7.0.27.1/ 2015-11-06 03:18:02.900 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/ 2015-11-06 03:18:02.900 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/ 2015-11-06 03:18:02.900 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/ 2015-11-06 03:18:02.900 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/ 2015-11-06 03:18:02.900 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0.1/ 2015-11-06 03:18:02.900 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-ejb_3.1_spec/ 2015-11-06 03:18:02.901 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-ejb_3.1_spec/1.0/ 2015-11-06 03:18:02.901 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-el_1.0_spec/ 2015-11-06 03:18:02.901 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-el_1.0_spec/1.0.1/ 2015-11-06 03:18:02.901 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.5_spec/ 2015-11-06 03:18:02.901 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.5_spec/2.0.0/ 2015-11-06 03:18:02.901 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.6_spec/ 2015-11-06 03:18:02.902 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.6_spec/1.0/ 2015-11-06 03:18:02.902 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/ 2015-11-06 03:18:02.902 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/1.1/ 2015-11-06 03:18:02.902 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaxrpc_1.1_spec/ 2015-11-06 03:18:02.902 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaxrpc_1.1_spec/2.1/ 2015-11-06 03:18:02.902 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jms_1.1_spec/ 2015-11-06 03:18:02.903 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/ 2015-11-06 03:18:02.903 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/ 2015-11-06 03:18:02.903 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.1/ 2015-11-06 03:18:02.903 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/ 2015-11-06 03:18:02.903 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/ 2015-11-06 03:18:02.903 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_2.5_spec/ 2015-11-06 03:18:02.903 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_2.5_spec/1.2/ 2015-11-06 03:18:02.904 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/ 2015-11-06 03:18:02.904 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/ 2015-11-06 03:18:02.904 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-validation_1.0_spec/ 2015-11-06 03:18:02.904 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-validation_1.0_spec/1.1/ 2015-11-06 03:18:02.904 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hadoop/ 2015-11-06 03:18:02.904 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hadoop/hadoop-core/ 2015-11-06 03:18:02.905 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hadoop/hadoop-core/1.2.0/ 2015-11-06 03:18:02.905 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hbase/ 2015-11-06 03:18:02.905 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hbase/hbase/ 2015-11-06 03:18:02.905 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hbase/hbase/0.94.15/ 2015-11-06 03:18:02.905 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/ 2015-11-06 03:18:02.905 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpclient-osgi/ 2015-11-06 03:18:02.906 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpclient-osgi/4.4/ 2015-11-06 03:18:02.907 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpclient-osgi/4.4.1/ 2015-11-06 03:18:02.907 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpcore-osgi/ 2015-11-06 03:18:02.907 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpcore-osgi/4.4/ 2015-11-06 03:18:02.907 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpcore-osgi/4.4.1/ 2015-11-06 03:18:02.907 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/ 2015-11-06 03:18:02.907 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/ 2015-11-06 03:18:02.908 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.command/ 2015-11-06 03:18:02.908 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.command/3.0.3/ 2015-11-06 03:18:02.908 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/ 2015-11-06 03:18:02.908 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/3.0.3/ 2015-11-06 03:18:02.908 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.springstate/ 2015-11-06 03:18:02.908 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.springstate/3.0.3/ 2015-11-06 03:18:02.908 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/ 2015-11-06 03:18:02.909 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.command/ 2015-11-06 03:18:02.909 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.command/3.0.3/ 2015-11-06 03:18:02.909 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.core/ 2015-11-06 03:18:02.909 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.core/3.0.3/ 2015-11-06 03:18:02.909 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/ 2015-11-06 03:18:02.909 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/ 2015-11-06 03:18:02.910 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/3.0.3/ 2015-11-06 03:18:02.910 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/ 2015-11-06 03:18:02.910 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/3.0.3/ 2015-11-06 03:18:02.910 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/ 2015-11-06 03:18:02.910 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/3.0.3/ 2015-11-06 03:18:02.910 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.spring/ 2015-11-06 03:18:02.911 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.spring/3.0.3/ 2015-11-06 03:18:02.911 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/ 2015-11-06 03:18:02.911 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/3.0.3/ 2015-11-06 03:18:02.911 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/ 2015-11-06 03:18:02.911 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.command/ 2015-11-06 03:18:02.911 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.command/3.0.3/ 2015-11-06 03:18:02.911 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/ 2015-11-06 03:18:02.911 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/3.0.3/ 2015-11-06 03:18:02.912 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/ 2015-11-06 03:18:02.912 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/enterprise/ 2015-11-06 03:18:02.912 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/enterprise/3.0.3/ 2015-11-06 03:18:02.912 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/framework/ 2015-11-06 03:18:02.912 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/framework/3.0.3/ 2015-11-06 03:18:02.913 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.command/ 2015-11-06 03:18:02.914 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.command/3.0.3/ 2015-11-06 03:18:02.914 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.core/ 2015-11-06 03:18:02.914 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.core/3.0.3/ 2015-11-06 03:18:02.914 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.obr/ 2015-11-06 03:18:02.914 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.obr/3.0.3/ 2015-11-06 03:18:02.914 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/spring/ 2015-11-06 03:18:02.914 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/spring/3.0.3/ 2015-11-06 03:18:02.915 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/standard/ 2015-11-06 03:18:02.915 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/standard/3.0.3/ 2015-11-06 03:18:02.915 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/ 2015-11-06 03:18:02.915 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.command/ 2015-11-06 03:18:02.915 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.command/3.0.3/ 2015-11-06 03:18:02.915 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.core/ 2015-11-06 03:18:02.915 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.core/3.0.3/ 2015-11-06 03:18:02.916 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/ 2015-11-06 03:18:02.916 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.command/ 2015-11-06 03:18:02.916 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.command/3.0.3/ 2015-11-06 03:18:02.916 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.core/ 2015-11-06 03:18:02.916 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.core/3.0.3/ 2015-11-06 03:18:02.916 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/ 2015-11-06 03:18:02.916 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/ 2015-11-06 03:18:02.917 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/3.0.3/ 2015-11-06 03:18:02.917 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/ 2015-11-06 03:18:02.917 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/3.0.3/ 2015-11-06 03:18:02.917 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.jasypt/ 2015-11-06 03:18:02.917 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.jasypt/3.0.3/ 2015-11-06 03:18:02.917 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/ 2015-11-06 03:18:02.917 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/3.0.3/ 2015-11-06 03:18:02.917 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/ 2015-11-06 03:18:02.918 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.command/ 2015-11-06 03:18:02.918 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.command/3.0.3/ 2015-11-06 03:18:02.918 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/ 2015-11-06 03:18:02.918 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/3.0.3/ 2015-11-06 03:18:02.918 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/ 2015-11-06 03:18:02.918 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.command/ 2015-11-06 03:18:02.918 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.command/3.0.3/ 2015-11-06 03:18:02.919 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.core/ 2015-11-06 03:18:02.919 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.core/3.0.3/ 2015-11-06 03:18:02.920 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/ 2015-11-06 03:18:02.920 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.command/ 2015-11-06 03:18:02.920 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.command/3.0.3/ 2015-11-06 03:18:02.920 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.core/ 2015-11-06 03:18:02.920 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.core/3.0.3/ 2015-11-06 03:18:02.921 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/ 2015-11-06 03:18:02.921 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.command/ 2015-11-06 03:18:02.921 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.command/3.0.3/ 2015-11-06 03:18:02.921 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.core/ 2015-11-06 03:18:02.921 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.core/3.0.3/ 2015-11-06 03:18:02.921 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/ 2015-11-06 03:18:02.921 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.command/ 2015-11-06 03:18:02.922 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.command/3.0.3/ 2015-11-06 03:18:02.922 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.core/ 2015-11-06 03:18:02.922 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.core/3.0.3/ 2015-11-06 03:18:02.922 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/management/ 2015-11-06 03:18:02.922 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/management/org.apache.karaf.management.server/ 2015-11-06 03:18:02.922 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/management/org.apache.karaf.management.server/3.0.3/ 2015-11-06 03:18:02.922 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/ 2015-11-06 03:18:02.923 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.command/ 2015-11-06 03:18:02.923 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.command/3.0.3/ 2015-11-06 03:18:02.923 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.core/ 2015-11-06 03:18:02.923 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.core/3.0.3/ 2015-11-06 03:18:02.923 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/ 2015-11-06 03:18:02.923 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.command/ 2015-11-06 03:18:02.923 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.command/3.0.3/ 2015-11-06 03:18:02.924 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.core/ 2015-11-06 03:18:02.924 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.core/3.0.3/ 2015-11-06 03:18:02.924 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/ 2015-11-06 03:18:02.924 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.command/ 2015-11-06 03:18:02.924 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.command/3.0.3/ 2015-11-06 03:18:02.924 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.core/ 2015-11-06 03:18:02.924 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.core/3.0.3/ 2015-11-06 03:18:02.925 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.persist/ 2015-11-06 03:18:02.925 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.persist/3.0.3/ 2015-11-06 03:18:02.925 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scheduler/ 2015-11-06 03:18:02.925 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scheduler/org.apache.karaf.scheduler.core/ 2015-11-06 03:18:02.925 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scheduler/org.apache.karaf.scheduler.core/3.0.3/ 2015-11-06 03:18:02.925 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scr/ 2015-11-06 03:18:02.925 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scr/org.apache.karaf.scr.command/ 2015-11-06 03:18:02.927 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scr/org.apache.karaf.scr.command/3.0.3/ 2015-11-06 03:18:02.927 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/ 2015-11-06 03:18:02.927 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.command/ 2015-11-06 03:18:02.927 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.command/3.0.3/ 2015-11-06 03:18:02.927 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.core/ 2015-11-06 03:18:02.927 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.core/3.0.3/ 2015-11-06 03:18:02.927 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.guard/ 2015-11-06 03:18:02.927 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.guard/3.0.3/ 2015-11-06 03:18:02.928 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/ 2015-11-06 03:18:02.928 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/ 2015-11-06 03:18:02.928 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/3.0.3/ 2015-11-06 03:18:02.928 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.console/ 2015-11-06 03:18:02.928 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.console/3.0.3/ 2015-11-06 03:18:02.928 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.help/ 2015-11-06 03:18:02.928 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.help/3.0.3/ 2015-11-06 03:18:02.928 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/ 2015-11-06 03:18:02.929 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/3.0.3/ 2015-11-06 03:18:02.929 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.table/ 2015-11-06 03:18:02.929 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.table/3.0.3/ 2015-11-06 03:18:02.929 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/system/ 2015-11-06 03:18:02.929 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/system/org.apache.karaf.system.command/ 2015-11-06 03:18:02.929 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/system/org.apache.karaf.system.command/3.0.3/ 2015-11-06 03:18:02.929 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/system/org.apache.karaf.system.core/ 2015-11-06 03:18:02.930 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/system/org.apache.karaf.system.core/3.0.3/ 2015-11-06 03:18:02.930 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/ 2015-11-06 03:18:02.930 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.command/ 2015-11-06 03:18:02.930 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.command/3.0.3/ 2015-11-06 03:18:02.930 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.core/ 2015-11-06 03:18:02.930 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.core/3.0.3/ 2015-11-06 03:18:02.930 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/ 2015-11-06 03:18:02.930 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.branding/ 2015-11-06 03:18:02.931 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.branding/3.0.3/ 2015-11-06 03:18:02.931 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.console/ 2015-11-06 03:18:02.931 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.console/3.0.3/ 2015-11-06 03:18:02.931 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.features/ 2015-11-06 03:18:02.931 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.features/3.0.3/ 2015-11-06 03:18:02.931 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.gogo/ 2015-11-06 03:18:02.932 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.gogo/3.0.3/ 2015-11-06 03:18:02.933 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/ 2015-11-06 03:18:02.933 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/3.0.3/ 2015-11-06 03:18:02.933 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.instance/ 2015-11-06 03:18:02.933 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.instance/3.0.3/ 2015-11-06 03:18:02.933 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/ 2015-11-06 03:18:02.933 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.command/ 2015-11-06 03:18:02.934 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.command/3.0.3/ 2015-11-06 03:18:02.934 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/ 2015-11-06 03:18:02.934 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/3.0.3/ 2015-11-06 03:18:02.934 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/mina/ 2015-11-06 03:18:02.934 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/mina/mina-core/ 2015-11-06 03:18:02.934 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/mina/mina-core/2.0.7/ 2015-11-06 03:18:02.934 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/ 2015-11-06 03:18:02.935 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/ 2015-11-06 03:18:02.935 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.authzserver/ 2015-11-06 03:18:02.935 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.authzserver/1.0.0/ 2015-11-06 03:18:02.935 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.common/ 2015-11-06 03:18:02.935 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.common/1.0.0/ 2015-11-06 03:18:02.935 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.resourceserver/ 2015-11-06 03:18:02.935 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.resourceserver/1.0.0/ 2015-11-06 03:18:02.936 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/openjpa/ 2015-11-06 03:18:02.936 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/openjpa/openjpa/ 2015-11-06 03:18:02.936 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/openjpa/openjpa/2.2.2/ 2015-11-06 03:18:02.936 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/openjpa/openjpa/2.3.0/ 2015-11-06 03:18:02.936 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/ 2015-11-06 03:18:02.936 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/ 2015-11-06 03:18:02.936 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/ 2015-11-06 03:18:02.937 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.7.0_6/ 2015-11-06 03:18:02.937 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.8.2_2/ 2015-11-06 03:18:02.937 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.antlr/ 2015-11-06 03:18:02.937 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.antlr/2.7.7_5/ 2015-11-06 03:18:02.937 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/ 2015-11-06 03:18:02.937 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/ 2015-11-06 03:18:02.937 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.asm/ 2015-11-06 03:18:02.937 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.asm/3.3_2/ 2015-11-06 03:18:02.938 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aspectj/ 2015-11-06 03:18:02.938 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aspectj/1.7.4_1/ 2015-11-06 03:18:02.939 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.cglib/ 2015-11-06 03:18:02.939 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.cglib/3.0_1/ 2015-11-06 03:18:02.939 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-beanutils/ 2015-11-06 03:18:02.940 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-beanutils/1.8.3_1/ 2015-11-06 03:18:02.940 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-dbcp/ 2015-11-06 03:18:02.940 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-dbcp/1.4_3/ 2015-11-06 03:18:02.940 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-httpclient/ 2015-11-06 03:18:02.940 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-httpclient/3.1_7/ 2015-11-06 03:18:02.940 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.dom4j/ 2015-11-06 03:18:02.940 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.dom4j/1.6.1_5/ 2015-11-06 03:18:02.940 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt/ 2015-11-06 03:18:02.941 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt/1.9.2_1/ 2015-11-06 03:18:02.941 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jdom/ 2015-11-06 03:18:02.941 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jdom/1.1_4/ 2015-11-06 03:18:02.941 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jetty/ 2015-11-06 03:18:02.941 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jetty/6.1.26_4/ 2015-11-06 03:18:02.941 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/ 2015-11-06 03:18:02.941 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.14.1_1/ 2015-11-06 03:18:02.941 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.snmp4j/ 2015-11-06 03:18:02.942 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.snmp4j/2.3.1_1/ 2015-11-06 03:18:02.942 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/ 2015-11-06 03:18:02.942 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.942 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.942 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.942 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/ 2015-11-06 03:18:02.943 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.943 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.943 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.943 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/ 2015-11-06 03:18:02.943 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.943 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.945 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.946 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/ 2015-11-06 03:18:02.946 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/ 2015-11-06 03:18:02.946 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.946 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.946 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.946 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.946 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.946 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.947 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/ 2015-11-06 03:18:02.947 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.947 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.947 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.947 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/ 2015-11-06 03:18:02.947 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.947 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.948 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.948 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/ 2015-11-06 03:18:02.948 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.948 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.948 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.948 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/ 2015-11-06 03:18:02.948 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.949 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.949 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.949 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/ 2015-11-06 03:18:02.949 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.949 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.949 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.950 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/ 2015-11-06 03:18:02.951 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.951 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.951 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.951 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/ 2015-11-06 03:18:02.951 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.951 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.951 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.952 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-struts/ 2015-11-06 03:18:02.952 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-struts/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.952 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/ 2015-11-06 03:18:02.952 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.952 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.952 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.952 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/ 2015-11-06 03:18:02.952 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.953 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.953 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.953 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/ 2015-11-06 03:18:02.953 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.953 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.953 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.953 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/ 2015-11-06 03:18:02.954 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/ 2015-11-06 03:18:02.954 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.954 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.954 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.954 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/3.2.11.RELEASE_1/ 2015-11-06 03:18:02.954 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.955 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.956 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-websocket/ 2015-11-06 03:18:02.956 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-websocket/4.0.7.RELEASE_1/ 2015-11-06 03:18:02.956 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-websocket/4.1.2.RELEASE_1/ 2015-11-06 03:18:02.956 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.struts/ 2015-11-06 03:18:02.956 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.struts/1.3.10_1/ 2015-11-06 03:18:02.956 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/ 2015-11-06 03:18:02.956 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/ 2015-11-06 03:18:02.956 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0/ 2015-11-06 03:18:02.957 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.java-persistence-api-2.0/ 2015-11-06 03:18:02.957 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.java-persistence-api-2.0/2.2.0/ 2015-11-06 03:18:02.957 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.javamail-api-1.4/ 2015-11-06 03:18:02.957 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.javamail-api-1.4/2.2.0/ 2015-11-06 03:18:02.957 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxws-api-2.2/ 2015-11-06 03:18:02.957 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxws-api-2.2/1.9.0/ 2015-11-06 03:18:02.957 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.3/ 2015-11-06 03:18:02.958 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.3/1.9.0/ 2015-11-06 03:18:02.958 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/sshd/ 2015-11-06 03:18:02.958 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/sshd/sshd-core/ 2015-11-06 03:18:02.958 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/sshd/sshd-core/0.12.0/ 2015-11-06 03:18:02.958 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/sshd/sshd-core/0.14.0/ 2015-11-06 03:18:02.958 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/thrift/ 2015-11-06 03:18:02.958 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/thrift/libthrift/ 2015-11-06 03:18:02.958 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/thrift/libthrift/0.9.1/ 2015-11-06 03:18:02.959 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/ 2015-11-06 03:18:02.959 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm4-shaded/ 2015-11-06 03:18:02.959 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm4-shaded/3.16/ 2015-11-06 03:18:02.959 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm5-shaded/ 2015-11-06 03:18:02.959 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm5-shaded/3.18/ 2015-11-06 03:18:02.959 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-bundleutils/ 2015-11-06 03:18:02.959 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-bundleutils/3.18/ 2015-11-06 03:18:02.959 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder/ 2015-11-06 03:18:02.960 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder-shaded/ 2015-11-06 03:18:02.960 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder-shaded/3.18/ 2015-11-06 03:18:02.960 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder/3.18/ 2015-11-06 03:18:02.960 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-naming/ 2015-11-06 03:18:02.960 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-naming/3.18/ 2015-11-06 03:18:02.960 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-reflect/ 2015-11-06 03:18:02.960 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-reflect/3.18/ 2015-11-06 03:18:02.962 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/zookeeper/ 2015-11-06 03:18:02.962 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/zookeeper/zookeeper/ 2015-11-06 03:18:02.962 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/zookeeper/zookeeper/3.3.5/ 2015-11-06 03:18:02.962 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/ 2015-11-06 03:18:02.962 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcpkix-jdk15on/ 2015-11-06 03:18:02.962 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcpkix-jdk15on/1.52/ 2015-11-06 03:18:02.963 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcprov-jdk15on/ 2015-11-06 03:18:02.963 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcprov-jdk15on/1.50/ 2015-11-06 03:18:02.963 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcprov-jdk15on/1.52/ 2015-11-06 03:18:02.963 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/ 2015-11-06 03:18:02.963 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/ 2015-11-06 03:18:02.963 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-core-asl/ 2015-11-06 03:18:02.964 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-core-asl/1.9.7/ 2015-11-06 03:18:02.964 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-mapper-asl/ 2015-11-06 03:18:02.964 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-mapper-asl/1.9.7/ 2015-11-06 03:18:02.964 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jettison/ 2015-11-06 03:18:02.964 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jettison/jettison/ 2015-11-06 03:18:02.964 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jettison/jettison/1.3.3/ 2015-11-06 03:18:02.964 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/ 2015-11-06 03:18:02.965 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/californium/ 2015-11-06 03:18:02.965 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/californium/californium-osgi/ 2015-11-06 03:18:02.965 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/californium/californium-osgi/1.0.0-M1/ 2015-11-06 03:18:02.965 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/equinox/ 2015-11-06 03:18:02.965 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/equinox/region/ 2015-11-06 03:18:02.965 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/equinox/region/1.0.0.v20110506/ 2015-11-06 03:18:02.966 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/ 2015-11-06 03:18:02.966 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/aggregate/ 2015-11-06 03:18:02.966 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/aggregate/jetty-all-server/ 2015-11-06 03:18:02.966 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/aggregate/jetty-all-server/8.1.15.v20140411/ 2015-11-06 03:18:02.966 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/orbit/ 2015-11-06 03:18:02.966 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/orbit/javax.servlet.jsp/ 2015-11-06 03:18:02.966 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/ 2015-11-06 03:18:02.967 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/org.eclipse.osgi/ 2015-11-06 03:18:02.967 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/org.eclipse.osgi/3.8.2.v20130124-134944/ 2015-11-06 03:18:02.967 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/ 2015-11-06 03:18:02.967 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.antlr/ 2015-11-06 03:18:02.967 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.0/ 2015-11-06 03:18:02.967 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.2/ 2015-11-06 03:18:02.967 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.core/ 2015-11-06 03:18:02.968 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.core/2.5.0/ 2015-11-06 03:18:02.968 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.core/2.5.2/ 2015-11-06 03:18:02.968 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.moxy/ 2015-11-06 03:18:02.968 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.0/ 2015-11-06 03:18:02.968 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.2/ 2015-11-06 03:18:02.969 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/fusesource/ 2015-11-06 03:18:02.970 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/fusesource/leveldbjni/ 2015-11-06 03:18:02.970 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/fusesource/leveldbjni/leveldbjni-all/ 2015-11-06 03:18:02.970 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/fusesource/leveldbjni/leveldbjni-all/1.8/ 2015-11-06 03:18:02.970 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/ 2015-11-06 03:18:02.970 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/javax.json/ 2015-11-06 03:18:02.971 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/javax.json/1.0.4/ 2015-11-06 03:18:02.971 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/web/ 2015-11-06 03:18:02.971 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/web/javax.el/ 2015-11-06 03:18:02.971 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/web/javax.el/2.2.4/ 2015-11-06 03:18:02.971 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/ 2015-11-06 03:18:02.971 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate/ 2015-11-06 03:18:02.971 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations/ 2015-11-06 03:18:02.972 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations.common/ 2015-11-06 03:18:02.972 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations.common/3.3.0.ga/ 2015-11-06 03:18:02.972 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations/3.4.0.GA/ 2015-11-06 03:18:02.972 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.ejb/ 2015-11-06 03:18:02.972 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.ejb/3.4.0.GA/ 2015-11-06 03:18:02.972 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate/3.3.2.GA/ 2015-11-06 03:18:02.972 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/common/ 2015-11-06 03:18:02.973 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/common/hibernate-commons-annotations/ 2015-11-06 03:18:02.973 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/ 2015-11-06 03:18:02.973 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-core/ 2015-11-06 03:18:02.973 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-core/4.2.15.Final/ 2015-11-06 03:18:02.973 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-core/4.3.6.Final/ 2015-11-06 03:18:02.973 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-entitymanager/ 2015-11-06 03:18:02.973 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-entitymanager/4.2.15.Final/ 2015-11-06 03:18:02.974 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-entitymanager/4.3.6.Final/ 2015-11-06 03:18:02.974 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-envers/ 2015-11-06 03:18:02.974 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-envers/4.2.15.Final/ 2015-11-06 03:18:02.974 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-envers/4.3.6.Final/ 2015-11-06 03:18:02.974 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-osgi/ 2015-11-06 03:18:02.974 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-osgi/4.2.15.Final/ 2015-11-06 03:18:02.974 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-osgi/4.3.6.Final/ 2015-11-06 03:18:02.975 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-validator/ 2015-11-06 03:18:02.975 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-validator/5.0.3.Final/ 2015-11-06 03:18:02.975 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/javax/ 2015-11-06 03:18:02.975 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/javax/persistence/ 2015-11-06 03:18:02.975 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/ 2015-11-06 03:18:02.976 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/ 2015-11-06 03:18:02.976 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/iq80/ 2015-11-06 03:18:02.976 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/iq80/leveldb/ 2015-11-06 03:18:02.976 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/iq80/leveldb/leveldb/ 2015-11-06 03:18:02.977 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/iq80/leveldb/leveldb/0.7/ 2015-11-06 03:18:02.977 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/javassist/ 2015-11-06 03:18:02.978 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/javassist/javassist/ 2015-11-06 03:18:02.978 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/javassist/javassist/3.18.1-GA/ 2015-11-06 03:18:02.978 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/javassist/javassist/3.19.0-GA/ 2015-11-06 03:18:02.978 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/ 2015-11-06 03:18:02.978 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/jandex/ 2015-11-06 03:18:02.978 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/jandex/1.2.2.Final/ 2015-11-06 03:18:02.979 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/javassist/ 2015-11-06 03:18:02.979 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/javassist/com.springsource.javassist/ 2015-11-06 03:18:02.979 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/javassist/com.springsource.javassist/3.9.0.GA/ 2015-11-06 03:18:02.979 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/logging/ 2015-11-06 03:18:02.979 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/logging/jboss-logging/ 2015-11-06 03:18:02.979 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/logging/jboss-logging/3.1.4.GA/ 2015-11-06 03:18:02.979 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/ 2015-11-06 03:18:02.980 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/ 2015-11-06 03:18:02.980 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/security/ 2015-11-06 03:18:02.980 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/security/jacc/ 2015-11-06 03:18:02.980 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/security/jacc/jboss-jacc-api_1.4_spec/ 2015-11-06 03:18:02.980 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/security/jacc/jboss-jacc-api_1.4_spec/1.0.2.Final/ 2015-11-06 03:18:02.980 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/transaction/ 2015-11-06 03:18:02.981 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/ 2015-11-06 03:18:02.981 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.1.Final/ 2015-11-06 03:18:02.981 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jledit/ 2015-11-06 03:18:02.981 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jledit/core/ 2015-11-06 03:18:02.981 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jledit/core/0.2.1/ 2015-11-06 03:18:02.981 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/json/ 2015-11-06 03:18:02.982 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/json/json/ 2015-11-06 03:18:02.982 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/json/json/20131018/ 2015-11-06 03:18:02.982 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/mariadb/ 2015-11-06 03:18:02.982 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/mariadb/jdbc/ 2015-11-06 03:18:02.982 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/mariadb/jdbc/mariadb-java-client/ 2015-11-06 03:18:02.982 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/mariadb/jdbc/mariadb-java-client/1.1.7/ 2015-11-06 03:18:02.982 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/objectweb/ 2015-11-06 03:18:02.983 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/objectweb/asm/ 2015-11-06 03:18:02.983 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/objectweb/asm/com.springsource.org.objectweb.asm/ 2015-11-06 03:18:02.983 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/objectweb/asm/com.springsource.org.objectweb.asm/1.5.3/ 2015-11-06 03:18:02.983 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ 2015-11-06 03:18:02.983 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/ 2015-11-06 03:18:02.983 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn/ 2015-11-06 03:18:02.984 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-api/ 2015-11-06 03:18:02.984 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-api/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.984 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-basic/ 2015-11-06 03:18:02.984 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-basic/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.984 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-federation/ 2015-11-06 03:18:02.984 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-federation/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.984 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-idpmapping/ 2015-11-06 03:18:02.985 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-idpmapping/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.986 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-keystone/ 2015-11-06 03:18:02.986 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-keystone/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.986 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-api/ 2015-11-06 03:18:02.986 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-api/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.986 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-config/ 2015-11-06 03:18:02.987 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.987 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-store-impl/ 2015-11-06 03:18:02.987 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-store-impl/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.987 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-odl-plugin/ 2015-11-06 03:18:02.987 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-odl-plugin/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.987 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sssd/ 2015-11-06 03:18:02.987 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sssd/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.988 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-store/ 2015-11-06 03:18:02.988 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-store/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.988 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sts/ 2015-11-06 03:18:02.988 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sts/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.988 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.988 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-model/ 2015-11-06 03:18:02.989 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-model/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.989 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-service/ 2015-11-06 03:18:02.989 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-service/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.989 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-credential-store-api/ 2015-11-06 03:18:02.989 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-credential-store-api/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.990 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-idmlight/ 2015-11-06 03:18:02.990 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-idmlight/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.990 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-restconf-config/ 2015-11-06 03:18:02.990 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-restconf-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.990 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-service-config/ 2015-11-06 03:18:02.991 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-service-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.991 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa/ 2015-11-06 03:18:02.991 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-api/ 2015-11-06 03:18:02.991 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-api/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.991 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-authz/ 2015-11-06 03:18:02.992 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-authz/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.992 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa/0.2.1-SNAPSHOT/ 2015-11-06 03:18:02.992 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/ 2015-11-06 03:18:02.992 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-commons/ 2015-11-06 03:18:02.992 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-commons/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.992 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-config/ 2015-11-06 03:18:02.994 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-config/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.994 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/ 2015-11-06 03:18:02.994 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-config/ 2015-11-06 03:18:02.994 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-config/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.994 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-impl/ 2015-11-06 03:18:02.994 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.995 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-model/ 2015-11-06 03:18:02.995 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-model/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.995 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-manager/ 2015-11-06 03:18:02.995 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-manager/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.995 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-model/ 2015-11-06 03:18:02.995 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-model/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.996 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-northbound/ 2015-11-06 03:18:02.996 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-northbound/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.996 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-provider/ 2015-11-06 03:18:02.996 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-provider/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.996 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/features-alto/ 2015-11-06 03:18:02.997 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/features-alto/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.997 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/service-api-rfc7285/ 2015-11-06 03:18:02.997 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/service-api-rfc7285/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.997 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/simple-impl/ 2015-11-06 03:18:02.997 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/simple-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:02.998 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/ 2015-11-06 03:18:02.998 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-concepts/ 2015-11-06 03:18:02.998 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-concepts/0.4.1-SNAPSHOT/ 2015-11-06 03:18:02.998 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-controller-config/ 2015-11-06 03:18:02.998 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-controller-config/0.4.1-SNAPSHOT/ 2015-11-06 03:18:02.998 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-flowspec/ 2015-11-06 03:18:02.999 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-flowspec/0.4.1-SNAPSHOT/ 2015-11-06 03:18:02.999 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-inet/ 2015-11-06 03:18:02.999 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-inet/0.4.1-SNAPSHOT/ 2015-11-06 03:18:02.999 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-linkstate/ 2015-11-06 03:18:02.999 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-linkstate/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.000 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-api/ 2015-11-06 03:18:03.000 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.000 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-impl/ 2015-11-06 03:18:03.000 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-impl/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.000 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-spi/ 2015-11-06 03:18:03.000 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-spi/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.001 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-api/ 2015-11-06 03:18:03.002 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.002 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-impl/ 2015-11-06 03:18:03.002 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-impl/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.002 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-spi/ 2015-11-06 03:18:03.002 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-spi/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.002 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-topology-provider/ 2015-11-06 03:18:03.003 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-topology-provider/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.003 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/concepts/ 2015-11-06 03:18:03.003 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/concepts/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.003 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter/ 2015-11-06 03:18:03.003 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter-controller-config/ 2015-11-06 03:18:03.004 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter-controller-config/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.004 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.004 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-bgp/ 2015-11-06 03:18:03.004 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-bgp/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.005 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-extras/ 2015-11-06 03:18:03.005 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-extras/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.005 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-pcep/ 2015-11-06 03:18:03.005 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-pcep/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.006 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-api/ 2015-11-06 03:18:03.006 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.006 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-controller-config/ 2015-11-06 03:18:03.006 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-controller-config/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.006 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful02/ 2015-11-06 03:18:03.007 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful02/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.007 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful07/ 2015-11-06 03:18:03.007 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful07/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.007 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-impl/ 2015-11-06 03:18:03.007 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-impl/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.008 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-segment-routing/ 2015-11-06 03:18:03.008 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-segment-routing/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.008 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-spi/ 2015-11-06 03:18:03.008 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-spi/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.008 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-api/ 2015-11-06 03:18:03.009 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.009 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-provider/ 2015-11-06 03:18:03.009 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-provider/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.009 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-spi/ 2015-11-06 03:18:03.009 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-spi/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.010 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-api/ 2015-11-06 03:18:03.011 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.011 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-provider/ 2015-11-06 03:18:03.011 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-provider/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.011 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-api/ 2015-11-06 03:18:03.012 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.012 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-controller-config/ 2015-11-06 03:18:03.012 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-controller-config/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.012 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-impl/ 2015-11-06 03:18:03.012 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-impl/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.013 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-spi/ 2015-11-06 03:18:03.013 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-spi/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.013 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-topology-api/ 2015-11-06 03:18:03.013 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-topology-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.013 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-tunnel-api/ 2015-11-06 03:18:03.014 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-tunnel-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.014 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/rsvp-api/ 2015-11-06 03:18:03.014 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/rsvp-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.014 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-api/ 2015-11-06 03:18:03.014 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.014 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-tunnel-api/ 2015-11-06 03:18:03.015 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-tunnel-api/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.015 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/util/ 2015-11-06 03:18:03.015 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/util/0.4.1-SNAPSHOT/ 2015-11-06 03:18:03.015 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/ 2015-11-06 03:18:03.016 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-api/ 2015-11-06 03:18:03.016 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.016 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-features/ 2015-11-06 03:18:03.017 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-features/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.017 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-impl/ 2015-11-06 03:18:03.017 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.017 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ 2015-11-06 03:18:03.018 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/appauth/ 2015-11-06 03:18:03.018 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/appauth/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.018 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner/ 2015-11-06 03:18:03.018 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner.implementation/ 2015-11-06 03:18:03.018 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner.implementation/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.019 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.019 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services/ 2015-11-06 03:18:03.019 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services-implementation/ 2015-11-06 03:18:03.020 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services-implementation/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.020 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.020 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/commons.northbound/ 2015-11-06 03:18:03.021 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/commons.northbound/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.021 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-api/ 2015-11-06 03:18:03.021 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-api/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.021 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-manager/ 2015-11-06 03:18:03.021 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-manager/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.022 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netconf-connector/ 2015-11-06 03:18:03.022 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netconf-connector/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.022 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netty-config/ 2015-11-06 03:18:03.022 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netty-config/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.022 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-api/ 2015-11-06 03:18:03.022 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-api/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.023 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-feature-adapter/ 2015-11-06 03:18:03.023 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-feature-adapter/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.023 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-file-xml-adapter/ 2015-11-06 03:18:03.023 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-file-xml-adapter/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.023 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-impl/ 2015-11-06 03:18:03.024 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-impl/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.024 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-util/ 2015-11-06 03:18:03.024 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-util/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.024 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration/ 2015-11-06 03:18:03.025 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration.implementation/ 2015-11-06 03:18:03.025 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration.implementation/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.025 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.025 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager/ 2015-11-06 03:18:03.025 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.implementation/ 2015-11-06 03:18:03.026 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.implementation/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.026 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.northbound/ 2015-11-06 03:18:03.026 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.northbound/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.027 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.027 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager/ 2015-11-06 03:18:03.027 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager.implementation/ 2015-11-06 03:18:03.027 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager.implementation/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.027 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.029 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/dummy-console/ 2015-11-06 03:18:03.029 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/dummy-console/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.029 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-adsal/ 2015-11-06 03:18:03.029 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-adsal/0.9.1-SNAPSHOT/ 2015-11-06 03:18:03.029 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-akka/ 2015-11-06 03:18:03.030 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-akka/1.5.1-SNAPSHOT/ 2015-11-06 03:18:03.030 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-base/ 2015-11-06 03:18:03.030 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-base/1.5.1-SNAPSHOT/ 2015-11-06 03:18:03.030 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config/ 2015-11-06 03:18:03.030 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-netty/ 2015-11-06 03:18:03.030 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-netty/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.031 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-persister/ 2015-11-06 03:18:03.031 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-persister/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.031 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.031 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-mdsal/ 2015-11-06 03:18:03.031 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-mdsal/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.032 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf/ 2015-11-06 03:18:03.032 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf-connector/ 2015-11-06 03:18:03.032 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf-connector/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.032 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.033 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-nsf/ 2015-11-06 03:18:03.033 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-nsf/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.033 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-protocol-framework/ 2015-11-06 03:18:03.033 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-protocol-framework/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.033 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-restconf/ 2015-11-06 03:18:03.034 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-restconf/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.034 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/flowprogrammer.northbound/ 2015-11-06 03:18:03.034 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/flowprogrammer.northbound/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.035 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting/ 2015-11-06 03:18:03.035 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting.northbound/ 2015-11-06 03:18:03.035 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting.northbound/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.035 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.036 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager/ 2015-11-06 03:18:03.036 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager.implementation/ 2015-11-06 03:18:03.036 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager.implementation/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.036 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.036 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker/ 2015-11-06 03:18:03.038 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.implementation/ 2015-11-06 03:18:03.038 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.implementation/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.038 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.northbound/ 2015-11-06 03:18:03.038 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.northbound/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.039 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.shell/ 2015-11-06 03:18:03.039 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.shell/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.039 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.039 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf/ 2015-11-06 03:18:03.040 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring/ 2015-11-06 03:18:03.040 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring-extension/ 2015-11-06 03:18:03.040 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring-extension/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.040 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.040 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-notifications/ 2015-11-06 03:18:03.041 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-notifications/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.041 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.041 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/karaf-tomcat-security/ 2015-11-06 03:18:03.041 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/karaf-tomcat-security/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.042 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/liblldp/ 2015-11-06 03:18:03.042 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/liblldp/0.9.1-SNAPSHOT/ 2015-11-06 03:18:03.042 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/md-sal-config/ 2015-11-06 03:18:03.042 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/md-sal-config/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.042 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-connector/ 2015-11-06 03:18:03.043 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-connector/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.043 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-monitoring/ 2015-11-06 03:18:03.043 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-monitoring/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.043 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-api/ 2015-11-06 03:18:03.043 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-api/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.044 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-config/ 2015-11-06 03:18:03.044 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-config/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.044 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-impl/ 2015-11-06 03:18:03.044 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-impl/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.045 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-spi/ 2015-11-06 03:18:03.045 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-spi/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.045 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/ 2015-11-06 03:18:03.045 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-inventory/ 2015-11-06 03:18:03.046 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-inventory/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.046 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-topology/ 2015-11-06 03:18:03.047 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-topology/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.048 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-api/ 2015-11-06 03:18:03.048 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-api/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.049 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-auth/ 2015-11-06 03:18:03.049 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-auth/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.049 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-client/ 2015-11-06 03:18:03.049 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-client/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.049 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config/ 2015-11-06 03:18:03.049 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config-dispatcher/ 2015-11-06 03:18:03.050 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config-dispatcher/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.050 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.050 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-connector-config/ 2015-11-06 03:18:03.050 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-connector-config/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.050 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-impl/ 2015-11-06 03:18:03.051 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-impl/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.051 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mapping-api/ 2015-11-06 03:18:03.051 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mapping-api/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.051 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mdsal-config/ 2015-11-06 03:18:03.051 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mdsal-config/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.052 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-monitoring/ 2015-11-06 03:18:03.052 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-monitoring/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.052 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-netty-util/ 2015-11-06 03:18:03.053 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-netty-util/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.053 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-api/ 2015-11-06 03:18:03.053 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-api/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.053 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-impl/ 2015-11-06 03:18:03.054 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-impl/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.054 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-ssh/ 2015-11-06 03:18:03.054 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-ssh/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.054 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-tcp/ 2015-11-06 03:18:03.054 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-tcp/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.055 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-util/ 2015-11-06 03:18:03.055 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-util/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.055 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-config-api/ 2015-11-06 03:18:03.055 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-config-api/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.056 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-event-executor-config/ 2015-11-06 03:18:03.056 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-event-executor-config/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.056 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-threadgroup-config/ 2015-11-06 03:18:03.058 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-threadgroup-config/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.058 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-timer-config/ 2015-11-06 03:18:03.058 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-timer-config/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.058 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/networkconfig.bridgedomain.northbound/ 2015-11-06 03:18:03.058 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/networkconfig.bridgedomain.northbound/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.059 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/protocol-framework/ 2015-11-06 03:18:03.059 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/protocol-framework/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.059 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/routing.dijkstra_implementation/ 2015-11-06 03:18:03.059 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/routing.dijkstra_implementation/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.059 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal/ 2015-11-06 03:18:03.060 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-akka-raft/ 2015-11-06 03:18:03.060 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-akka-raft/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.060 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-api/ 2015-11-06 03:18:03.060 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-api/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.061 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-broker-impl/ 2015-11-06 03:18:03.061 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-broker-impl/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.061 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-config/ 2015-11-06 03:18:03.061 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-config/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.062 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-util/ 2015-11-06 03:18:03.062 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-util/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.062 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-broker-impl/ 2015-11-06 03:18:03.062 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-broker-impl/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.063 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-commons/ 2015-11-06 03:18:03.063 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-commons/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.063 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/ 2015-11-06 03:18:03.063 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.064 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common/ 2015-11-06 03:18:03.064 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-api/ 2015-11-06 03:18:03.064 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-api/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.064 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-impl/ 2015-11-06 03:18:03.064 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-impl/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.065 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-util/ 2015-11-06 03:18:03.065 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-util/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.065 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.065 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-connector-api/ 2015-11-06 03:18:03.065 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-connector-api/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.066 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-api/ 2015-11-06 03:18:03.070 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-api/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.071 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-spi/ 2015-11-06 03:18:03.072 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-spi/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.072 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-distributed-datastore/ 2015-11-06 03:18:03.073 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-distributed-datastore/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.074 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql/ 2015-11-06 03:18:03.075 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql-config/ 2015-11-06 03:18:03.076 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql-config/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.077 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.077 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-inmemory-datastore/ 2015-11-06 03:18:03.078 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-inmemory-datastore/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.080 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-karaf-xsql/ 2015-11-06 03:18:03.081 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-karaf-xsql/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.081 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-netconf-connector/ 2015-11-06 03:18:03.082 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-netconf-connector/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.084 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remote/ 2015-11-06 03:18:03.084 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remote/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.084 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remoterpc-connector/ 2015-11-06 03:18:03.085 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remoterpc-connector/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.085 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector/ 2015-11-06 03:18:03.085 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector-config/ 2015-11-06 03:18:03.085 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector-config/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.086 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.086 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-docgen/ 2015-11-06 03:18:03.086 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-docgen/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.086 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection/ 2015-11-06 03:18:03.087 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection.implementation/ 2015-11-06 03:18:03.087 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection.implementation/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.087 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.087 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.implementation/ 2015-11-06 03:18:03.087 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.implementation/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.088 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration/ 2015-11-06 03:18:03.088 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration.implementation/ 2015-11-06 03:18:03.088 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration.implementation/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.088 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.088 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal/0.9.1-SNAPSHOT/ 2015-11-06 03:18:03.089 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/ 2015-11-06 03:18:03.089 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-config/ 2015-11-06 03:18:03.089 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-config/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.089 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-model/ 2015-11-06 03:18:03.089 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-model/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.089 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-provider/ 2015-11-06 03:18:03.089 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-provider/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-consumer/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-consumer/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-provider/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-provider/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/toaster-config/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/toaster-config/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-api/ 2015-11-06 03:18:03.090 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-api/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.091 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-impl/ 2015-11-06 03:18:03.091 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-impl/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.091 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statistics.northbound/ 2015-11-06 03:18:03.091 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statistics.northbound/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.091 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager/ 2015-11-06 03:18:03.091 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager.implementation/ 2015-11-06 03:18:03.092 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager.implementation/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.092 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.092 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/subnets.northbound/ 2015-11-06 03:18:03.092 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/subnets.northbound/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.092 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager/ 2015-11-06 03:18:03.093 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.implementation/ 2015-11-06 03:18:03.093 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.implementation/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.093 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.northbound/ 2015-11-06 03:18:03.093 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.northbound/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.094 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager/0.8.1-SNAPSHOT/ 2015-11-06 03:18:03.094 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/thirdparty/ 2015-11-06 03:18:03.094 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/thirdparty/net.sf.jung2/ 2015-11-06 03:18:03.094 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/thirdparty/net.sf.jung2/2.0.1/ 2015-11-06 03:18:03.094 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-api/ 2015-11-06 03:18:03.095 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-api/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.095 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-impl/ 2015-11-06 03:18:03.095 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-impl/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.095 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topology.northbound/ 2015-11-06 03:18:03.095 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topology.northbound/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.095 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager.shell/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager.shell/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.implementation/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.implementation/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.northbound/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.northbound/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.096 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/yang-jmx-generator/ 2015-11-06 03:18:03.097 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/yang-jmx-generator/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.097 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/ 2015-11-06 03:18:03.098 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-api/ 2015-11-06 03:18:03.098 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-api/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.098 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-features/ 2015-11-06 03:18:03.098 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-features/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.098 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-impl/ 2015-11-06 03:18:03.099 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-impl/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.099 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/ 2015-11-06 03:18:03.099 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-drivers-api/ 2015-11-06 03:18:03.099 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-drivers-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.099 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-features/ 2015-11-06 03:18:03.100 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-features/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.100 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-api/ 2015-11-06 03:18:03.100 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.100 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-impl/ 2015-11-06 03:18:03.100 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.101 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/ 2015-11-06 03:18:03.101 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.authentication/ 2015-11-06 03:18:03.101 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.authentication/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.101 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.general/ 2015-11-06 03:18:03.101 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.general/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.102 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.layout/ 2015-11-06 03:18:03.102 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.layout/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.102 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.login/ 2015-11-06 03:18:03.102 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.login/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.102 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.navigation/ 2015-11-06 03:18:03.102 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.navigation/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.102 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.sigmatopology/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.sigmatopology/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.topbar/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.topbar/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.yangutils/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.yangutils/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.core/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.core/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.node/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.node/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.103 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.topology/ 2015-11-06 03:18:03.104 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.topology/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.104 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangui/ 2015-11-06 03:18:03.104 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangui/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.104 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangvisualizer/ 2015-11-06 03:18:03.104 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangvisualizer/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.105 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/features-dlux/ 2015-11-06 03:18:03.105 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/features-dlux/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.105 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader/ 2015-11-06 03:18:03.106 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader.implementation/ 2015-11-06 03:18:03.106 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader.implementation/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.106 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.106 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ 2015-11-06 03:18:03.106 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/features-groupbasedpolicy/ 2015-11-06 03:18:03.107 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/features-groupbasedpolicy/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.107 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy/ 2015-11-06 03:18:03.107 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ofoverlay-config/ 2015-11-06 03:18:03.108 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ofoverlay-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.108 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ui-bundle/ 2015-11-06 03:18:03.108 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ui-bundle/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.108 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.109 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper/ 2015-11-06 03:18:03.109 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper-config/ 2015-11-06 03:18:03.109 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.109 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.109 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb-config/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ofoverlay-renderer/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ofoverlay-renderer/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend-config/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.110 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/ 2015-11-06 03:18:03.111 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-index/ 2015-11-06 03:18:03.111 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-index/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.111 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-test/ 2015-11-06 03:18:03.111 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-test/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.111 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/ 2015-11-06 03:18:03.111 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-api/ 2015-11-06 03:18:03.111 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-api/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.112 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-core/ 2015-11-06 03:18:03.112 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-core/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.112 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-features/ 2015-11-06 03:18:03.112 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-features/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.113 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-notifier/ 2015-11-06 03:18:03.113 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-notifier/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.113 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-coap/ 2015-11-06 03:18:03.113 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-coap/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.114 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-http/ 2015-11-06 03:18:03.114 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-http/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.114 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-mqtt/ 2015-11-06 03:18:03.115 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-mqtt/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.115 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/ 2015-11-06 03:18:03.115 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/ 2015-11-06 03:18:03.115 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-config/ 2015-11-06 03:18:03.115 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.115 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-impl/ 2015-11-06 03:18:03.116 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-impl/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.116 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-model/ 2015-11-06 03:18:03.116 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-model/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.116 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/ 2015-11-06 03:18:03.116 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-config/ 2015-11-06 03:18:03.117 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.117 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-impl/ 2015-11-06 03:18:03.117 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-impl/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.117 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/features-l2switch/ 2015-11-06 03:18:03.117 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/features-l2switch/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.117 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/ 2015-11-06 03:18:03.117 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-config/ 2015-11-06 03:18:03.117 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.117 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-impl/ 2015-11-06 03:18:03.118 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-impl/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.118 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-model/ 2015-11-06 03:18:03.118 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-model/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.118 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/ 2015-11-06 03:18:03.118 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-config/ 2015-11-06 03:18:03.118 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.118 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-impl/ 2015-11-06 03:18:03.118 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-impl/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.119 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-model/ 2015-11-06 03:18:03.119 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-model/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.119 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/ 2015-11-06 03:18:03.119 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-config/ 2015-11-06 03:18:03.120 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.120 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-impl/ 2015-11-06 03:18:03.120 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-impl/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.120 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/ 2015-11-06 03:18:03.120 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-config/ 2015-11-06 03:18:03.121 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-config/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.121 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-impl/ 2015-11-06 03:18:03.121 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-impl/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.121 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-model/ 2015-11-06 03:18:03.122 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-model/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.122 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/ 2015-11-06 03:18:03.122 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/features-lacp/ 2015-11-06 03:18:03.122 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/features-lacp/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.123 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/ 2015-11-06 03:18:03.123 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.config/ 2015-11-06 03:18:03.123 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.config/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.123 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.impl/ 2015-11-06 03:18:03.123 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.impl/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.123 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-common-impl/ 2015-11-06 03:18:03.123 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-common-impl/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.123 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-model/ 2015-11-06 03:18:03.123 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-model/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.124 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/ 2015-11-06 03:18:03.124 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/features-lispflowmapping/ 2015-11-06 03:18:03.124 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/features-lispflowmapping/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.124 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.api/ 2015-11-06 03:18:03.124 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.api/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.124 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.implementation/ 2015-11-06 03:18:03.124 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.implementation/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.124 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.netconf/ 2015-11-06 03:18:03.125 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.netconf/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.125 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.neutron/ 2015-11-06 03:18:03.125 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.neutron/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.125 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.shell/ 2015-11-06 03:18:03.125 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.shell/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.126 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.southbound/ 2015-11-06 03:18:03.126 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.southbound/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.126 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.yangmodel/ 2015-11-06 03:18:03.127 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.yangmodel/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.127 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/ 2015-11-06 03:18:03.127 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/features-neutron/ 2015-11-06 03:18:03.128 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/features-neutron/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.128 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/model/ 2015-11-06 03:18:03.128 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/model/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.128 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/neutron-spi/ 2015-11-06 03:18:03.129 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/neutron-spi/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.129 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/northbound-api/ 2015-11-06 03:18:03.129 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/northbound-api/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.130 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/transcriber/ 2015-11-06 03:18:03.130 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/transcriber/0.5.1-SNAPSHOT/ 2015-11-06 03:18:03.130 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/ 2015-11-06 03:18:03.130 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/features-nic/ 2015-11-06 03:18:03.131 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/features-nic/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.131 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-api/ 2015-11-06 03:18:03.131 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-api/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.131 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-impl/ 2015-11-06 03:18:03.131 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-impl/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.131 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-api/ 2015-11-06 03:18:03.131 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-api/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.133 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-cli/ 2015-11-06 03:18:03.133 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-cli/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.133 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-compiler/ 2015-11-06 03:18:03.133 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-compiler/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.133 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-impl/ 2015-11-06 03:18:03.133 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-impl/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.133 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/vtn-renderer/ 2015-11-06 03:18:03.134 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/vtn-renderer/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.134 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/ 2015-11-06 03:18:03.134 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/features-openflowjava/ 2015-11-06 03:18:03.134 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/features-openflowjava/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.135 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-api/ 2015-11-06 03:18:03.135 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-api/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.135 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-impl/ 2015-11-06 03:18:03.135 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-impl/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.135 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-spi/ 2015-11-06 03:18:03.136 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-spi/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.136 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflowjava-config/ 2015-11-06 03:18:03.136 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflowjava-config/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.136 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/util/ 2015-11-06 03:18:03.136 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/util/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.136 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/ 2015-11-06 03:18:03.137 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/ 2015-11-06 03:18:03.137 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/bulk-o-matic/ 2015-11-06 03:18:03.137 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.137 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager/ 2015-11-06 03:18:03.138 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager-config/ 2015-11-06 03:18:03.138 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager-config/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.138 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.139 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/inventory-manager/ 2015-11-06 03:18:03.139 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/inventory-manager/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.139 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/lldp-speaker/ 2015-11-06 03:18:03.139 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/lldp-speaker/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.139 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/ 2015-11-06 03:18:03.139 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.139 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager/ 2015-11-06 03:18:03.139 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager-config/ 2015-11-06 03:18:03.139 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager-config/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.140 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.140 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/table-miss-enforcer/ 2015-11-06 03:18:03.140 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.140 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/ 2015-11-06 03:18:03.140 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.140 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-manager/ 2015-11-06 03:18:03.140 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-manager/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.140 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/drop-test-karaf/ 2015-11-06 03:18:03.140 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/drop-test-karaf/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.141 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin/ 2015-11-06 03:18:03.141 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-extension/ 2015-11-06 03:18:03.141 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.141 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-li/ 2015-11-06 03:18:03.141 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-li/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.141 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.141 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/ 2015-11-06 03:18:03.141 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/features-legacy/ 2015-11-06 03:18:03.141 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/features-legacy/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/sal-compatibility/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/sal-compatibility/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-base/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-base/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-service/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-service/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-statistics/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-statistics/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.142 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-api/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-common/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-common/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-controller-config/ 2015-11-06 03:18:03.143 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-controller-config/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.144 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-api/ 2015-11-06 03:18:03.144 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.144 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/ 2015-11-06 03:18:03.144 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira-config/ 2015-11-06 03:18:03.144 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira-config/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.144 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.144 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-impl/ 2015-11-06 03:18:03.144 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.144 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/test-common/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/test-common/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/features-ovsdb/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/features-ovsdb/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/library/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/library/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/northbound/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/northbound/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.145 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt-providers/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt-providers/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/ovsdb-plugin-compatibility-layer/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/ovsdb-plugin-compatibility-layer/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin-shell/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin-shell/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.146 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.hardwarevtep/ 2015-11-06 03:18:03.147 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.hardwarevtep/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.147 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.openvswitch/ 2015-11-06 03:18:03.147 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.openvswitch/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.147 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-api/ 2015-11-06 03:18:03.148 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-api/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.148 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-features/ 2015-11-06 03:18:03.148 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-features/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.148 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-impl/ 2015-11-06 03:18:03.148 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-impl/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.148 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/utils.servicehelper/ 2015-11-06 03:18:03.149 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/utils.servicehelper/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.149 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/ 2015-11-06 03:18:03.149 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable/ 2015-11-06 03:18:03.149 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable-policy/ 2015-11-06 03:18:03.149 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable-policy/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.149 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.149 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-config/ 2015-11-06 03:18:03.149 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-config/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-consumer/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-consumer/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-driver/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-driver/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-model/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-model/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-model/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-model/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-server/ 2015-11-06 03:18:03.150 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-server/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-provider/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-provider/1.2.1-SNAPSHOT/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/features-persistence/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/features-persistence/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-api/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-api/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-common/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-common/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-jpa/ 2015-11-06 03:18:03.151 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-jpa/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-util-common/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-util-common/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-bl-impl/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-bl-impl/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-common/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-common/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-persistence-jpa-impl/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-persistence-jpa-impl/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/reservation/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/reservation/features-reservation/ 2015-11-06 03:18:03.152 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/reservation/features-reservation/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.153 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/ 2015-11-06 03:18:03.153 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/features-sdninterfaceapp/ 2015-11-06 03:18:03.153 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/features-sdninterfaceapp/1.5.1-SNAPSHOT/ 2015-11-06 03:18:03.153 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdni/ 2015-11-06 03:18:03.153 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdni/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.153 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdniaggregator/ 2015-11-06 03:18:03.153 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdniaggregator/0.6.1-SNAPSHOT/ 2015-11-06 03:18:03.153 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/ 2015-11-06 03:18:03.153 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-netconf/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-netconf/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-ovs/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-ovs/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-sb-rest/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-sb-rest/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfclisp/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfclisp/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfcofl2/ 2015-11-06 03:18:03.154 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfcofl2/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-config/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-config/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-model/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-model/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-netconf/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-netconf/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ovs/ 2015-11-06 03:18:03.155 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ovs/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-provider/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-provider/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-sb-rest/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-sb-rest/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-test-consumer/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-test-consumer/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ui/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ui/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfclisp/ 2015-11-06 03:18:03.156 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfclisp/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.157 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfcofl2/ 2015-11-06 03:18:03.157 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfcofl2/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.157 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/ 2015-11-06 03:18:03.157 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/features-snbi/ 2015-11-06 03:18:03.157 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/features-snbi/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.157 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/shellplugin/ 2015-11-06 03:18:03.157 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/shellplugin/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.157 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/southplugin/ 2015-11-06 03:18:03.157 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/southplugin/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.158 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/ 2015-11-06 03:18:03.158 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/features-snmp/ 2015-11-06 03:18:03.158 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/features-snmp/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.158 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/mibs-model/ 2015-11-06 03:18:03.158 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/mibs-model/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.158 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/snmp/ 2015-11-06 03:18:03.158 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/snmp/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.158 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/ 2015-11-06 03:18:03.158 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/features-snmp4sdn/ 2015-11-06 03:18:03.159 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/features-snmp4sdn/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.159 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/md-model/ 2015-11-06 03:18:03.160 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/md-model/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.160 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/plugin-shell/ 2015-11-06 03:18:03.160 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/plugin-shell/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.160 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/snmp4sdn/ 2015-11-06 03:18:03.160 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/snmp4sdn/0.2.1-SNAPSHOT/ 2015-11-06 03:18:03.160 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/ 2015-11-06 03:18:03.160 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/features/ 2015-11-06 03:18:03.160 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/features/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.161 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-api/ 2015-11-06 03:18:03.161 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-api/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.161 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-config/ 2015-11-06 03:18:03.161 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-config/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.161 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-controller/ 2015-11-06 03:18:03.161 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-controller/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.161 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-core/ 2015-11-06 03:18:03.161 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-core/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.161 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/ 2015-11-06 03:18:03.162 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/features-tcpmd5/ 2015-11-06 03:18:03.162 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/features-tcpmd5/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.162 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-api/ 2015-11-06 03:18:03.162 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-api/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.162 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-controller-config/ 2015-11-06 03:18:03.162 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-controller-config/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.162 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-jni/ 2015-11-06 03:18:03.162 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-jni/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.162 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-netty/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-netty/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-nio/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-nio/1.1.1-SNAPSHOT/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/features-topoprocessing/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/features-topoprocessing/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-impl/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-impl/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-model/ 2015-11-06 03:18:03.163 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-model/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.164 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-impl/ 2015-11-06 03:18:03.164 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-impl/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.164 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-model/ 2015-11-06 03:18:03.164 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-model/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.164 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-impl/ 2015-11-06 03:18:03.164 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-impl/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.164 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-model/ 2015-11-06 03:18:03.164 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-model/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.164 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-impl/ 2015-11-06 03:18:03.165 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-impl/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.165 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-model/ 2015-11-06 03:18:03.165 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-model/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.165 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-impl/ 2015-11-06 03:18:03.165 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-impl/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.165 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-model/ 2015-11-06 03:18:03.165 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-model/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.165 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-impl/ 2015-11-06 03:18:03.165 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-impl/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.166 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-topology-model/ 2015-11-06 03:18:03.166 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-topology-model/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.166 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-impl/ 2015-11-06 03:18:03.166 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-impl/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.166 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-model/ 2015-11-06 03:18:03.166 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-model/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.166 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-api/ 2015-11-06 03:18:03.166 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-api/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-config/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-config/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-impl/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-impl/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-spi/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-spi/0.0.2-SNAPSHOT/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/features-tsdr/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/features-tsdr/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.167 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datacollection/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datacollection/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datastorage/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datastorage/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-h2/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-h2/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-hbase/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-hbase/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-spi/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-spi/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/ 2015-11-06 03:18:03.168 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/features-ttp/ 2015-11-06 03:18:03.169 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/features-ttp/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.169 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/ttp-model/ 2015-11-06 03:18:03.169 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/ttp-model/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.169 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/ 2015-11-06 03:18:03.169 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-agent/ 2015-11-06 03:18:03.169 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-agent/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.169 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-api/ 2015-11-06 03:18:03.169 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-api/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-ui/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-ui/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-features/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-features/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-netconf-client-dispatcher/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-netconf-client-dispatcher/1.0.1-SNAPSHOT/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/ 2015-11-06 03:18:03.170 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-api/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-impl/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-api/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-impl/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-api/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.171 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-impl/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-api/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-impl/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-api/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-impl/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.172 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/model-bgp/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/model-bgp/2013.07.15.7.1-SNAPSHOT/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-api/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-impl/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-api/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-api/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-impl/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-impl/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.173 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnservice-features/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnservice-features/0.1.1-SNAPSHOT/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/features-vtn-manager/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/features-vtn-manager/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.config/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.config/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.implementation/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.implementation/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.174 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.model/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.model/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.neutron/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.neutron/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.northbound/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.northbound/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager/0.3.1-SNAPSHOT/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-data-codec/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-data-codec/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.175 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-api/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-api/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-impl/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-impl/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-spi/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-spi/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-util/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-util/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-model-api/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-model-api/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-type-provider/ 2015-11-06 03:18:03.176 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-type-provider/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.177 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/concepts/ 2015-11-06 03:18:03.177 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/concepts/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.177 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/features-yangtools/ 2015-11-06 03:18:03.177 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/features-yangtools/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.177 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ 2015-11-06 03:18:03.177 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/iana-if-type-2014-05-08/ 2015-11-06 03:18:03.177 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/iana-if-type-2014-05-08/2014.05.08.7.1-SNAPSHOT/ 2015-11-06 03:18:03.178 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-inet-types/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-inet-types/2010.09.24.7.1-SNAPSHOT/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-interfaces/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-interfaces/2014.05.08.7.1-SNAPSHOT/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-restconf/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-restconf/2013.10.19.7.1-SNAPSHOT/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-ted/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-ted/2013.10.21.7.1-SNAPSHOT/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-isis/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-isis/2013.10.21.7.1-SNAPSHOT/ 2015-11-06 03:18:03.179 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-l3-unicast-igp/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-l3-unicast-igp/2013.10.21.7.1-SNAPSHOT/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-ospf/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-ospf/2013.10.21.7.1-SNAPSHOT/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology/2013.10.21.7.1-SNAPSHOT/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types-20130715/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types-20130715/2013.07.15.7.1-SNAPSHOT/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types/2010.09.24.7.1-SNAPSHOT/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/opendaylight-l2-types/ 2015-11-06 03:18:03.180 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/opendaylight-l2-types/2013.08.27.7.1-SNAPSHOT/ 2015-11-06 03:18:03.181 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/yang-ext/ 2015-11-06 03:18:03.181 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/yang-ext/2013.09.07.7.1-SNAPSHOT/ 2015-11-06 03:18:03.181 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-api/ 2015-11-06 03:18:03.181 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-api/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.181 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-guava/ 2015-11-06 03:18:03.181 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-guava/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.181 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-noop/ 2015-11-06 03:18:03.181 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-noop/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.181 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-api/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-api/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-impl/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-impl/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-common/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-common/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/thirdparty/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/thirdparty/antlr4-runtime-osgi-nohead/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/thirdparty/antlr4-runtime-osgi-nohead/4.0/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/util/ 2015-11-06 03:18:03.182 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/util/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-binding/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-binding/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-common/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-common/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-api/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-api/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-codec-gson/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-codec-gson/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-impl/ 2015-11-06 03:18:03.183 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-impl/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-operations/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-operations/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-util/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-util/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-api/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-api/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-export/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-export/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-util/ 2015-11-06 03:18:03.184 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-util/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-api/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-api/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-impl/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-impl/0.7.1-SNAPSHOT/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-lang/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-lang/1.4.0/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-lang/1.5.0/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-monitors/ 2015-11-06 03:18:03.185 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-monitors/1.4.0/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-net/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-net/1.4.0/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-spi/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-spi/1.5.0/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-util-property/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-util-property/1.4.0/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/cdi/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/cdi/pax-cdi-features/ 2015-11-06 03:18:03.186 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/cdi/pax-cdi-features/0.11.0/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-config/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-config/0.5.0/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-derby/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-derby/0.5.0/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-features/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-features/0.5.0/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mariadb/ 2015-11-06 03:18:03.187 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mariadb/0.5.0/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mysql/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mysql/0.5.0/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-oracle/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-oracle/0.5.0/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/0.5.0/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/0.5.0/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-spec/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-spec/0.5.0/ 2015-11-06 03:18:03.188 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-sqlite/ 2015-11-06 03:18:03.189 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-sqlite/0.5.0/ 2015-11-06 03:18:03.189 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc/0.5.0/ 2015-11-06 03:18:03.189 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/logging/ 2015-11-06 03:18:03.189 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/logging/pax-logging-api/ 2015-11-06 03:18:03.189 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/logging/pax-logging-api/1.8.1/ 2015-11-06 03:18:03.189 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/logging/pax-logging-service/ 2015-11-06 03:18:03.189 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/logging/pax-logging-service/1.8.1/ 2015-11-06 03:18:03.189 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/ 2015-11-06 03:18:03.189 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-bnd/ 2015-11-06 03:18:03.190 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-bnd/1.7.0/ 2015-11-06 03:18:03.190 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-core/ 2015-11-06 03:18:03.190 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-core/1.7.0/ 2015-11-06 03:18:03.190 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.0/ 2015-11-06 03:18:03.190 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-extender/ 2015-11-06 03:18:03.190 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.0/ 2015-11-06 03:18:03.190 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/ 2015-11-06 03:18:03.190 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.0/ 2015-11-06 03:18:03.190 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-property/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-property/1.7.0/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-aether/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-aether/2.3.0/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-commons/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-commons/1.4.2/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-obr/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-obr/2.3.0/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-war/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-war/1.4.2/ 2015-11-06 03:18:03.191 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-wrap/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-wrap/2.3.0/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-api/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-api/3.1.4/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-deployer/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-deployer/3.1.4/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-war/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-war/3.1.4/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-whiteboard/ 2015-11-06 03:18:03.192 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-whiteboard/3.1.4/ 2015-11-06 03:18:03.193 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-features/ 2015-11-06 03:18:03.193 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-features/3.1.4/ 2015-11-06 03:18:03.193 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jetty/ 2015-11-06 03:18:03.193 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jetty/3.1.4/ 2015-11-06 03:18:03.193 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jsp/ 2015-11-06 03:18:03.193 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jsp/3.1.4/ 2015-11-06 03:18:03.193 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-runtime/ 2015-11-06 03:18:03.193 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-runtime/3.1.4/ 2015-11-06 03:18:03.193 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-spi/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-spi/3.1.4/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.compendium/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.compendium/5.0.0/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.core/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.core/5.0.0/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/4.0/ 2015-11-06 03:18:03.194 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/4.1/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/5.0.2/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/5.0.3/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/postgresql/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/postgresql/postgresql/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/postgresql/postgresql/9.4-1200-jdbc41/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-library/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-library/2.10.4/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-reflect/ 2015-11-06 03:18:03.195 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-reflect/2.10.4/ 2015-11-06 03:18:03.196 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/ 2015-11-06 03:18:03.196 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-api/ 2015-11-06 03:18:03.196 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-api/1.7.2/ 2015-11-06 03:18:03.196 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-api/1.7.7/ 2015-11-06 03:18:03.196 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-jdk14/ 2015-11-06 03:18:03.196 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-jdk14/1.7.2/ 2015-11-06 03:18:03.196 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-nop/ 2015-11-06 03:18:03.196 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-nop/1.7.2/ 2015-11-06 03:18:03.197 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-simple/ 2015-11-06 03:18:03.197 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-simple/1.7.2/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.aop/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.aop/3.1.3.RELEASE/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.asm/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.asm/3.1.3.RELEASE/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.beans/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.beans/3.1.3.RELEASE/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context.support/ 2015-11-06 03:18:03.198 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context.support/3.1.3.RELEASE/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context/3.1.3.RELEASE/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.core/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.core/3.1.3.RELEASE/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.expression/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.expression/3.1.3.RELEASE/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.transaction/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.transaction/3.1.3.RELEASE/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web.servlet/ 2015-11-06 03:18:03.199 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web.servlet/3.1.3.RELEASE/ 2015-11-06 03:18:03.200 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web/3.1.3.RELEASE/ 2015-11-06 03:18:03.200 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/ 2015-11-06 03:18:03.200 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-annotation/ 2015-11-06 03:18:03.200 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-annotation/1.2.1/ 2015-11-06 03:18:03.200 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-core/ 2015-11-06 03:18:03.200 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-core/1.2.1/ 2015-11-06 03:18:03.200 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-extender/ 2015-11-06 03:18:03.200 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-extender/1.2.1/ 2015-11-06 03:18:03.200 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-io/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-io/1.2.1/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-web/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-web/1.2.1/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-acl/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-acl/3.1.4.RELEASE/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-config/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-config/3.1.3.RELEASE/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-config/3.1.4.RELEASE/ 2015-11-06 03:18:03.201 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-core/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-core/3.1.3.RELEASE/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-core/3.1.4.RELEASE/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-taglibs/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-taglibs/3.1.3.RELEASE/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-taglibs/3.1.4.RELEASE/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-web/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-web/3.1.3.RELEASE/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-web/3.1.4.RELEASE/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aop/ 2015-11-06 03:18:03.202 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aop/3.1.4.RELEASE/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-asm/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-asm/3.1.4.RELEASE/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aspects/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aspects/3.1.4.RELEASE/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-beans/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-beans/3.1.4.RELEASE/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context-support/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context-support/3.1.4.RELEASE/ 2015-11-06 03:18:03.203 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context/3.1.4.RELEASE/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-core/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-core/3.1.4.RELEASE/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-expression/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-expression/3.1.4.RELEASE/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-instrument/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-instrument/3.1.4.RELEASE/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jdbc/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jdbc/3.1.4.RELEASE/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jms/ 2015-11-06 03:18:03.204 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jms/3.1.4.RELEASE/ 2015-11-06 03:18:03.205 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-orm/ 2015-11-06 03:18:03.205 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-orm/3.1.4.RELEASE/ 2015-11-06 03:18:03.205 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-oxm/ 2015-11-06 03:18:03.205 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-oxm/3.1.4.RELEASE/ 2015-11-06 03:18:03.205 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-struts/ 2015-11-06 03:18:03.205 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-struts/3.1.4.RELEASE/ 2015-11-06 03:18:03.205 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-test/ 2015-11-06 03:18:03.205 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-test/3.1.4.RELEASE/ 2015-11-06 03:18:03.205 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-tx/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-tx/3.1.4.RELEASE/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-web/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-web/3.1.4.RELEASE/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc-portlet/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc-portlet/3.1.4.RELEASE/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc/3.1.4.RELEASE/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/uncommons/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/uncommons/maths/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/uncommons/maths/uncommons-maths/ 2015-11-06 03:18:03.206 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/uncommons/maths/uncommons-maths/1.2.2a/ 2015-11-06 03:18:03.207 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/xerial/ 2015-11-06 03:18:03.207 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/xerial/sqlite-jdbc/ 2015-11-06 03:18:03.207 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/org/xerial/sqlite-jdbc/3.8.7/ 2015-11-06 03:18:03.207 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/virgomirror/ 2015-11-06 03:18:03.207 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/virgomirror/org.eclipse.jdt.core.compiler.batch/ 2015-11-06 03:18:03.207 | creating: distribution-karaf-0.3.1-SNAPSHOT/system/virgomirror/org.eclipse.jdt.core.compiler.batch/3.8.0.I20120518-2145/ 2015-11-06 03:18:03.207 | inflating: distribution-karaf-0.3.1-SNAPSHOT/configuration/context.xml 2015-11-06 03:18:03.207 | inflating: distribution-karaf-0.3.1-SNAPSHOT/configuration/logback.xml 2015-11-06 03:18:03.207 | inflating: distribution-karaf-0.3.1-SNAPSHOT/configuration/tomcat-logging.properties 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/configuration/tomcat-server.xml 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/data/tmp/README 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/deploy/README 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/all.policy 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/config.properties 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/custom.properties 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/distribution.info 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/equinox-debug.properties 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/java.util.logging.properties 2015-11-06 03:18:03.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/jetty.xml 2015-11-06 03:18:03.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/jmx.acl.cfg 2015-11-06 03:18:03.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/jmx.acl.java.lang.Memory.cfg 2015-11-06 03:18:03.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/jmx.acl.org.apache.karaf.bundle.cfg 2015-11-06 03:18:03.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/jmx.acl.org.apache.karaf.config.cfg 2015-11-06 03:18:03.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/jmx.acl.org.apache.karaf.security.jmx.cfg 2015-11-06 03:18:03.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/jmx.acl.osgi.compendium.cm.cfg 2015-11-06 03:18:03.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/jre.properties 2015-11-06 03:18:03.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/keys.properties 2015-11-06 03:18:03.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/odl.java.security 2015-11-06 03:18:03.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.felix.fileinstall-deploy.cfg 2015-11-06 03:18:03.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.command.acl.bundle.cfg 2015-11-06 03:18:03.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.command.acl.config.cfg 2015-11-06 03:18:03.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.command.acl.feature.cfg 2015-11-06 03:18:03.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.command.acl.jaas.cfg 2015-11-06 03:18:03.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.command.acl.kar.cfg 2015-11-06 03:18:03.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.command.acl.scope_bundle.cfg 2015-11-06 03:18:03.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.command.acl.shell.cfg 2015-11-06 03:18:03.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.command.acl.system.cfg 2015-11-06 03:18:03.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.features.cfg 2015-11-06 03:18:03.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.features.obr.cfg 2015-11-06 03:18:03.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.features.repos.cfg 2015-11-06 03:18:03.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.jaas.cfg 2015-11-06 03:18:03.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.kar.cfg 2015-11-06 03:18:03.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.log.cfg 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.management.cfg 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.shell.cfg 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.apache.karaf.webconsole.cfg 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.ops4j.pax.logging.cfg 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/org.ops4j.pax.url.mvn.cfg 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/regions-config.xml 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/shell.init.script 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/startup.properties 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/system.properties 2015-11-06 03:18:03.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/etc/users.properties 2015-11-06 03:18:03.213 | inflating: distribution-karaf-0.3.1-SNAPSHOT/externalapps/distribution.vtn-coordinator-6.1.0.1-SNAPSHOT-README.txt 2015-11-06 03:18:03.424 | inflating: distribution-karaf-0.3.1-SNAPSHOT/externalapps/distribution.vtn-coordinator-6.1.0.1-SNAPSHOT-bin.tar.bz2 2015-11-06 03:18:03.425 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/README 2015-11-06 03:18:03.425 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/bin/karaf-client.jar 2015-11-06 03:18:03.426 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/README 2015-11-06 03:18:03.426 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/org.apache.karaf.exception-3.0.3.jar 2015-11-06 03:18:03.427 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/org.apache.servicemix.specs.activation-api-1.1-2.4.0.jar 2015-11-06 03:18:03.429 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/org.apache.servicemix.specs.jaxb-api-2.2-2.4.0.jar 2015-11-06 03:18:03.433 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/org.apache.servicemix.specs.jaxp-api-1.4-2.4.0.jar 2015-11-06 03:18:03.434 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/org.apache.servicemix.specs.jaxws-api-2.2-2.4.0.jar 2015-11-06 03:18:03.435 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/org.apache.servicemix.specs.saaj-api-1.3-2.4.0.jar 2015-11-06 03:18:03.436 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/org.apache.servicemix.specs.stax-api-1.2-2.4.0.jar 2015-11-06 03:18:03.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/endorsed/xercesImpl-2.11.0.jar 2015-11-06 03:18:03.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/ext/README 2015-11-06 03:18:03.484 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/ext/bcprov-jdk15on-1.52.jar 2015-11-06 03:18:03.485 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/karaf-jaas-boot.jar 2015-11-06 03:18:03.485 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/karaf-jmx-boot.jar 2015-11-06 03:18:03.491 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/karaf-org.osgi.core.jar 2015-11-06 03:18:03.491 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/karaf.branding-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:03.492 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/karaf.jar 2015-11-06 03:18:03.493 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/org.apache.servicemix.specs.activator-2.4.0.jar 2015-11-06 03:18:03.493 | inflating: distribution-karaf-0.3.1-SNAPSHOT/lib/org.apache.servicemix.specs.locator-2.4.0.jar 2015-11-06 03:18:03.493 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/README 2015-11-06 03:18:03.494 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/biz/aQute/bnd/bndlib/2.2.0/_remote.repositories 2015-11-06 03:18:03.509 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/biz/aQute/bnd/bndlib/2.2.0/bndlib-2.2.0.jar 2015-11-06 03:18:03.509 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/biz/aQute/bnd/bndlib/maven-metadata-local.xml 2015-11-06 03:18:03.509 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-classic/1.0.9/_remote.repositories 2015-11-06 03:18:03.513 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-classic/1.0.9/logback-classic-1.0.9.jar 2015-11-06 03:18:03.514 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-classic/maven-metadata-local.xml 2015-11-06 03:18:03.514 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-core/1.0.9/_remote.repositories 2015-11-06 03:18:03.518 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-core/1.0.9/logback-core-1.0.9.jar 2015-11-06 03:18:03.518 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/ch/qos/logback/logback-core/maven-metadata-local.xml 2015-11-06 03:18:03.519 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/codahale/metrics/metrics-core/3.0.1/_remote.repositories 2015-11-06 03:18:03.520 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/codahale/metrics/metrics-core/3.0.1/metrics-core-3.0.1.jar 2015-11-06 03:18:03.520 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/codahale/metrics/metrics-core/maven-metadata-local.xml 2015-11-06 03:18:03.520 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/jersey-all/2.8/_remote.repositories 2015-11-06 03:18:03.579 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/jersey-all/2.8/jersey-all-2.8.jar 2015-11-06 03:18:03.580 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/jersey-all/maven-metadata-local.xml 2015-11-06 03:18:03.580 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/publisher/4.0/_remote.repositories 2015-11-06 03:18:03.580 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/publisher/4.0/publisher-4.0.jar 2015-11-06 03:18:03.581 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/eclipsesource/jaxrs/publisher/maven-metadata-local.xml 2015-11-06 03:18:03.581 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/classmate/0.9.0/_remote.repositories 2015-11-06 03:18:03.582 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/classmate/0.9.0/classmate-0.9.0.jar 2015-11-06 03:18:03.582 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/classmate/1.0.0/_remote.repositories 2015-11-06 03:18:03.583 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar 2015-11-06 03:18:03.583 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/classmate/maven-metadata-local.xml 2015-11-06 03:18:03.583 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-annotations/2.3.2/_remote.repositories 2015-11-06 03:18:03.584 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-annotations/2.3.2/jackson-annotations-2.3.2.jar 2015-11-06 03:18:03.584 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-annotations/maven-metadata-local.xml 2015-11-06 03:18:03.585 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-core/2.3.2/_remote.repositories 2015-11-06 03:18:03.587 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-core/2.3.2/jackson-core-2.3.2.jar 2015-11-06 03:18:03.587 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-core/maven-metadata-local.xml 2015-11-06 03:18:03.588 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-databind/2.3.2/_remote.repositories 2015-11-06 03:18:03.599 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-databind/2.3.2/jackson-databind-2.3.2.jar 2015-11-06 03:18:03.599 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/core/jackson-databind/maven-metadata-local.xml 2015-11-06 03:18:03.599 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/datatype/jackson-datatype-json-org/2.3.2/_remote.repositories 2015-11-06 03:18:03.600 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/datatype/jackson-datatype-json-org/2.3.2/jackson-datatype-json-org-2.3.2.jar 2015-11-06 03:18:03.600 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/datatype/jackson-datatype-json-org/maven-metadata-local.xml 2015-11-06 03:18:03.600 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.2/_remote.repositories 2015-11-06 03:18:03.601 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.2/jackson-jaxrs-base-2.3.2.jar 2015-11-06 03:18:03.601 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/maven-metadata-local.xml 2015-11-06 03:18:03.601 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.2/_remote.repositories 2015-11-06 03:18:03.602 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.2/jackson-jaxrs-json-provider-2.3.2.jar 2015-11-06 03:18:03.603 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/maven-metadata-local.xml 2015-11-06 03:18:03.603 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.2/_remote.repositories 2015-11-06 03:18:03.604 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.2/jackson-module-jaxb-annotations-2.3.2.jar 2015-11-06 03:18:03.604 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/maven-metadata-local.xml 2015-11-06 03:18:03.604 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/github/romix/java-concurrent-hash-trie-map/0.2.23/_remote.repositories 2015-11-06 03:18:03.605 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/github/romix/java-concurrent-hash-trie-map/0.2.23/java-concurrent-hash-trie-map-0.2.23.jar 2015-11-06 03:18:03.605 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/github/romix/java-concurrent-hash-trie-map/maven-metadata-local.xml 2015-11-06 03:18:03.605 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/code/gson/gson/2.2.4/_remote.repositories 2015-11-06 03:18:03.609 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar 2015-11-06 03:18:03.609 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/code/gson/gson/maven-metadata-local.xml 2015-11-06 03:18:03.610 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/guava/guava/18.0/_remote.repositories 2015-11-06 03:18:03.651 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/guava/guava/18.0/guava-18.0.jar 2015-11-06 03:18:03.652 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/guava/guava/maven-metadata-local.xml 2015-11-06 03:18:03.652 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/protobuf/protobuf-java/2.4.1/_remote.repositories 2015-11-06 03:18:03.659 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar 2015-11-06 03:18:03.659 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/protobuf/protobuf-java/2.5.0/_remote.repositories 2015-11-06 03:18:03.669 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar 2015-11-06 03:18:03.670 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/google/protobuf/protobuf-java/maven-metadata-local.xml 2015-11-06 03:18:03.670 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/h2database/h2/1.3.172/_remote.repositories 2015-11-06 03:18:03.690 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/h2database/h2/1.3.172/h2-1.3.172.jar 2015-11-06 03:18:03.690 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/h2database/h2/1.4.185/_remote.repositories 2015-11-06 03:18:03.712 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/h2database/h2/1.4.185/h2-1.4.185.jar 2015-11-06 03:18:03.713 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/h2database/h2/maven-metadata-local.xml 2015-11-06 03:18:03.713 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/lmax/disruptor/3.3.0/_remote.repositories 2015-11-06 03:18:03.714 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/lmax/disruptor/3.3.0/disruptor-3.3.0.jar 2015-11-06 03:18:03.714 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/lmax/disruptor/maven-metadata-local.xml 2015-11-06 03:18:03.715 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-client/1.17/_remote.repositories 2015-11-06 03:18:03.715 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-client/1.17/jersey-client-1.17.jar 2015-11-06 03:18:03.716 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-client/maven-metadata-local.xml 2015-11-06 03:18:03.717 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-core/1.17/_remote.repositories 2015-11-06 03:18:03.721 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-core/1.17/jersey-core-1.17.jar 2015-11-06 03:18:03.722 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-core/maven-metadata-local.xml 2015-11-06 03:18:03.722 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-server/1.17/_remote.repositories 2015-11-06 03:18:03.729 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-server/1.17/jersey-server-1.17.jar 2015-11-06 03:18:03.730 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-server/maven-metadata-local.xml 2015-11-06 03:18:03.730 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-servlet/1.17/_remote.repositories 2015-11-06 03:18:03.731 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-servlet/1.17/jersey-servlet-1.17.jar 2015-11-06 03:18:03.731 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/sun/jersey/jersey-servlet/maven-metadata-local.xml 2015-11-06 03:18:03.732 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-actor_2.10/2.3.10/_remote.repositories 2015-11-06 03:18:03.760 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-actor_2.10/2.3.10/akka-actor_2.10-2.3.10.jar 2015-11-06 03:18:03.760 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-actor_2.10/maven-metadata-local.xml 2015-11-06 03:18:03.762 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-cluster_2.10/2.3.10/_remote.repositories 2015-11-06 03:18:03.772 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-cluster_2.10/2.3.10/akka-cluster_2.10-2.3.10.jar 2015-11-06 03:18:03.773 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-cluster_2.10/maven-metadata-local.xml 2015-11-06 03:18:03.774 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-osgi_2.10/2.3.10/_remote.repositories 2015-11-06 03:18:03.774 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-osgi_2.10/2.3.10/akka-osgi_2.10-2.3.10.jar 2015-11-06 03:18:03.775 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-osgi_2.10/maven-metadata-local.xml 2015-11-06 03:18:03.775 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-persistence-experimental_2.10/2.3.10/_remote.repositories 2015-11-06 03:18:03.783 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-persistence-experimental_2.10/2.3.10/akka-persistence-experimental_2.10-2.3.10.jar 2015-11-06 03:18:03.783 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-persistence-experimental_2.10/maven-metadata-local.xml 2015-11-06 03:18:03.783 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-remote_2.10/2.3.10/_remote.repositories 2015-11-06 03:18:03.798 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-remote_2.10/2.3.10/akka-remote_2.10-2.3.10.jar 2015-11-06 03:18:03.799 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-remote_2.10/maven-metadata-local.xml 2015-11-06 03:18:03.799 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-slf4j_2.10/2.3.10/_remote.repositories 2015-11-06 03:18:03.799 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-slf4j_2.10/2.3.10/akka-slf4j_2.10-2.3.10.jar 2015-11-06 03:18:03.800 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/akka/akka-slf4j_2.10/maven-metadata-local.xml 2015-11-06 03:18:03.800 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/config/1.2.0/_remote.repositories 2015-11-06 03:18:03.802 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/config/1.2.0/config-1.2.0.jar 2015-11-06 03:18:03.803 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/com/typesafe/config/maven-metadata-local.xml 2015-11-06 03:18:03.803 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-beanutils/commons-beanutils/1.9.2/_remote.repositories 2015-11-06 03:18:03.806 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar 2015-11-06 03:18:03.806 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-beanutils/commons-beanutils/maven-metadata-local.xml 2015-11-06 03:18:03.806 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/1.6/_remote.repositories 2015-11-06 03:18:03.809 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/1.6/commons-codec-1.6.jar 2015-11-06 03:18:03.809 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/1.8/_remote.repositories 2015-11-06 03:18:03.813 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/1.8/commons-codec-1.8.jar 2015-11-06 03:18:03.814 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/1.9/_remote.repositories 2015-11-06 03:18:03.817 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/1.9/commons-codec-1.9.jar 2015-11-06 03:18:03.817 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-codec/commons-codec/maven-metadata-local.xml 2015-11-06 03:18:03.818 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-collections/commons-collections/3.2.1/_remote.repositories 2015-11-06 03:18:03.824 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar 2015-11-06 03:18:03.824 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-collections/commons-collections/maven-metadata-local.xml 2015-11-06 03:18:03.824 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-configuration/commons-configuration/1.6/_remote.repositories 2015-11-06 03:18:03.828 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar 2015-11-06 03:18:03.828 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-configuration/commons-configuration/maven-metadata-local.xml 2015-11-06 03:18:03.828 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-daemon/commons-daemon/1.0.5/_remote.repositories 2015-11-06 03:18:03.829 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-daemon/commons-daemon/1.0.5/commons-daemon-1.0.5.jar 2015-11-06 03:18:03.829 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-daemon/commons-daemon/maven-metadata-local.xml 2015-11-06 03:18:03.829 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-dbcp/commons-dbcp/1.4/_remote.repositories 2015-11-06 03:18:03.831 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar 2015-11-06 03:18:03.832 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-dbcp/commons-dbcp/maven-metadata-local.xml 2015-11-06 03:18:03.832 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-digester/commons-digester/2.1/_remote.repositories 2015-11-06 03:18:03.834 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-digester/commons-digester/2.1/commons-digester-2.1.jar 2015-11-06 03:18:03.834 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-digester/commons-digester/maven-metadata-local.xml 2015-11-06 03:18:03.835 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-fileupload/commons-fileupload/1.2.2/_remote.repositories 2015-11-06 03:18:03.835 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-fileupload/commons-fileupload/1.2.2/commons-fileupload-1.2.2.jar 2015-11-06 03:18:03.836 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-fileupload/commons-fileupload/maven-metadata-local.xml 2015-11-06 03:18:03.836 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-io/commons-io/2.4/_remote.repositories 2015-11-06 03:18:03.838 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-io/commons-io/2.4/commons-io-2.4.jar 2015-11-06 03:18:03.838 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-io/commons-io/maven-metadata-local.xml 2015-11-06 03:18:03.839 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-jxpath/commons-jxpath/1.3/_remote.repositories 2015-11-06 03:18:03.843 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar 2015-11-06 03:18:03.843 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-jxpath/commons-jxpath/maven-metadata-local.xml 2015-11-06 03:18:03.843 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-lang/commons-lang/2.6/_remote.repositories 2015-11-06 03:18:03.847 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-lang/commons-lang/2.6/commons-lang-2.6.jar 2015-11-06 03:18:03.847 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-lang/commons-lang/maven-metadata-local.xml 2015-11-06 03:18:03.847 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-net/commons-net/3.0.1/_remote.repositories 2015-11-06 03:18:03.850 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar 2015-11-06 03:18:03.850 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-net/commons-net/3.1/_remote.repositories 2015-11-06 03:18:03.854 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-net/commons-net/3.1/commons-net-3.1.jar 2015-11-06 03:18:03.854 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-net/commons-net/maven-metadata-local.xml 2015-11-06 03:18:03.854 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-pool/commons-pool/1.6/_remote.repositories 2015-11-06 03:18:03.856 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-pool/commons-pool/1.6/commons-pool-1.6.jar 2015-11-06 03:18:03.856 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/commons-pool/commons-pool/maven-metadata-local.xml 2015-11-06 03:18:03.856 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.persistence/2.0.4.v201112161009/_remote.repositories 2015-11-06 03:18:03.858 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.persistence/2.0.4.v201112161009/javax.persistence-2.0.4.v201112161009.jar 2015-11-06 03:18:03.858 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.persistence/maven-metadata-local.xml 2015-11-06 03:18:03.858 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.resource/1.5.0.v200906010428/_remote.repositories 2015-11-06 03:18:03.859 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.resource/1.5.0.v200906010428/javax.resource-1.5.0.v200906010428.jar 2015-11-06 03:18:03.859 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/eclipselink/javax.resource/maven-metadata-local.xml 2015-11-06 03:18:03.860 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.core/2.2.0.RELEASE/_remote.repositories 2015-11-06 03:18:03.861 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.core/2.2.0.RELEASE/org.eclipse.gemini.web.core-2.2.0.RELEASE.jar 2015-11-06 03:18:03.861 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.core/maven-metadata-local.xml 2015-11-06 03:18:03.861 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.extender/2.2.0.RELEASE/_remote.repositories 2015-11-06 03:18:03.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.extender/2.2.0.RELEASE/org.eclipse.gemini.web.extender-2.2.0.RELEASE.jar 2015-11-06 03:18:03.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.extender/maven-metadata-local.xml 2015-11-06 03:18:03.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.tomcat/2.2.0.RELEASE/_remote.repositories 2015-11-06 03:18:03.863 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.tomcat/2.2.0.RELEASE/org.eclipse.gemini.web.tomcat-2.2.0.RELEASE.jar 2015-11-06 03:18:03.864 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.gemini.web.tomcat/maven-metadata-local.xml 2015-11-06 03:18:03.864 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.common/3.6.0.RELEASE/_remote.repositories 2015-11-06 03:18:03.865 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.common/3.6.0.RELEASE/org.eclipse.virgo.util.common-3.6.0.RELEASE.jar 2015-11-06 03:18:03.865 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.common/maven-metadata-local.xml 2015-11-06 03:18:03.866 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.io/3.6.0.RELEASE/_remote.repositories 2015-11-06 03:18:03.867 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.io/3.6.0.RELEASE/org.eclipse.virgo.util.io-3.6.0.RELEASE.jar 2015-11-06 03:18:03.867 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.io/maven-metadata-local.xml 2015-11-06 03:18:03.867 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.math/3.6.0.RELEASE/_remote.repositories 2015-11-06 03:18:03.868 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.math/3.6.0.RELEASE/org.eclipse.virgo.util.math-3.6.0.RELEASE.jar 2015-11-06 03:18:03.868 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.math/maven-metadata-local.xml 2015-11-06 03:18:03.868 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi.manifest/3.6.0.RELEASE/_remote.repositories 2015-11-06 03:18:03.871 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi.manifest/3.6.0.RELEASE/org.eclipse.virgo.util.osgi.manifest-3.6.0.RELEASE.jar 2015-11-06 03:18:03.871 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi.manifest/maven-metadata-local.xml 2015-11-06 03:18:03.871 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi/3.6.0.RELEASE/_remote.repositories 2015-11-06 03:18:03.871 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi/3.6.0.RELEASE/org.eclipse.virgo.util.osgi-3.6.0.RELEASE.jar 2015-11-06 03:18:03.872 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.osgi/maven-metadata-local.xml 2015-11-06 03:18:03.872 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.parser.manifest/3.6.0.RELEASE/_remote.repositories 2015-11-06 03:18:03.872 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.parser.manifest/3.6.0.RELEASE/org.eclipse.virgo.util.parser.manifest-3.6.0.RELEASE.jar 2015-11-06 03:18:03.873 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/geminiweb/org.eclipse.virgo.util.parser.manifest/maven-metadata-local.xml 2015-11-06 03:18:03.873 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-buffer/4.0.26.Final/_remote.repositories 2015-11-06 03:18:03.875 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-buffer/4.0.26.Final/netty-buffer-4.0.26.Final.jar 2015-11-06 03:18:03.875 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-buffer/maven-metadata-local.xml 2015-11-06 03:18:03.876 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-http/4.0.26.Final/_remote.repositories 2015-11-06 03:18:03.881 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-http/4.0.26.Final/netty-codec-http-4.0.26.Final.jar 2015-11-06 03:18:03.881 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-http/maven-metadata-local.xml 2015-11-06 03:18:03.881 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-socks/4.0.26.Final/_remote.repositories 2015-11-06 03:18:03.882 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-socks/4.0.26.Final/netty-codec-socks-4.0.26.Final.jar 2015-11-06 03:18:03.882 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec-socks/maven-metadata-local.xml 2015-11-06 03:18:03.883 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec/4.0.26.Final/_remote.repositories 2015-11-06 03:18:03.884 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec/4.0.26.Final/netty-codec-4.0.26.Final.jar 2015-11-06 03:18:03.885 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-codec/maven-metadata-local.xml 2015-11-06 03:18:03.885 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-common/4.0.26.Final/_remote.repositories 2015-11-06 03:18:03.890 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-common/4.0.26.Final/netty-common-4.0.26.Final.jar 2015-11-06 03:18:03.891 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-common/maven-metadata-local.xml 2015-11-06 03:18:03.891 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-handler/4.0.26.Final/_remote.repositories 2015-11-06 03:18:03.894 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-handler/4.0.26.Final/netty-handler-4.0.26.Final.jar 2015-11-06 03:18:03.894 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-handler/maven-metadata-local.xml 2015-11-06 03:18:03.895 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-transport/4.0.26.Final/_remote.repositories 2015-11-06 03:18:03.898 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-transport/4.0.26.Final/netty-transport-4.0.26.Final.jar 2015-11-06 03:18:03.899 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty-transport/maven-metadata-local.xml 2015-11-06 03:18:03.899 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty/3.8.0.Final/_remote.repositories 2015-11-06 03:18:03.913 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty/3.8.0.Final/netty-3.8.0.Final.jar 2015-11-06 03:18:03.914 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/io/netty/netty/maven-metadata-local.xml 2015-11-06 03:18:03.914 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/annotation/javax.annotation-api/1.2/_remote.repositories 2015-11-06 03:18:03.914 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar 2015-11-06 03:18:03.915 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/annotation/javax.annotation-api/maven-metadata-local.xml 2015-11-06 03:18:03.915 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/el/javax.el-api/2.2.4/_remote.repositories 2015-11-06 03:18:03.916 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/el/javax.el-api/2.2.4/javax.el-api-2.2.4.jar 2015-11-06 03:18:03.916 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/el/javax.el-api/maven-metadata-local.xml 2015-11-06 03:18:03.916 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/mail/mail/1.4.4/_remote.repositories 2015-11-06 03:18:03.921 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/mail/mail/1.4.4/mail-1.4.4.jar 2015-11-06 03:18:03.922 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/mail/mail/1.4.5/_remote.repositories 2015-11-06 03:18:03.928 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/mail/mail/1.4.5/mail-1.4.5.jar 2015-11-06 03:18:03.929 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/mail/mail/maven-metadata-local.xml 2015-11-06 03:18:03.929 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/portlet/portlet-api/2.0/_remote.repositories 2015-11-06 03:18:03.930 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/portlet/portlet-api/2.0/portlet-api-2.0.jar 2015-11-06 03:18:03.930 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/portlet/portlet-api/maven-metadata-local.xml 2015-11-06 03:18:03.930 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/servlet/jsp/jsp-api/2.1/_remote.repositories 2015-11-06 03:18:03.931 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.jar 2015-11-06 03:18:03.932 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/servlet/jsp/jsp-api/maven-metadata-local.xml 2015-11-06 03:18:03.932 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/validation/validation-api/1.1.0.Final/_remote.repositories 2015-11-06 03:18:03.933 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar 2015-11-06 03:18:03.933 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/validation/validation-api/maven-metadata-local.xml 2015-11-06 03:18:03.934 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/ws/rs/javax.ws.rs-api/2.0/_remote.repositories 2015-11-06 03:18:03.935 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.jar 2015-11-06 03:18:03.935 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/javax/ws/rs/javax.ws.rs-api/maven-metadata-local.xml 2015-11-06 03:18:03.938 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/jline/jline/2.12/jline-2.12.jar 2015-11-06 03:18:03.938 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/joda-time/joda-time/2.7/_remote.repositories 2015-11-06 03:18:03.945 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/joda-time/joda-time/2.7/joda-time-2.7.jar 2015-11-06 03:18:03.945 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/joda-time/joda-time/maven-metadata-local.xml 2015-11-06 03:18:03.945 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/mysql/mysql-connector-java/5.1.34/_remote.repositories 2015-11-06 03:18:03.957 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/mysql/mysql-connector-java/5.1.34/mysql-connector-java-5.1.34.jar 2015-11-06 03:18:03.957 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/mysql/mysql-connector-java/maven-metadata-local.xml 2015-11-06 03:18:03.958 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sf/ehcache/ehcache/2.8.3/_remote.repositories 2015-11-06 03:18:04.033 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sf/ehcache/ehcache/2.8.3/ehcache-2.8.3.jar 2015-11-06 03:18:04.033 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sf/ehcache/ehcache/maven-metadata-local.xml 2015-11-06 03:18:04.034 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sourceforge/cglib/com.springsource.net.sf.cglib/2.2.0/_remote.repositories 2015-11-06 03:18:04.037 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sourceforge/cglib/com.springsource.net.sf.cglib/2.2.0/com.springsource.net.sf.cglib-2.2.0.jar 2015-11-06 03:18:04.038 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/net/sourceforge/cglib/com.springsource.net.sf.cglib/maven-metadata-local.xml 2015-11-06 03:18:04.038 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/openexi/nagasena/0000.0002.0053.0/_remote.repositories 2015-11-06 03:18:04.043 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/openexi/nagasena/0000.0002.0053.0/nagasena-0000.0002.0053.0.jar 2015-11-06 03:18:04.043 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/openexi/nagasena/maven-metadata-local.xml 2015-11-06 03:18:04.043 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.activation/1.1.0.v201211130549/_remote.repositories 2015-11-06 03:18:04.043 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.activation/1.1.0.v201211130549/javax.activation-1.1.0.v201211130549.jar 2015-11-06 03:18:04.044 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.activation/maven-metadata-local.xml 2015-11-06 03:18:04.044 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.annotation/1.1.0.v201209060031/_remote.repositories 2015-11-06 03:18:04.044 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.annotation/1.1.0.v201209060031/javax.annotation-1.1.0.v201209060031.jar 2015-11-06 03:18:04.045 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.annotation/maven-metadata-local.xml 2015-11-06 03:18:04.045 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.ejb/3.1.1.v201204261316/_remote.repositories 2015-11-06 03:18:04.045 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.ejb/3.1.1.v201204261316/javax.ejb-3.1.1.v201204261316.jar 2015-11-06 03:18:04.046 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.ejb/maven-metadata-local.xml 2015-11-06 03:18:04.046 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.el/2.2.0.v201108011116/_remote.repositories 2015-11-06 03:18:04.046 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.el/2.2.0.v201108011116/javax.el-2.2.0.v201108011116.jar 2015-11-06 03:18:04.047 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.el/maven-metadata-local.xml 2015-11-06 03:18:04.047 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.mail.glassfish/1.4.1.v201108011116/_remote.repositories 2015-11-06 03:18:04.051 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.mail.glassfish/1.4.1.v201108011116/javax.mail.glassfish-1.4.1.v201108011116.jar 2015-11-06 03:18:04.051 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.mail.glassfish/maven-metadata-local.xml 2015-11-06 03:18:04.052 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl.impl/1.2.0.v201210211230/_remote.repositories 2015-11-06 03:18:04.055 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl.impl/1.2.0.v201210211230/javax.servlet.jsp.jstl.impl-1.2.0.v201210211230.jar 2015-11-06 03:18:04.056 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl.impl/maven-metadata-local.xml 2015-11-06 03:18:04.056 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl/1.2.0.v201105211821/_remote.repositories 2015-11-06 03:18:04.057 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl/1.2.0.v201105211821/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar 2015-11-06 03:18:04.057 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.servlet.jsp.jstl/maven-metadata-local.xml 2015-11-06 03:18:04.057 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.xml.rpc/1.1.0.v201005080400/_remote.repositories 2015-11-06 03:18:04.058 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.xml.rpc/1.1.0.v201005080400/javax.xml.rpc-1.1.0.v201005080400.jar 2015-11-06 03:18:04.058 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/javax.xml.rpc/maven-metadata-local.xml 2015-11-06 03:18:04.059 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.ha/7.0.53.v201406070630/_remote.repositories 2015-11-06 03:18:04.059 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.ha/7.0.53.v201406070630/org.apache.catalina.ha-7.0.53.v201406070630.jar 2015-11-06 03:18:04.059 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.ha/maven-metadata-local.xml 2015-11-06 03:18:04.060 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.tribes/7.0.53.v201406070630/_remote.repositories 2015-11-06 03:18:04.062 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.tribes/7.0.53.v201406070630/org.apache.catalina.tribes-7.0.53.v201406070630.jar 2015-11-06 03:18:04.062 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina.tribes/maven-metadata-local.xml 2015-11-06 03:18:04.064 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina/7.0.53.v201406061610/_remote.repositories 2015-11-06 03:18:04.080 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina/7.0.53.v201406061610/org.apache.catalina-7.0.53.v201406061610.jar 2015-11-06 03:18:04.080 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.catalina/maven-metadata-local.xml 2015-11-06 03:18:04.081 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.coyote/7.0.53.v201406070630/_remote.repositories 2015-11-06 03:18:04.091 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.coyote/7.0.53.v201406070630/org.apache.coyote-7.0.53.v201406070630.jar 2015-11-06 03:18:04.091 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.coyote/maven-metadata-local.xml 2015-11-06 03:18:04.092 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.el/7.0.53.v201406060720/_remote.repositories 2015-11-06 03:18:04.093 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.el/7.0.53.v201406060720/org.apache.el-7.0.53.v201406060720.jar 2015-11-06 03:18:04.093 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.el/maven-metadata-local.xml 2015-11-06 03:18:04.093 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.jasper/7.0.53.v201406070630/_remote.repositories 2015-11-06 03:18:04.099 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.jasper/7.0.53.v201406070630/org.apache.jasper-7.0.53.v201406070630.jar 2015-11-06 03:18:04.100 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.jasper/maven-metadata-local.xml 2015-11-06 03:18:04.100 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.juli.extras/7.0.53.v201406060720/_remote.repositories 2015-11-06 03:18:04.100 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.juli.extras/7.0.53.v201406060720/org.apache.juli.extras-7.0.53.v201406060720.jar 2015-11-06 03:18:04.101 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.juli.extras/maven-metadata-local.xml 2015-11-06 03:18:04.101 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.api/7.0.53.v201406060720/_remote.repositories 2015-11-06 03:18:04.102 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.api/7.0.53.v201406060720/org.apache.tomcat.api-7.0.53.v201406060720.jar 2015-11-06 03:18:04.102 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.api/maven-metadata-local.xml 2015-11-06 03:18:04.102 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.util/7.0.53.v201406070630/_remote.repositories 2015-11-06 03:18:04.103 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.util/7.0.53.v201406070630/org.apache.tomcat.util-7.0.53.v201406070630.jar 2015-11-06 03:18:04.103 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/orbit/org.apache.tomcat.util/maven-metadata-local.xml 2015-11-06 03:18:04.104 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/aopalliance/com.springsource.org.aopalliance/1.0.0/_remote.repositories 2015-11-06 03:18:04.104 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/aopalliance/com.springsource.org.aopalliance/1.0.0/com.springsource.org.aopalliance-1.0.0.jar 2015-11-06 03:18:04.104 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/aopalliance/com.springsource.org.aopalliance/maven-metadata-local.xml 2015-11-06 03:18:04.105 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.api/1.0.0/_remote.repositories 2015-11-06 03:18:04.105 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.api/1.0.0/org.apache.aries.application.api-1.0.0.jar 2015-11-06 03:18:04.105 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.api/maven-metadata-local.xml 2015-11-06 03:18:04.106 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.default.local.platform/1.0.0/_remote.repositories 2015-11-06 03:18:04.106 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.default.local.platform/1.0.0/org.apache.aries.application.default.local.platform-1.0.0.jar 2015-11-06 03:18:04.107 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.default.local.platform/maven-metadata-local.xml 2015-11-06 03:18:04.107 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.deployment.management/1.0.0/_remote.repositories 2015-11-06 03:18:04.108 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.deployment.management/1.0.0/org.apache.aries.application.deployment.management-1.0.0.jar 2015-11-06 03:18:04.108 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.deployment.management/maven-metadata-local.xml 2015-11-06 03:18:04.108 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.install/1.0.0/_remote.repositories 2015-11-06 03:18:04.109 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.install/1.0.0/org.apache.aries.application.install-1.0.0.jar 2015-11-06 03:18:04.109 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.install/maven-metadata-local.xml 2015-11-06 03:18:04.110 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.management/1.0.0/_remote.repositories 2015-11-06 03:18:04.110 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.management/1.0.0/org.apache.aries.application.management-1.0.0.jar 2015-11-06 03:18:04.110 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.management/maven-metadata-local.xml 2015-11-06 03:18:04.110 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.modeller/1.0.0/_remote.repositories 2015-11-06 03:18:04.112 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.modeller/1.0.0/org.apache.aries.application.modeller-1.0.0.jar 2015-11-06 03:18:04.113 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.modeller/maven-metadata-local.xml 2015-11-06 03:18:04.113 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.noop/1.0.0/_remote.repositories 2015-11-06 03:18:04.113 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.noop/1.0.0/org.apache.aries.application.resolver.noop-1.0.0.jar 2015-11-06 03:18:04.114 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.noop/maven-metadata-local.xml 2015-11-06 03:18:04.114 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.obr/1.0.0/_remote.repositories 2015-11-06 03:18:04.114 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.obr/1.0.0/org.apache.aries.application.resolver.obr-1.0.0.jar 2015-11-06 03:18:04.115 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.resolver.obr/maven-metadata-local.xml 2015-11-06 03:18:04.115 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.runtime/1.0.0/_remote.repositories 2015-11-06 03:18:04.115 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.runtime/1.0.0/org.apache.aries.application.runtime-1.0.0.jar 2015-11-06 03:18:04.116 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.runtime/maven-metadata-local.xml 2015-11-06 03:18:04.116 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.utils/1.0.0/_remote.repositories 2015-11-06 03:18:04.117 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.utils/1.0.0/org.apache.aries.application.utils-1.0.0.jar 2015-11-06 03:18:04.117 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/application/org.apache.aries.application.utils/maven-metadata-local.xml 2015-11-06 03:18:04.117 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.api/1.0.1/_remote.repositories 2015-11-06 03:18:04.118 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.api/1.0.1/org.apache.aries.blueprint.annotation.api-1.0.1.jar 2015-11-06 03:18:04.118 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.api/maven-metadata-local.xml 2015-11-06 03:18:04.118 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.impl/1.0.1/_remote.repositories 2015-11-06 03:18:04.119 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.impl/1.0.1/org.apache.aries.blueprint.annotation.impl-1.0.1.jar 2015-11-06 03:18:04.119 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.annotation.impl/maven-metadata-local.xml 2015-11-06 03:18:04.119 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.api/1.0.1/org.apache.aries.blueprint.api-1.0.1.jar 2015-11-06 03:18:04.120 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.cm/1.0.5/org.apache.aries.blueprint.cm-1.0.5.jar 2015-11-06 03:18:04.120 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0/org.apache.aries.blueprint.core.compatibility-1.0.0.jar 2015-11-06 03:18:04.120 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.core/1.4.2/org.apache.aries.blueprint.core-1.4.2.jar 2015-11-06 03:18:04.121 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.jexl.evaluator/1.0.0/_remote.repositories 2015-11-06 03:18:04.121 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.jexl.evaluator/1.0.0/org.apache.aries.blueprint.jexl.evaluator-1.0.0.jar 2015-11-06 03:18:04.121 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.jexl.evaluator/maven-metadata-local.xml 2015-11-06 03:18:04.121 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.webosgi/1.0.1/_remote.repositories 2015-11-06 03:18:04.122 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.webosgi/1.0.1/org.apache.aries.blueprint.webosgi-1.0.1.jar 2015-11-06 03:18:04.122 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/blueprint/org.apache.aries.blueprint.webosgi/maven-metadata-local.xml 2015-11-06 03:18:04.122 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.api/1.1.1/_remote.repositories 2015-11-06 03:18:04.123 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.api/1.1.1/org.apache.aries.jmx.api-1.1.1.jar 2015-11-06 03:18:04.123 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.api/maven-metadata-local.xml 2015-11-06 03:18:04.123 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.api/1.1.0/_remote.repositories 2015-11-06 03:18:04.124 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.api/1.1.0/org.apache.aries.jmx.blueprint.api-1.1.0.jar 2015-11-06 03:18:04.124 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.api/maven-metadata-local.xml 2015-11-06 03:18:04.124 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.core/1.1.0/_remote.repositories 2015-11-06 03:18:04.125 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.core/1.1.0/org.apache.aries.jmx.blueprint.core-1.1.0.jar 2015-11-06 03:18:04.125 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.core/maven-metadata-local.xml 2015-11-06 03:18:04.125 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.core/1.1.2/_remote.repositories 2015-11-06 03:18:04.126 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.core/1.1.2/org.apache.aries.jmx.core-1.1.2.jar 2015-11-06 03:18:04.126 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.core/maven-metadata-local.xml 2015-11-06 03:18:04.126 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.whiteboard/1.0.0/_remote.repositories 2015-11-06 03:18:04.127 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.whiteboard/1.0.0/org.apache.aries.jmx.whiteboard-1.0.0.jar 2015-11-06 03:18:04.127 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jmx/org.apache.aries.jmx.whiteboard/maven-metadata-local.xml 2015-11-06 03:18:04.127 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.api/1.1.0/_remote.repositories 2015-11-06 03:18:04.128 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.api/1.1.0/org.apache.aries.jndi.api-1.1.0.jar 2015-11-06 03:18:04.128 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.api/maven-metadata-local.xml 2015-11-06 03:18:04.128 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.core/1.0.0/_remote.repositories 2015-11-06 03:18:04.129 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.core/1.0.0/org.apache.aries.jndi.core-1.0.0.jar 2015-11-06 03:18:04.129 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.core/maven-metadata-local.xml 2015-11-06 03:18:04.129 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.legacy.support/1.0.0/_remote.repositories 2015-11-06 03:18:04.130 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.legacy.support/1.0.0/org.apache.aries.jndi.legacy.support-1.0.0.jar 2015-11-06 03:18:04.130 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.legacy.support/maven-metadata-local.xml 2015-11-06 03:18:04.130 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.rmi/1.0.0/_remote.repositories 2015-11-06 03:18:04.131 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.rmi/1.0.0/org.apache.aries.jndi.rmi-1.0.0.jar 2015-11-06 03:18:04.131 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.rmi/maven-metadata-local.xml 2015-11-06 03:18:04.131 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.url/1.1.0/_remote.repositories 2015-11-06 03:18:04.132 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.url/1.1.0/org.apache.aries.jndi.url-1.1.0.jar 2015-11-06 03:18:04.132 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jndi/org.apache.aries.jndi.url/maven-metadata-local.xml 2015-11-06 03:18:04.132 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.api/1.0.2/_remote.repositories 2015-11-06 03:18:04.133 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.api/1.0.2/org.apache.aries.jpa.api-1.0.2.jar 2015-11-06 03:18:04.133 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.api/maven-metadata-local.xml 2015-11-06 03:18:04.134 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.aries/1.0.4/_remote.repositories 2015-11-06 03:18:04.134 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.aries/1.0.4/org.apache.aries.jpa.blueprint.aries-1.0.4.jar 2015-11-06 03:18:04.134 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.aries/maven-metadata-local.xml 2015-11-06 03:18:04.134 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.4/_remote.repositories 2015-11-06 03:18:04.135 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.4/org.apache.aries.jpa.container.context-1.0.4.jar 2015-11-06 03:18:04.135 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container.context/maven-metadata-local.xml 2015-11-06 03:18:04.135 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.2/_remote.repositories 2015-11-06 03:18:04.137 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.2/org.apache.aries.jpa.container-1.0.2.jar 2015-11-06 03:18:04.137 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/jpa/org.apache.aries.jpa.container/maven-metadata-local.xml 2015-11-06 03:18:04.137 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/org.apache.aries.util/1.1.0/_remote.repositories 2015-11-06 03:18:04.138 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/org.apache.aries.util/1.1.0/org.apache.aries.util-1.1.0.jar 2015-11-06 03:18:04.138 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/org.apache.aries.util/maven-metadata-local.xml 2015-11-06 03:18:04.138 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/proxy/org.apache.aries.proxy.api/1.0.1/org.apache.aries.proxy.api-1.0.1.jar 2015-11-06 03:18:04.138 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/proxy/org.apache.aries.proxy.impl/1.0.4/org.apache.aries.proxy.impl-1.0.4.jar 2015-11-06 03:18:04.139 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/quiesce/org.apache.aries.quiesce.api/1.0.0/org.apache.aries.quiesce.api-1.0.0.jar 2015-11-06 03:18:04.139 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.0.0/_remote.repositories 2015-11-06 03:18:04.139 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.0.0/org.apache.aries.spifly.dynamic.bundle-1.0.0.jar 2015-11-06 03:18:04.140 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/maven-metadata-local.xml 2015-11-06 03:18:04.140 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.blueprint/1.0.1/_remote.repositories 2015-11-06 03:18:04.140 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.blueprint/1.0.1/org.apache.aries.transaction.blueprint-1.0.1.jar 2015-11-06 03:18:04.141 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.blueprint/maven-metadata-local.xml 2015-11-06 03:18:04.141 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.jdbc/2.1.0/_remote.repositories 2015-11-06 03:18:04.141 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.jdbc/2.1.0/org.apache.aries.transaction.jdbc-2.1.0.jar 2015-11-06 03:18:04.141 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.jdbc/maven-metadata-local.xml 2015-11-06 03:18:04.142 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.0.0/_remote.repositories 2015-11-06 03:18:04.142 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.0.0/org.apache.aries.transaction.manager-1.0.0.jar 2015-11-06 03:18:04.142 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.0.1/_remote.repositories 2015-11-06 03:18:04.143 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.0.1/org.apache.aries.transaction.manager-1.0.1.jar 2015-11-06 03:18:04.143 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.1.0/_remote.repositories 2015-11-06 03:18:04.143 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.1.0/org.apache.aries.transaction.manager-1.1.0.jar 2015-11-06 03:18:04.144 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.1.1/_remote.repositories 2015-11-06 03:18:04.144 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.1.1/org.apache.aries.transaction.manager-1.1.1.jar 2015-11-06 03:18:04.144 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/aries/transaction/org.apache.aries.transaction.manager/maven-metadata-local.xml 2015-11-06 03:18:04.144 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-dbcp2/2.0.1/_remote.repositories 2015-11-06 03:18:04.145 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-dbcp2/2.0.1/commons-dbcp2-2.0.1.jar 2015-11-06 03:18:04.145 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-dbcp2/maven-metadata-local.xml 2015-11-06 03:18:04.145 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-jexl/2.1.1/_remote.repositories 2015-11-06 03:18:04.146 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-jexl/2.1.1/commons-jexl-2.1.1.jar 2015-11-06 03:18:04.146 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-jexl/maven-metadata-local.xml 2015-11-06 03:18:04.146 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-lang3/3.1/_remote.repositories 2015-11-06 03:18:04.148 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar 2015-11-06 03:18:04.149 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-lang3/maven-metadata-local.xml 2015-11-06 03:18:04.149 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-math/2.2/_remote.repositories 2015-11-06 03:18:04.160 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-math/2.2/commons-math-2.2.jar 2015-11-06 03:18:04.161 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-math/maven-metadata-local.xml 2015-11-06 03:18:04.161 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-pool2/2.2/_remote.repositories 2015-11-06 03:18:04.162 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar 2015-11-06 03:18:04.162 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/commons/commons-pool2/maven-metadata-local.xml 2015-11-06 03:18:04.163 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/derby/derby/10.11.1.1/_remote.repositories 2015-11-06 03:18:04.197 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar 2015-11-06 03:18:04.197 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/derby/derby/maven-metadata-local.xml 2015-11-06 03:18:04.198 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.bundlerepository/2.0.2/_remote.repositories 2015-11-06 03:18:04.200 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.bundlerepository/2.0.2/org.apache.felix.bundlerepository-2.0.2.jar 2015-11-06 03:18:04.201 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.bundlerepository/maven-metadata-local.xml 2015-11-06 03:18:04.202 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.configadmin/1.8.0/org.apache.felix.configadmin-1.8.0.jar 2015-11-06 03:18:04.202 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager.shell/3.0.1/_remote.repositories 2015-11-06 03:18:04.203 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager.shell/3.0.1/org.apache.felix.dependencymanager.shell-3.0.1.jar 2015-11-06 03:18:04.204 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager.shell/maven-metadata-local.xml 2015-11-06 03:18:04.204 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager/3.1.0/_remote.repositories 2015-11-06 03:18:04.205 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager/3.1.0/org.apache.felix.dependencymanager-3.1.0.jar 2015-11-06 03:18:04.205 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.dependencymanager/maven-metadata-local.xml 2015-11-06 03:18:04.206 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.eventadmin/1.4.2/_remote.repositories 2015-11-06 03:18:04.207 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.eventadmin/1.4.2/org.apache.felix.eventadmin-1.4.2.jar 2015-11-06 03:18:04.207 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.eventadmin/maven-metadata-local.xml 2015-11-06 03:18:04.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.fileinstall/3.1.6/_remote.repositories 2015-11-06 03:18:04.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.fileinstall/3.1.6/org.apache.felix.fileinstall-3.1.6.jar 2015-11-06 03:18:04.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.fileinstall/3.4.2/org.apache.felix.fileinstall-3.4.2.jar 2015-11-06 03:18:04.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.fileinstall/maven-metadata-local.xml 2015-11-06 03:18:04.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework.security/2.2.0/_remote.repositories 2015-11-06 03:18:04.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework.security/2.2.0/org.apache.felix.framework.security-2.2.0.jar 2015-11-06 03:18:04.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework.security/maven-metadata-local.xml 2015-11-06 03:18:04.214 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework/4.2.1/org.apache.felix.framework-4.2.1.jar 2015-11-06 03:18:04.215 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.metatype/1.0.10/_remote.repositories 2015-11-06 03:18:04.216 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.metatype/1.0.10/org.apache.felix.metatype-1.0.10.jar 2015-11-06 03:18:04.216 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.metatype/maven-metadata-local.xml 2015-11-06 03:18:04.217 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.scr/1.8.2/_remote.repositories 2015-11-06 03:18:04.218 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.scr/1.8.2/org.apache.felix.scr-1.8.2.jar 2015-11-06 03:18:04.219 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.apache.felix.scr/maven-metadata-local.xml 2015-11-06 03:18:04.219 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.osgi.service.obr/1.0.2/_remote.repositories 2015-11-06 03:18:04.219 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.osgi.service.obr/1.0.2/org.osgi.service.obr-1.0.2.jar 2015-11-06 03:18:04.220 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/felix/org.osgi.service.obr/maven-metadata-local.xml 2015-11-06 03:18:04.220 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/components/geronimo-connector/2.2.2/_remote.repositories 2015-11-06 03:18:04.220 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/components/geronimo-connector/2.2.2/geronimo-connector-2.2.2.jar 2015-11-06 03:18:04.221 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/components/geronimo-connector/3.1.1/_remote.repositories 2015-11-06 03:18:04.221 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/components/geronimo-connector/3.1.1/geronimo-connector-3.1.1.jar 2015-11-06 03:18:04.222 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/components/geronimo-connector/maven-metadata-local.xml 2015-11-06 03:18:04.222 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/catalina/7.0.27.1/_remote.repositories 2015-11-06 03:18:04.244 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/catalina/7.0.27.1/catalina-7.0.27.1.jar 2015-11-06 03:18:04.244 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/catalina/maven-metadata-local.xml 2015-11-06 03:18:04.245 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/shared/7.0.27.1/_remote.repositories 2015-11-06 03:18:04.245 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/shared/7.0.27.1/shared-7.0.27.1.jar 2015-11-06 03:18:04.246 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/shared/maven-metadata-local.xml 2015-11-06 03:18:04.246 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/util/7.0.27.1/_remote.repositories 2015-11-06 03:18:04.249 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/util/7.0.27.1/util-7.0.27.1.jar 2015-11-06 03:18:04.250 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/ext/tomcat/util/maven-metadata-local.xml 2015-11-06 03:18:04.250 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/_remote.repositories 2015-11-06 03:18:04.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar 2015-11-06 03:18:04.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/maven-metadata-local.xml 2015-11-06 03:18:04.252 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0.1/_remote.repositories 2015-11-06 03:18:04.252 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0.1/geronimo-annotation_1.1_spec-1.0.1.jar 2015-11-06 03:18:04.252 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/maven-metadata-local.xml 2015-11-06 03:18:04.253 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-ejb_3.1_spec/1.0/_remote.repositories 2015-11-06 03:18:04.253 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-ejb_3.1_spec/1.0/geronimo-ejb_3.1_spec-1.0.jar 2015-11-06 03:18:04.253 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-ejb_3.1_spec/maven-metadata-local.xml 2015-11-06 03:18:04.254 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-el_1.0_spec/1.0.1/_remote.repositories 2015-11-06 03:18:04.254 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-el_1.0_spec/1.0.1/geronimo-el_1.0_spec-1.0.1.jar 2015-11-06 03:18:04.254 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-el_1.0_spec/maven-metadata-local.xml 2015-11-06 03:18:04.255 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.5_spec/2.0.0/_remote.repositories 2015-11-06 03:18:04.255 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.5_spec/2.0.0/geronimo-j2ee-connector_1.5_spec-2.0.0.jar 2015-11-06 03:18:04.255 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.5_spec/maven-metadata-local.xml 2015-11-06 03:18:04.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.6_spec/1.0/_remote.repositories 2015-11-06 03:18:04.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.6_spec/1.0/geronimo-j2ee-connector_1.6_spec-1.0.jar 2015-11-06 03:18:04.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-j2ee-connector_1.6_spec/maven-metadata-local.xml 2015-11-06 03:18:04.257 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/1.1/_remote.repositories 2015-11-06 03:18:04.257 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/1.1/geronimo-jaspic_1.0_spec-1.1.jar 2015-11-06 03:18:04.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/maven-metadata-local.xml 2015-11-06 03:18:04.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaxrpc_1.1_spec/2.1/_remote.repositories 2015-11-06 03:18:04.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaxrpc_1.1_spec/2.1/geronimo-jaxrpc_1.1_spec-2.1.jar 2015-11-06 03:18:04.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jaxrpc_1.1_spec/maven-metadata-local.xml 2015-11-06 03:18:04.260 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/_remote.repositories 2015-11-06 03:18:04.260 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar 2015-11-06 03:18:04.261 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jms_1.1_spec/maven-metadata-local.xml 2015-11-06 03:18:04.261 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.1/_remote.repositories 2015-11-06 03:18:04.262 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.1/geronimo-jpa_2.0_spec-1.1.jar 2015-11-06 03:18:04.262 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/maven-metadata-local.xml 2015-11-06 03:18:04.262 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/_remote.repositories 2015-11-06 03:18:04.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar 2015-11-06 03:18:04.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/maven-metadata-local.xml 2015-11-06 03:18:04.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_2.5_spec/1.2/_remote.repositories 2015-11-06 03:18:04.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_2.5_spec/1.2/geronimo-servlet_2.5_spec-1.2.jar 2015-11-06 03:18:04.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_2.5_spec/maven-metadata-local.xml 2015-11-06 03:18:04.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/_remote.repositories 2015-11-06 03:18:04.265 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/geronimo-servlet_3.0_spec-1.0.jar 2015-11-06 03:18:04.265 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/maven-metadata-local.xml 2015-11-06 03:18:04.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-validation_1.0_spec/1.1/_remote.repositories 2015-11-06 03:18:04.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-validation_1.0_spec/1.1/geronimo-validation_1.0_spec-1.1.jar 2015-11-06 03:18:04.267 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/geronimo/specs/geronimo-validation_1.0_spec/maven-metadata-local.xml 2015-11-06 03:18:04.267 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hadoop/hadoop-core/1.2.0/_remote.repositories 2015-11-06 03:18:04.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hadoop/hadoop-core/1.2.0/hadoop-core-1.2.0.jar 2015-11-06 03:18:04.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hadoop/hadoop-core/maven-metadata-local.xml 2015-11-06 03:18:04.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hbase/hbase/0.94.15/_remote.repositories 2015-11-06 03:18:04.367 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hbase/hbase/0.94.15/hbase-0.94.15.jar 2015-11-06 03:18:04.368 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/hbase/hbase/maven-metadata-local.xml 2015-11-06 03:18:04.368 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpclient-osgi/4.4.1/_remote.repositories 2015-11-06 03:18:04.381 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpclient-osgi/4.4.1/httpclient-osgi-4.4.1.jar 2015-11-06 03:18:04.382 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpclient-osgi/4.4/_remote.repositories 2015-11-06 03:18:04.390 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpclient-osgi/4.4/httpclient-osgi-4.4.jar 2015-11-06 03:18:04.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpclient-osgi/maven-metadata-local.xml 2015-11-06 03:18:04.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpcore-osgi/4.4.1/_remote.repositories 2015-11-06 03:18:04.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpcore-osgi/4.4.1/httpcore-osgi-4.4.1.jar 2015-11-06 03:18:04.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpcore-osgi/4.4/_remote.repositories 2015-11-06 03:18:04.402 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpcore-osgi/4.4/httpcore-osgi-4.4.jar 2015-11-06 03:18:04.402 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/httpcomponents/httpcore-osgi/maven-metadata-local.xml 2015-11-06 03:18:04.403 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.command/3.0.3/org.apache.karaf.bundle.command-3.0.3.jar 2015-11-06 03:18:04.403 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/3.0.3/org.apache.karaf.bundle.core-3.0.3.jar 2015-11-06 03:18:04.404 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.springstate/3.0.3/_remote.repositories 2015-11-06 03:18:04.404 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.springstate/3.0.3/org.apache.karaf.bundle.springstate-3.0.3.jar 2015-11-06 03:18:04.404 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/bundle/org.apache.karaf.bundle.springstate/maven-metadata-local.xml 2015-11-06 03:18:04.405 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.405 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.command/3.0.3/org.apache.karaf.config.command-3.0.3.jar 2015-11-06 03:18:04.406 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.command/maven-metadata-local.xml 2015-11-06 03:18:04.406 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.406 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.core/3.0.3/org.apache.karaf.config.core-3.0.3.jar 2015-11-06 03:18:04.407 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/config/org.apache.karaf.config.core/maven-metadata-local.xml 2015-11-06 03:18:04.407 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/3.0.3/org.apache.karaf.deployer.blueprint-3.0.3.jar 2015-11-06 03:18:04.408 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/3.0.3/org.apache.karaf.deployer.features-3.0.3.jar 2015-11-06 03:18:04.408 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/3.0.3/_remote.repositories 2015-11-06 03:18:04.409 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/3.0.3/org.apache.karaf.deployer.kar-3.0.3.jar 2015-11-06 03:18:04.410 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/maven-metadata-local.xml 2015-11-06 03:18:04.410 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.spring/3.0.3/_remote.repositories 2015-11-06 03:18:04.410 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.spring/3.0.3/org.apache.karaf.deployer.spring-3.0.3.jar 2015-11-06 03:18:04.411 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.spring/maven-metadata-local.xml 2015-11-06 03:18:04.411 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/3.0.3/org.apache.karaf.deployer.wrap-3.0.3.jar 2015-11-06 03:18:04.413 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.413 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.command/3.0.3/org.apache.karaf.diagnostic.command-3.0.3.jar 2015-11-06 03:18:04.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.command/maven-metadata-local.xml 2015-11-06 03:18:04.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/3.0.3/org.apache.karaf.diagnostic.core-3.0.3.jar 2015-11-06 03:18:04.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/maven-metadata-local.xml 2015-11-06 03:18:04.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/enterprise/3.0.3/_remote.repositories 2015-11-06 03:18:04.416 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/enterprise/3.0.3/enterprise-3.0.3-features.xml 2015-11-06 03:18:04.416 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/enterprise/maven-metadata-local.xml 2015-11-06 03:18:04.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/framework/3.0.3/framework-3.0.3-features.xml 2015-11-06 03:18:04.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.418 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.command/3.0.3/org.apache.karaf.features.command-3.0.3.jar 2015-11-06 03:18:04.418 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.command/maven-metadata-local.xml 2015-11-06 03:18:04.419 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.419 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.core/3.0.3/org.apache.karaf.features.core-3.0.3.jar 2015-11-06 03:18:04.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.core/maven-metadata-local.xml 2015-11-06 03:18:04.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.obr/3.0.3/_remote.repositories 2015-11-06 03:18:04.421 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.obr/3.0.3/org.apache.karaf.features.obr-3.0.3.jar 2015-11-06 03:18:04.421 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/org.apache.karaf.features.obr/maven-metadata-local.xml 2015-11-06 03:18:04.422 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/spring/3.0.3/_remote.repositories 2015-11-06 03:18:04.422 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/spring/3.0.3/spring-3.0.3-features.xml 2015-11-06 03:18:04.422 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/spring/maven-metadata-local.xml 2015-11-06 03:18:04.423 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/standard/3.0.3/_remote.repositories 2015-11-06 03:18:04.423 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/standard/3.0.3/standard-3.0.3-features.xml 2015-11-06 03:18:04.424 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/features/standard/maven-metadata-local.xml 2015-11-06 03:18:04.424 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.425 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.command/3.0.3/org.apache.karaf.http.command-3.0.3.jar 2015-11-06 03:18:04.426 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.command/maven-metadata-local.xml 2015-11-06 03:18:04.427 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.427 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.core/3.0.3/org.apache.karaf.http.core-3.0.3.jar 2015-11-06 03:18:04.427 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/http/org.apache.karaf.http.core/maven-metadata-local.xml 2015-11-06 03:18:04.428 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.428 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.command/3.0.3/org.apache.karaf.instance.command-3.0.3.jar 2015-11-06 03:18:04.429 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.command/maven-metadata-local.xml 2015-11-06 03:18:04.429 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.430 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.core/3.0.3/org.apache.karaf.instance.core-3.0.3.jar 2015-11-06 03:18:04.430 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/instance/org.apache.karaf.instance.core/maven-metadata-local.xml 2015-11-06 03:18:04.431 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.431 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/3.0.3/org.apache.karaf.jaas.command-3.0.3.jar 2015-11-06 03:18:04.432 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/maven-metadata-local.xml 2015-11-06 03:18:04.432 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/3.0.3/_remote.repositories 2015-11-06 03:18:04.433 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/3.0.3/org.apache.karaf.jaas.config-3.0.3.jar 2015-11-06 03:18:04.433 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/maven-metadata-local.xml 2015-11-06 03:18:04.434 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.jasypt/3.0.3/_remote.repositories 2015-11-06 03:18:04.434 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.jasypt/3.0.3/org.apache.karaf.jaas.jasypt-3.0.3.jar 2015-11-06 03:18:04.435 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.jasypt/maven-metadata-local.xml 2015-11-06 03:18:04.435 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/3.0.3/_remote.repositories 2015-11-06 03:18:04.436 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/3.0.3/org.apache.karaf.jaas.modules-3.0.3.jar 2015-11-06 03:18:04.436 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/maven-metadata-local.xml 2015-11-06 03:18:04.436 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.437 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.command/3.0.3/org.apache.karaf.jdbc.command-3.0.3.jar 2015-11-06 03:18:04.437 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.command/maven-metadata-local.xml 2015-11-06 03:18:04.438 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.438 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/3.0.3/org.apache.karaf.jdbc.core-3.0.3.jar 2015-11-06 03:18:04.439 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/maven-metadata-local.xml 2015-11-06 03:18:04.439 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.439 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.command/3.0.3/org.apache.karaf.jms.command-3.0.3.jar 2015-11-06 03:18:04.440 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.command/maven-metadata-local.xml 2015-11-06 03:18:04.440 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.core/3.0.3/org.apache.karaf.jms.core-3.0.3.jar 2015-11-06 03:18:04.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jms/org.apache.karaf.jms.core/maven-metadata-local.xml 2015-11-06 03:18:04.442 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.443 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.command/3.0.3/org.apache.karaf.jndi.command-3.0.3.jar 2015-11-06 03:18:04.443 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.command/maven-metadata-local.xml 2015-11-06 03:18:04.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.core/3.0.3/org.apache.karaf.jndi.core-3.0.3.jar 2015-11-06 03:18:04.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/jndi/org.apache.karaf.jndi.core/maven-metadata-local.xml 2015-11-06 03:18:04.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.command/3.0.3/org.apache.karaf.kar.command-3.0.3.jar 2015-11-06 03:18:04.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.command/maven-metadata-local.xml 2015-11-06 03:18:04.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.447 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.core/3.0.3/org.apache.karaf.kar.core-3.0.3.jar 2015-11-06 03:18:04.447 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/kar/org.apache.karaf.kar.core/maven-metadata-local.xml 2015-11-06 03:18:04.448 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.448 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.command/3.0.3/org.apache.karaf.log.command-3.0.3.jar 2015-11-06 03:18:04.449 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.command/maven-metadata-local.xml 2015-11-06 03:18:04.449 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.449 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.core/3.0.3/org.apache.karaf.log.core-3.0.3.jar 2015-11-06 03:18:04.450 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/log/org.apache.karaf.log.core/maven-metadata-local.xml 2015-11-06 03:18:04.450 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/management/org.apache.karaf.management.server/3.0.3/_remote.repositories 2015-11-06 03:18:04.451 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/management/org.apache.karaf.management.server/3.0.3/org.apache.karaf.management.server-3.0.3.jar 2015-11-06 03:18:04.451 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/management/org.apache.karaf.management.server/maven-metadata-local.xml 2015-11-06 03:18:04.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.command/3.0.3/org.apache.karaf.obr.command-3.0.3.jar 2015-11-06 03:18:04.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.command/maven-metadata-local.xml 2015-11-06 03:18:04.453 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.453 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.core/3.0.3/org.apache.karaf.obr.core-3.0.3.jar 2015-11-06 03:18:04.454 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/obr/org.apache.karaf.obr.core/maven-metadata-local.xml 2015-11-06 03:18:04.454 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.454 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.command/3.0.3/org.apache.karaf.package.command-3.0.3.jar 2015-11-06 03:18:04.455 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.command/maven-metadata-local.xml 2015-11-06 03:18:04.455 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.455 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.core/3.0.3/org.apache.karaf.package.core-3.0.3.jar 2015-11-06 03:18:04.455 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/package/org.apache.karaf.package.core/maven-metadata-local.xml 2015-11-06 03:18:04.456 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.456 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.command/3.0.3/org.apache.karaf.region.command-3.0.3.jar 2015-11-06 03:18:04.458 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.command/maven-metadata-local.xml 2015-11-06 03:18:04.458 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.core/3.0.3/org.apache.karaf.region.core-3.0.3.jar 2015-11-06 03:18:04.458 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.persist/3.0.3/_remote.repositories 2015-11-06 03:18:04.459 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.persist/3.0.3/org.apache.karaf.region.persist-3.0.3.jar 2015-11-06 03:18:04.459 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/region/org.apache.karaf.region.persist/maven-metadata-local.xml 2015-11-06 03:18:04.459 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scheduler/org.apache.karaf.scheduler.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.460 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scheduler/org.apache.karaf.scheduler.core/3.0.3/org.apache.karaf.scheduler.core-3.0.3.jar 2015-11-06 03:18:04.460 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scheduler/org.apache.karaf.scheduler.core/maven-metadata-local.xml 2015-11-06 03:18:04.461 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scr/org.apache.karaf.scr.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.461 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scr/org.apache.karaf.scr.command/3.0.3/org.apache.karaf.scr.command-3.0.3.jar 2015-11-06 03:18:04.461 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/scr/org.apache.karaf.scr.command/maven-metadata-local.xml 2015-11-06 03:18:04.462 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.462 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.command/3.0.3/org.apache.karaf.service.command-3.0.3.jar 2015-11-06 03:18:04.463 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.command/maven-metadata-local.xml 2015-11-06 03:18:04.463 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.463 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.core/3.0.3/org.apache.karaf.service.core-3.0.3.jar 2015-11-06 03:18:04.464 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.core/maven-metadata-local.xml 2015-11-06 03:18:04.464 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/service/org.apache.karaf.service.guard/3.0.3/org.apache.karaf.service.guard-3.0.3.jar 2015-11-06 03:18:04.464 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/3.0.3/org.apache.karaf.shell.commands-3.0.3.jar 2015-11-06 03:18:04.465 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.console/3.0.3/_remote.repositories 2015-11-06 03:18:04.465 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.console/3.0.3/org.apache.karaf.shell.console-3.0.3.jar 2015-11-06 03:18:04.465 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.console/maven-metadata-local.xml 2015-11-06 03:18:04.466 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.help/3.0.3/org.apache.karaf.shell.help-3.0.3.jar 2015-11-06 03:18:04.466 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/3.0.3/_remote.repositories 2015-11-06 03:18:04.467 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/3.0.3/org.apache.karaf.shell.ssh-3.0.3.jar 2015-11-06 03:18:04.467 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/maven-metadata-local.xml 2015-11-06 03:18:04.467 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/shell/org.apache.karaf.shell.table/3.0.3/org.apache.karaf.shell.table-3.0.3.jar 2015-11-06 03:18:04.468 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/system/org.apache.karaf.system.command/3.0.3/org.apache.karaf.system.command-3.0.3.jar 2015-11-06 03:18:04.468 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/system/org.apache.karaf.system.core/3.0.3/org.apache.karaf.system.core-3.0.3.jar 2015-11-06 03:18:04.468 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.469 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.command/3.0.3/org.apache.karaf.web.command-3.0.3.jar 2015-11-06 03:18:04.469 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.command/maven-metadata-local.xml 2015-11-06 03:18:04.469 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.470 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.core/3.0.3/org.apache.karaf.web.core-3.0.3.jar 2015-11-06 03:18:04.470 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/web/org.apache.karaf.web.core/maven-metadata-local.xml 2015-11-06 03:18:04.471 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.branding/3.0.3/_remote.repositories 2015-11-06 03:18:04.471 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.branding/3.0.3/org.apache.karaf.webconsole.branding-3.0.3.jar 2015-11-06 03:18:04.471 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.branding/maven-metadata-local.xml 2015-11-06 03:18:04.472 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.console/3.0.3/_remote.repositories 2015-11-06 03:18:04.472 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.console/3.0.3/org.apache.karaf.webconsole.console-3.0.3.jar 2015-11-06 03:18:04.473 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.console/maven-metadata-local.xml 2015-11-06 03:18:04.473 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.features/3.0.3/org.apache.karaf.webconsole.features-3.0.3.jar 2015-11-06 03:18:04.473 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.gogo/3.0.3/org.apache.karaf.webconsole.gogo-3.0.3.jar 2015-11-06 03:18:04.474 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/3.0.3/org.apache.karaf.webconsole.http-3.0.3.jar 2015-11-06 03:18:04.474 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.instance/3.0.3/org.apache.karaf.webconsole.instance-3.0.3.jar 2015-11-06 03:18:04.474 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.command/3.0.3/_remote.repositories 2015-11-06 03:18:04.475 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.command/3.0.3/org.apache.karaf.wrapper.command-3.0.3.jar 2015-11-06 03:18:04.475 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.command/maven-metadata-local.xml 2015-11-06 03:18:04.476 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/3.0.3/_remote.repositories 2015-11-06 03:18:04.476 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/3.0.3/org.apache.karaf.wrapper.core-3.0.3.jar 2015-11-06 03:18:04.476 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/maven-metadata-local.xml 2015-11-06 03:18:04.476 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/mina/mina-core/2.0.7/_remote.repositories 2015-11-06 03:18:04.477 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/mina/mina-core/2.0.7/mina-core-2.0.7.jar 2015-11-06 03:18:04.477 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/mina/mina-core/maven-metadata-local.xml 2015-11-06 03:18:04.477 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.authzserver/1.0.0/_remote.repositories 2015-11-06 03:18:04.478 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.authzserver/1.0.0/org.apache.oltu.oauth2.authzserver-1.0.0.jar 2015-11-06 03:18:04.478 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.authzserver/maven-metadata-local.xml 2015-11-06 03:18:04.478 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.common/1.0.0/_remote.repositories 2015-11-06 03:18:04.478 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.common/1.0.0/org.apache.oltu.oauth2.common-1.0.0.jar 2015-11-06 03:18:04.478 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.common/maven-metadata-local.xml 2015-11-06 03:18:04.479 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.resourceserver/1.0.0/_remote.repositories 2015-11-06 03:18:04.479 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.resourceserver/1.0.0/org.apache.oltu.oauth2.resourceserver-1.0.0.jar 2015-11-06 03:18:04.479 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/oltu/oauth2/org.apache.oltu.oauth2.resourceserver/maven-metadata-local.xml 2015-11-06 03:18:04.480 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/openjpa/openjpa/2.2.2/_remote.repositories 2015-11-06 03:18:04.490 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/openjpa/openjpa/2.2.2/openjpa-2.2.2.jar 2015-11-06 03:18:04.490 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/openjpa/openjpa/2.3.0/_remote.repositories 2015-11-06 03:18:04.525 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/openjpa/openjpa/2.3.0/openjpa-2.3.0.jar 2015-11-06 03:18:04.525 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/openjpa/openjpa/maven-metadata-local.xml 2015-11-06 03:18:04.526 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.7.0_6/_remote.repositories 2015-11-06 03:18:04.535 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.7.0_6/org.apache.servicemix.bundles.ant-1.7.0_6.jar 2015-11-06 03:18:04.535 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.8.2_2/_remote.repositories 2015-11-06 03:18:04.549 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.8.2_2/org.apache.servicemix.bundles.ant-1.8.2_2.jar 2015-11-06 03:18:04.549 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/maven-metadata-local.xml 2015-11-06 03:18:04.550 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.antlr/2.7.7_5/_remote.repositories 2015-11-06 03:18:04.552 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.antlr/2.7.7_5/org.apache.servicemix.bundles.antlr-2.7.7_5.jar 2015-11-06 03:18:04.552 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.antlr/maven-metadata-local.xml 2015-11-06 03:18:04.553 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/_remote.repositories 2015-11-06 03:18:04.553 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar 2015-11-06 03:18:04.553 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/maven-metadata-local.xml 2015-11-06 03:18:04.554 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.asm/3.3_2/_remote.repositories 2015-11-06 03:18:04.554 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.asm/3.3_2/org.apache.servicemix.bundles.asm-3.3_2.jar 2015-11-06 03:18:04.554 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.asm/maven-metadata-local.xml 2015-11-06 03:18:04.554 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aspectj/1.7.4_1/_remote.repositories 2015-11-06 03:18:04.567 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aspectj/1.7.4_1/org.apache.servicemix.bundles.aspectj-1.7.4_1.jar 2015-11-06 03:18:04.568 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aspectj/maven-metadata-local.xml 2015-11-06 03:18:04.568 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.cglib/3.0_1/_remote.repositories 2015-11-06 03:18:04.570 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.cglib/3.0_1/org.apache.servicemix.bundles.cglib-3.0_1.jar 2015-11-06 03:18:04.570 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.cglib/maven-metadata-local.xml 2015-11-06 03:18:04.571 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-beanutils/1.8.3_1/_remote.repositories 2015-11-06 03:18:04.572 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-beanutils/1.8.3_1/org.apache.servicemix.bundles.commons-beanutils-1.8.3_1.jar 2015-11-06 03:18:04.573 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-beanutils/maven-metadata-local.xml 2015-11-06 03:18:04.573 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-dbcp/1.4_3/_remote.repositories 2015-11-06 03:18:04.574 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-dbcp/1.4_3/org.apache.servicemix.bundles.commons-dbcp-1.4_3.jar 2015-11-06 03:18:04.574 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-dbcp/maven-metadata-local.xml 2015-11-06 03:18:04.575 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-httpclient/3.1_7/_remote.repositories 2015-11-06 03:18:04.576 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-httpclient/3.1_7/org.apache.servicemix.bundles.commons-httpclient-3.1_7.jar 2015-11-06 03:18:04.577 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-httpclient/maven-metadata-local.xml 2015-11-06 03:18:04.577 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.dom4j/1.6.1_5/_remote.repositories 2015-11-06 03:18:04.579 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.dom4j/1.6.1_5/org.apache.servicemix.bundles.dom4j-1.6.1_5.jar 2015-11-06 03:18:04.579 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.dom4j/maven-metadata-local.xml 2015-11-06 03:18:04.579 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt/1.9.2_1/_remote.repositories 2015-11-06 03:18:04.580 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt/1.9.2_1/org.apache.servicemix.bundles.jasypt-1.9.2_1.jar 2015-11-06 03:18:04.580 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt/maven-metadata-local.xml 2015-11-06 03:18:04.580 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jdom/1.1_4/_remote.repositories 2015-11-06 03:18:04.581 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jdom/1.1_4/org.apache.servicemix.bundles.jdom-1.1_4.jar 2015-11-06 03:18:04.581 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jdom/maven-metadata-local.xml 2015-11-06 03:18:04.582 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jetty/6.1.26_4/_remote.repositories 2015-11-06 03:18:04.588 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jetty/6.1.26_4/org.apache.servicemix.bundles.jetty-6.1.26_4.jar 2015-11-06 03:18:04.588 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jetty/maven-metadata-local.xml 2015-11-06 03:18:04.589 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.14.1_1/_remote.repositories 2015-11-06 03:18:04.590 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.14.1_1/org.apache.servicemix.bundles.serp-1.14.1_1.jar 2015-11-06 03:18:04.590 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/maven-metadata-local.xml 2015-11-06 03:18:04.590 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.snmp4j/2.3.1_1/_remote.repositories 2015-11-06 03:18:04.594 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.snmp4j/2.3.1_1/org.apache.servicemix.bundles.snmp4j-2.3.1_1.jar 2015-11-06 03:18:04.594 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.snmp4j/maven-metadata-local.xml 2015-11-06 03:18:04.594 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.596 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-aop-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.597 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.599 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-aop-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.599 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.601 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-aop-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.602 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/maven-metadata-local.xml 2015-11-06 03:18:04.603 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.604 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-aspects-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.604 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.605 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-aspects-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.605 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.605 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-aspects-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.606 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aspects/maven-metadata-local.xml 2015-11-06 03:18:04.606 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.608 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-beans-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.608 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.613 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-beans-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.613 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.619 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-beans-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.620 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/maven-metadata-local.xml 2015-11-06 03:18:04.620 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.620 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-context-support-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.621 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.621 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-context-support-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.622 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.623 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-context-support-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.623 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context-support/maven-metadata-local.xml 2015-11-06 03:18:04.624 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.629 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-context-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.630 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.637 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-context-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.637 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.644 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-context-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.644 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/maven-metadata-local.xml 2015-11-06 03:18:04.645 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.651 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-core-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.651 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.658 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-core-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.658 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.665 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-core-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.666 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/maven-metadata-local.xml 2015-11-06 03:18:04.666 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.667 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-expression-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.668 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.669 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-expression-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.669 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.671 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-expression-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.672 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/maven-metadata-local.xml 2015-11-06 03:18:04.672 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.672 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-instrument-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.673 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.673 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-instrument-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.673 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.674 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-instrument-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.674 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-instrument/maven-metadata-local.xml 2015-11-06 03:18:04.674 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.678 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-jdbc-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.678 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.681 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-jdbc-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.681 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.684 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-jdbc-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.684 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jdbc/maven-metadata-local.xml 2015-11-06 03:18:04.685 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.686 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-jms-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.686 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.688 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-jms-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.688 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.693 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-jms-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.693 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-jms/maven-metadata-local.xml 2015-11-06 03:18:04.693 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.696 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-orm-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.696 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.699 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-orm-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.699 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.702 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-orm-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.702 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-orm/maven-metadata-local.xml 2015-11-06 03:18:04.702 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.703 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-oxm-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.703 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.704 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-oxm-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.704 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.705 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-oxm-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.705 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-oxm/maven-metadata-local.xml 2015-11-06 03:18:04.705 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-struts/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.706 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-struts/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-struts-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.706 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-struts/maven-metadata-local.xml 2015-11-06 03:18:04.706 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.710 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-test-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.710 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.715 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-test-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.715 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.718 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-test-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.719 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/maven-metadata-local.xml 2015-11-06 03:18:04.719 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.721 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-tx-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.721 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.723 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-tx-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.723 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.725 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-tx-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.725 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-tx/maven-metadata-local.xml 2015-11-06 03:18:04.725 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.731 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-web-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.731 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.736 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-web-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.736 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.741 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-web-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.741 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-web/maven-metadata-local.xml 2015-11-06 03:18:04.742 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.743 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-webmvc-portlet-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.743 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.745 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-webmvc-portlet-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.746 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.747 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-webmvc-portlet-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.747 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/maven-metadata-local.xml 2015-11-06 03:18:04.747 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/3.2.11.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.752 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/3.2.11.RELEASE_1/org.apache.servicemix.bundles.spring-webmvc-3.2.11.RELEASE_1.jar 2015-11-06 03:18:04.752 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.757 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-webmvc-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.758 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.763 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-webmvc-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.763 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-webmvc/maven-metadata-local.xml 2015-11-06 03:18:04.764 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-websocket/4.0.7.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.766 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-websocket/4.0.7.RELEASE_1/org.apache.servicemix.bundles.spring-websocket-4.0.7.RELEASE_1.jar 2015-11-06 03:18:04.766 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-websocket/4.1.2.RELEASE_1/_remote.repositories 2015-11-06 03:18:04.769 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-websocket/4.1.2.RELEASE_1/org.apache.servicemix.bundles.spring-websocket-4.1.2.RELEASE_1.jar 2015-11-06 03:18:04.769 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-websocket/maven-metadata-local.xml 2015-11-06 03:18:04.769 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.struts/1.3.10_1/_remote.repositories 2015-11-06 03:18:04.775 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.struts/1.3.10_1/org.apache.servicemix.bundles.struts-1.3.10_1.jar 2015-11-06 03:18:04.776 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.struts/maven-metadata-local.xml 2015-11-06 03:18:04.776 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0/_remote.repositories 2015-11-06 03:18:04.776 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0/org.apache.servicemix.specs.activation-api-1.1-2.2.0.jar 2015-11-06 03:18:04.776 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/maven-metadata-local.xml 2015-11-06 03:18:04.777 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.java-persistence-api-2.0/2.2.0/_remote.repositories 2015-11-06 03:18:04.778 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.java-persistence-api-2.0/2.2.0/org.apache.servicemix.specs.java-persistence-api-2.0-2.2.0.jar 2015-11-06 03:18:04.778 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.java-persistence-api-2.0/maven-metadata-local.xml 2015-11-06 03:18:04.778 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.javamail-api-1.4/2.2.0/_remote.repositories 2015-11-06 03:18:04.779 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.javamail-api-1.4/2.2.0/org.apache.servicemix.specs.javamail-api-1.4-2.2.0.jar 2015-11-06 03:18:04.780 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.javamail-api-1.4/maven-metadata-local.xml 2015-11-06 03:18:04.780 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxws-api-2.2/1.9.0/_remote.repositories 2015-11-06 03:18:04.781 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxws-api-2.2/1.9.0/org.apache.servicemix.specs.jaxws-api-2.2-1.9.0.jar 2015-11-06 03:18:04.781 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxws-api-2.2/maven-metadata-local.xml 2015-11-06 03:18:04.781 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.3/1.9.0/_remote.repositories 2015-11-06 03:18:04.782 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.3/1.9.0/org.apache.servicemix.specs.saaj-api-1.3-1.9.0.jar 2015-11-06 03:18:04.782 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.3/maven-metadata-local.xml 2015-11-06 03:18:04.782 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/sshd/sshd-core/0.12.0/_remote.repositories 2015-11-06 03:18:04.787 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/sshd/sshd-core/0.12.0/sshd-core-0.12.0.jar 2015-11-06 03:18:04.787 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/sshd/sshd-core/0.14.0/_remote.repositories 2015-11-06 03:18:04.791 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/sshd/sshd-core/0.14.0/sshd-core-0.14.0.jar 2015-11-06 03:18:04.792 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/sshd/sshd-core/maven-metadata-local.xml 2015-11-06 03:18:04.792 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/thrift/libthrift/0.9.1/_remote.repositories 2015-11-06 03:18:04.794 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/thrift/libthrift/0.9.1/libthrift-0.9.1.jar 2015-11-06 03:18:04.795 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/thrift/libthrift/maven-metadata-local.xml 2015-11-06 03:18:04.795 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm4-shaded/3.16/_remote.repositories 2015-11-06 03:18:04.796 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm4-shaded/3.16/xbean-asm4-shaded-3.16.jar 2015-11-06 03:18:04.796 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm4-shaded/maven-metadata-local.xml 2015-11-06 03:18:04.796 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm5-shaded/3.18/_remote.repositories 2015-11-06 03:18:04.797 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm5-shaded/3.18/xbean-asm5-shaded-3.18.jar 2015-11-06 03:18:04.798 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-asm5-shaded/maven-metadata-local.xml 2015-11-06 03:18:04.798 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-bundleutils/3.18/_remote.repositories 2015-11-06 03:18:04.798 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-bundleutils/3.18/xbean-bundleutils-3.18.jar 2015-11-06 03:18:04.799 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-bundleutils/maven-metadata-local.xml 2015-11-06 03:18:04.799 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder-shaded/3.18/_remote.repositories 2015-11-06 03:18:04.800 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder-shaded/3.18/xbean-finder-shaded-3.18.jar 2015-11-06 03:18:04.800 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder-shaded/maven-metadata-local.xml 2015-11-06 03:18:04.800 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder/3.18/_remote.repositories 2015-11-06 03:18:04.802 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder/3.18/xbean-finder-3.18.jar 2015-11-06 03:18:04.802 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-finder/maven-metadata-local.xml 2015-11-06 03:18:04.802 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-naming/3.18/_remote.repositories 2015-11-06 03:18:04.802 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-naming/3.18/xbean-naming-3.18.jar 2015-11-06 03:18:04.803 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-naming/maven-metadata-local.xml 2015-11-06 03:18:04.803 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-reflect/3.18/_remote.repositories 2015-11-06 03:18:04.804 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-reflect/3.18/xbean-reflect-3.18.jar 2015-11-06 03:18:04.805 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/xbean/xbean-reflect/maven-metadata-local.xml 2015-11-06 03:18:04.805 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/zookeeper/zookeeper/3.3.5/_remote.repositories 2015-11-06 03:18:04.809 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/zookeeper/zookeeper/3.3.5/zookeeper-3.3.5.jar 2015-11-06 03:18:04.809 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/apache/zookeeper/zookeeper/maven-metadata-local.xml 2015-11-06 03:18:04.810 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcpkix-jdk15on/1.52/_remote.repositories 2015-11-06 03:18:04.814 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcpkix-jdk15on/1.52/bcpkix-jdk15on-1.52.jar 2015-11-06 03:18:04.814 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcpkix-jdk15on/maven-metadata-local.xml 2015-11-06 03:18:04.814 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcprov-jdk15on/1.50/_remote.repositories 2015-11-06 03:18:04.834 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcprov-jdk15on/1.50/bcprov-jdk15on-1.50.jar 2015-11-06 03:18:04.834 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcprov-jdk15on/1.52/_remote.repositories 2015-11-06 03:18:04.854 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.jar 2015-11-06 03:18:04.855 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/bouncycastle/bcprov-jdk15on/maven-metadata-local.xml 2015-11-06 03:18:04.855 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-core-asl/1.9.7/_remote.repositories 2015-11-06 03:18:04.856 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-core-asl/1.9.7/jackson-core-asl-1.9.7.jar 2015-11-06 03:18:04.857 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-core-asl/maven-metadata-local.xml 2015-11-06 03:18:04.857 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-mapper-asl/1.9.7/_remote.repositories 2015-11-06 03:18:04.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-mapper-asl/1.9.7/jackson-mapper-asl-1.9.7.jar 2015-11-06 03:18:04.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jackson/jackson-mapper-asl/maven-metadata-local.xml 2015-11-06 03:18:04.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jettison/jettison/1.3.3/_remote.repositories 2015-11-06 03:18:04.863 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jettison/jettison/1.3.3/jettison-1.3.3.jar 2015-11-06 03:18:04.863 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/codehaus/jettison/jettison/maven-metadata-local.xml 2015-11-06 03:18:04.863 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/californium/californium-osgi/1.0.0-M1/_remote.repositories 2015-11-06 03:18:04.865 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/californium/californium-osgi/1.0.0-M1/californium-osgi-1.0.0-M1.jar 2015-11-06 03:18:04.865 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/californium/californium-osgi/maven-metadata-local.xml 2015-11-06 03:18:04.865 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/equinox/region/1.0.0.v20110506/_remote.repositories 2015-11-06 03:18:04.866 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/equinox/region/1.0.0.v20110506/region-1.0.0.v20110506.jar 2015-11-06 03:18:04.866 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/equinox/region/maven-metadata-local.xml 2015-11-06 03:18:04.867 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/aggregate/jetty-all-server/8.1.15.v20140411/_remote.repositories 2015-11-06 03:18:04.880 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/aggregate/jetty-all-server/8.1.15.v20140411/jetty-all-server-8.1.15.v20140411.jar 2015-11-06 03:18:04.881 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/aggregate/jetty-all-server/maven-metadata-local.xml 2015-11-06 03:18:04.881 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/_remote.repositories 2015-11-06 03:18:04.882 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.jar 2015-11-06 03:18:04.882 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/jetty/orbit/javax.servlet.jsp/maven-metadata-local.xml 2015-11-06 03:18:04.893 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/org.eclipse.osgi/3.8.2.v20130124-134944/org.eclipse.osgi-3.8.2.v20130124-134944.jar 2015-11-06 03:18:04.893 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.0/_remote.repositories 2015-11-06 03:18:04.895 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.0/org.eclipse.persistence.antlr-2.5.0.jar 2015-11-06 03:18:04.895 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.2/_remote.repositories 2015-11-06 03:18:04.896 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.2/org.eclipse.persistence.antlr-2.5.2.jar 2015-11-06 03:18:04.897 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata-local.xml 2015-11-06 03:18:04.897 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.core/2.5.0/_remote.repositories 2015-11-06 03:18:04.933 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.core/2.5.0/org.eclipse.persistence.core-2.5.0.jar 2015-11-06 03:18:04.933 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.core/2.5.2/_remote.repositories 2015-11-06 03:18:04.970 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.core/2.5.2/org.eclipse.persistence.core-2.5.2.jar 2015-11-06 03:18:04.970 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata-local.xml 2015-11-06 03:18:04.971 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.0/_remote.repositories 2015-11-06 03:18:04.975 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.0/org.eclipse.persistence.moxy-2.5.0.jar 2015-11-06 03:18:04.975 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.2/_remote.repositories 2015-11-06 03:18:04.978 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.2/org.eclipse.persistence.moxy-2.5.2.jar 2015-11-06 03:18:04.978 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata-local.xml 2015-11-06 03:18:04.979 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/fusesource/leveldbjni/leveldbjni-all/1.8/_remote.repositories 2015-11-06 03:18:04.985 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.jar 2015-11-06 03:18:04.985 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/fusesource/leveldbjni/leveldbjni-all/maven-metadata-local.xml 2015-11-06 03:18:04.985 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/javax.json/1.0.4/_remote.repositories 2015-11-06 03:18:04.985 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar 2015-11-06 03:18:04.986 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/javax.json/maven-metadata-local.xml 2015-11-06 03:18:04.986 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/web/javax.el/2.2.4/_remote.repositories 2015-11-06 03:18:04.986 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar 2015-11-06 03:18:04.988 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/glassfish/web/javax.el/maven-metadata-local.xml 2015-11-06 03:18:04.988 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations.common/3.3.0.ga/_remote.repositories 2015-11-06 03:18:04.988 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations.common/3.3.0.ga/com.springsource.org.hibernate.annotations.common-3.3.0.ga.jar 2015-11-06 03:18:04.989 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations.common/maven-metadata-local.xml 2015-11-06 03:18:04.989 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations/3.4.0.GA/_remote.repositories 2015-11-06 03:18:04.990 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations/3.4.0.GA/com.springsource.org.hibernate.annotations-3.4.0.GA.jar 2015-11-06 03:18:04.990 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.annotations/maven-metadata-local.xml 2015-11-06 03:18:04.990 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.ejb/3.4.0.GA/_remote.repositories 2015-11-06 03:18:04.991 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.ejb/3.4.0.GA/com.springsource.org.hibernate.ejb-3.4.0.GA.jar 2015-11-06 03:18:04.991 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate.ejb/maven-metadata-local.xml 2015-11-06 03:18:04.992 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate/3.3.2.GA/_remote.repositories 2015-11-06 03:18:05.009 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate/3.3.2.GA/com.springsource.org.hibernate-3.3.2.GA.jar 2015-11-06 03:18:05.009 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/com.springsource.org.hibernate/maven-metadata-local.xml 2015-11-06 03:18:05.010 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/_remote.repositories 2015-11-06 03:18:05.010 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.jar 2015-11-06 03:18:05.011 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/common/hibernate-commons-annotations/maven-metadata-local.xml 2015-11-06 03:18:05.011 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-core/4.2.15.Final/_remote.repositories 2015-11-06 03:18:05.043 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-core/4.2.15.Final/hibernate-core-4.2.15.Final.jar 2015-11-06 03:18:05.043 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-core/4.3.6.Final/_remote.repositories 2015-11-06 03:18:05.080 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-core/4.3.6.Final/hibernate-core-4.3.6.Final.jar 2015-11-06 03:18:05.080 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-core/maven-metadata-local.xml 2015-11-06 03:18:05.080 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-entitymanager/4.2.15.Final/_remote.repositories 2015-11-06 03:18:05.083 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-entitymanager/4.2.15.Final/hibernate-entitymanager-4.2.15.Final.jar 2015-11-06 03:18:05.084 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-entitymanager/4.3.6.Final/_remote.repositories 2015-11-06 03:18:05.088 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-entitymanager/4.3.6.Final/hibernate-entitymanager-4.3.6.Final.jar 2015-11-06 03:18:05.089 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-entitymanager/maven-metadata-local.xml 2015-11-06 03:18:05.089 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-envers/4.2.15.Final/_remote.repositories 2015-11-06 03:18:05.091 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-envers/4.2.15.Final/hibernate-envers-4.2.15.Final.jar 2015-11-06 03:18:05.092 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-envers/4.3.6.Final/_remote.repositories 2015-11-06 03:18:05.094 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-envers/4.3.6.Final/hibernate-envers-4.3.6.Final.jar 2015-11-06 03:18:05.095 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-envers/maven-metadata-local.xml 2015-11-06 03:18:05.095 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-osgi/4.2.15.Final/_remote.repositories 2015-11-06 03:18:05.095 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-osgi/4.2.15.Final/hibernate-osgi-4.2.15.Final.jar 2015-11-06 03:18:05.096 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-osgi/4.3.6.Final/_remote.repositories 2015-11-06 03:18:05.096 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-osgi/4.3.6.Final/hibernate-osgi-4.3.6.Final.jar 2015-11-06 03:18:05.096 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-osgi/maven-metadata-local.xml 2015-11-06 03:18:05.097 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-validator/5.0.3.Final/_remote.repositories 2015-11-06 03:18:05.100 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-validator/5.0.3.Final/hibernate-validator-5.0.3.Final.jar 2015-11-06 03:18:05.101 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/hibernate-validator/maven-metadata-local.xml 2015-11-06 03:18:05.101 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/_remote.repositories 2015-11-06 03:18:05.101 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar 2015-11-06 03:18:05.103 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/maven-metadata-local.xml 2015-11-06 03:18:05.103 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/iq80/leveldb/leveldb/0.7/_remote.repositories 2015-11-06 03:18:05.104 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/iq80/leveldb/leveldb/0.7/leveldb-0.7.jar 2015-11-06 03:18:05.104 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/iq80/leveldb/leveldb/maven-metadata-local.xml 2015-11-06 03:18:05.104 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/javassist/javassist/3.18.1-GA/_remote.repositories 2015-11-06 03:18:05.109 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar 2015-11-06 03:18:05.109 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/javassist/javassist/3.19.0-GA/_remote.repositories 2015-11-06 03:18:05.114 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar 2015-11-06 03:18:05.114 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/javassist/javassist/maven-metadata-local.xml 2015-11-06 03:18:05.114 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/jandex/1.2.2.Final/_remote.repositories 2015-11-06 03:18:05.115 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.jar 2015-11-06 03:18:05.115 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/jandex/maven-metadata-local.xml 2015-11-06 03:18:05.116 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/javassist/com.springsource.javassist/3.9.0.GA/_remote.repositories 2015-11-06 03:18:05.120 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/javassist/com.springsource.javassist/3.9.0.GA/com.springsource.javassist-3.9.0.GA.jar 2015-11-06 03:18:05.121 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/javassist/com.springsource.javassist/maven-metadata-local.xml 2015-11-06 03:18:05.121 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/logging/jboss-logging/3.1.4.GA/_remote.repositories 2015-11-06 03:18:05.121 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.jar 2015-11-06 03:18:05.122 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/logging/jboss-logging/maven-metadata-local.xml 2015-11-06 03:18:05.122 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/security/jacc/jboss-jacc-api_1.4_spec/1.0.2.Final/_remote.repositories 2015-11-06 03:18:05.123 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/security/jacc/jboss-jacc-api_1.4_spec/1.0.2.Final/jboss-jacc-api_1.4_spec-1.0.2.Final.jar 2015-11-06 03:18:05.123 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/security/jacc/jboss-jacc-api_1.4_spec/maven-metadata-local.xml 2015-11-06 03:18:05.123 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.1.Final/_remote.repositories 2015-11-06 03:18:05.124 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.1.Final/jboss-transaction-api_1.1_spec-1.0.1.Final.jar 2015-11-06 03:18:05.124 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/maven-metadata-local.xml 2015-11-06 03:18:05.124 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/jledit/core/0.2.1/core-0.2.1.jar 2015-11-06 03:18:05.125 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/json/json/20131018/_remote.repositories 2015-11-06 03:18:05.125 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/json/json/20131018/json-20131018.jar 2015-11-06 03:18:05.126 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/json/json/maven-metadata-local.xml 2015-11-06 03:18:05.126 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/mariadb/jdbc/mariadb-java-client/1.1.7/_remote.repositories 2015-11-06 03:18:05.126 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/mariadb/jdbc/mariadb-java-client/1.1.7/mariadb-java-client-1.1.7.jar 2015-11-06 03:18:05.127 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/mariadb/jdbc/mariadb-java-client/maven-metadata-local.xml 2015-11-06 03:18:05.127 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/objectweb/asm/com.springsource.org.objectweb.asm/1.5.3/_remote.repositories 2015-11-06 03:18:05.127 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/objectweb/asm/com.springsource.org.objectweb.asm/1.5.3/com.springsource.org.objectweb.asm-1.5.3.jar 2015-11-06 03:18:05.128 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/objectweb/asm/com.springsource.org.objectweb.asm/maven-metadata-local.xml 2015-11-06 03:18:05.128 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-api/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.128 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-api/0.2.1-SNAPSHOT/aaa-authn-api-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.129 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-api/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.129 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-api/maven-metadata-local.xml 2015-11-06 03:18:05.130 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-basic/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.130 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-basic/0.2.1-SNAPSHOT/aaa-authn-basic-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.131 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-basic/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.131 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-basic/maven-metadata-local.xml 2015-11-06 03:18:05.132 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-federation/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.133 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-federation/0.2.1-SNAPSHOT/aaa-authn-federation-0.2.1-SNAPSHOT-config.cfg 2015-11-06 03:18:05.133 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-federation/0.2.1-SNAPSHOT/aaa-authn-federation-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.134 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-federation/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.134 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-federation/maven-metadata-local.xml 2015-11-06 03:18:05.134 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-idpmapping/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.135 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-idpmapping/0.2.1-SNAPSHOT/aaa-authn-idpmapping-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.135 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-idpmapping/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.135 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-idpmapping/maven-metadata-local.xml 2015-11-06 03:18:05.136 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-keystone/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.136 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-keystone/0.2.1-SNAPSHOT/aaa-authn-keystone-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.136 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-keystone/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.137 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-keystone/maven-metadata-local.xml 2015-11-06 03:18:05.137 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-api/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.137 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-api/0.2.1-SNAPSHOT/aaa-authn-mdsal-api-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.138 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-api/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.138 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-api/maven-metadata-local.xml 2015-11-06 03:18:05.139 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.139 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-config/0.2.1-SNAPSHOT/aaa-authn-mdsal-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.140 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.140 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-config/maven-metadata-local.xml 2015-11-06 03:18:05.141 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-store-impl/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.141 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-store-impl/0.2.1-SNAPSHOT/aaa-authn-mdsal-store-impl-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.142 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-store-impl/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.142 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-mdsal-store-impl/maven-metadata-local.xml 2015-11-06 03:18:05.143 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-odl-plugin/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.143 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-odl-plugin/0.2.1-SNAPSHOT/aaa-authn-odl-plugin-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.143 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-odl-plugin/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.144 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-odl-plugin/maven-metadata-local.xml 2015-11-06 03:18:05.145 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sssd/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.146 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sssd/0.2.1-SNAPSHOT/aaa-authn-sssd-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.146 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sssd/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.146 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sssd/maven-metadata-local.xml 2015-11-06 03:18:05.147 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-store/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.147 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-store/0.2.1-SNAPSHOT/aaa-authn-store-0.2.1-SNAPSHOT-config.cfg 2015-11-06 03:18:05.147 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-store/0.2.1-SNAPSHOT/aaa-authn-store-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.148 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-store/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.148 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-store/maven-metadata-local.xml 2015-11-06 03:18:05.149 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sts/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.149 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sts/0.2.1-SNAPSHOT/aaa-authn-sts-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.150 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sts/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.150 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn-sts/maven-metadata-local.xml 2015-11-06 03:18:05.150 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.151 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn/0.2.1-SNAPSHOT/aaa-authn-0.2.1-SNAPSHOT-config.cfg 2015-11-06 03:18:05.151 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn/0.2.1-SNAPSHOT/aaa-authn-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.152 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.152 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authn/maven-metadata-local.xml 2015-11-06 03:18:05.152 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-model/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.153 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-model/0.2.1-SNAPSHOT/aaa-authz-model-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.153 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-model/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.153 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-model/maven-metadata-local.xml 2015-11-06 03:18:05.154 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-service/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.154 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-service/0.2.1-SNAPSHOT/aaa-authz-service-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.154 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-service/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.155 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-authz-service/maven-metadata-local.xml 2015-11-06 03:18:05.155 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-credential-store-api/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.155 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-credential-store-api/0.2.1-SNAPSHOT/aaa-credential-store-api-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.156 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-credential-store-api/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.156 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-credential-store-api/maven-metadata-local.xml 2015-11-06 03:18:05.156 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-idmlight/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.157 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-idmlight/0.2.1-SNAPSHOT/aaa-idmlight-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.157 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-idmlight/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.158 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/aaa-idmlight/maven-metadata-local.xml 2015-11-06 03:18:05.158 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-restconf-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.159 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-restconf-config/0.2.1-SNAPSHOT/authz-restconf-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.159 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-restconf-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.159 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-restconf-config/maven-metadata-local.xml 2015-11-06 03:18:05.161 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-service-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.161 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-service-config/0.2.1-SNAPSHOT/authz-service-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.161 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-service-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.162 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/authz-service-config/maven-metadata-local.xml 2015-11-06 03:18:05.163 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-api/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.163 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-api/0.2.1-SNAPSHOT/features-aaa-api-0.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.163 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-api/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.164 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-api/maven-metadata-local.xml 2015-11-06 03:18:05.164 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-authz/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.164 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-authz/0.2.1-SNAPSHOT/features-aaa-authz-0.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.164 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-authz/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.165 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa-authz/maven-metadata-local.xml 2015-11-06 03:18:05.165 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.165 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa/0.2.1-SNAPSHOT/features-aaa-0.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.166 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.166 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/aaa/features-aaa/maven-metadata-local.xml 2015-11-06 03:18:05.166 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-commons/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.167 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-commons/0.1.1-SNAPSHOT/alto-commons-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.167 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-commons/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.167 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-commons/maven-metadata-local.xml 2015-11-06 03:18:05.168 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-config/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.168 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-config/0.1.1-SNAPSHOT/alto-config-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.168 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-config/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.169 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-config/maven-metadata-local.xml 2015-11-06 03:18:05.169 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-config/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.169 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-config/0.1.1-SNAPSHOT/alto-hosttracker-config-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.170 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-config/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.170 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-config/maven-metadata-local.xml 2015-11-06 03:18:05.170 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.171 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-impl/0.1.1-SNAPSHOT/alto-hosttracker-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.171 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.172 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-impl/maven-metadata-local.xml 2015-11-06 03:18:05.172 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-model/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.172 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-model/0.1.1-SNAPSHOT/alto-hosttracker-model-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.172 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-model/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.173 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-hosttracker/alto-hosttracker-model/maven-metadata-local.xml 2015-11-06 03:18:05.173 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-manager/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.174 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-manager/0.1.1-SNAPSHOT/alto-manager-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.174 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-manager/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.174 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-manager/maven-metadata-local.xml 2015-11-06 03:18:05.174 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-model/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.175 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-model/0.1.1-SNAPSHOT/alto-model-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.176 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-model/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.176 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-model/maven-metadata-local.xml 2015-11-06 03:18:05.176 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-northbound/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.177 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-northbound/0.1.1-SNAPSHOT/alto-northbound-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.177 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-northbound/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.177 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-northbound/maven-metadata-local.xml 2015-11-06 03:18:05.178 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-provider/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.178 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-provider/0.1.1-SNAPSHOT/alto-provider-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.178 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-provider/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.178 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/alto-provider/maven-metadata-local.xml 2015-11-06 03:18:05.179 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/features-alto/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.179 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/features-alto/0.1.1-SNAPSHOT/features-alto-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.179 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/features-alto/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.179 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/features-alto/maven-metadata-local.xml 2015-11-06 03:18:05.179 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/service-api-rfc7285/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.180 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/service-api-rfc7285/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.180 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/service-api-rfc7285/0.1.1-SNAPSHOT/service-api-rfc7285-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.180 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/service-api-rfc7285/maven-metadata-local.xml 2015-11-06 03:18:05.180 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/simple-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.180 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/simple-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.181 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/simple-impl/0.1.1-SNAPSHOT/simple-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.181 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/simple-impl/0.1.1-SNAPSHOT/simple-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.181 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/alto/simple-impl/maven-metadata-local.xml 2015-11-06 03:18:05.181 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-concepts/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.181 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-concepts/0.4.1-SNAPSHOT/bgp-concepts-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.182 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-concepts/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.182 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-concepts/maven-metadata-local.xml 2015-11-06 03:18:05.182 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-controller-config/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.183 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-controller-config/0.4.1-SNAPSHOT/bgp-controller-config-0.4.1-SNAPSHOT-config-example.xml 2015-11-06 03:18:05.183 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-controller-config/0.4.1-SNAPSHOT/bgp-controller-config-0.4.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.183 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-controller-config/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.183 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-controller-config/maven-metadata-local.xml 2015-11-06 03:18:05.183 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-flowspec/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.184 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-flowspec/0.4.1-SNAPSHOT/bgp-flowspec-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.185 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-flowspec/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.186 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-flowspec/maven-metadata-local.xml 2015-11-06 03:18:05.186 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-inet/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.187 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-inet/0.4.1-SNAPSHOT/bgp-inet-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.187 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-inet/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.187 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-inet/maven-metadata-local.xml 2015-11-06 03:18:05.188 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-linkstate/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.188 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-linkstate/0.4.1-SNAPSHOT/bgp-linkstate-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.189 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-linkstate/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.189 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-linkstate/maven-metadata-local.xml 2015-11-06 03:18:05.190 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.190 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-api/0.4.1-SNAPSHOT/bgp-parser-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.190 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.191 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-api/maven-metadata-local.xml 2015-11-06 03:18:05.191 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-impl/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.192 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-impl/0.4.1-SNAPSHOT/bgp-parser-impl-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.192 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-impl/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.192 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-impl/maven-metadata-local.xml 2015-11-06 03:18:05.193 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-spi/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.193 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-spi/0.4.1-SNAPSHOT/bgp-parser-spi-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.194 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-spi/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.194 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-parser-spi/maven-metadata-local.xml 2015-11-06 03:18:05.195 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.195 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-api/0.4.1-SNAPSHOT/bgp-rib-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.195 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.196 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-api/maven-metadata-local.xml 2015-11-06 03:18:05.196 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-impl/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.197 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-impl/0.4.1-SNAPSHOT/bgp-rib-impl-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.197 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-impl/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.197 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-impl/maven-metadata-local.xml 2015-11-06 03:18:05.198 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-spi/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.198 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-spi/0.4.1-SNAPSHOT/bgp-rib-spi-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.199 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-spi/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.199 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-rib-spi/maven-metadata-local.xml 2015-11-06 03:18:05.200 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-topology-provider/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.201 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-topology-provider/0.4.1-SNAPSHOT/bgp-topology-provider-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.201 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-topology-provider/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.201 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/bgp-topology-provider/maven-metadata-local.xml 2015-11-06 03:18:05.202 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/concepts/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.202 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/concepts/0.4.1-SNAPSHOT/concepts-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.203 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/concepts/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.203 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/concepts/maven-metadata-local.xml 2015-11-06 03:18:05.204 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter-controller-config/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.204 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter-controller-config/0.4.1-SNAPSHOT/data-change-counter-controller-config-0.4.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.204 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter-controller-config/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.205 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter-controller-config/maven-metadata-local.xml 2015-11-06 03:18:05.205 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.206 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter/0.4.1-SNAPSHOT/data-change-counter-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.206 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.207 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/data-change-counter/maven-metadata-local.xml 2015-11-06 03:18:05.207 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-bgp/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.207 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-bgp/0.4.1-SNAPSHOT/features-bgp-0.4.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-bgp/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.208 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-bgp/maven-metadata-local.xml 2015-11-06 03:18:05.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-extras/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-extras/0.4.1-SNAPSHOT/features-extras-0.4.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-extras/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-extras/maven-metadata-local.xml 2015-11-06 03:18:05.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-pcep/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-pcep/0.4.1-SNAPSHOT/features-pcep-0.4.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-pcep/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/features-pcep/maven-metadata-local.xml 2015-11-06 03:18:05.212 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.213 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.213 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-api/0.4.1-SNAPSHOT/pcep-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.213 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-api/maven-metadata-local.xml 2015-11-06 03:18:05.214 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-controller-config/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.214 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-controller-config/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.214 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-controller-config/0.4.1-SNAPSHOT/pcep-controller-config-0.4.1-SNAPSHOT-config-provider.xml 2015-11-06 03:18:05.215 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-controller-config/0.4.1-SNAPSHOT/pcep-controller-config-0.4.1-SNAPSHOT-config-segment.xml 2015-11-06 03:18:05.216 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-controller-config/0.4.1-SNAPSHOT/pcep-controller-config-0.4.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.216 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-controller-config/maven-metadata-local.xml 2015-11-06 03:18:05.217 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful02/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.217 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful02/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.217 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful02/0.4.1-SNAPSHOT/pcep-ietf-stateful02-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.217 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful02/maven-metadata-local.xml 2015-11-06 03:18:05.218 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful07/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.218 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful07/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.218 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful07/0.4.1-SNAPSHOT/pcep-ietf-stateful07-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.219 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-ietf-stateful07/maven-metadata-local.xml 2015-11-06 03:18:05.219 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-impl/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.219 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-impl/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.219 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-impl/0.4.1-SNAPSHOT/pcep-impl-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.220 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-impl/maven-metadata-local.xml 2015-11-06 03:18:05.220 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-segment-routing/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.220 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-segment-routing/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.220 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-segment-routing/0.4.1-SNAPSHOT/pcep-segment-routing-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.221 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-segment-routing/maven-metadata-local.xml 2015-11-06 03:18:05.221 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-spi/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.221 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-spi/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.221 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-spi/0.4.1-SNAPSHOT/pcep-spi-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.222 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-spi/maven-metadata-local.xml 2015-11-06 03:18:05.222 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.222 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.222 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-api/0.4.1-SNAPSHOT/pcep-topology-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.223 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-api/maven-metadata-local.xml 2015-11-06 03:18:05.223 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-provider/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.223 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-provider/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.223 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-provider/0.4.1-SNAPSHOT/pcep-topology-provider-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.224 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-provider/maven-metadata-local.xml 2015-11-06 03:18:05.224 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-spi/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.224 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-spi/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.224 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-spi/0.4.1-SNAPSHOT/pcep-topology-spi-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.225 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-topology-spi/maven-metadata-local.xml 2015-11-06 03:18:05.225 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.225 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.225 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-api/0.4.1-SNAPSHOT/pcep-tunnel-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.226 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-api/maven-metadata-local.xml 2015-11-06 03:18:05.226 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-provider/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.226 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-provider/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.226 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-provider/0.4.1-SNAPSHOT/pcep-tunnel-provider-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.226 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/pcep-tunnel-provider/maven-metadata-local.xml 2015-11-06 03:18:05.226 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.226 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.227 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-api/0.4.1-SNAPSHOT/programming-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.227 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-api/maven-metadata-local.xml 2015-11-06 03:18:05.227 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-controller-config/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.227 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-controller-config/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.227 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-controller-config/0.4.1-SNAPSHOT/programming-controller-config-0.4.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.227 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-controller-config/maven-metadata-local.xml 2015-11-06 03:18:05.227 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-impl/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.228 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-impl/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.228 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-impl/0.4.1-SNAPSHOT/programming-impl-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.229 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-impl/maven-metadata-local.xml 2015-11-06 03:18:05.229 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-spi/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.229 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-spi/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.229 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-spi/0.4.1-SNAPSHOT/programming-spi-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.229 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-spi/maven-metadata-local.xml 2015-11-06 03:18:05.229 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-topology-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.230 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-topology-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.230 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-topology-api/0.4.1-SNAPSHOT/programming-topology-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.230 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-topology-api/maven-metadata-local.xml 2015-11-06 03:18:05.230 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-tunnel-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.230 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-tunnel-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.230 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-tunnel-api/0.4.1-SNAPSHOT/programming-tunnel-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.230 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/programming-tunnel-api/maven-metadata-local.xml 2015-11-06 03:18:05.230 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/rsvp-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.231 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/rsvp-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.231 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/rsvp-api/0.4.1-SNAPSHOT/rsvp-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.231 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/rsvp-api/maven-metadata-local.xml 2015-11-06 03:18:05.231 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.231 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.231 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-api/0.4.1-SNAPSHOT/topology-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.231 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-api/maven-metadata-local.xml 2015-11-06 03:18:05.231 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-tunnel-api/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.231 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-tunnel-api/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.232 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-tunnel-api/0.4.1-SNAPSHOT/topology-tunnel-api-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.232 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/topology-tunnel-api/maven-metadata-local.xml 2015-11-06 03:18:05.232 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/util/0.4.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.232 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/util/0.4.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.232 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/util/0.4.1-SNAPSHOT/util-0.4.1-SNAPSHOT.jar 2015-11-06 03:18:05.232 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/bgpcep/util/maven-metadata-local.xml 2015-11-06 03:18:05.233 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.233 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-api/0.1.1-SNAPSHOT/capwap-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.233 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.233 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-api/maven-metadata-local.xml 2015-11-06 03:18:05.233 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-features/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.233 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-features/0.1.1-SNAPSHOT/capwap-features-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.233 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-features/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.234 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-features/maven-metadata-local.xml 2015-11-06 03:18:05.234 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.234 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-impl/0.1.1-SNAPSHOT/capwap-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.234 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-impl/0.1.1-SNAPSHOT/capwap-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.234 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.234 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/capwap/capwap-impl/maven-metadata-local.xml 2015-11-06 03:18:05.234 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/appauth/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.235 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/appauth/0.5.1-SNAPSHOT/appauth-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.235 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/appauth/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.235 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/appauth/maven-metadata-local.xml 2015-11-06 03:18:05.235 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner.implementation/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.235 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner.implementation/0.5.1-SNAPSHOT/bundlescanner.implementation-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.235 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner.implementation/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.235 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.235 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.236 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner/0.5.1-SNAPSHOT/bundlescanner-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.236 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.236 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/bundlescanner/maven-metadata-local.xml 2015-11-06 03:18:05.236 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services-implementation/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.249 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services-implementation/0.5.1-SNAPSHOT/clustering.services-implementation-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.249 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services-implementation/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.249 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services-implementation/maven-metadata-local.xml 2015-11-06 03:18:05.249 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.250 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services/0.6.1-SNAPSHOT/clustering.services-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/clustering.services/maven-metadata-local.xml 2015-11-06 03:18:05.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/commons.northbound/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/commons.northbound/0.5.1-SNAPSHOT/commons.northbound-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/commons.northbound/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/commons.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.252 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-api/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.252 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-api/0.3.1-SNAPSHOT/config-api-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.252 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-api/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.252 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-api/maven-metadata-local.xml 2015-11-06 03:18:05.252 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-manager/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.253 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-manager/0.3.1-SNAPSHOT/config-manager-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.253 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-manager/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.253 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-manager/maven-metadata-local.xml 2015-11-06 03:18:05.253 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netconf-connector/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.255 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netconf-connector/0.3.1-SNAPSHOT/config-netconf-connector-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.255 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netconf-connector/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.255 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netconf-connector/maven-metadata-local.xml 2015-11-06 03:18:05.255 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netty-config/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.255 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netty-config/0.3.1-SNAPSHOT/config-netty-config-0.3.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.255 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netty-config/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-netty-config/maven-metadata-local.xml 2015-11-06 03:18:05.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-api/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-api/0.3.1-SNAPSHOT/config-persister-api-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-api/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-api/maven-metadata-local.xml 2015-11-06 03:18:05.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-feature-adapter/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.256 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-feature-adapter/0.3.1-SNAPSHOT/config-persister-feature-adapter-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.257 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-feature-adapter/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.257 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-feature-adapter/maven-metadata-local.xml 2015-11-06 03:18:05.257 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-file-xml-adapter/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.257 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-file-xml-adapter/0.3.1-SNAPSHOT/config-persister-file-xml-adapter-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.257 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-file-xml-adapter/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.257 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-file-xml-adapter/maven-metadata-local.xml 2015-11-06 03:18:05.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-impl/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-impl/0.3.1-SNAPSHOT/config-persister-impl-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-impl/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-persister-impl/maven-metadata-local.xml 2015-11-06 03:18:05.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-util/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-util/0.3.1-SNAPSHOT/config-util-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-util/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/config-util/maven-metadata-local.xml 2015-11-06 03:18:05.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration.implementation/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration.implementation/0.5.1-SNAPSHOT/configuration.implementation-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration.implementation/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration/0.5.1-SNAPSHOT/configuration-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.260 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/configuration/maven-metadata-local.xml 2015-11-06 03:18:05.260 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.implementation/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.260 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.implementation/0.2.1-SNAPSHOT/connectionmanager.implementation-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.260 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.implementation/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.260 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.260 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.northbound/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.260 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.northbound/0.2.1-SNAPSHOT/connectionmanager.northbound-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.261 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.northbound/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.261 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.261 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.261 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager/0.2.1-SNAPSHOT/connectionmanager-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.261 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.261 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/connectionmanager/maven-metadata-local.xml 2015-11-06 03:18:05.262 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager.implementation/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.262 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager.implementation/0.6.1-SNAPSHOT/containermanager.implementation-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.262 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager.implementation/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.262 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.262 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.262 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager/0.6.1-SNAPSHOT/containermanager-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/containermanager/maven-metadata-local.xml 2015-11-06 03:18:05.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/dummy-console/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/dummy-console/1.2.1-SNAPSHOT/dummy-console-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/dummy-console/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/dummy-console/maven-metadata-local.xml 2015-11-06 03:18:05.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-adsal/0.9.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-adsal/0.9.1-SNAPSHOT/features-adsal-0.9.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-adsal/0.9.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-adsal/maven-metadata-local.xml 2015-11-06 03:18:05.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-akka/1.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-akka/1.5.1-SNAPSHOT/features-akka-1.5.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-akka/1.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-akka/maven-metadata-local.xml 2015-11-06 03:18:05.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-base/1.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.265 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-base/1.5.1-SNAPSHOT/features-base-1.5.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.265 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-base/1.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.265 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-base/maven-metadata-local.xml 2015-11-06 03:18:05.265 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-netty/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.265 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-netty/0.3.1-SNAPSHOT/features-config-netty-0.3.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.265 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-netty/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-netty/maven-metadata-local.xml 2015-11-06 03:18:05.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-persister/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-persister/0.3.1-SNAPSHOT/features-config-persister-0.3.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-persister/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config-persister/maven-metadata-local.xml 2015-11-06 03:18:05.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config/0.3.1-SNAPSHOT/features-config-0.3.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.267 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.267 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-config/maven-metadata-local.xml 2015-11-06 03:18:05.267 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-mdsal/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.267 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-mdsal/1.2.1-SNAPSHOT/features-mdsal-1.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.268 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-mdsal/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.268 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-mdsal/maven-metadata-local.xml 2015-11-06 03:18:05.268 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf-connector/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.268 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf-connector/1.2.1-SNAPSHOT/features-netconf-connector-1.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.269 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf-connector/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.269 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf-connector/maven-metadata-local.xml 2015-11-06 03:18:05.269 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.269 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf/0.3.1-SNAPSHOT/features-netconf-0.3.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.269 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.270 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-netconf/maven-metadata-local.xml 2015-11-06 03:18:05.270 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-nsf/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.270 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-nsf/0.5.1-SNAPSHOT/features-nsf-0.5.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.270 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-nsf/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.270 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-nsf/maven-metadata-local.xml 2015-11-06 03:18:05.270 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-protocol-framework/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.271 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-protocol-framework/0.6.1-SNAPSHOT/features-protocol-framework-0.6.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.271 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-protocol-framework/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.271 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-protocol-framework/maven-metadata-local.xml 2015-11-06 03:18:05.271 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-restconf/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.271 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-restconf/1.2.1-SNAPSHOT/features-restconf-1.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.271 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-restconf/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.271 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/features-restconf/maven-metadata-local.xml 2015-11-06 03:18:05.271 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/flowprogrammer.northbound/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.272 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/flowprogrammer.northbound/0.5.1-SNAPSHOT/flowprogrammer.northbound-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.272 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/flowprogrammer.northbound/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.272 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/flowprogrammer.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.272 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting.northbound/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.272 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting.northbound/0.5.1-SNAPSHOT/forwarding.staticrouting.northbound-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.272 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting.northbound/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.272 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.272 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.273 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting/0.6.1-SNAPSHOT/forwarding.staticrouting-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.273 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.273 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwarding.staticrouting/maven-metadata-local.xml 2015-11-06 03:18:05.273 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager.implementation/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.273 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager.implementation/0.5.1-SNAPSHOT/forwardingrulesmanager.implementation-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.273 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager.implementation/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.274 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.274 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.274 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager/0.7.1-SNAPSHOT/forwardingrulesmanager-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.274 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.274 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/forwardingrulesmanager/maven-metadata-local.xml 2015-11-06 03:18:05.274 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.implementation/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.274 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.implementation/0.6.1-SNAPSHOT/hosttracker.implementation-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.275 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.implementation/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.275 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.275 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.northbound/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.275 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.northbound/0.5.1-SNAPSHOT/hosttracker.northbound-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.275 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.northbound/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.275 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.276 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.shell/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.276 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.shell/1.1.1-SNAPSHOT/hosttracker.shell-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.276 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.shell/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.276 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker.shell/maven-metadata-local.xml 2015-11-06 03:18:05.276 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.276 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker/0.6.1-SNAPSHOT/hosttracker-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.276 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.277 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/hosttracker/maven-metadata-local.xml 2015-11-06 03:18:05.277 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring-extension/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.277 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring-extension/0.3.1-SNAPSHOT/ietf-netconf-monitoring-extension-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.277 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring-extension/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.277 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring-extension/maven-metadata-local.xml 2015-11-06 03:18:05.277 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.277 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring/0.3.1-SNAPSHOT/ietf-netconf-monitoring-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.278 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.278 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-monitoring/maven-metadata-local.xml 2015-11-06 03:18:05.278 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-notifications/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.278 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-notifications/0.3.1-SNAPSHOT/ietf-netconf-notifications-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.278 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-notifications/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.278 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf-notifications/maven-metadata-local.xml 2015-11-06 03:18:05.278 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.278 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf/0.3.1-SNAPSHOT/ietf-netconf-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.279 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.279 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/ietf-netconf/maven-metadata-local.xml 2015-11-06 03:18:05.279 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/karaf-tomcat-security/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.279 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/karaf-tomcat-security/0.5.1-SNAPSHOT/karaf-tomcat-security-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.279 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/karaf-tomcat-security/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.279 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/karaf-tomcat-security/maven-metadata-local.xml 2015-11-06 03:18:05.279 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/liblldp/0.9.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.280 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/liblldp/0.9.1-SNAPSHOT/liblldp-0.9.1-SNAPSHOT.jar 2015-11-06 03:18:05.280 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/liblldp/0.9.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.280 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/liblldp/maven-metadata-local.xml 2015-11-06 03:18:05.280 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/md-sal-config/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.280 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/md-sal-config/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.280 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/md-sal-config/1.2.1-SNAPSHOT/md-sal-config-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.280 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/md-sal-config/maven-metadata-local.xml 2015-11-06 03:18:05.280 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-connector/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.281 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-connector/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.281 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-connector/0.3.1-SNAPSHOT/mdsal-netconf-connector-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.281 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-connector/maven-metadata-local.xml 2015-11-06 03:18:05.281 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-monitoring/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.281 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-monitoring/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.281 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-monitoring/0.3.1-SNAPSHOT/mdsal-netconf-monitoring-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.281 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/mdsal-netconf-monitoring/maven-metadata-local.xml 2015-11-06 03:18:05.282 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-api/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.282 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-api/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.282 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-api/1.2.1-SNAPSHOT/messagebus-api-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.282 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-api/maven-metadata-local.xml 2015-11-06 03:18:05.282 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-config/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.282 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-config/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.282 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-config/1.2.1-SNAPSHOT/messagebus-config-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.282 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-config/maven-metadata-local.xml 2015-11-06 03:18:05.283 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-impl/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.284 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-impl/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.284 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-impl/1.2.1-SNAPSHOT/messagebus-impl-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.284 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-impl/maven-metadata-local.xml 2015-11-06 03:18:05.284 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-spi/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.284 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-spi/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.284 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-spi/1.2.1-SNAPSHOT/messagebus-spi-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.284 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/messagebus-spi/maven-metadata-local.xml 2015-11-06 03:18:05.285 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-inventory/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.285 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-inventory/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.285 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-inventory/1.2.1-SNAPSHOT/model-inventory-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.285 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-inventory/maven-metadata-local.xml 2015-11-06 03:18:05.285 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-topology/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.285 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-topology/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.286 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-topology/1.2.1-SNAPSHOT/model-topology-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.286 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/model/model-topology/maven-metadata-local.xml 2015-11-06 03:18:05.286 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-api/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.286 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-api/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.286 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-api/0.3.1-SNAPSHOT/netconf-api-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.286 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-api/maven-metadata-local.xml 2015-11-06 03:18:05.286 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-auth/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-auth/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-auth/0.3.1-SNAPSHOT/netconf-auth-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-auth/maven-metadata-local.xml 2015-11-06 03:18:05.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-client/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-client/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-client/0.3.1-SNAPSHOT/netconf-client-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-client/maven-metadata-local.xml 2015-11-06 03:18:05.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config-dispatcher/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config-dispatcher/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config-dispatcher/0.3.1-SNAPSHOT/netconf-config-dispatcher-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config-dispatcher/maven-metadata-local.xml 2015-11-06 03:18:05.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config/0.3.1-SNAPSHOT/netconf-config-0.3.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-config/maven-metadata-local.xml 2015-11-06 03:18:05.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-connector-config/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.289 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-connector-config/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.289 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-connector-config/0.3.1-SNAPSHOT/netconf-connector-config-0.3.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.289 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-connector-config/maven-metadata-local.xml 2015-11-06 03:18:05.289 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-impl/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.289 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-impl/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.289 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-impl/0.3.1-SNAPSHOT/netconf-impl-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.289 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-impl/maven-metadata-local.xml 2015-11-06 03:18:05.289 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mapping-api/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mapping-api/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mapping-api/0.3.1-SNAPSHOT/netconf-mapping-api-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mapping-api/maven-metadata-local.xml 2015-11-06 03:18:05.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mdsal-config/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mdsal-config/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mdsal-config/0.3.1-SNAPSHOT/netconf-mdsal-config-0.3.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-mdsal-config/maven-metadata-local.xml 2015-11-06 03:18:05.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-monitoring/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-monitoring/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-monitoring/0.3.1-SNAPSHOT/netconf-monitoring-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-monitoring/maven-metadata-local.xml 2015-11-06 03:18:05.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-netty-util/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-netty-util/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-netty-util/0.3.1-SNAPSHOT/netconf-netty-util-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-netty-util/maven-metadata-local.xml 2015-11-06 03:18:05.292 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-api/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.292 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-api/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.292 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-api/0.3.1-SNAPSHOT/netconf-notifications-api-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.292 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-api/maven-metadata-local.xml 2015-11-06 03:18:05.292 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-impl/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.292 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-impl/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.292 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-impl/0.3.1-SNAPSHOT/netconf-notifications-impl-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.292 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-notifications-impl/maven-metadata-local.xml 2015-11-06 03:18:05.293 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-ssh/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.293 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-ssh/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.293 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-ssh/0.3.1-SNAPSHOT/netconf-ssh-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.293 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-ssh/maven-metadata-local.xml 2015-11-06 03:18:05.293 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-tcp/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.293 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-tcp/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.293 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-tcp/0.3.1-SNAPSHOT/netconf-tcp-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-tcp/maven-metadata-local.xml 2015-11-06 03:18:05.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-util/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-util/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-util/0.3.1-SNAPSHOT/netconf-util-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netconf-util/maven-metadata-local.xml 2015-11-06 03:18:05.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-config-api/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-config-api/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-config-api/0.3.1-SNAPSHOT/netty-config-api-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.295 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-config-api/maven-metadata-local.xml 2015-11-06 03:18:05.295 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-event-executor-config/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.295 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-event-executor-config/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.295 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-event-executor-config/0.3.1-SNAPSHOT/netty-event-executor-config-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.295 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-event-executor-config/maven-metadata-local.xml 2015-11-06 03:18:05.295 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-threadgroup-config/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.295 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-threadgroup-config/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.295 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-threadgroup-config/0.3.1-SNAPSHOT/netty-threadgroup-config-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.296 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-threadgroup-config/maven-metadata-local.xml 2015-11-06 03:18:05.296 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-timer-config/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.296 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-timer-config/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.296 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-timer-config/0.3.1-SNAPSHOT/netty-timer-config-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.296 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/netty-timer-config/maven-metadata-local.xml 2015-11-06 03:18:05.296 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/networkconfig.bridgedomain.northbound/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.296 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/networkconfig.bridgedomain.northbound/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.296 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/networkconfig.bridgedomain.northbound/0.1.1-SNAPSHOT/networkconfig.bridgedomain.northbound-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.297 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/networkconfig.bridgedomain.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.297 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/protocol-framework/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.297 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/protocol-framework/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.297 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/protocol-framework/0.6.1-SNAPSHOT/protocol-framework-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.297 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/protocol-framework/maven-metadata-local.xml 2015-11-06 03:18:05.297 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/routing.dijkstra_implementation/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.298 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/routing.dijkstra_implementation/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.298 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/routing.dijkstra_implementation/0.5.1-SNAPSHOT/routing.dijkstra_implementation-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.298 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/routing.dijkstra_implementation/maven-metadata-local.xml 2015-11-06 03:18:05.298 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-akka-raft/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.298 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-akka-raft/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.298 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-akka-raft/1.2.1-SNAPSHOT/sal-akka-raft-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.298 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-akka-raft/maven-metadata-local.xml 2015-11-06 03:18:05.298 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-api/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.298 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-api/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.299 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-api/1.2.1-SNAPSHOT/sal-binding-api-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.299 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-api/maven-metadata-local.xml 2015-11-06 03:18:05.299 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-broker-impl/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.299 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-broker-impl/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.299 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-broker-impl/1.2.1-SNAPSHOT/sal-binding-broker-impl-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.299 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-broker-impl/maven-metadata-local.xml 2015-11-06 03:18:05.299 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-config/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-config/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-config/1.2.1-SNAPSHOT/sal-binding-config-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-config/maven-metadata-local.xml 2015-11-06 03:18:05.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-util/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-util/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-util/1.2.1-SNAPSHOT/sal-binding-util-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-binding-util/maven-metadata-local.xml 2015-11-06 03:18:05.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-broker-impl/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-broker-impl/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-broker-impl/1.2.1-SNAPSHOT/sal-broker-impl-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-broker-impl/maven-metadata-local.xml 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-commons/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-commons/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-commons/1.2.1-SNAPSHOT/sal-clustering-commons-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-commons/maven-metadata-local.xml 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/1.2.1-SNAPSHOT/sal-clustering-config-1.2.1-SNAPSHOT-akkaconf.xml 2015-11-06 03:18:05.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/1.2.1-SNAPSHOT/sal-clustering-config-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.302 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/1.2.1-SNAPSHOT/sal-clustering-config-1.2.1-SNAPSHOT-datastore.cfg 2015-11-06 03:18:05.302 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/1.2.1-SNAPSHOT/sal-clustering-config-1.2.1-SNAPSHOT-moduleconf.xml 2015-11-06 03:18:05.302 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/1.2.1-SNAPSHOT/sal-clustering-config-1.2.1-SNAPSHOT-moduleshardconf.xml 2015-11-06 03:18:05.302 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-clustering-config/maven-metadata-local.xml 2015-11-06 03:18:05.302 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-api/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.302 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-api/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.302 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-api/1.2.1-SNAPSHOT/sal-common-api-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-api/maven-metadata-local.xml 2015-11-06 03:18:05.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-impl/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-impl/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-impl/1.2.1-SNAPSHOT/sal-common-impl-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-impl/maven-metadata-local.xml 2015-11-06 03:18:05.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-util/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-util/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-util/1.2.1-SNAPSHOT/sal-common-util-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.304 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common-util/maven-metadata-local.xml 2015-11-06 03:18:05.304 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.304 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.304 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common/1.2.1-SNAPSHOT/sal-common-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.304 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-common/maven-metadata-local.xml 2015-11-06 03:18:05.305 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-connector-api/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.305 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-connector-api/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.305 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-connector-api/1.2.1-SNAPSHOT/sal-connector-api-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.306 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-connector-api/maven-metadata-local.xml 2015-11-06 03:18:05.306 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-api/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.306 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-api/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.306 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-api/1.2.1-SNAPSHOT/sal-core-api-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.306 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-api/maven-metadata-local.xml 2015-11-06 03:18:05.306 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-spi/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.306 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-spi/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.306 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-spi/1.2.1-SNAPSHOT/sal-core-spi-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-core-spi/maven-metadata-local.xml 2015-11-06 03:18:05.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-distributed-datastore/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-distributed-datastore/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-distributed-datastore/1.2.1-SNAPSHOT/sal-distributed-datastore-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-distributed-datastore/maven-metadata-local.xml 2015-11-06 03:18:05.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql-config/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.308 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql-config/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.308 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql-config/1.2.1-SNAPSHOT/sal-dom-xsql-config-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.308 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql-config/maven-metadata-local.xml 2015-11-06 03:18:05.308 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.308 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.308 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql/1.2.1-SNAPSHOT/sal-dom-xsql-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.309 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-dom-xsql/maven-metadata-local.xml 2015-11-06 03:18:05.309 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-inmemory-datastore/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.309 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-inmemory-datastore/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.309 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-inmemory-datastore/1.2.1-SNAPSHOT/sal-inmemory-datastore-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.310 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-inmemory-datastore/maven-metadata-local.xml 2015-11-06 03:18:05.310 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-karaf-xsql/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.310 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-karaf-xsql/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.310 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-karaf-xsql/1.2.1-SNAPSHOT/sal-karaf-xsql-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.310 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-karaf-xsql/maven-metadata-local.xml 2015-11-06 03:18:05.310 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-netconf-connector/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.310 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-netconf-connector/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.312 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-netconf-connector/1.2.1-SNAPSHOT/sal-netconf-connector-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.312 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-netconf-connector/maven-metadata-local.xml 2015-11-06 03:18:05.312 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remote/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.312 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remote/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.313 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remote/1.2.1-SNAPSHOT/sal-remote-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.313 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remote/maven-metadata-local.xml 2015-11-06 03:18:05.313 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remoterpc-connector/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.313 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remoterpc-connector/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.314 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remoterpc-connector/1.2.1-SNAPSHOT/sal-remoterpc-connector-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.314 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-remoterpc-connector/maven-metadata-local.xml 2015-11-06 03:18:05.314 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector-config/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.314 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector-config/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.314 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector-config/1.2.1-SNAPSHOT/sal-rest-connector-config-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.314 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector-config/1.2.1-SNAPSHOT/sal-rest-connector-config-1.2.1-SNAPSHOT-configrestconfservice.xml 2015-11-06 03:18:05.314 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector-config/maven-metadata-local.xml 2015-11-06 03:18:05.314 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.315 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.317 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector/1.2.1-SNAPSHOT/sal-rest-connector-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.317 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-connector/maven-metadata-local.xml 2015-11-06 03:18:05.317 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-docgen/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.317 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-docgen/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.319 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-docgen/1.2.1-SNAPSHOT/sal-rest-docgen-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.320 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal-rest-docgen/maven-metadata-local.xml 2015-11-06 03:18:05.320 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection.implementation/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.320 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection.implementation/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.321 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection.implementation/0.2.1-SNAPSHOT/sal.connection.implementation-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.321 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.321 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.321 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.321 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection/0.2.1-SNAPSHOT/sal.connection-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.321 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.connection/maven-metadata-local.xml 2015-11-06 03:18:05.321 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.implementation/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.implementation/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.implementation/0.5.1-SNAPSHOT/sal.implementation-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration.implementation/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration.implementation/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration.implementation/0.1.1-SNAPSHOT/sal.networkconfiguration.implementation-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration/0.1.1-SNAPSHOT/sal.networkconfiguration-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal.networkconfiguration/maven-metadata-local.xml 2015-11-06 03:18:05.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal/0.9.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal/0.9.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal/0.9.1-SNAPSHOT/sal-0.9.1-SNAPSHOT.jar 2015-11-06 03:18:05.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/sal/maven-metadata-local.xml 2015-11-06 03:18:05.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-config/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-config/1.2.1-SNAPSHOT/clustering-it-config-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-config/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.324 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-config/maven-metadata-local.xml 2015-11-06 03:18:05.324 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-model/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.324 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-model/1.2.1-SNAPSHOT/clustering-it-model-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.324 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-model/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.324 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-model/maven-metadata-local.xml 2015-11-06 03:18:05.324 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-provider/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.325 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-provider/1.2.1-SNAPSHOT/clustering-it-provider-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.325 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-provider/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.325 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/clustering-it-provider/maven-metadata-local.xml 2015-11-06 03:18:05.325 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-consumer/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.325 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-consumer/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.325 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-consumer/1.2.1-SNAPSHOT/sample-toaster-consumer-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.325 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-consumer/maven-metadata-local.xml 2015-11-06 03:18:05.326 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-provider/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.326 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-provider/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.326 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-provider/1.2.1-SNAPSHOT/sample-toaster-provider-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.326 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster-provider/maven-metadata-local.xml 2015-11-06 03:18:05.326 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.327 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.327 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster/1.2.1-SNAPSHOT/sample-toaster-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.327 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/sample-toaster/maven-metadata-local.xml 2015-11-06 03:18:05.327 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/toaster-config/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.327 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/toaster-config/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.327 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/toaster-config/1.2.1-SNAPSHOT/toaster-config-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.327 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/samples/toaster-config/maven-metadata-local.xml 2015-11-06 03:18:05.327 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-api/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-api/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-api/0.3.1-SNAPSHOT/shutdown-api-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-api/maven-metadata-local.xml 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-impl/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-impl/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-impl/0.3.1-SNAPSHOT/shutdown-impl-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/shutdown-impl/maven-metadata-local.xml 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statistics.northbound/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statistics.northbound/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statistics.northbound/0.5.1-SNAPSHOT/statistics.northbound-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.329 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statistics.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.329 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager.implementation/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.329 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager.implementation/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.329 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager.implementation/0.5.1-SNAPSHOT/statisticsmanager.implementation-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.329 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.329 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.329 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.329 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager/0.6.1-SNAPSHOT/statisticsmanager-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/statisticsmanager/maven-metadata-local.xml 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/subnets.northbound/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/subnets.northbound/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/subnets.northbound/0.5.1-SNAPSHOT/subnets.northbound-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/subnets.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.implementation/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.implementation/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.implementation/0.5.1-SNAPSHOT/switchmanager.implementation-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.northbound/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.331 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.northbound/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.331 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.northbound/0.5.1-SNAPSHOT/switchmanager.northbound-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.331 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.331 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager/0.8.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.331 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager/0.8.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.331 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager/0.8.1-SNAPSHOT/switchmanager-0.8.1-SNAPSHOT.jar 2015-11-06 03:18:05.331 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/switchmanager/maven-metadata-local.xml 2015-11-06 03:18:05.331 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/thirdparty/net.sf.jung2/2.0.1/_remote.repositories 2015-11-06 03:18:05.339 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/thirdparty/net.sf.jung2/2.0.1/net.sf.jung2-2.0.1.jar 2015-11-06 03:18:05.339 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/thirdparty/net.sf.jung2/maven-metadata-local.xml 2015-11-06 03:18:05.339 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-api/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.339 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-api/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.339 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-api/0.3.1-SNAPSHOT/threadpool-config-api-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.340 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-api/maven-metadata-local.xml 2015-11-06 03:18:05.340 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-impl/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.340 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-impl/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.341 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-impl/0.3.1-SNAPSHOT/threadpool-config-impl-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.341 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/threadpool-config-impl/maven-metadata-local.xml 2015-11-06 03:18:05.341 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topology.northbound/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.341 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topology.northbound/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.342 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topology.northbound/0.5.1-SNAPSHOT/topology.northbound-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.342 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topology.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.342 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager.shell/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.342 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager.shell/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.342 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager.shell/1.1.1-SNAPSHOT/topologymanager.shell-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.342 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager.shell/maven-metadata-local.xml 2015-11-06 03:18:05.342 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.342 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.343 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager/0.5.1-SNAPSHOT/topologymanager-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.343 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/topologymanager/maven-metadata-local.xml 2015-11-06 03:18:05.343 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.implementation/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.343 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.implementation/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.343 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.implementation/0.5.1-SNAPSHOT/usermanager.implementation-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.343 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.343 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.northbound/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.343 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.northbound/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.northbound/0.1.1-SNAPSHOT/usermanager.northbound-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager/0.5.1-SNAPSHOT/usermanager-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/usermanager/maven-metadata-local.xml 2015-11-06 03:18:05.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/yang-jmx-generator/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/yang-jmx-generator/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.345 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/yang-jmx-generator/0.3.1-SNAPSHOT/yang-jmx-generator-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.345 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/controller/yang-jmx-generator/maven-metadata-local.xml 2015-11-06 03:18:05.345 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-api/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.345 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-api/1.0.1-SNAPSHOT/dsbenchmark-api-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.345 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-api/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.345 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-api/maven-metadata-local.xml 2015-11-06 03:18:05.346 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-features/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.346 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-features/1.0.1-SNAPSHOT/dsbenchmark-features-1.0.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.346 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-features/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.346 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-features/maven-metadata-local.xml 2015-11-06 03:18:05.346 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-impl/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.346 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-impl/1.0.1-SNAPSHOT/dsbenchmark-impl-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.346 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-impl/1.0.1-SNAPSHOT/dsbenchmark-impl-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.347 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-impl/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.347 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/coretutorials/dsbenchmark-impl/maven-metadata-local.xml 2015-11-06 03:18:05.347 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-drivers-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.347 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-drivers-api/0.1.1-SNAPSHOT/didm-drivers-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.347 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-drivers-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.347 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-drivers-api/maven-metadata-local.xml 2015-11-06 03:18:05.347 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-features/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.347 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-features/0.1.1-SNAPSHOT/didm-features-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.348 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-features/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.348 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-features/maven-metadata-local.xml 2015-11-06 03:18:05.348 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.348 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-api/0.1.1-SNAPSHOT/didm-identification-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.348 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.348 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-api/maven-metadata-local.xml 2015-11-06 03:18:05.348 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.349 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-impl/0.1.1-SNAPSHOT/didm-identification-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.349 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-impl/0.1.1-SNAPSHOT/didm-identification-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.349 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.349 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/didm/didm-identification-impl/maven-metadata-local.xml 2015-11-06 03:18:05.349 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.authentication/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.349 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.authentication/0.2.1-SNAPSHOT/dlux.common.authentication-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.349 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.authentication/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.350 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.authentication/maven-metadata-local.xml 2015-11-06 03:18:05.350 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.general/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.350 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.general/0.2.1-SNAPSHOT/dlux.common.general-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.350 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.general/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.350 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.general/maven-metadata-local.xml 2015-11-06 03:18:05.350 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.layout/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.350 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.layout/0.2.1-SNAPSHOT/dlux.common.layout-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.351 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.layout/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.351 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.layout/maven-metadata-local.xml 2015-11-06 03:18:05.351 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.login/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.352 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.login/0.2.1-SNAPSHOT/dlux.common.login-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.352 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.login/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.352 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.login/maven-metadata-local.xml 2015-11-06 03:18:05.352 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.navigation/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.352 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.navigation/0.2.1-SNAPSHOT/dlux.common.navigation-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.352 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.navigation/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.353 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.navigation/maven-metadata-local.xml 2015-11-06 03:18:05.353 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.sigmatopology/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.353 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.sigmatopology/0.2.1-SNAPSHOT/dlux.common.sigmatopology-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.353 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.sigmatopology/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.353 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.sigmatopology/maven-metadata-local.xml 2015-11-06 03:18:05.353 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.topbar/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.353 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.topbar/0.2.1-SNAPSHOT/dlux.common.topbar-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.topbar/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.topbar/maven-metadata-local.xml 2015-11-06 03:18:05.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.yangutils/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.yangutils/0.2.1-SNAPSHOT/dlux.common.yangutils-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.yangutils/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.common.yangutils/maven-metadata-local.xml 2015-11-06 03:18:05.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.core/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.core/0.2.1-SNAPSHOT/dlux.core-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.core/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.core/maven-metadata-local.xml 2015-11-06 03:18:05.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.node/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.node/0.2.1-SNAPSHOT/dlux.node-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.node/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.node/maven-metadata-local.xml 2015-11-06 03:18:05.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.topology/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.topology/0.2.1-SNAPSHOT/dlux.topology-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.topology/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.topology/maven-metadata-local.xml 2015-11-06 03:18:05.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangui/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangui/0.2.1-SNAPSHOT/dlux.yangui-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangui/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangui/maven-metadata-local.xml 2015-11-06 03:18:05.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangvisualizer/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangvisualizer/0.2.1-SNAPSHOT/dlux.yangvisualizer-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangvisualizer/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/dlux.yangvisualizer/maven-metadata-local.xml 2015-11-06 03:18:05.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/features-dlux/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.357 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/features-dlux/0.2.1-SNAPSHOT/features-dlux-0.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.357 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/features-dlux/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.357 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/features-dlux/maven-metadata-local.xml 2015-11-06 03:18:05.357 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader.implementation/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.361 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader.implementation/0.2.1-SNAPSHOT/loader.implementation-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.361 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader.implementation/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.361 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.361 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.361 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader/0.2.1-SNAPSHOT/loader-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.362 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.362 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/dlux/loader/maven-metadata-local.xml 2015-11-06 03:18:05.362 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/features-groupbasedpolicy/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.362 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/features-groupbasedpolicy/0.2.1-SNAPSHOT/features-groupbasedpolicy-0.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.362 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/features-groupbasedpolicy/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.362 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/features-groupbasedpolicy/maven-metadata-local.xml 2015-11-06 03:18:05.363 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ofoverlay-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.363 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ofoverlay-config/0.2.1-SNAPSHOT/groupbasedpolicy-ofoverlay-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.363 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ofoverlay-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.363 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ofoverlay-config/maven-metadata-local.xml 2015-11-06 03:18:05.363 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ui-bundle/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.363 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ui-bundle/0.2.1-SNAPSHOT/groupbasedpolicy-ui-bundle-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.363 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ui-bundle/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.364 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy-ui-bundle/maven-metadata-local.xml 2015-11-06 03:18:05.364 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.370 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy/0.2.1-SNAPSHOT/groupbasedpolicy-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.370 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.371 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/groupbasedpolicy/maven-metadata-local.xml 2015-11-06 03:18:05.371 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.371 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.371 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper-config/0.2.1-SNAPSHOT/neutron-mapper-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.371 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper-config/maven-metadata-local.xml 2015-11-06 03:18:05.371 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.371 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.373 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper/0.2.1-SNAPSHOT/neutron-mapper-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.373 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-mapper/maven-metadata-local.xml 2015-11-06 03:18:05.374 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.374 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.374 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb-config/0.2.1-SNAPSHOT/neutron-ovsdb-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.374 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb-config/maven-metadata-local.xml 2015-11-06 03:18:05.374 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.374 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.374 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb/0.2.1-SNAPSHOT/neutron-ovsdb-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.374 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/neutron-ovsdb/maven-metadata-local.xml 2015-11-06 03:18:05.375 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ofoverlay-renderer/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.375 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ofoverlay-renderer/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.377 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ofoverlay-renderer/0.2.1-SNAPSHOT/ofoverlay-renderer-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.377 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ofoverlay-renderer/maven-metadata-local.xml 2015-11-06 03:18:05.378 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.378 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.378 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend-config/0.2.1-SNAPSHOT/ui-backend-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.378 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend-config/maven-metadata-local.xml 2015-11-06 03:18:05.378 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.378 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.378 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend/0.2.1-SNAPSHOT/ui-backend-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.379 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/groupbasedpolicy/ui-backend/maven-metadata-local.xml 2015-11-06 03:18:05.379 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-index/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.380 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-index/0.3.1-SNAPSHOT/features-integration-index-0.3.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.380 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-index/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.380 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-index/maven-metadata-local.xml 2015-11-06 03:18:05.380 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-test/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.380 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-test/0.3.1-SNAPSHOT/features-integration-test-0.3.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.380 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-test/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.380 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/integration/features-integration-test/maven-metadata-local.xml 2015-11-06 03:18:05.381 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-api/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.381 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-api/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.381 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-api/0.0.2-SNAPSHOT/onem2m-api-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.381 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-api/maven-metadata-local.xml 2015-11-06 03:18:05.381 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-core/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.381 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-core/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.382 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-core/0.0.2-SNAPSHOT/onem2m-core-0.0.2-SNAPSHOT-config.xml 2015-11-06 03:18:05.382 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-core/0.0.2-SNAPSHOT/onem2m-core-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.383 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-core/maven-metadata-local.xml 2015-11-06 03:18:05.383 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-features/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.383 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-features/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.383 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-features/0.0.2-SNAPSHOT/onem2m-features-0.0.2-SNAPSHOT-features.xml 2015-11-06 03:18:05.383 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-features/maven-metadata-local.xml 2015-11-06 03:18:05.383 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-notifier/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.383 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-notifier/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.384 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-notifier/0.0.2-SNAPSHOT/onem2m-notifier-0.0.2-SNAPSHOT-config.xml 2015-11-06 03:18:05.384 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-notifier/0.0.2-SNAPSHOT/onem2m-notifier-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.384 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-notifier/maven-metadata-local.xml 2015-11-06 03:18:05.384 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-coap/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.384 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-coap/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.384 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-coap/0.0.2-SNAPSHOT/onem2m-protocol-coap-0.0.2-SNAPSHOT-config.xml 2015-11-06 03:18:05.384 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-coap/0.0.2-SNAPSHOT/onem2m-protocol-coap-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.384 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-coap/maven-metadata-local.xml 2015-11-06 03:18:05.384 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-http/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.385 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-http/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.385 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-http/0.0.2-SNAPSHOT/onem2m-protocol-http-0.0.2-SNAPSHOT-config.xml 2015-11-06 03:18:05.385 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-http/0.0.2-SNAPSHOT/onem2m-protocol-http-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.385 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-http/maven-metadata-local.xml 2015-11-06 03:18:05.385 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-mqtt/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.385 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-mqtt/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.385 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-mqtt/0.0.2-SNAPSHOT/onem2m-protocol-mqtt-0.0.2-SNAPSHOT-config.xml 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-mqtt/0.0.2-SNAPSHOT/onem2m-protocol-mqtt-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/iotdm/onem2m-protocol-mqtt/maven-metadata-local.xml 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-config/0.2.1-SNAPSHOT/addresstracker-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-config/maven-metadata-local.xml 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-impl/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-impl/0.2.1-SNAPSHOT/addresstracker-impl-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-impl/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.386 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-impl/maven-metadata-local.xml 2015-11-06 03:18:05.387 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-model/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.387 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-model/0.2.1-SNAPSHOT/addresstracker-model-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.387 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-model/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.387 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/addresstracker/addresstracker-model/maven-metadata-local.xml 2015-11-06 03:18:05.387 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.387 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-config/0.2.1-SNAPSHOT/arphandler-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.387 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.387 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-config/maven-metadata-local.xml 2015-11-06 03:18:05.387 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-impl/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.388 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-impl/0.2.1-SNAPSHOT/arphandler-impl-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.388 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-impl/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.388 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/arphandler/arphandler-impl/maven-metadata-local.xml 2015-11-06 03:18:05.388 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/features-l2switch/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.388 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/features-l2switch/0.2.1-SNAPSHOT/features-l2switch-0.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.388 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/features-l2switch/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.388 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/features-l2switch/maven-metadata-local.xml 2015-11-06 03:18:05.388 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.389 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-config/0.2.1-SNAPSHOT/hosttracker-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.389 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.389 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-config/maven-metadata-local.xml 2015-11-06 03:18:05.389 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-impl/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.389 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-impl/0.2.1-SNAPSHOT/hosttracker-impl-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.389 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-impl/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.390 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-impl/maven-metadata-local.xml 2015-11-06 03:18:05.390 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-model/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.390 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-model/0.2.1-SNAPSHOT/hosttracker-model-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.390 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-model/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.390 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/hosttracker/hosttracker-model/maven-metadata-local.xml 2015-11-06 03:18:05.390 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.390 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-config/0.2.1-SNAPSHOT/loopremover-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.390 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-config/maven-metadata-local.xml 2015-11-06 03:18:05.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-impl/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-impl/0.2.1-SNAPSHOT/loopremover-impl-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-impl/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-impl/maven-metadata-local.xml 2015-11-06 03:18:05.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-model/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-model/0.2.1-SNAPSHOT/loopremover-model-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.391 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-model/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.392 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/loopremover/loopremover-model/maven-metadata-local.xml 2015-11-06 03:18:05.392 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.392 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-config/0.2.1-SNAPSHOT/main-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.392 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.392 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-config/maven-metadata-local.xml 2015-11-06 03:18:05.392 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-impl/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.392 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-impl/0.2.1-SNAPSHOT/main-impl-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.393 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-impl/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.393 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/main/main-impl/maven-metadata-local.xml 2015-11-06 03:18:05.393 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-config/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.393 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-config/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.393 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-config/0.2.1-SNAPSHOT/packethandler-config-0.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.393 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-config/maven-metadata-local.xml 2015-11-06 03:18:05.394 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-impl/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.394 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-impl/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.394 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-impl/0.2.1-SNAPSHOT/packethandler-impl-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.394 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-impl/maven-metadata-local.xml 2015-11-06 03:18:05.394 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-model/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.394 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-model/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.395 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-model/0.2.1-SNAPSHOT/packethandler-model-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.395 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/l2switch/packethandler/packethandler-model/maven-metadata-local.xml 2015-11-06 03:18:05.395 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/features-lacp/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.395 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/features-lacp/1.0.1-SNAPSHOT/features-lacp-1.0.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.395 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/features-lacp/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.395 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/features-lacp/maven-metadata-local.xml 2015-11-06 03:18:05.395 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.config/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.395 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.config/1.0.1-SNAPSHOT/lacp.main.config-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.396 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.config/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.config/maven-metadata-local.xml 2015-11-06 03:18:05.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.impl/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.impl/1.0.1-SNAPSHOT/lacp.main.impl-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.impl/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacp.main.impl/maven-metadata-local.xml 2015-11-06 03:18:05.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-common-impl/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-common-impl/1.0.1-SNAPSHOT/lacpmain-common-impl-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.398 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-common-impl/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.398 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-common-impl/maven-metadata-local.xml 2015-11-06 03:18:05.398 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-model/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.398 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-model/1.0.1-SNAPSHOT/lacpmain-model-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.398 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-model/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.398 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lacp/main/lacpmain-model/maven-metadata-local.xml 2015-11-06 03:18:05.398 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/features-lispflowmapping/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.398 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/features-lispflowmapping/1.2.1-SNAPSHOT/features-lispflowmapping-1.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.399 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/features-lispflowmapping/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.399 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/features-lispflowmapping/maven-metadata-local.xml 2015-11-06 03:18:05.399 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.api/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.399 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.api/1.2.1-SNAPSHOT/mappingservice.api-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.399 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.api/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.399 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.api/maven-metadata-local.xml 2015-11-06 03:18:05.399 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.implementation/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.399 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.implementation/1.2.1-SNAPSHOT/mappingservice.implementation-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.400 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.implementation/1.2.1-SNAPSHOT/mappingservice.implementation-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.400 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.implementation/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.400 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.400 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.netconf/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.400 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.netconf/1.2.1-SNAPSHOT/mappingservice.netconf-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.400 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.netconf/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.400 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.netconf/maven-metadata-local.xml 2015-11-06 03:18:05.400 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.neutron/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.401 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.neutron/1.2.1-SNAPSHOT/mappingservice.neutron-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.401 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.neutron/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.401 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.neutron/maven-metadata-local.xml 2015-11-06 03:18:05.401 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.shell/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.401 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.shell/1.2.1-SNAPSHOT/mappingservice.shell-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.401 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.shell/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.401 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.shell/maven-metadata-local.xml 2015-11-06 03:18:05.401 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.southbound/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.402 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.southbound/1.2.1-SNAPSHOT/mappingservice.southbound-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.402 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.southbound/1.2.1-SNAPSHOT/mappingservice.southbound-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.402 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.southbound/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.402 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.southbound/maven-metadata-local.xml 2015-11-06 03:18:05.402 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.yangmodel/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.404 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.yangmodel/1.2.1-SNAPSHOT/mappingservice.yangmodel-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.405 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.yangmodel/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.405 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/lispflowmapping/mappingservice.yangmodel/maven-metadata-local.xml 2015-11-06 03:18:05.405 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/features-neutron/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.405 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/features-neutron/0.5.1-SNAPSHOT/features-neutron-0.5.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.405 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/features-neutron/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.405 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/features-neutron/maven-metadata-local.xml 2015-11-06 03:18:05.406 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/model/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.406 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/model/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.409 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/model/0.5.1-SNAPSHOT/model-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.409 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/model/maven-metadata-local.xml 2015-11-06 03:18:05.409 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/neutron-spi/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.410 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/neutron-spi/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.410 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/neutron-spi/0.5.1-SNAPSHOT/neutron-spi-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.410 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/neutron-spi/maven-metadata-local.xml 2015-11-06 03:18:05.410 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/northbound-api/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.410 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/northbound-api/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.412 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/northbound-api/0.5.1-SNAPSHOT/northbound-api-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.412 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/northbound-api/maven-metadata-local.xml 2015-11-06 03:18:05.412 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/transcriber/0.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.412 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/transcriber/0.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.413 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/transcriber/0.5.1-SNAPSHOT/transcriber-0.5.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.413 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/transcriber/0.5.1-SNAPSHOT/transcriber-0.5.1-SNAPSHOT.jar 2015-11-06 03:18:05.413 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/neutron/transcriber/maven-metadata-local.xml 2015-11-06 03:18:05.413 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/features-nic/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/features-nic/1.0.1-SNAPSHOT/features-nic-1.0.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/features-nic/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/features-nic/maven-metadata-local.xml 2015-11-06 03:18:05.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-api/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-api/1.0.1-SNAPSHOT/gbp-renderer-api-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-api/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-api/maven-metadata-local.xml 2015-11-06 03:18:05.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-impl/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-impl/1.0.1-SNAPSHOT/gbp-renderer-impl-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-impl/1.0.1-SNAPSHOT/gbp-renderer-impl-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-impl/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/gbp-renderer-impl/maven-metadata-local.xml 2015-11-06 03:18:05.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-api/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.416 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-api/1.0.1-SNAPSHOT/intentengine-api-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.416 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-api/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.416 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-api/maven-metadata-local.xml 2015-11-06 03:18:05.416 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-cli/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.416 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-cli/1.0.1-SNAPSHOT/intentengine-cli-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-cli/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-cli/maven-metadata-local.xml 2015-11-06 03:18:05.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-compiler/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-compiler/1.0.1-SNAPSHOT/intentengine-compiler-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-compiler/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-compiler/maven-metadata-local.xml 2015-11-06 03:18:05.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-impl/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.418 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-impl/1.0.1-SNAPSHOT/intentengine-impl-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.418 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-impl/1.0.1-SNAPSHOT/intentengine-impl-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.418 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-impl/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.418 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/intentengine-impl/maven-metadata-local.xml 2015-11-06 03:18:05.419 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/vtn-renderer/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.419 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/vtn-renderer/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.419 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/vtn-renderer/1.0.1-SNAPSHOT/vtn-renderer-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.419 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/vtn-renderer/1.0.1-SNAPSHOT/vtn-renderer-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.419 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/nic/vtn-renderer/maven-metadata-local.xml 2015-11-06 03:18:05.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/features-openflowjava/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/features-openflowjava/0.6.1-SNAPSHOT/features-openflowjava-0.6.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/features-openflowjava/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/features-openflowjava/maven-metadata-local.xml 2015-11-06 03:18:05.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-api/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-api/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.435 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-api/0.6.1-SNAPSHOT/openflow-protocol-api-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.435 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-api/maven-metadata-local.xml 2015-11-06 03:18:05.435 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-impl/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.435 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-impl/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.439 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-impl/0.6.1-SNAPSHOT/openflow-protocol-impl-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.439 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-impl/maven-metadata-local.xml 2015-11-06 03:18:05.439 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-spi/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.439 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-spi/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.440 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-spi/0.6.1-SNAPSHOT/openflow-protocol-spi-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.440 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflow-protocol-spi/maven-metadata-local.xml 2015-11-06 03:18:05.440 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflowjava-config/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.440 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflowjava-config/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.440 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflowjava-config/0.6.1-SNAPSHOT/openflowjava-config-0.6.1-SNAPSHOT-configstats.xml 2015-11-06 03:18:05.440 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/openflowjava-config/maven-metadata-local.xml 2015-11-06 03:18:05.440 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/util/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/util/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/util/0.6.1-SNAPSHOT/util-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowjava/util/maven-metadata-local.xml 2015-11-06 03:18:05.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.1.1-SNAPSHOT/bulk-o-matic-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.1.1-SNAPSHOT/bulk-o-matic-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.441 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/bulk-o-matic/maven-metadata-local.xml 2015-11-06 03:18:05.442 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager-config/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.442 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager-config/0.1.1-SNAPSHOT/forwardingrules-manager-config-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.442 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager-config/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.442 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager-config/maven-metadata-local.xml 2015-11-06 03:18:05.442 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.442 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.1.1-SNAPSHOT/forwardingrules-manager-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.442 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.443 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/forwardingrules-manager/maven-metadata-local.xml 2015-11-06 03:18:05.443 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/inventory-manager/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.443 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/inventory-manager/0.1.1-SNAPSHOT/inventory-manager-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.443 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/inventory-manager/0.1.1-SNAPSHOT/inventory-manager-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.443 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/inventory-manager/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.443 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/inventory-manager/maven-metadata-local.xml 2015-11-06 03:18:05.443 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/lldp-speaker/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/lldp-speaker/0.1.1-SNAPSHOT/lldp-speaker-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/lldp-speaker/0.1.1-SNAPSHOT/lldp-speaker-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/lldp-speaker/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/lldp-speaker/maven-metadata-local.xml 2015-11-06 03:18:05.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.1.1-SNAPSHOT/of-switch-config-pusher-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.444 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.1.1-SNAPSHOT/of-switch-config-pusher-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/maven-metadata-local.xml 2015-11-06 03:18:05.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager-config/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager-config/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager-config/0.1.1-SNAPSHOT/statistics-manager-config-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager-config/maven-metadata-local.xml 2015-11-06 03:18:05.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.445 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager/0.1.1-SNAPSHOT/statistics-manager-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/statistics-manager/maven-metadata-local.xml 2015-11-06 03:18:05.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.1.1-SNAPSHOT/table-miss-enforcer-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.1.1-SNAPSHOT/table-miss-enforcer-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/table-miss-enforcer/maven-metadata-local.xml 2015-11-06 03:18:05.446 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.447 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.447 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.1.1-SNAPSHOT/topology-lldp-discovery-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.447 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.1.1-SNAPSHOT/topology-lldp-discovery-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.447 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/maven-metadata-local.xml 2015-11-06 03:18:05.447 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-manager/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.447 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-manager/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.448 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-manager/0.1.1-SNAPSHOT/topology-manager-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.448 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-manager/0.1.1-SNAPSHOT/topology-manager-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.448 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/applications/topology-manager/maven-metadata-local.xml 2015-11-06 03:18:05.449 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/drop-test-karaf/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.449 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/drop-test-karaf/0.1.1-SNAPSHOT/drop-test-karaf-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.449 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/drop-test-karaf/0.1.1-SNAPSHOT/drop-test-karaf-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.449 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/drop-test-karaf/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.449 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/drop-test-karaf/maven-metadata-local.xml 2015-11-06 03:18:05.449 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.450 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.1.1-SNAPSHOT/features-openflowplugin-extension-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.450 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.450 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-extension/maven-metadata-local.xml 2015-11-06 03:18:05.450 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-li/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.450 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-li/0.1.1-SNAPSHOT/features-openflowplugin-li-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.450 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-li/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.450 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin-li/maven-metadata-local.xml 2015-11-06 03:18:05.451 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.451 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin/0.1.1-SNAPSHOT/features-openflowplugin-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.451 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.451 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/features-openflowplugin/maven-metadata-local.xml 2015-11-06 03:18:05.451 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/features-legacy/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.451 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/features-legacy/0.1.1-SNAPSHOT/features-legacy-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/features-legacy/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/features-legacy/maven-metadata-local.xml 2015-11-06 03:18:05.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/sal-compatibility/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/sal-compatibility/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/sal-compatibility/0.1.1-SNAPSHOT/sal-compatibility-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/legacy/sal-compatibility/maven-metadata-local.xml 2015-11-06 03:18:05.452 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-base/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.453 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-base/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.459 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-base/0.1.1-SNAPSHOT/model-flow-base-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.459 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-base/maven-metadata-local.xml 2015-11-06 03:18:05.459 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-service/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.459 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-service/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.466 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-service/0.1.1-SNAPSHOT/model-flow-service-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.466 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-service/maven-metadata-local.xml 2015-11-06 03:18:05.467 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-statistics/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.467 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-statistics/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.471 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-statistics/0.1.1-SNAPSHOT/model-flow-statistics-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.471 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/model/model-flow-statistics/maven-metadata-local.xml 2015-11-06 03:18:05.471 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.471 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.474 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.1.1-SNAPSHOT/openflowjava-extension-nicira-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.474 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/maven-metadata-local.xml 2015-11-06 03:18:05.494 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.494 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.503 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.1.1-SNAPSHOT/openflowjava-extension-nicira-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.503 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowjava-extension-nicira/maven-metadata-local.xml 2015-11-06 03:18:05.504 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.504 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.506 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-api/0.1.1-SNAPSHOT/openflowplugin-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.506 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-api/maven-metadata-local.xml 2015-11-06 03:18:05.506 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-common/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.506 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-common/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.507 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-common/0.1.1-SNAPSHOT/openflowplugin-common-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.507 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-common/maven-metadata-local.xml 2015-11-06 03:18:05.507 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-controller-config/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.508 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-controller-config/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.508 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-controller-config/0.1.1-SNAPSHOT/openflowplugin-controller-config-0.1.1-SNAPSHOT-config-He.xml 2015-11-06 03:18:05.509 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-controller-config/0.1.1-SNAPSHOT/openflowplugin-controller-config-0.1.1-SNAPSHOT-config-Li.xml 2015-11-06 03:18:05.510 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-controller-config/0.1.1-SNAPSHOT/openflowplugin-controller-config-0.1.1-SNAPSHOT-configmsgspy.xml 2015-11-06 03:18:05.510 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-controller-config/maven-metadata-local.xml 2015-11-06 03:18:05.510 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.510 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.513 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.1.1-SNAPSHOT/openflowplugin-extension-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.513 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-api/maven-metadata-local.xml 2015-11-06 03:18:05.514 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira-config/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.514 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira-config/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.514 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira-config/0.1.1-SNAPSHOT/openflowplugin-extension-nicira-config-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.514 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira-config/maven-metadata-local.xml 2015-11-06 03:18:05.515 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.515 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.554 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.1.1-SNAPSHOT/openflowplugin-extension-nicira-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.599 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/maven-metadata-local.xml 2015-11-06 03:18:05.602 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.606 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.610 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-impl/0.1.1-SNAPSHOT/openflowplugin-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.611 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin-impl/maven-metadata-local.xml 2015-11-06 03:18:05.611 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.612 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.624 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin/0.1.1-SNAPSHOT/openflowplugin-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.625 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/openflowplugin/maven-metadata-local.xml 2015-11-06 03:18:05.626 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/test-common/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.627 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/test-common/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.627 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/test-common/0.1.1-SNAPSHOT/test-common-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.627 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/openflowplugin/test-common/maven-metadata-local.xml 2015-11-06 03:18:05.628 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/features-ovsdb/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.628 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/features-ovsdb/1.1.1-SNAPSHOT/features-ovsdb-1.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.628 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/features-ovsdb/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.629 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/features-ovsdb/maven-metadata-local.xml 2015-11-06 03:18:05.629 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/library/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.631 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/library/1.1.1-SNAPSHOT/library-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.632 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/library/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.632 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/library/maven-metadata-local.xml 2015-11-06 03:18:05.632 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/northbound/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.633 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/northbound/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.633 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/northbound/0.7.1-SNAPSHOT/northbound-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.634 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/northbound/maven-metadata-local.xml 2015-11-06 03:18:05.634 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt-providers/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.634 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt-providers/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.635 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt-providers/1.1.1-SNAPSHOT/openstack.net-virt-providers-1.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.638 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt-providers/1.1.1-SNAPSHOT/openstack.net-virt-providers-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.639 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt-providers/maven-metadata-local.xml 2015-11-06 03:18:05.639 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.639 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.640 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt/1.1.1-SNAPSHOT/openstack.net-virt-1.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.643 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt/1.1.1-SNAPSHOT/openstack.net-virt-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.643 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/openstack.net-virt/maven-metadata-local.xml 2015-11-06 03:18:05.645 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/ovsdb-plugin-compatibility-layer/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.645 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/ovsdb-plugin-compatibility-layer/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.647 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/ovsdb-plugin-compatibility-layer/1.1.1-SNAPSHOT/ovsdb-plugin-compatibility-layer-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.647 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/ovsdb-plugin-compatibility-layer/maven-metadata-local.xml 2015-11-06 03:18:05.648 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin-shell/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.649 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin-shell/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.649 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin-shell/1.1.1-SNAPSHOT/plugin-shell-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.650 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin-shell/maven-metadata-local.xml 2015-11-06 03:18:05.650 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.651 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.651 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin/1.1.1-SNAPSHOT/plugin-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.652 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/plugin/maven-metadata-local.xml 2015-11-06 03:18:05.652 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.hardwarevtep/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.652 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.hardwarevtep/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.653 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.hardwarevtep/1.1.1-SNAPSHOT/schema.hardwarevtep-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.654 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.hardwarevtep/maven-metadata-local.xml 2015-11-06 03:18:05.655 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.openvswitch/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.656 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.openvswitch/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.657 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.openvswitch/1.1.1-SNAPSHOT/schema.openvswitch-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.657 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/schema.openvswitch/maven-metadata-local.xml 2015-11-06 03:18:05.659 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-api/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.660 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-api/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.661 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-api/1.1.1-SNAPSHOT/southbound-api-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.661 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-api/maven-metadata-local.xml 2015-11-06 03:18:05.662 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-features/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.663 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-features/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.663 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-features/1.1.1-SNAPSHOT/southbound-features-1.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.664 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-features/maven-metadata-local.xml 2015-11-06 03:18:05.664 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-impl/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.665 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-impl/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.665 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-impl/1.1.1-SNAPSHOT/southbound-impl-1.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.666 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-impl/1.1.1-SNAPSHOT/southbound-impl-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.666 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/southbound-impl/maven-metadata-local.xml 2015-11-06 03:18:05.668 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/utils.servicehelper/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.668 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/utils.servicehelper/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.669 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/utils.servicehelper/1.1.1-SNAPSHOT/utils.servicehelper-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.671 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ovsdb/utils.servicehelper/maven-metadata-local.xml 2015-11-06 03:18:05.672 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable-policy/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.672 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable-policy/1.2.1-SNAPSHOT/features-packetcable-policy-1.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.673 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable-policy/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.673 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable-policy/maven-metadata-local.xml 2015-11-06 03:18:05.674 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.674 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable/1.2.1-SNAPSHOT/features-packetcable-1.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.675 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.675 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/features-packetcable/maven-metadata-local.xml 2015-11-06 03:18:05.676 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-config/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.676 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-config/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.677 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-config/1.2.1-SNAPSHOT/packetcable-config-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.678 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-config/maven-metadata-local.xml 2015-11-06 03:18:05.679 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-consumer/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.679 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-consumer/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.679 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-consumer/1.2.1-SNAPSHOT/packetcable-consumer-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.680 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-consumer/maven-metadata-local.xml 2015-11-06 03:18:05.680 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-driver/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.680 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-driver/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.681 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-driver/1.2.1-SNAPSHOT/packetcable-driver-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.681 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-driver/maven-metadata-local.xml 2015-11-06 03:18:05.681 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-model/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.681 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-model/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.719 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-model/1.2.1-SNAPSHOT/packetcable-model-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.720 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-model/maven-metadata-local.xml 2015-11-06 03:18:05.720 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-model/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.720 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-model/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.722 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-model/1.2.1-SNAPSHOT/packetcable-policy-model-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.722 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-model/maven-metadata-local.xml 2015-11-06 03:18:05.722 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-server/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.723 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-server/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.723 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-server/1.2.1-SNAPSHOT/packetcable-policy-server-1.2.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.724 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-server/1.2.1-SNAPSHOT/packetcable-policy-server-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.724 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-policy-server/maven-metadata-local.xml 2015-11-06 03:18:05.724 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-provider/1.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.724 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-provider/1.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.727 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-provider/1.2.1-SNAPSHOT/packetcable-provider-1.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.727 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/packetcable/packetcable-provider/maven-metadata-local.xml 2015-11-06 03:18:05.727 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/features-persistence/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.728 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/features-persistence/1.0.1-SNAPSHOT/features-persistence-1.0.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.728 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/features-persistence/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.728 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/features-persistence/maven-metadata-local.xml 2015-11-06 03:18:05.729 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-api/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.729 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-api/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.729 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-api/1.0.1-SNAPSHOT/persistence-api-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.729 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-api/maven-metadata-local.xml 2015-11-06 03:18:05.730 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-common/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.730 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-common/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.730 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-common/1.0.1-SNAPSHOT/persistence-common-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.730 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-common/maven-metadata-local.xml 2015-11-06 03:18:05.731 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-jpa/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.731 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-jpa/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.731 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-jpa/1.0.1-SNAPSHOT/persistence-jpa-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.731 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-jpa/1.0.1-SNAPSHOT/persistence-jpa-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.732 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-jpa/maven-metadata-local.xml 2015-11-06 03:18:05.732 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-util-common/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.732 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-util-common/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.732 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-util-common/1.0.1-SNAPSHOT/persistence-util-common-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.733 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/persistence-util-common/maven-metadata-local.xml 2015-11-06 03:18:05.733 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-bl-impl/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.733 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-bl-impl/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.733 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-bl-impl/1.0.1-SNAPSHOT/test-app-bl-impl-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.734 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-bl-impl/maven-metadata-local.xml 2015-11-06 03:18:05.734 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-common/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.734 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-common/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.735 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-common/1.0.1-SNAPSHOT/test-app-common-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.735 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-common/maven-metadata-local.xml 2015-11-06 03:18:05.735 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-persistence-jpa-impl/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.735 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-persistence-jpa-impl/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.736 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-persistence-jpa-impl/1.0.1-SNAPSHOT/test-app-persistence-jpa-impl-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.736 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/persistence/test-app-persistence-jpa-impl/maven-metadata-local.xml 2015-11-06 03:18:05.736 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/reservation/features-reservation/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.736 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/reservation/features-reservation/1.0.1-SNAPSHOT/features-reservation-1.0.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.737 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/reservation/features-reservation/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.737 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/reservation/features-reservation/maven-metadata-local.xml 2015-11-06 03:18:05.737 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/features-sdninterfaceapp/1.5.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.737 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/features-sdninterfaceapp/1.5.1-SNAPSHOT/features-sdninterfaceapp-1.5.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.738 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/features-sdninterfaceapp/1.5.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.738 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/features-sdninterfaceapp/maven-metadata-local.xml 2015-11-06 03:18:05.738 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdni/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.738 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdni/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.739 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdni/0.6.1-SNAPSHOT/sdni-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.739 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdni/maven-metadata-local.xml 2015-11-06 03:18:05.739 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdniaggregator/0.6.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.739 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdniaggregator/0.6.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.740 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdniaggregator/0.6.1-SNAPSHOT/sdniaggregator-0.6.1-SNAPSHOT.jar 2015-11-06 03:18:05.740 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sdninterfaceapp/sdniaggregator/maven-metadata-local.xml 2015-11-06 03:18:05.740 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-netconf/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.740 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-netconf/0.1.1-SNAPSHOT/features-sfc-netconf-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.741 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-netconf/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.741 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-netconf/maven-metadata-local.xml 2015-11-06 03:18:05.741 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-ovs/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.741 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-ovs/0.1.1-SNAPSHOT/features-sfc-ovs-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.742 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-ovs/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.742 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-ovs/maven-metadata-local.xml 2015-11-06 03:18:05.742 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-sb-rest/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.742 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-sb-rest/0.1.1-SNAPSHOT/features-sfc-sb-rest-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.743 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-sb-rest/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.743 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc-sb-rest/maven-metadata-local.xml 2015-11-06 03:18:05.743 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.743 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc/0.1.1-SNAPSHOT/features-sfc-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.744 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.744 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfc/maven-metadata-local.xml 2015-11-06 03:18:05.744 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfclisp/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.744 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfclisp/0.1.1-SNAPSHOT/features-sfclisp-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.745 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfclisp/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.745 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfclisp/maven-metadata-local.xml 2015-11-06 03:18:05.745 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfcofl2/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.746 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfcofl2/0.1.1-SNAPSHOT/features-sfcofl2-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.746 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfcofl2/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.746 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/features-sfcofl2/maven-metadata-local.xml 2015-11-06 03:18:05.747 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-config/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.747 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-config/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.747 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-config/0.1.1-SNAPSHOT/sfc-config-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.747 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-config/maven-metadata-local.xml 2015-11-06 03:18:05.748 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.748 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.748 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/0.1.1-SNAPSHOT/sfc-jsonconfig-0.1.1-SNAPSHOT-config-ipfix-class-id.xml 2015-11-06 03:18:05.748 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/0.1.1-SNAPSHOT/sfc-jsonconfig-0.1.1-SNAPSHOT-config-sf.xml 2015-11-06 03:18:05.749 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/0.1.1-SNAPSHOT/sfc-jsonconfig-0.1.1-SNAPSHOT-config-sfc.xml 2015-11-06 03:18:05.749 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/0.1.1-SNAPSHOT/sfc-jsonconfig-0.1.1-SNAPSHOT-config-sff.xml 2015-11-06 03:18:05.749 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/0.1.1-SNAPSHOT/sfc-jsonconfig-0.1.1-SNAPSHOT-config-sn.xml 2015-11-06 03:18:05.749 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/0.1.1-SNAPSHOT/sfc-jsonconfig-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.750 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-jsonconfig/maven-metadata-local.xml 2015-11-06 03:18:05.750 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-model/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.750 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-model/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.757 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-model/0.1.1-SNAPSHOT/sfc-model-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.758 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-model/maven-metadata-local.xml 2015-11-06 03:18:05.758 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-netconf/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.758 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-netconf/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.758 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-netconf/0.1.1-SNAPSHOT/sfc-netconf-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.758 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-netconf/0.1.1-SNAPSHOT/sfc-netconf-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.759 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-netconf/maven-metadata-local.xml 2015-11-06 03:18:05.759 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ovs/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.759 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ovs/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.760 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ovs/0.1.1-SNAPSHOT/sfc-ovs-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.760 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ovs/0.1.1-SNAPSHOT/sfc-ovs-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.760 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ovs/maven-metadata-local.xml 2015-11-06 03:18:05.760 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-provider/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.761 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-provider/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.764 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-provider/0.1.1-SNAPSHOT/sfc-provider-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.764 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-provider/maven-metadata-local.xml 2015-11-06 03:18:05.765 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-sb-rest/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.765 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-sb-rest/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.765 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-sb-rest/0.1.1-SNAPSHOT/sfc-sb-rest-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.765 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-sb-rest/0.1.1-SNAPSHOT/sfc-sb-rest-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.766 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-sb-rest/maven-metadata-local.xml 2015-11-06 03:18:05.766 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-test-consumer/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.766 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-test-consumer/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.767 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-test-consumer/0.1.1-SNAPSHOT/sfc-test-consumer-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.768 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-test-consumer/0.1.1-SNAPSHOT/sfc-test-consumer-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.768 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-test-consumer/maven-metadata-local.xml 2015-11-06 03:18:05.768 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ui/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.769 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ui/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.793 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ui/0.1.1-SNAPSHOT/sfc-ui-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.797 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfc-ui/maven-metadata-local.xml 2015-11-06 03:18:05.798 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfclisp/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.798 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfclisp/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.799 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfclisp/0.1.1-SNAPSHOT/sfclisp-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.799 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfclisp/0.1.1-SNAPSHOT/sfclisp-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.799 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfclisp/maven-metadata-local.xml 2015-11-06 03:18:05.800 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfcofl2/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.800 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfcofl2/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.800 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfcofl2/0.1.1-SNAPSHOT/sfcofl2-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.801 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfcofl2/0.1.1-SNAPSHOT/sfcofl2-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.801 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sfc/sfcofl2/maven-metadata-local.xml 2015-11-06 03:18:05.801 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/features-snbi/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.802 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/features-snbi/1.1.1-SNAPSHOT/features-snbi-1.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.802 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/features-snbi/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.803 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/features-snbi/maven-metadata-local.xml 2015-11-06 03:18:05.803 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/shellplugin/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.803 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/shellplugin/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.804 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/shellplugin/1.1.1-SNAPSHOT/shellplugin-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.804 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/shellplugin/maven-metadata-local.xml 2015-11-06 03:18:05.804 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/southplugin/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.805 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/southplugin/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.807 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/southplugin/1.1.1-SNAPSHOT/southplugin-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.807 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snbi/southplugin/maven-metadata-local.xml 2015-11-06 03:18:05.808 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/features-snmp/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.808 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/features-snmp/1.0.1-SNAPSHOT/features-snmp-1.0.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.808 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/features-snmp/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.809 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/features-snmp/maven-metadata-local.xml 2015-11-06 03:18:05.809 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/mibs-model/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.809 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/mibs-model/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.810 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/mibs-model/1.0.1-SNAPSHOT/mibs-model-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.810 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/mibs-model/maven-metadata-local.xml 2015-11-06 03:18:05.811 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/snmp/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.811 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/snmp/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.811 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/snmp/1.0.1-SNAPSHOT/snmp-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.812 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/snmp/1.0.1-SNAPSHOT/snmp-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.812 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp/snmp/maven-metadata-local.xml 2015-11-06 03:18:05.813 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/features-snmp4sdn/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.813 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/features-snmp4sdn/0.2.1-SNAPSHOT/features-snmp4sdn-0.2.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.813 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/features-snmp4sdn/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.814 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/features-snmp4sdn/maven-metadata-local.xml 2015-11-06 03:18:05.814 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/md-model/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.815 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/md-model/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.815 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/md-model/0.2.1-SNAPSHOT/md-model-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.816 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/md-model/maven-metadata-local.xml 2015-11-06 03:18:05.816 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/plugin-shell/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.817 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/plugin-shell/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.818 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/plugin-shell/0.2.1-SNAPSHOT/plugin-shell-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.818 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/plugin-shell/maven-metadata-local.xml 2015-11-06 03:18:05.819 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/snmp4sdn/0.2.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.819 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/snmp4sdn/0.2.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.837 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/snmp4sdn/0.2.1-SNAPSHOT/snmp4sdn-0.2.1-SNAPSHOT.jar 2015-11-06 03:18:05.838 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/snmp4sdn/snmp4sdn/maven-metadata-local.xml 2015-11-06 03:18:05.838 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/features/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.838 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/features/1.1.1-SNAPSHOT/features-1.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.838 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/features/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.839 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/features/maven-metadata-local.xml 2015-11-06 03:18:05.839 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-api/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.839 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-api/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.846 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-api/1.1.1-SNAPSHOT/sxp-api-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.847 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-api/maven-metadata-local.xml 2015-11-06 03:18:05.847 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-config/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.847 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-config/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.847 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-config/1.1.1-SNAPSHOT/sxp-config-1.1.1-SNAPSHOT-22-sxp-controller-one-node.xml.xml 2015-11-06 03:18:05.848 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-config/maven-metadata-local.xml 2015-11-06 03:18:05.848 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-controller/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.848 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-controller/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.850 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-controller/1.1.1-SNAPSHOT/sxp-controller-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.851 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-controller/maven-metadata-local.xml 2015-11-06 03:18:05.851 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-core/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.851 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-core/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.853 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-core/1.1.1-SNAPSHOT/sxp-core-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.853 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/sxp/sxp-core/maven-metadata-local.xml 2015-11-06 03:18:05.854 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/features-tcpmd5/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.854 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/features-tcpmd5/1.1.1-SNAPSHOT/features-tcpmd5-1.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.854 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/features-tcpmd5/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.854 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/features-tcpmd5/maven-metadata-local.xml 2015-11-06 03:18:05.854 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-api/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.855 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-api/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.855 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-api/1.1.1-SNAPSHOT/tcpmd5-api-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.855 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-api/maven-metadata-local.xml 2015-11-06 03:18:05.855 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-controller-config/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.856 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-controller-config/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.856 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-controller-config/1.1.1-SNAPSHOT/tcpmd5-controller-config-1.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.856 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-controller-config/maven-metadata-local.xml 2015-11-06 03:18:05.856 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-jni/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.856 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-jni/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.857 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-jni/1.1.1-SNAPSHOT/tcpmd5-jni-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.857 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-jni/maven-metadata-local.xml 2015-11-06 03:18:05.857 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-netty/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.858 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-netty/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.858 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-netty/1.1.1-SNAPSHOT/tcpmd5-netty-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.858 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-netty/maven-metadata-local.xml 2015-11-06 03:18:05.858 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-nio/1.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.859 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-nio/1.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.859 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-nio/1.1.1-SNAPSHOT/tcpmd5-nio-1.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.859 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tcpmd5/tcpmd5-nio/maven-metadata-local.xml 2015-11-06 03:18:05.859 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/features-topoprocessing/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.860 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/features-topoprocessing/0.0.2-SNAPSHOT/features-topoprocessing-0.0.2-SNAPSHOT-features.xml 2015-11-06 03:18:05.860 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/features-topoprocessing/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.860 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/features-topoprocessing/maven-metadata-local.xml 2015-11-06 03:18:05.860 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-impl/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.860 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-impl/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.861 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-impl/0.0.2-SNAPSHOT/mlmt-topology-common-impl-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.861 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-impl/maven-metadata-local.xml 2015-11-06 03:18:05.861 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-model/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-model/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-model/0.0.2-SNAPSHOT/mlmt-topology-common-model-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-common-model/maven-metadata-local.xml 2015-11-06 03:18:05.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-impl/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.862 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-impl/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.863 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-impl/0.0.2-SNAPSHOT/mlmt-topology-factory-impl-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.863 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-impl/maven-metadata-local.xml 2015-11-06 03:18:05.863 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-model/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.863 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-model/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.864 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-model/0.0.2-SNAPSHOT/mlmt-topology-factory-model-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.864 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-factory-model/maven-metadata-local.xml 2015-11-06 03:18:05.864 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-impl/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.864 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-impl/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.864 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-impl/0.0.2-SNAPSHOT/mlmt-topology-inventory-impl-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.865 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-impl/maven-metadata-local.xml 2015-11-06 03:18:05.865 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-model/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.865 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-model/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.866 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-model/0.0.2-SNAPSHOT/mlmt-topology-inventory-model-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.866 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-inventory-model/maven-metadata-local.xml 2015-11-06 03:18:05.866 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-impl/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.866 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-impl/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.867 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-impl/0.0.2-SNAPSHOT/mlmt-topology-observer-impl-0.0.2-SNAPSHOT-config.xml 2015-11-06 03:18:05.867 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-impl/0.0.2-SNAPSHOT/mlmt-topology-observer-impl-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.867 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-impl/maven-metadata-local.xml 2015-11-06 03:18:05.868 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-model/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.868 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-model/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.868 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-model/0.0.2-SNAPSHOT/mlmt-topology-observer-model-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.868 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-observer-model/maven-metadata-local.xml 2015-11-06 03:18:05.868 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-impl/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.869 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-impl/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.869 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-impl/0.0.2-SNAPSHOT/mlmt-topology-parser-impl-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.869 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-impl/maven-metadata-local.xml 2015-11-06 03:18:05.870 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-model/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.871 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-model/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.871 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-model/0.0.2-SNAPSHOT/mlmt-topology-parser-model-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.871 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/mlmt-topology-parser-model/maven-metadata-local.xml 2015-11-06 03:18:05.871 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-impl/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.872 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-impl/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.872 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-impl/0.0.2-SNAPSHOT/multilayer-impl-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.872 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-impl/maven-metadata-local.xml 2015-11-06 03:18:05.872 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-topology-model/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.872 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-topology-model/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.873 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-topology-model/0.0.2-SNAPSHOT/multilayer-topology-model-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.873 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multilayer-topology-model/maven-metadata-local.xml 2015-11-06 03:18:05.873 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-impl/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.873 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-impl/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.874 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-impl/0.0.2-SNAPSHOT/multitechnology-topology-impl-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.874 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-impl/maven-metadata-local.xml 2015-11-06 03:18:05.874 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-model/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.874 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-model/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.874 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-model/0.0.2-SNAPSHOT/multitechnology-topology-model-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.875 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/multitechnology-topology-model/maven-metadata-local.xml 2015-11-06 03:18:05.875 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-api/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.875 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-api/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.875 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-api/0.0.2-SNAPSHOT/topoprocessing-api-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.876 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-api/maven-metadata-local.xml 2015-11-06 03:18:05.876 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-config/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.876 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-config/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.877 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-config/0.0.2-SNAPSHOT/topoprocessing-config-0.0.2-SNAPSHOT-config.xml 2015-11-06 03:18:05.877 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-config/maven-metadata-local.xml 2015-11-06 03:18:05.877 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-impl/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.878 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-impl/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.878 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-impl/0.0.2-SNAPSHOT/topoprocessing-impl-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.878 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-impl/maven-metadata-local.xml 2015-11-06 03:18:05.878 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-spi/0.0.2-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.879 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-spi/0.0.2-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.879 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-spi/0.0.2-SNAPSHOT/topoprocessing-spi-0.0.2-SNAPSHOT.jar 2015-11-06 03:18:05.879 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/topoprocessing/topoprocessing-spi/maven-metadata-local.xml 2015-11-06 03:18:05.879 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/features-tsdr/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.880 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/features-tsdr/1.0.1-SNAPSHOT/features-tsdr-1.0.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.880 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/features-tsdr/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.880 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/features-tsdr/maven-metadata-local.xml 2015-11-06 03:18:05.880 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datacollection/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.881 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datacollection/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.881 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datacollection/1.0.1-SNAPSHOT/tsdr-datacollection-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.881 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datacollection/1.0.1-SNAPSHOT/tsdr-datacollection-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.881 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datacollection/maven-metadata-local.xml 2015-11-06 03:18:05.882 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datastorage/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.882 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datastorage/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.882 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datastorage/1.0.1-SNAPSHOT/tsdr-datastorage-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.882 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datastorage/1.0.1-SNAPSHOT/tsdr-datastorage-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.883 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-datastorage/maven-metadata-local.xml 2015-11-06 03:18:05.883 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-h2/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.883 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-h2/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.883 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-h2/1.0.1-SNAPSHOT/tsdr-persistence-h2-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.884 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-h2/1.0.1-SNAPSHOT/tsdr-persistence-h2-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.884 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-h2/maven-metadata-local.xml 2015-11-06 03:18:05.884 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-hbase/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.884 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-hbase/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.885 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-hbase/1.0.1-SNAPSHOT/tsdr-persistence-hbase-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.885 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-hbase/1.0.1-SNAPSHOT/tsdr-persistence-hbase-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.885 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-hbase/maven-metadata-local.xml 2015-11-06 03:18:05.886 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-spi/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.886 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-spi/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.886 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-spi/1.0.1-SNAPSHOT/tsdr-persistence-spi-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.886 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/tsdr/tsdr-persistence-spi/maven-metadata-local.xml 2015-11-06 03:18:05.887 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/features-ttp/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.887 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/features-ttp/0.1.1-SNAPSHOT/features-ttp-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.887 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/features-ttp/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.888 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/features-ttp/maven-metadata-local.xml 2015-11-06 03:18:05.888 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/ttp-model/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.888 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/ttp-model/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.890 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/ttp-model/0.1.1-SNAPSHOT/ttp-model-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.890 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/ttp/ttp-model/maven-metadata-local.xml 2015-11-06 03:18:05.890 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-agent/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.891 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-agent/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.891 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-agent/1.0.1-SNAPSHOT/usc-agent-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.891 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-agent/maven-metadata-local.xml 2015-11-06 03:18:05.891 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-api/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.892 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-api/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.893 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-api/1.0.1-SNAPSHOT/usc-channel-api-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.893 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-api/maven-metadata-local.xml 2015-11-06 03:18:05.893 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.894 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.894 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/usc-channel-impl-1.0.1-SNAPSHOT-akka.conf 2015-11-06 03:18:05.894 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/usc-channel-impl-1.0.1-SNAPSHOT-client.pem 2015-11-06 03:18:05.894 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/usc-channel-impl-1.0.1-SNAPSHOT-clientkey.pem 2015-11-06 03:18:05.895 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/usc-channel-impl-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.895 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/usc-channel-impl-1.0.1-SNAPSHOT-rootCA.pem 2015-11-06 03:18:05.895 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/usc-channel-impl-1.0.1-SNAPSHOT-usc.properties 2015-11-06 03:18:05.897 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/1.0.1-SNAPSHOT/usc-channel-impl-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.897 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-impl/maven-metadata-local.xml 2015-11-06 03:18:05.898 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-ui/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.898 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-ui/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.898 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-ui/1.0.1-SNAPSHOT/usc-channel-ui-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.898 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-channel-ui/maven-metadata-local.xml 2015-11-06 03:18:05.899 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-features/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.900 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-features/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.900 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-features/1.0.1-SNAPSHOT/usc-features-1.0.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.901 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-features/maven-metadata-local.xml 2015-11-06 03:18:05.901 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-netconf-client-dispatcher/1.0.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.901 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-netconf-client-dispatcher/1.0.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.902 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-netconf-client-dispatcher/1.0.1-SNAPSHOT/usc-netconf-client-dispatcher-1.0.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.902 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-netconf-client-dispatcher/1.0.1-SNAPSHOT/usc-netconf-client-dispatcher-1.0.1-SNAPSHOT.jar 2015-11-06 03:18:05.902 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/usc/usc-netconf-client-dispatcher/maven-metadata-local.xml 2015-11-06 03:18:05.903 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.903 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-api/0.1.1-SNAPSHOT/bgpmanager-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.903 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.904 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-api/maven-metadata-local.xml 2015-11-06 03:18:05.904 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.904 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-impl/0.1.1-SNAPSHOT/bgpmanager-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.905 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-impl/0.1.1-SNAPSHOT/bgpmanager-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.906 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.906 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/bgpmanager-impl/maven-metadata-local.xml 2015-11-06 03:18:05.906 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.907 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-api/0.1.1-SNAPSHOT/fibmanager-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.907 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.907 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-api/maven-metadata-local.xml 2015-11-06 03:18:05.908 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.908 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-impl/0.1.1-SNAPSHOT/fibmanager-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.908 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-impl/0.1.1-SNAPSHOT/fibmanager-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.909 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.909 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/fibmanager-impl/maven-metadata-local.xml 2015-11-06 03:18:05.909 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.910 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-api/0.1.1-SNAPSHOT/idmanager-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.910 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.910 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-api/maven-metadata-local.xml 2015-11-06 03:18:05.911 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.911 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-impl/0.1.1-SNAPSHOT/idmanager-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.911 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-impl/0.1.1-SNAPSHOT/idmanager-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.912 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.912 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/idmanager-impl/maven-metadata-local.xml 2015-11-06 03:18:05.912 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.912 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-api/0.1.1-SNAPSHOT/interfacemgr-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.913 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.913 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-api/maven-metadata-local.xml 2015-11-06 03:18:05.913 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.914 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-impl/0.1.1-SNAPSHOT/interfacemgr-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.914 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-impl/0.1.1-SNAPSHOT/interfacemgr-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.914 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.915 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/interfacemgr-impl/maven-metadata-local.xml 2015-11-06 03:18:05.915 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.915 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.916 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-api/0.1.1-SNAPSHOT/mdsalutil-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.916 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-api/maven-metadata-local.xml 2015-11-06 03:18:05.916 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.917 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.917 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-impl/0.1.1-SNAPSHOT/mdsalutil-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.917 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-impl/0.1.1-SNAPSHOT/mdsalutil-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.918 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/mdsalutil-impl/maven-metadata-local.xml 2015-11-06 03:18:05.918 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/model-bgp/2013.07.15.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.918 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/model-bgp/2013.07.15.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.924 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/model-bgp/2013.07.15.7.1-SNAPSHOT/model-bgp-2013.07.15.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.924 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/model-bgp/maven-metadata-local.xml 2015-11-06 03:18:05.925 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.925 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.926 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-api/0.1.1-SNAPSHOT/nexthopmgr-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.927 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-api/maven-metadata-local.xml 2015-11-06 03:18:05.927 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.927 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.928 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-impl/0.1.1-SNAPSHOT/nexthopmgr-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.928 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-impl/0.1.1-SNAPSHOT/nexthopmgr-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.928 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/nexthopmgr-impl/maven-metadata-local.xml 2015-11-06 03:18:05.929 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-api/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.929 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-api/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.931 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-api/0.1.1-SNAPSHOT/vpnmanager-api-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.931 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-api/maven-metadata-local.xml 2015-11-06 03:18:05.932 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-impl/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.932 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-impl/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.932 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-impl/0.1.1-SNAPSHOT/vpnmanager-impl-0.1.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.933 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-impl/0.1.1-SNAPSHOT/vpnmanager-impl-0.1.1-SNAPSHOT.jar 2015-11-06 03:18:05.933 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnmanager-impl/maven-metadata-local.xml 2015-11-06 03:18:05.933 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnservice-features/0.1.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.934 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnservice-features/0.1.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.934 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnservice-features/0.1.1-SNAPSHOT/vpnservice-features-0.1.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.934 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vpnservice/vpnservice-features/maven-metadata-local.xml 2015-11-06 03:18:05.935 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/features-vtn-manager/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.935 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/features-vtn-manager/0.3.1-SNAPSHOT/features-vtn-manager-0.3.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.935 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/features-vtn-manager/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.936 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/features-vtn-manager/maven-metadata-local.xml 2015-11-06 03:18:05.936 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.config/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.936 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.config/0.3.1-SNAPSHOT/manager.config-0.3.1-SNAPSHOT-config.xml 2015-11-06 03:18:05.937 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.config/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.937 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.config/maven-metadata-local.xml 2015-11-06 03:18:05.937 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.implementation/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.948 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.implementation/0.3.1-SNAPSHOT/manager.implementation-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.948 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.implementation/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.949 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.implementation/maven-metadata-local.xml 2015-11-06 03:18:05.949 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.model/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.958 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.model/0.3.1-SNAPSHOT/manager.model-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.959 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.model/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.959 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.model/maven-metadata-local.xml 2015-11-06 03:18:05.960 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.neutron/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.960 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.neutron/0.3.1-SNAPSHOT/manager.neutron-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.960 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.neutron/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.961 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.neutron/maven-metadata-local.xml 2015-11-06 03:18:05.961 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.northbound/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.961 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.northbound/0.3.1-SNAPSHOT/manager.northbound-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.962 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.northbound/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.962 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager.northbound/maven-metadata-local.xml 2015-11-06 03:18:05.962 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager/0.3.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.963 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager/0.3.1-SNAPSHOT/manager-0.3.1-SNAPSHOT.jar 2015-11-06 03:18:05.963 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager/0.3.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.963 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/vtn/manager/maven-metadata-local.xml 2015-11-06 03:18:05.964 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-data-codec/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.965 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-data-codec/0.7.1-SNAPSHOT/binding-data-codec-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.965 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-data-codec/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.965 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-data-codec/maven-metadata-local.xml 2015-11-06 03:18:05.966 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-api/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.966 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-api/0.7.1-SNAPSHOT/binding-generator-api-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.966 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-api/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.967 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-api/maven-metadata-local.xml 2015-11-06 03:18:05.967 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-impl/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.970 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-impl/0.7.1-SNAPSHOT/binding-generator-impl-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.970 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-impl/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.971 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-impl/maven-metadata-local.xml 2015-11-06 03:18:05.971 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-spi/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.971 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-spi/0.7.1-SNAPSHOT/binding-generator-spi-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.972 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-spi/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.972 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-spi/maven-metadata-local.xml 2015-11-06 03:18:05.972 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-util/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.972 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-util/0.7.1-SNAPSHOT/binding-generator-util-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.973 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-util/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.973 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-generator-util/maven-metadata-local.xml 2015-11-06 03:18:05.973 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-model-api/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.974 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-model-api/0.7.1-SNAPSHOT/binding-model-api-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.974 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-model-api/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.974 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-model-api/maven-metadata-local.xml 2015-11-06 03:18:05.975 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-type-provider/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.975 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-type-provider/0.7.1-SNAPSHOT/binding-type-provider-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.975 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-type-provider/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.976 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/binding-type-provider/maven-metadata-local.xml 2015-11-06 03:18:05.976 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/concepts/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.976 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/concepts/0.7.1-SNAPSHOT/concepts-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.977 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/concepts/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.977 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/concepts/maven-metadata-local.xml 2015-11-06 03:18:05.977 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/features-yangtools/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.978 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/features-yangtools/0.7.1-SNAPSHOT/features-yangtools-0.7.1-SNAPSHOT-features.xml 2015-11-06 03:18:05.978 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/features-yangtools/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.978 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/features-yangtools/maven-metadata-local.xml 2015-11-06 03:18:05.979 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/iana-if-type-2014-05-08/2014.05.08.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.979 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/iana-if-type-2014-05-08/2014.05.08.7.1-SNAPSHOT/iana-if-type-2014-05-08-2014.05.08.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.979 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/iana-if-type-2014-05-08/2014.05.08.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.980 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/iana-if-type-2014-05-08/maven-metadata-local.xml 2015-11-06 03:18:05.980 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-inet-types/2010.09.24.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.980 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-inet-types/2010.09.24.7.1-SNAPSHOT/ietf-inet-types-2010.09.24.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.982 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-inet-types/2010.09.24.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.982 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-inet-types/maven-metadata-local.xml 2015-11-06 03:18:05.982 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-interfaces/2014.05.08.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.983 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-interfaces/2014.05.08.7.1-SNAPSHOT/ietf-interfaces-2014.05.08.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.983 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-interfaces/2014.05.08.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.983 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-interfaces/maven-metadata-local.xml 2015-11-06 03:18:05.984 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-restconf/2013.10.19.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.984 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-restconf/2013.10.19.7.1-SNAPSHOT/ietf-restconf-2013.10.19.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.984 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-restconf/2013.10.19.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.985 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-restconf/maven-metadata-local.xml 2015-11-06 03:18:05.985 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-ted/2013.10.21.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.985 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-ted/2013.10.21.7.1-SNAPSHOT/ietf-ted-2013.10.21.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.986 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-ted/2013.10.21.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.986 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-ted/maven-metadata-local.xml 2015-11-06 03:18:05.986 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-isis/2013.10.21.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.987 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-isis/2013.10.21.7.1-SNAPSHOT/ietf-topology-isis-2013.10.21.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.987 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-isis/2013.10.21.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.988 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-isis/maven-metadata-local.xml 2015-11-06 03:18:05.988 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-l3-unicast-igp/2013.10.21.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.990 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-l3-unicast-igp/2013.10.21.7.1-SNAPSHOT/ietf-topology-l3-unicast-igp-2013.10.21.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.991 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-l3-unicast-igp/2013.10.21.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.991 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-l3-unicast-igp/maven-metadata-local.xml 2015-11-06 03:18:05.991 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-ospf/2013.10.21.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.993 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-ospf/2013.10.21.7.1-SNAPSHOT/ietf-topology-ospf-2013.10.21.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.993 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-ospf/2013.10.21.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.994 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology-ospf/maven-metadata-local.xml 2015-11-06 03:18:05.994 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology/2013.10.21.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.996 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology/2013.10.21.7.1-SNAPSHOT/ietf-topology-2013.10.21.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.996 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology/2013.10.21.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.996 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-topology/maven-metadata-local.xml 2015-11-06 03:18:05.997 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types-20130715/2013.07.15.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.997 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types-20130715/2013.07.15.7.1-SNAPSHOT/ietf-yang-types-20130715-2013.07.15.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.997 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types-20130715/2013.07.15.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.998 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types-20130715/maven-metadata-local.xml 2015-11-06 03:18:05.998 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types/2010.09.24.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:05.998 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types/2010.09.24.7.1-SNAPSHOT/ietf-yang-types-2010.09.24.7.1-SNAPSHOT.jar 2015-11-06 03:18:05.999 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types/2010.09.24.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:05.999 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/ietf-yang-types/maven-metadata-local.xml 2015-11-06 03:18:06.000 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/opendaylight-l2-types/2013.08.27.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.000 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/opendaylight-l2-types/2013.08.27.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.000 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/opendaylight-l2-types/2013.08.27.7.1-SNAPSHOT/opendaylight-l2-types-2013.08.27.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.001 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/opendaylight-l2-types/maven-metadata-local.xml 2015-11-06 03:18:06.001 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/yang-ext/2013.09.07.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.001 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/yang-ext/2013.09.07.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.002 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/yang-ext/2013.09.07.7.1-SNAPSHOT/yang-ext-2013.09.07.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.002 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/model/yang-ext/maven-metadata-local.xml 2015-11-06 03:18:06.002 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-api/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.003 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-api/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.003 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-api/0.7.1-SNAPSHOT/object-cache-api-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.003 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-api/maven-metadata-local.xml 2015-11-06 03:18:06.004 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-guava/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.004 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-guava/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.004 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-guava/0.7.1-SNAPSHOT/object-cache-guava-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.005 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-guava/maven-metadata-local.xml 2015-11-06 03:18:06.005 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-noop/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.005 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-noop/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.005 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-noop/0.7.1-SNAPSHOT/object-cache-noop-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.006 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/object-cache-noop/maven-metadata-local.xml 2015-11-06 03:18:06.006 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-api/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.006 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-api/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.007 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-api/0.7.1-SNAPSHOT/restconf-client-api-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.008 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-api/maven-metadata-local.xml 2015-11-06 03:18:06.008 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-impl/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.009 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-impl/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.009 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-impl/0.7.1-SNAPSHOT/restconf-client-impl-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.009 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-client-impl/maven-metadata-local.xml 2015-11-06 03:18:06.010 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-common/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.010 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-common/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.010 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-common/0.7.1-SNAPSHOT/restconf-common-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.011 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/restconf-common/maven-metadata-local.xml 2015-11-06 03:18:06.011 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/thirdparty/antlr4-runtime-osgi-nohead/4.0/_remote.repositories 2015-11-06 03:18:06.011 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/thirdparty/antlr4-runtime-osgi-nohead/4.0/antlr4-runtime-osgi-nohead-4.0.jar 2015-11-06 03:18:06.012 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/thirdparty/antlr4-runtime-osgi-nohead/maven-metadata-local.xml 2015-11-06 03:18:06.012 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/util/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.012 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/util/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.013 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/util/0.7.1-SNAPSHOT/util-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.013 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/util/maven-metadata-local.xml 2015-11-06 03:18:06.013 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-binding/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.014 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-binding/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.014 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-binding/0.7.1-SNAPSHOT/yang-binding-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.014 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-binding/maven-metadata-local.xml 2015-11-06 03:18:06.015 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-common/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.015 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-common/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.015 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-common/0.7.1-SNAPSHOT/yang-common-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.016 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-common/maven-metadata-local.xml 2015-11-06 03:18:06.016 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-api/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.016 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-api/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.017 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-api/0.7.1-SNAPSHOT/yang-data-api-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.017 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-api/maven-metadata-local.xml 2015-11-06 03:18:06.017 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-codec-gson/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.018 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-codec-gson/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.018 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-codec-gson/0.7.1-SNAPSHOT/yang-data-codec-gson-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.018 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-codec-gson/maven-metadata-local.xml 2015-11-06 03:18:06.018 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-impl/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.019 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-impl/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.019 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-impl/0.7.1-SNAPSHOT/yang-data-impl-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.019 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-impl/maven-metadata-local.xml 2015-11-06 03:18:06.020 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-operations/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.020 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-operations/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.020 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-operations/0.7.1-SNAPSHOT/yang-data-operations-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.021 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-operations/maven-metadata-local.xml 2015-11-06 03:18:06.021 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-util/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.021 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-util/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.022 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-util/0.7.1-SNAPSHOT/yang-data-util-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.022 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-data-util/maven-metadata-local.xml 2015-11-06 03:18:06.022 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-api/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.023 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-api/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.023 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-api/0.7.1-SNAPSHOT/yang-model-api-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.023 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-api/maven-metadata-local.xml 2015-11-06 03:18:06.024 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-export/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.024 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-export/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.024 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-export/0.7.1-SNAPSHOT/yang-model-export-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.025 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-export/maven-metadata-local.xml 2015-11-06 03:18:06.025 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-util/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.025 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-util/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.026 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-util/0.7.1-SNAPSHOT/yang-model-util-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.026 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-model-util/maven-metadata-local.xml 2015-11-06 03:18:06.026 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-api/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.027 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-api/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.027 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-api/0.7.1-SNAPSHOT/yang-parser-api-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.027 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-api/maven-metadata-local.xml 2015-11-06 03:18:06.028 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-impl/0.7.1-SNAPSHOT/_remote.repositories 2015-11-06 03:18:06.028 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-impl/0.7.1-SNAPSHOT/maven-metadata-local.xml 2015-11-06 03:18:06.036 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-impl/0.7.1-SNAPSHOT/yang-parser-impl-0.7.1-SNAPSHOT.jar 2015-11-06 03:18:06.036 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/opendaylight/yangtools/yang-parser-impl/maven-metadata-local.xml 2015-11-06 03:18:06.036 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-lang/1.4.0/_remote.repositories 2015-11-06 03:18:06.037 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-lang/1.4.0/ops4j-base-lang-1.4.0.jar 2015-11-06 03:18:06.037 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-lang/1.5.0/_remote.repositories 2015-11-06 03:18:06.037 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.jar 2015-11-06 03:18:06.038 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-lang/maven-metadata-local.xml 2015-11-06 03:18:06.038 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-monitors/1.4.0/_remote.repositories 2015-11-06 03:18:06.038 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-monitors/1.4.0/ops4j-base-monitors-1.4.0.jar 2015-11-06 03:18:06.038 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-monitors/maven-metadata-local.xml 2015-11-06 03:18:06.039 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-net/1.4.0/_remote.repositories 2015-11-06 03:18:06.039 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-net/1.4.0/ops4j-base-net-1.4.0.jar 2015-11-06 03:18:06.039 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-net/maven-metadata-local.xml 2015-11-06 03:18:06.040 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-spi/1.5.0/_remote.repositories 2015-11-06 03:18:06.040 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.jar 2015-11-06 03:18:06.041 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-spi/maven-metadata-local.xml 2015-11-06 03:18:06.041 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-util-property/1.4.0/_remote.repositories 2015-11-06 03:18:06.041 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-util-property/1.4.0/ops4j-base-util-property-1.4.0.jar 2015-11-06 03:18:06.042 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/base/ops4j-base-util-property/maven-metadata-local.xml 2015-11-06 03:18:06.042 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/cdi/pax-cdi-features/0.11.0/_remote.repositories 2015-11-06 03:18:06.042 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/cdi/pax-cdi-features/0.11.0/pax-cdi-features-0.11.0-features.xml 2015-11-06 03:18:06.043 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/cdi/pax-cdi-features/maven-metadata-local.xml 2015-11-06 03:18:06.043 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-config/0.5.0/_remote.repositories 2015-11-06 03:18:06.043 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-config/0.5.0/pax-jdbc-config-0.5.0.jar 2015-11-06 03:18:06.044 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-config/maven-metadata-local.xml 2015-11-06 03:18:06.044 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-derby/0.5.0/_remote.repositories 2015-11-06 03:18:06.044 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-derby/0.5.0/pax-jdbc-derby-0.5.0.jar 2015-11-06 03:18:06.045 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-derby/maven-metadata-local.xml 2015-11-06 03:18:06.045 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-features/0.5.0/_remote.repositories 2015-11-06 03:18:06.045 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-features/0.5.0/pax-jdbc-features-0.5.0-features.xml 2015-11-06 03:18:06.046 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-features/maven-metadata-local.xml 2015-11-06 03:18:06.046 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mariadb/0.5.0/_remote.repositories 2015-11-06 03:18:06.046 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mariadb/0.5.0/pax-jdbc-mariadb-0.5.0.jar 2015-11-06 03:18:06.046 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mariadb/maven-metadata-local.xml 2015-11-06 03:18:06.047 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mysql/0.5.0/_remote.repositories 2015-11-06 03:18:06.047 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mysql/0.5.0/pax-jdbc-mysql-0.5.0.jar 2015-11-06 03:18:06.047 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-mysql/maven-metadata-local.xml 2015-11-06 03:18:06.048 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-oracle/0.5.0/_remote.repositories 2015-11-06 03:18:06.048 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-oracle/0.5.0/pax-jdbc-oracle-0.5.0.jar 2015-11-06 03:18:06.048 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-oracle/maven-metadata-local.xml 2015-11-06 03:18:06.049 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/0.5.0/_remote.repositories 2015-11-06 03:18:06.049 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/0.5.0/pax-jdbc-pool-aries-0.5.0.jar 2015-11-06 03:18:06.049 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/maven-metadata-local.xml 2015-11-06 03:18:06.050 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/0.5.0/_remote.repositories 2015-11-06 03:18:06.050 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/0.5.0/pax-jdbc-pool-dbcp2-0.5.0.jar 2015-11-06 03:18:06.050 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/maven-metadata-local.xml 2015-11-06 03:18:06.050 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-spec/0.5.0/_remote.repositories 2015-11-06 03:18:06.051 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-spec/0.5.0/pax-jdbc-spec-0.5.0.jar 2015-11-06 03:18:06.051 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-spec/maven-metadata-local.xml 2015-11-06 03:18:06.051 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-sqlite/0.5.0/_remote.repositories 2015-11-06 03:18:06.052 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-sqlite/0.5.0/pax-jdbc-sqlite-0.5.0.jar 2015-11-06 03:18:06.052 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc-sqlite/maven-metadata-local.xml 2015-11-06 03:18:06.052 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc/0.5.0/_remote.repositories 2015-11-06 03:18:06.053 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc/0.5.0/pax-jdbc-0.5.0.jar 2015-11-06 03:18:06.053 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/jdbc/pax-jdbc/maven-metadata-local.xml 2015-11-06 03:18:06.054 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/logging/pax-logging-api/1.8.1/pax-logging-api-1.8.1.jar 2015-11-06 03:18:06.054 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/logging/pax-logging-service/1.8.1/pax-logging-service-1.8.1.jar 2015-11-06 03:18:06.054 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-bnd/1.7.0/_remote.repositories 2015-11-06 03:18:06.055 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-bnd/1.7.0/pax-swissbox-bnd-1.7.0.jar 2015-11-06 03:18:06.055 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-bnd/maven-metadata-local.xml 2015-11-06 03:18:06.055 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-core/1.7.0/_remote.repositories 2015-11-06 03:18:06.056 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-core/1.7.0/pax-swissbox-core-1.7.0.jar 2015-11-06 03:18:06.056 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.0/_remote.repositories 2015-11-06 03:18:06.056 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.0/pax-swissbox-core-1.8.0.jar 2015-11-06 03:18:06.056 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-core/maven-metadata-local.xml 2015-11-06 03:18:06.057 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.0/_remote.repositories 2015-11-06 03:18:06.057 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.0/pax-swissbox-extender-1.8.0.jar 2015-11-06 03:18:06.057 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-extender/maven-metadata-local.xml 2015-11-06 03:18:06.058 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.0/_remote.repositories 2015-11-06 03:18:06.058 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.0/pax-swissbox-lifecycle-1.8.0.jar 2015-11-06 03:18:06.058 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/maven-metadata-local.xml 2015-11-06 03:18:06.059 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-property/1.7.0/_remote.repositories 2015-11-06 03:18:06.059 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-property/1.7.0/pax-swissbox-property-1.7.0.jar 2015-11-06 03:18:06.059 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/swissbox/pax-swissbox-property/maven-metadata-local.xml 2015-11-06 03:18:06.078 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-aether/2.3.0/pax-url-aether-2.3.0.jar 2015-11-06 03:18:06.078 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-commons/1.4.2/_remote.repositories 2015-11-06 03:18:06.078 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-commons/1.4.2/pax-url-commons-1.4.2.jar 2015-11-06 03:18:06.078 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-commons/maven-metadata-local.xml 2015-11-06 03:18:06.079 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-obr/2.3.0/_remote.repositories 2015-11-06 03:18:06.079 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-obr/2.3.0/pax-url-obr-2.3.0-uber.jar 2015-11-06 03:18:06.079 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-obr/maven-metadata-local.xml 2015-11-06 03:18:06.080 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-war/1.4.2/_remote.repositories 2015-11-06 03:18:06.080 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-war/1.4.2/pax-url-war-1.4.2.jar 2015-11-06 03:18:06.080 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-war/maven-metadata-local.xml 2015-11-06 03:18:06.090 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/url/pax-url-wrap/2.3.0/pax-url-wrap-2.3.0-uber.jar 2015-11-06 03:18:06.090 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-api/3.1.4/_remote.repositories 2015-11-06 03:18:06.090 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-api/3.1.4/pax-web-api-3.1.4.jar 2015-11-06 03:18:06.091 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-api/maven-metadata-local.xml 2015-11-06 03:18:06.091 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-deployer/3.1.4/_remote.repositories 2015-11-06 03:18:06.091 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-deployer/3.1.4/pax-web-deployer-3.1.4.jar 2015-11-06 03:18:06.092 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-deployer/maven-metadata-local.xml 2015-11-06 03:18:06.092 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-war/3.1.4/_remote.repositories 2015-11-06 03:18:06.092 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-war/3.1.4/pax-web-extender-war-3.1.4.jar 2015-11-06 03:18:06.093 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-war/maven-metadata-local.xml 2015-11-06 03:18:06.093 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-whiteboard/3.1.4/_remote.repositories 2015-11-06 03:18:06.094 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-whiteboard/3.1.4/pax-web-extender-whiteboard-3.1.4.jar 2015-11-06 03:18:06.094 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-extender-whiteboard/maven-metadata-local.xml 2015-11-06 03:18:06.094 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-features/3.1.4/_remote.repositories 2015-11-06 03:18:06.094 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-features/3.1.4/pax-web-features-3.1.4-features.xml 2015-11-06 03:18:06.095 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-features/3.1.4/pax-web-features-3.1.4-jettyconfig.xml 2015-11-06 03:18:06.095 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-features/maven-metadata-local.xml 2015-11-06 03:18:06.096 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jetty/3.1.4/_remote.repositories 2015-11-06 03:18:06.097 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jetty/3.1.4/pax-web-jetty-3.1.4.jar 2015-11-06 03:18:06.097 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jetty/maven-metadata-local.xml 2015-11-06 03:18:06.098 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jsp/3.1.4/_remote.repositories 2015-11-06 03:18:06.121 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jsp/3.1.4/pax-web-jsp-3.1.4.jar 2015-11-06 03:18:06.122 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-jsp/maven-metadata-local.xml 2015-11-06 03:18:06.122 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-runtime/3.1.4/_remote.repositories 2015-11-06 03:18:06.123 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-runtime/3.1.4/pax-web-runtime-3.1.4.jar 2015-11-06 03:18:06.123 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-runtime/maven-metadata-local.xml 2015-11-06 03:18:06.124 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-spi/3.1.4/_remote.repositories 2015-11-06 03:18:06.125 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-spi/3.1.4/pax-web-spi-3.1.4.jar 2015-11-06 03:18:06.125 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ops4j/pax/web/pax-web-spi/maven-metadata-local.xml 2015-11-06 03:18:06.126 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.compendium/5.0.0/_remote.repositories 2015-11-06 03:18:06.130 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar 2015-11-06 03:18:06.131 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.compendium/maven-metadata-local.xml 2015-11-06 03:18:06.132 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.core/5.0.0/_remote.repositories 2015-11-06 03:18:06.134 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar 2015-11-06 03:18:06.135 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/osgi/org.osgi.core/maven-metadata-local.xml 2015-11-06 03:18:06.136 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/4.0/_remote.repositories 2015-11-06 03:18:06.136 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/4.0/asm-all-4.0.jar 2015-11-06 03:18:06.137 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/4.1/_remote.repositories 2015-11-06 03:18:06.139 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/4.1/asm-all-4.1.jar 2015-11-06 03:18:06.139 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/5.0.2/_remote.repositories 2015-11-06 03:18:06.141 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/5.0.2/asm-all-5.0.2.jar 2015-11-06 03:18:06.142 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/5.0.3/_remote.repositories 2015-11-06 03:18:06.143 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar 2015-11-06 03:18:06.144 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/ow2/asm/asm-all/maven-metadata-local.xml 2015-11-06 03:18:06.144 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/postgresql/postgresql/9.4-1200-jdbc41/_remote.repositories 2015-11-06 03:18:06.150 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/postgresql/postgresql/9.4-1200-jdbc41/postgresql-9.4-1200-jdbc41.jar 2015-11-06 03:18:06.150 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/postgresql/postgresql/maven-metadata-local.xml 2015-11-06 03:18:06.151 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-library/2.10.4/_remote.repositories 2015-11-06 03:18:06.209 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.jar 2015-11-06 03:18:06.210 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-library/maven-metadata-local.xml 2015-11-06 03:18:06.211 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-reflect/2.10.4/_remote.repositories 2015-11-06 03:18:06.235 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-reflect/2.10.4/scala-reflect-2.10.4.jar 2015-11-06 03:18:06.236 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/scala-lang/scala-reflect/maven-metadata-local.xml 2015-11-06 03:18:06.236 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-api/1.7.2/_remote.repositories 2015-11-06 03:18:06.236 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar 2015-11-06 03:18:06.238 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar 2015-11-06 03:18:06.238 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-api/maven-metadata-local.xml 2015-11-06 03:18:06.239 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-jdk14/1.7.2/_remote.repositories 2015-11-06 03:18:06.239 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-jdk14/1.7.2/slf4j-jdk14-1.7.2.jar 2015-11-06 03:18:06.239 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-jdk14/maven-metadata-local.xml 2015-11-06 03:18:06.239 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-nop/1.7.2/_remote.repositories 2015-11-06 03:18:06.240 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-nop/1.7.2/slf4j-nop-1.7.2.jar 2015-11-06 03:18:06.240 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-nop/maven-metadata-local.xml 2015-11-06 03:18:06.240 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-simple/1.7.2/_remote.repositories 2015-11-06 03:18:06.241 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-simple/1.7.2/slf4j-simple-1.7.2.jar 2015-11-06 03:18:06.241 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/slf4j/slf4j-simple/maven-metadata-local.xml 2015-11-06 03:18:06.241 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.aop/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.243 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.aop/3.1.3.RELEASE/org.springframework.aop-3.1.3.RELEASE.jar 2015-11-06 03:18:06.243 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.aop/maven-metadata-local.xml 2015-11-06 03:18:06.244 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.asm/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.244 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.asm/3.1.3.RELEASE/org.springframework.asm-3.1.3.RELEASE.jar 2015-11-06 03:18:06.244 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.asm/maven-metadata-local.xml 2015-11-06 03:18:06.245 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.beans/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.249 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.beans/3.1.3.RELEASE/org.springframework.beans-3.1.3.RELEASE.jar 2015-11-06 03:18:06.250 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.beans/maven-metadata-local.xml 2015-11-06 03:18:06.250 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context.support/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context.support/3.1.3.RELEASE/org.springframework.context.support-3.1.3.RELEASE.jar 2015-11-06 03:18:06.251 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context.support/maven-metadata-local.xml 2015-11-06 03:18:06.252 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.258 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context/3.1.3.RELEASE/org.springframework.context-3.1.3.RELEASE.jar 2015-11-06 03:18:06.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.context/maven-metadata-local.xml 2015-11-06 03:18:06.259 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.core/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.263 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.core/3.1.3.RELEASE/org.springframework.core-3.1.3.RELEASE.jar 2015-11-06 03:18:06.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.core/maven-metadata-local.xml 2015-11-06 03:18:06.264 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.expression/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.265 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.expression/3.1.3.RELEASE/org.springframework.expression-3.1.3.RELEASE.jar 2015-11-06 03:18:06.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.expression/maven-metadata-local.xml 2015-11-06 03:18:06.266 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.transaction/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.268 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.transaction/3.1.3.RELEASE/org.springframework.transaction-3.1.3.RELEASE.jar 2015-11-06 03:18:06.269 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.transaction/maven-metadata-local.xml 2015-11-06 03:18:06.269 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web.servlet/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.273 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web.servlet/3.1.3.RELEASE/org.springframework.web.servlet-3.1.3.RELEASE.jar 2015-11-06 03:18:06.274 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web.servlet/maven-metadata-local.xml 2015-11-06 03:18:06.274 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.278 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web/3.1.3.RELEASE/org.springframework.web-3.1.3.RELEASE.jar 2015-11-06 03:18:06.279 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/org.springframework.web/maven-metadata-local.xml 2015-11-06 03:18:06.279 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-annotation/1.2.1/_remote.repositories 2015-11-06 03:18:06.280 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-annotation/1.2.1/spring-osgi-annotation-1.2.1.jar 2015-11-06 03:18:06.281 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-annotation/maven-metadata-local.xml 2015-11-06 03:18:06.282 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-core/1.2.1/_remote.repositories 2015-11-06 03:18:06.283 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-core/1.2.1/spring-osgi-core-1.2.1.jar 2015-11-06 03:18:06.284 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-core/maven-metadata-local.xml 2015-11-06 03:18:06.284 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-extender/1.2.1/_remote.repositories 2015-11-06 03:18:06.285 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-extender/1.2.1/spring-osgi-extender-1.2.1.jar 2015-11-06 03:18:06.286 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-extender/maven-metadata-local.xml 2015-11-06 03:18:06.286 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-io/1.2.1/_remote.repositories 2015-11-06 03:18:06.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-io/1.2.1/spring-osgi-io-1.2.1.jar 2015-11-06 03:18:06.287 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-io/maven-metadata-local.xml 2015-11-06 03:18:06.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-web/1.2.1/_remote.repositories 2015-11-06 03:18:06.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-web/1.2.1/spring-osgi-web-1.2.1.jar 2015-11-06 03:18:06.288 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/osgi/spring-osgi-web/maven-metadata-local.xml 2015-11-06 03:18:06.289 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-acl/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-acl/3.1.4.RELEASE/spring-security-acl-3.1.4.RELEASE.jar 2015-11-06 03:18:06.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-acl/maven-metadata-local.xml 2015-11-06 03:18:06.290 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-config/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-config/3.1.3.RELEASE/spring-security-config-3.1.3.RELEASE.jar 2015-11-06 03:18:06.291 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-config/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.293 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-config/3.1.4.RELEASE/spring-security-config-3.1.4.RELEASE.jar 2015-11-06 03:18:06.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-config/maven-metadata-local.xml 2015-11-06 03:18:06.294 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-core/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.296 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-core/3.1.3.RELEASE/spring-security-core-3.1.3.RELEASE.jar 2015-11-06 03:18:06.297 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-core/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-core/3.1.4.RELEASE/spring-security-core-3.1.4.RELEASE.jar 2015-11-06 03:18:06.300 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-core/maven-metadata-local.xml 2015-11-06 03:18:06.301 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-taglibs/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.302 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-taglibs/3.1.3.RELEASE/spring-security-taglibs-3.1.3.RELEASE.jar 2015-11-06 03:18:06.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-taglibs/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.303 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-taglibs/3.1.4.RELEASE/spring-security-taglibs-3.1.4.RELEASE.jar 2015-11-06 03:18:06.304 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-taglibs/maven-metadata-local.xml 2015-11-06 03:18:06.305 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-web/3.1.3.RELEASE/_remote.repositories 2015-11-06 03:18:06.305 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-web/3.1.3.RELEASE/spring-security-web-3.1.3.RELEASE.jar 2015-11-06 03:18:06.306 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-web/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.307 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-web/3.1.4.RELEASE/spring-security-web-3.1.4.RELEASE.jar 2015-11-06 03:18:06.308 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/security/spring-security-web/maven-metadata-local.xml 2015-11-06 03:18:06.308 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aop/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.311 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aop/3.1.4.RELEASE/spring-aop-3.1.4.RELEASE.jar 2015-11-06 03:18:06.311 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aop/maven-metadata-local.xml 2015-11-06 03:18:06.312 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-asm/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.313 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-asm/3.1.4.RELEASE/spring-asm-3.1.4.RELEASE.jar 2015-11-06 03:18:06.315 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-asm/maven-metadata-local.xml 2015-11-06 03:18:06.315 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aspects/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.316 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aspects/3.1.4.RELEASE/spring-aspects-3.1.4.RELEASE.jar 2015-11-06 03:18:06.316 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-aspects/maven-metadata-local.xml 2015-11-06 03:18:06.317 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-beans/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.319 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-beans/3.1.4.RELEASE/spring-beans-3.1.4.RELEASE.jar 2015-11-06 03:18:06.320 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-beans/maven-metadata-local.xml 2015-11-06 03:18:06.321 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context-support/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.321 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context-support/3.1.4.RELEASE/spring-context-support-3.1.4.RELEASE.jar 2015-11-06 03:18:06.322 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context-support/maven-metadata-local.xml 2015-11-06 03:18:06.323 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.328 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context/3.1.4.RELEASE/spring-context-3.1.4.RELEASE.jar 2015-11-06 03:18:06.329 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-context/maven-metadata-local.xml 2015-11-06 03:18:06.330 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-core/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.334 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-core/3.1.4.RELEASE/spring-core-3.1.4.RELEASE.jar 2015-11-06 03:18:06.335 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-core/maven-metadata-local.xml 2015-11-06 03:18:06.336 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-expression/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.337 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-expression/3.1.4.RELEASE/spring-expression-3.1.4.RELEASE.jar 2015-11-06 03:18:06.338 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-expression/maven-metadata-local.xml 2015-11-06 03:18:06.338 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-instrument/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.339 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-instrument/3.1.4.RELEASE/spring-instrument-3.1.4.RELEASE.jar 2015-11-06 03:18:06.340 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-instrument/maven-metadata-local.xml 2015-11-06 03:18:06.340 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jdbc/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.341 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jdbc/3.1.4.RELEASE/spring-jdbc-3.1.4.RELEASE.jar 2015-11-06 03:18:06.342 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jdbc/maven-metadata-local.xml 2015-11-06 03:18:06.343 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jms/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jms/3.1.4.RELEASE/spring-jms-3.1.4.RELEASE.jar 2015-11-06 03:18:06.344 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-jms/maven-metadata-local.xml 2015-11-06 03:18:06.345 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-orm/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.347 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-orm/3.1.4.RELEASE/spring-orm-3.1.4.RELEASE.jar 2015-11-06 03:18:06.348 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-orm/maven-metadata-local.xml 2015-11-06 03:18:06.349 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-oxm/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.349 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-oxm/3.1.4.RELEASE/spring-oxm-3.1.4.RELEASE.jar 2015-11-06 03:18:06.350 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-oxm/maven-metadata-local.xml 2015-11-06 03:18:06.351 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-struts/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.351 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-struts/3.1.4.RELEASE/spring-struts-3.1.4.RELEASE.jar 2015-11-06 03:18:06.352 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-struts/maven-metadata-local.xml 2015-11-06 03:18:06.353 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-test/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.353 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-test/3.1.4.RELEASE/spring-test-3.1.4.RELEASE.jar 2015-11-06 03:18:06.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-test/maven-metadata-local.xml 2015-11-06 03:18:06.354 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-tx/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.355 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-tx/3.1.4.RELEASE/spring-tx-3.1.4.RELEASE.jar 2015-11-06 03:18:06.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-tx/maven-metadata-local.xml 2015-11-06 03:18:06.356 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-web/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.361 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-web/3.1.4.RELEASE/spring-web-3.1.4.RELEASE.jar 2015-11-06 03:18:06.361 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-web/maven-metadata-local.xml 2015-11-06 03:18:06.362 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc-portlet/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.363 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc-portlet/3.1.4.RELEASE/spring-webmvc-portlet-3.1.4.RELEASE.jar 2015-11-06 03:18:06.364 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc-portlet/maven-metadata-local.xml 2015-11-06 03:18:06.364 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc/3.1.4.RELEASE/_remote.repositories 2015-11-06 03:18:06.368 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc/3.1.4.RELEASE/spring-webmvc-3.1.4.RELEASE.jar 2015-11-06 03:18:06.369 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/springframework/spring-webmvc/maven-metadata-local.xml 2015-11-06 03:18:06.370 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/uncommons/maths/uncommons-maths/1.2.2a/_remote.repositories 2015-11-06 03:18:06.370 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/uncommons/maths/uncommons-maths/1.2.2a/uncommons-maths-1.2.2a.jar 2015-11-06 03:18:06.371 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/uncommons/maths/uncommons-maths/maven-metadata-local.xml 2015-11-06 03:18:06.371 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/xerial/sqlite-jdbc/3.8.7/_remote.repositories 2015-11-06 03:18:06.396 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/xerial/sqlite-jdbc/3.8.7/sqlite-jdbc-3.8.7.jar 2015-11-06 03:18:06.396 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/org/xerial/sqlite-jdbc/maven-metadata-local.xml 2015-11-06 03:18:06.397 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/virgomirror/org.eclipse.jdt.core.compiler.batch/3.8.0.I20120518-2145/_remote.repositories 2015-11-06 03:18:06.410 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/virgomirror/org.eclipse.jdt.core.compiler.batch/3.8.0.I20120518-2145/org.eclipse.jdt.core.compiler.batch-3.8.0.I20120518-2145.jar 2015-11-06 03:18:06.411 | inflating: distribution-karaf-0.3.1-SNAPSHOT/system/virgomirror/org.eclipse.jdt.core.compiler.batch/maven-metadata-local.xml 2015-11-06 03:18:06.412 | inflating: distribution-karaf-0.3.1-SNAPSHOT/version.properties 2015-11-06 03:18:06.412 | creating: distribution-karaf-0.3.1-SNAPSHOT/bin/ 2015-11-06 03:18:06.413 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/client 2015-11-06 03:18:06.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/instance 2015-11-06 03:18:06.414 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/karaf 2015-11-06 03:18:06.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/setenv 2015-11-06 03:18:06.415 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/shell 2015-11-06 03:18:06.416 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/start 2015-11-06 03:18:06.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/status 2015-11-06 03:18:06.417 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/stop 2015-11-06 03:18:06.418 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/client.bat 2015-11-06 03:18:06.419 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/instance.bat 2015-11-06 03:18:06.419 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/karaf.bat 2015-11-06 03:18:06.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/setenv.bat 2015-11-06 03:18:06.420 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/shell.bat 2015-11-06 03:18:06.421 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/start.bat 2015-11-06 03:18:06.422 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/status.bat 2015-11-06 03:18:06.422 | inflating: distribution-karaf-0.3.1-SNAPSHOT/bin/stop.bat 2015-11-06 03:18:06.425 | Configuring OpenDaylight 2015-11-06 03:18:06.507 | Reading package lists... 2015-11-06 03:18:06.620 | Building dependency tree... 2015-11-06 03:18:06.623 | Reading state information... 2015-11-06 03:18:06.706 | fakeroot is already the newest version. 2015-11-06 03:18:06.706 | make is already the newest version. 2015-11-06 03:18:06.706 | openvswitch-switch is already the newest version. 2015-11-06 03:18:06.706 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:18:06.740 | Reading package lists... 2015-11-06 03:18:06.836 | Building dependency tree... 2015-11-06 03:18:06.839 | Reading state information... 2015-11-06 03:18:06.920 | fakeroot is already the newest version. 2015-11-06 03:18:06.920 | make is already the newest version. 2015-11-06 03:18:06.920 | openvswitch-switch is already the newest version. 2015-11-06 03:18:06.920 | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. 2015-11-06 03:18:07.280 | openvswitch-switch stop/waiting 2015-11-06 03:18:07.789 | openvswitch-switch start/running 2015-11-06 03:18:07.797 | + use_library_from_git python-openstackclient 2015-11-06 03:18:07.797 | + local name=python-openstackclient 2015-11-06 03:18:07.798 | + local enabled=1 2015-11-06 03:18:07.798 | + [[ ,, =~ ,python-openstackclient, ]] 2015-11-06 03:18:07.799 | + return 1 2015-11-06 03:18:07.799 | + pip_install_gr python-openstackclient 2015-11-06 03:18:07.799 | + local name=python-openstackclient 2015-11-06 03:18:07.800 | + local clean_name 2015-11-06 03:18:07.800 | ++ get_from_global_requirements python-openstackclient 2015-11-06 03:18:07.800 | ++ local package=python-openstackclient 2015-11-06 03:18:07.801 | ++ local required_pkg 2015-11-06 03:18:07.801 | +++ grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2015-11-06 03:18:07.802 | +++ cut -d# -f1 2015-11-06 03:18:07.803 | ++ required_pkg='python-openstackclient>=1.5.0' 2015-11-06 03:18:07.804 | ++ [[ python-openstackclient>=1.5.0 == '' ]] 2015-11-06 03:18:07.804 | ++ echo 'python-openstackclient>=1.5.0' 2015-11-06 03:18:07.805 | + clean_name='python-openstackclient>=1.5.0' 2015-11-06 03:18:07.806 | + pip_install 'python-openstackclient>=1.5.0' 2015-11-06 03:18:08.272 | + sudo -H http_proxy=http://proxy.ir.intel.com:911/ https_proxy=https://proxy.ir.intel.com:911/ no_proxy=/var/run/docker.sock,10.0.2.15,10.237.214.139,10.237.214.141,10.237.214.149,10.237.214.247,127.0.0.1,127.0.1.1,192.168.122.1,192.168.50.19,192.168.60.18,::1,fe00::0,ff00::0,ff02::1,ff02::2,ff02::3,fressi1,fressi2,fressi3,intel.com,ip6-allhosts,ip6-allnodes,ip6-allrouters,ip6-localhost,ip6-localnet,ip6-loopback,ip6-mcastprefix,localhost,node PIP_FIND_LINKS= /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'python-openstackclient>=1.5.0' 2015-11-06 03:18:08.787 | Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment 2015-11-06 03:18:08.874 | Requirement already satisfied (use --upgrade to upgrade): python-openstackclient===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2015-11-06 03:18:08.877 | Requirement already satisfied (use --upgrade to upgrade): requests===2.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) 2015-11-06 03:18:08.879 | Requirement already satisfied (use --upgrade to upgrade): six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) 2015-11-06 03:18:08.880 | Requirement already satisfied (use --upgrade to upgrade): stevedore===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2015-11-06 03:18:08.881 | Requirement already satisfied (use --upgrade to upgrade): cliff===1.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82)) 2015-11-06 03:18:08.882 | Requirement already satisfied (use --upgrade to upgrade): oslo.i18n===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2015-11-06 03:18:08.883 | Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2015-11-06 03:18:08.885 | Requirement already satisfied (use --upgrade to upgrade): Babel===2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2015-11-06 03:18:08.886 | Requirement already satisfied (use --upgrade to upgrade): python-neutronclient===3.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2015-11-06 03:18:08.887 | Requirement already satisfied (use --upgrade to upgrade): oslo.utils===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) 2015-11-06 03:18:08.889 | Requirement already satisfied (use --upgrade to upgrade): python-glanceclient===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2015-11-06 03:18:08.891 | Requirement already satisfied (use --upgrade to upgrade): python-novaclient===2.32.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272)) 2015-11-06 03:18:08.893 | Requirement already satisfied (use --upgrade to upgrade): oslo.config===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2015-11-06 03:18:08.894 | Requirement already satisfied (use --upgrade to upgrade): pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2015-11-06 03:18:08.895 | Requirement already satisfied (use --upgrade to upgrade): python-cinderclient===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) 2015-11-06 03:18:08.896 | Requirement already satisfied (use --upgrade to upgrade): os-client-config===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2015-11-06 03:18:08.898 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from stevedore===1.9.0->-c /opt/stack/requirements/upper-constraints.txt (line 314)) 2015-11-06 03:18:08.898 | Requirement already satisfied (use --upgrade to upgrade): cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) 2015-11-06 03:18:08.899 | Requirement already satisfied (use --upgrade to upgrade): pyparsing===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2015-11-06 03:18:08.900 | Requirement already satisfied (use --upgrade to upgrade): unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2015-11-06 03:18:08.900 | Requirement already satisfied (use --upgrade to upgrade): PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2015-11-06 03:18:08.901 | Requirement already satisfied (use --upgrade to upgrade): prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) 2015-11-06 03:18:08.901 | Requirement already satisfied (use --upgrade to upgrade): oslo.serialization===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) 2015-11-06 03:18:08.902 | Requirement already satisfied (use --upgrade to upgrade): netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2015-11-06 03:18:08.903 | Requirement already satisfied (use --upgrade to upgrade): debtcollector===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2015-11-06 03:18:08.904 | Requirement already satisfied (use --upgrade to upgrade): iso8601===0.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2015-11-06 03:18:08.905 | Requirement already satisfied (use --upgrade to upgrade): pytz===2015.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) 2015-11-06 03:18:08.906 | Requirement already satisfied (use --upgrade to upgrade): simplejson===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) 2015-11-06 03:18:08.907 | Requirement already satisfied (use --upgrade to upgrade): monotonic===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2015-11-06 03:18:08.908 | Requirement already satisfied (use --upgrade to upgrade): netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2015-11-06 03:18:08.909 | Requirement already satisfied (use --upgrade to upgrade): warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) 2015-11-06 03:18:08.911 | Requirement already satisfied (use --upgrade to upgrade): keystoneauth1===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2015-11-06 03:18:08.912 | Requirement already satisfied (use --upgrade to upgrade): appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2015-11-06 03:18:08.913 | Requirement already satisfied (use --upgrade to upgrade): msgpack-python===0.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) 2015-11-06 03:18:08.914 | Requirement already satisfied (use --upgrade to upgrade): wrapt===1.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) 2015-11-06 03:18:08.914 | Requirement already satisfied (use --upgrade to upgrade): jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2015-11-06 03:18:08.916 | Requirement already satisfied (use --upgrade to upgrade): jsonpatch===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2015-11-06 03:18:08.917 | Requirement already satisfied (use --upgrade to upgrade): functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) 2015-11-06 03:18:08.917 | Requirement already satisfied (use --upgrade to upgrade): jsonpointer===1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2015-11-06 03:18:09.109 | + local 'test_req=python-openstackclient>=1.5.0/test-requirements.txt' 2015-11-06 03:18:09.110 | + [[ -e python-openstackclient>=1.5.0/test-requirements.txt ]] 2015-11-06 03:18:09.110 | + time_stop pip_install 2015-11-06 03:18:09.111 | + local name 2015-11-06 03:18:09.111 | + local end_time 2015-11-06 03:18:09.112 | + local elpased_time 2015-11-06 03:18:09.112 | + local total 2015-11-06 03:18:09.112 | + local start_time 2015-11-06 03:18:09.113 | + name=pip_install 2015-11-06 03:18:09.113 | + start_time=1446779887 2015-11-06 03:18:09.114 | + [[ -z 1446779887 ]] 2015-11-06 03:18:09.114 | ++ date +%s 2015-11-06 03:18:09.115 | + end_time=1446779889 2015-11-06 03:18:09.115 | + elapsed_time=2 2015-11-06 03:18:09.116 | + total=439 2015-11-06 03:18:09.116 | + START_TIME[$name]= 2015-11-06 03:18:09.116 | + TOTAL_TIME[$name]=441 2015-11-06 03:18:09.117 | + [[ False = True ]] 2015-11-06 03:18:09.117 | + [[ False != \F\a\l\s\e ]] 2015-11-06 03:18:09.118 | + restart_rpc_backend 2015-11-06 03:18:09.118 | + is_service_enabled rabbit 2015-11-06 03:18:09.119 | + return 0 2015-11-06 03:18:09.119 | + echo_summary 'Starting RabbitMQ' 2015-11-06 03:18:09.120 | + [[ -t 3 ]] 2015-11-06 03:18:09.120 | + echo -e Starting RabbitMQ 2015-11-06 03:18:09.120 | + local i 2015-11-06 03:18:09.121 | ++ seq 20 2015-11-06 03:18:09.121 | + for i in '`seq 20`' 2015-11-06 03:18:09.122 | + local rc=0 2015-11-06 03:18:09.122 | + [[ 1 -eq 20 ]] 2015-11-06 03:18:09.123 | + [[ 1 == \0 ]] 2015-11-06 03:18:09.123 | + rabbit_setuser stackrabbit password 2015-11-06 03:18:09.124 | + local user=stackrabbit pass=password found= out= 2015-11-06 03:18:09.124 | ++ sudo rabbitmqctl list_users 2015-11-06 03:18:09.443 | + out='Listing users ... 2015-11-06 03:18:09.443 | guest [administrator]' 2015-11-06 03:18:09.444 | ++ echo 'Listing users ... 2015-11-06 03:18:09.444 | guest [administrator]' 2015-11-06 03:18:09.444 | ++ awk '$1 == user { print $1 }' user=stackrabbit 2015-11-06 03:18:09.447 | + found= 2015-11-06 03:18:09.447 | + '[' '' = stackrabbit ']' 2015-11-06 03:18:09.447 | + sudo rabbitmqctl add_user stackrabbit password 2015-11-06 03:18:09.803 | Creating user "stackrabbit" ... 2015-11-06 03:18:09.825 | + sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2015-11-06 03:18:10.232 | Setting permissions for user "stackrabbit" in vhost "/" ... 2015-11-06 03:18:10.242 | + '[' 0 -ne 0 ']' 2015-11-06 03:18:10.242 | + sudo rabbitmqctl change_password stackrabbit password 2015-11-06 03:18:10.825 | Changing password for user "stackrabbit" ... 2015-11-06 03:18:10.942 | + '[' 0 -ne 0 ']' 2015-11-06 03:18:10.943 | + break 2015-11-06 03:18:10.943 | + is_service_enabled n-cell 2015-11-06 03:18:10.950 | + return 1 2015-11-06 03:18:10.950 | + '[' -f /opt/stack/data/ca-bundle.pem ']' 2015-11-06 03:18:10.950 | + is_service_enabled mysql postgresql 2015-11-06 03:18:10.955 | + return 0 2015-11-06 03:18:10.957 | + configure_database 2015-11-06 03:18:10.957 | + configure_database_mysql 2015-11-06 03:18:10.957 | + local my_conf mysql slow_log 2015-11-06 03:18:10.958 | + echo_summary 'Configuring and starting MySQL' 2015-11-06 03:18:10.958 | + [[ -t 3 ]] 2015-11-06 03:18:10.958 | + echo -e Configuring and starting MySQL 2015-11-06 03:18:10.959 | + is_ubuntu 2015-11-06 03:18:10.959 | + [[ -z deb ]] 2015-11-06 03:18:10.959 | + '[' deb = deb ']' 2015-11-06 03:18:10.959 | + my_conf=/etc/mysql/my.cnf 2015-11-06 03:18:10.960 | + mysql=mysql 2015-11-06 03:18:10.960 | + is_fedora 2015-11-06 03:18:10.960 | + [[ -z Ubuntu ]] 2015-11-06 03:18:10.961 | + '[' Ubuntu = Fedora ']' 2015-11-06 03:18:10.961 | + '[' Ubuntu = 'Red Hat' ']' 2015-11-06 03:18:10.961 | + '[' Ubuntu = CentOS ']' 2015-11-06 03:18:10.961 | + '[' Ubuntu = OracleLinux ']' 2015-11-06 03:18:10.962 | + '[' Ubuntu = CloudLinux ']' 2015-11-06 03:18:10.962 | + is_suse 2015-11-06 03:18:10.962 | + [[ -z Ubuntu ]] 2015-11-06 03:18:10.963 | + '[' Ubuntu = openSUSE ']' 2015-11-06 03:18:10.963 | + '[' Ubuntu = 'SUSE LINUX' ']' 2015-11-06 03:18:10.963 | + is_ubuntu 2015-11-06 03:18:10.964 | + [[ -z deb ]] 2015-11-06 03:18:10.964 | + '[' deb = deb ']' 2015-11-06 03:18:10.964 | + sudo mysql -uroot -ppassword -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'' identified by '\''password'\'';' 2015-11-06 03:18:10.973 | + iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2015-11-06 03:18:11.005 | + iniset -sudo /etc/mysql/my.cnf mysqld sql_mode STRICT_ALL_TABLES 2015-11-06 03:18:11.039 | + iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2015-11-06 03:18:11.073 | + iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2015-11-06 03:18:11.105 | + iniset -sudo /etc/mysql/my.cnf mysqld query_cache_type OFF 2015-11-06 03:18:11.138 | + iniset -sudo /etc/mysql/my.cnf mysqld query_cache_size 0 2015-11-06 03:18:11.173 | + [[ False == \T\r\u\e ]] 2015-11-06 03:18:11.174 | + restart_service mysql 2015-11-06 03:18:11.175 | + is_ubuntu 2015-11-06 03:18:11.175 | + [[ -z deb ]] 2015-11-06 03:18:11.176 | + '[' deb = deb ']' 2015-11-06 03:18:11.177 | + sudo /usr/sbin/service mysql restart 2015-11-06 03:18:12.042 | mysql stop/waiting 2015-11-06 03:18:14.134 | mysql start/running, process 22334 2015-11-06 03:18:14.138 | ++ trueorfalse True USE_SCREEN 2015-11-06 03:18:14.145 | + USE_SCREEN=True 2015-11-06 03:18:14.145 | + [[ True == \T\r\u\e ]] 2015-11-06 03:18:14.146 | + screen -d -m -S stack -t shell -s /bin/bash 2015-11-06 03:18:14.149 | + sleep 1 2015-11-06 03:18:15.156 | + SCREEN_HARDSTATUS= 2015-11-06 03:18:15.156 | + '[' -z '' ']' 2015-11-06 03:18:15.157 | + SCREEN_HARDSTATUS='%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})' 2015-11-06 03:18:15.157 | + screen -r stack -X hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})' 2015-11-06 03:18:15.161 | + screen -r stack -X setenv PROMPT_COMMAND /bin/true 2015-11-06 03:18:15.165 | + SCREENRC=/opt/stack/devstack/stack-screenrc 2015-11-06 03:18:15.166 | + [[ -e /opt/stack/devstack/stack-screenrc ]] 2015-11-06 03:18:15.167 | + init_service_check 2015-11-06 03:18:15.167 | + SCREEN_NAME=stack 2015-11-06 03:18:15.168 | + SERVICE_DIR=/opt/stack/status 2015-11-06 03:18:15.169 | + [[ ! -d /opt/stack/status/stack ]] 2015-11-06 03:18:15.169 | + mkdir -p /opt/stack/status/stack 2015-11-06 03:18:15.170 | + rm -f '/opt/stack/status/stack/*.failure' 2015-11-06 03:18:15.172 | + save_stackenv 958 2015-11-06 03:18:15.172 | + local tag=958 2015-11-06 03:18:15.173 | ++ date +%F-%H%M%S 2015-11-06 03:18:15.176 | + time_stamp=2015-11-06-031815 2015-11-06 03:18:15.177 | + echo '# 2015-11-06-031815 958' 2015-11-06 03:18:15.178 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.178 | + echo BASE_SQL_CONN=mysql+pymysql://root:password@127.0.0.1 2015-11-06 03:18:15.179 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.179 | + echo DATA_DIR=/opt/stack/data 2015-11-06 03:18:15.180 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.180 | + echo DEST=/opt/stack 2015-11-06 03:18:15.181 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.181 | + echo ENABLED_SERVICES=key,n-api,n-cpu,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,zookeeper,neutron,q-svc,q-dhcp,q-l3,q-meta,odl-server,odl-compute 2015-11-06 03:18:15.182 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.182 | + echo HOST_IP=10.0.2.15 2015-11-06 03:18:15.183 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.183 | + echo KEYSTONE_AUTH_PROTOCOL=http 2015-11-06 03:18:15.184 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.184 | + echo KEYSTONE_AUTH_URI=http://10.0.2.15:35357 2015-11-06 03:18:15.185 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.185 | + echo KEYSTONE_SERVICE_URI=http://10.0.2.15:5000 2015-11-06 03:18:15.186 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.186 | + echo LOGFILE=/opt/stack/logs/screen/xstack.sh.log.2015-11-06-025836 2015-11-06 03:18:15.186 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.187 | + echo OS_CACERT= 2015-11-06 03:18:15.187 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.188 | + echo SERVICE_HOST=10.0.2.15 2015-11-06 03:18:15.188 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.189 | + echo SERVICE_PROTOCOL=http 2015-11-06 03:18:15.189 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.190 | + echo STACK_USER=vagrant 2015-11-06 03:18:15.190 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.190 | + echo TLS_IP= 2015-11-06 03:18:15.191 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.191 | + echo HOST_IPV6=fe80::a00:27ff:fef2:f2d9 2015-11-06 03:18:15.192 | + for i in '$STACK_ENV_VARS' 2015-11-06 03:18:15.192 | + echo SERVICE_IP_VERSION=4 2015-11-06 03:18:15.192 | + start_dstat 2015-11-06 03:18:15.193 | + run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack/logs/screen' 2015-11-06 03:18:15.193 | + local service=dstat 2015-11-06 03:18:15.194 | + local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack/logs/screen' 2015-11-06 03:18:15.194 | + local group= 2015-11-06 03:18:15.195 | + is_service_enabled dstat 2015-11-06 03:18:15.195 | + return 0 2015-11-06 03:18:15.195 | + [[ True = \T\r\u\e ]] 2015-11-06 03:18:15.196 | + screen_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack/logs/screen' '' 2015-11-06 03:18:15.196 | + local name=dstat 2015-11-06 03:18:15.197 | + local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack/logs/screen' 2015-11-06 03:18:15.197 | + local group= 2015-11-06 03:18:15.198 | + SCREEN_NAME=stack 2015-11-06 03:18:15.199 | + SERVICE_DIR=/opt/stack/status 2015-11-06 03:18:15.199 | ++ trueorfalse True USE_SCREEN 2015-11-06 03:18:15.200 | + USE_SCREEN=True 2015-11-06 03:18:15.200 | + screen -S stack -X screen -t dstat 2015-11-06 03:18:15.204 | + local real_logfile=/opt/stack/logs/screen/dstat.log.2015-11-06-025836 2015-11-06 03:18:15.204 | + echo 'LOGDIR: /opt/stack/logs/screen' 2015-11-06 03:18:15.204 | LOGDIR: /opt/stack/logs/screen 2015-11-06 03:18:15.205 | + echo 'SCREEN_LOGDIR: ' 2015-11-06 03:18:15.206 | SCREEN_LOGDIR: 2015-11-06 03:18:15.206 | + echo 'log: /opt/stack/logs/screen/dstat.log.2015-11-06-025836' 2015-11-06 03:18:15.206 | log: /opt/stack/logs/screen/dstat.log.2015-11-06-025836 2015-11-06 03:18:15.207 | + [[ -n /opt/stack/logs/screen ]] 2015-11-06 03:18:15.207 | + screen -S stack -p dstat -X logfile /opt/stack/logs/screen/dstat.log.2015-11-06-025836 2015-11-06 03:18:15.209 | + screen -S stack -p dstat -X log on 2015-11-06 03:18:15.214 | + ln -sf /opt/stack/logs/screen/dstat.log.2015-11-06-025836 /opt/stack/logs/screen/dstat.log 2015-11-06 03:18:15.217 | + [[ -n '' ]] 2015-11-06 03:18:15.217 | + sleep 3 2015-11-06 03:18:18.220 | ++ echo -ne '\015' 2015-11-06 03:18:18.222 | + NL=$'\r' 2015-11-06 03:18:18.222 | + [[ -n '' ]] 2015-11-06 03:18:18.223 | + screen_rc dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack/logs/screen' 2015-11-06 03:18:18.223 | + SCREEN_NAME=stack 2015-11-06 03:18:18.224 | + SCREENRC=/opt/stack/devstack/stack-screenrc 2015-11-06 03:18:18.224 | + [[ ! -e /opt/stack/devstack/stack-screenrc ]] 2015-11-06 03:18:18.225 | + echo 'sessionname stack' 2015-11-06 03:18:18.226 | + echo 'hardstatus alwayslastline '\''%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'\''' 2015-11-06 03:18:18.226 | + echo 'setenv PROMPT_COMMAND /bin/true' 2015-11-06 03:18:18.227 | + echo 'screen -t shell bash' 2015-11-06 03:18:18.227 | + grep dstat /opt/stack/devstack/stack-screenrc 2015-11-06 03:18:18.228 | + screen -S stack -p dstat -X stuff '/opt/stack/devstack/tools/dstat.sh /opt/stack/logs/screen & echo $! >/opt/stack/status/stack/dstat.pid; fg || echo "dstat failed to start" | tee "/opt/stack/status/stack/dstat.failure" ' 2015-11-06 03:18:18.232 | + run_process peakmem_tracker /opt/stack/devstack/tools/peakmem_tracker.sh 2015-11-06 03:18:18.232 | + local service=peakmem_tracker 2015-11-06 03:18:18.233 | + local command=/opt/stack/devstack/tools/peakmem_tracker.sh 2015-11-06 03:18:18.234 | + local group= 2015-11-06 03:18:18.234 | + is_service_enabled peakmem_tracker 2015-11-06 03:18:18.240 | + return 1 2015-11-06 03:18:18.240 | + is_service_enabled zookeeper 2015-11-06 03:18:18.249 | + return 0 2015-11-06 03:18:18.250 | + start_zookeeper 2015-11-06 03:18:18.250 | + start_service zookeeper 2015-11-06 03:18:18.251 | + is_ubuntu 2015-11-06 03:18:18.251 | + [[ -z deb ]] 2015-11-06 03:18:18.252 | + '[' deb = deb ']' 2015-11-06 03:18:18.252 | + sudo /usr/sbin/service zookeeper start 2015-11-06 03:18:18.270 | start: Job is already running: zookeeper 2015-11-06 03:18:18.272 | + exit_trap 2015-11-06 03:18:18.272 | + local r=1 2015-11-06 03:18:18.273 | ++ jobs -p 2015-11-06 03:18:18.274 | + jobs= 2015-11-06 03:18:18.274 | + [[ -n '' ]] 2015-11-06 03:18:18.275 | + kill_spinner 2015-11-06 03:18:18.275 | + '[' '!' -z '' ']' 2015-11-06 03:18:18.276 | + [[ 1 -ne 0 ]] 2015-11-06 03:18:18.276 | + echo 'Error on exit' 2015-11-06 03:18:18.276 | Error on exit 2015-11-06 03:18:18.277 | + [[ -z /opt/stack/logs/screen ]] 2015-11-06 03:18:18.277 | + /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs/screen 2015-11-06 03:18:18.624 | + exit 1