Skip to content

Instantly share code, notes, and snippets.

@terriyu
Last active December 21, 2015 01:39
Show Gist options
  • Save terriyu/6229399 to your computer and use it in GitHub Desktop.
Save terriyu/6229399 to your computer and use it in GitHub Desktop.
When I run ./stack.sh to install Devstack and it tries to start a MongoDB database connection for Ceilometer, I get the following error: JavaScript execution failed: Error: couldn't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:L112
$ ./stack.sh
2013-08-12 19:51:23 stack.sh log /opt/stack/logs/stack.sh.log.2013-08-12-195123
2013-08-12 19:51:23 + echo_summary 'Installing package prerequisites'
2013-08-12 19:51:23 + [[ -t 3 ]]
2013-08-12 19:51:23 + [[ True != \T\r\u\e ]]
2013-08-12 19:51:23 + echo -e Installing package prerequisites
2013-08-12 19:51:23 Installing package prerequisites
2013-08-12 19:51:23 + source /home/vagrant/devstack/tools/install_prereqs.sh
2013-08-12 19:51:23 ++ [[ -n '' ]]
2013-08-12 19:51:23 ++ [[ -z /home/vagrant/devstack ]]
2013-08-12 19:51:23 ++ PREREQ_RERUN_MARKER=/home/vagrant/devstack/.prereqs
2013-08-12 19:51:23 ++ PREREQ_RERUN_HOURS=2
2013-08-12 19:51:23 ++ PREREQ_RERUN_SECONDS=7200
2013-08-12 19:51:23 +++ date +%s
2013-08-12 19:51:23 ++ NOW=1376337083
2013-08-12 19:51:23 +++ head -1 /home/vagrant/devstack/.prereqs
2013-08-12 19:51:23 +++ echo 0
2013-08-12 19:51:23 ++ LAST_RUN=0
2013-08-12 19:51:23 ++ DELTA=1376337083
2013-08-12 19:51:23 ++ [[ 1376337083 -lt 7200 ]]
2013-08-12 19:51:23 ++ export_proxy_variables
2013-08-12 19:51:23 ++ [[ -n '' ]]
2013-08-12 19:51:23 ++ [[ -n '' ]]
2013-08-12 19:51:23 ++ [[ -n '' ]]
2013-08-12 19:51:23 +++ get_packages g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api
2013-08-12 19:51:23 +++ local services=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api
2013-08-12 19:51:23 ++++ _get_package_dir
2013-08-12 19:51:23 ++++ local pkg_dir
2013-08-12 19:51:23 ++++ is_ubuntu
2013-08-12 19:51:23 ++++ [[ -z deb ]]
2013-08-12 19:51:23 ++++ '[' deb = deb ']'
2013-08-12 19:51:23 ++++ pkg_dir=/home/vagrant/devstack/files/apts
2013-08-12 19:51:23 ++++ echo /home/vagrant/devstack/files/apts
2013-08-12 19:51:23 +++ local package_dir=/home/vagrant/devstack/files/apts
2013-08-12 19:51:23 +++ local file_to_parse
2013-08-12 19:51:23 +++ local service
2013-08-12 19:51:23 +++ [[ -z /home/vagrant/devstack/files/apts ]]
2013-08-12 19:51:23 +++ [[ -z precise ]]
2013-08-12 19:51:24 +++ for service in general '${services//,/ }'
2013-08-12 19:51:24 +++ [[ -e /home/vagrant/devstack/files/apts/general ]]
2013-08-12 19:51:24 +++ file_to_parse=' general'
2013-08-12 19:51:24 +++ [[ general == n-api ]]
2013-08-12 19:51:24 +++ [[ general == c-* ]]
2013-08-12 19:51:24 +++ [[ general == ceilometer-* ]]
2013-08-12 19:51:24 +++ [[ general == s-* ]]
2013-08-12 19:51:24 +++ [[ general == n-* ]]
2013-08-12 19:51:24 +++ [[ general == g-* ]]
2013-08-12 19:51:24 +++ [[ general == key* ]]
2013-08-12 19:51:24 +++ [[ general == q-* ]]
2013-08-12 19:51:24 +++ for service in general '${services//,/ }'
2013-08-12 19:51:24 +++ [[ -e /home/vagrant/devstack/files/apts/g-api ]]
2013-08-12 19:51:24 +++ [[ g-api == n-api ]]
2013-08-12 19:51:24 +++ [[ g-api == c-* ]]
2013-08-12 19:51:24 +++ [[ g-api == ceilometer-* ]]
2013-08-12 19:51:24 +++ [[ g-api == s-* ]]
2013-08-12 19:51:24 +++ [[ g-api == n-* ]]
2013-08-12 19:51:24 +++ [[ g-api == g-* ]]
2013-08-12 19:51:24 +++ [[ ! general =~ glance ]]
2013-08-12 19:51:24 +++ file_to_parse=' general glance'
2013-08-12 19:51:24 +++ for service in general '${services//,/ }'
2013-08-12 19:51:24 +++ [[ -e /home/vagrant/devstack/files/apts/g-reg ]]
2013-08-12 19:51:24 +++ [[ g-reg == n-api ]]
2013-08-12 19:51:24 +++ [[ g-reg == c-* ]]
2013-08-12 19:51:24 +++ [[ g-reg == ceilometer-* ]]
2013-08-12 19:51:24 +++ [[ g-reg == s-* ]]
2013-08-12 19:51:24 +++ [[ g-reg == n-* ]]
2013-08-12 19:51:24 +++ [[ g-reg == g-* ]]
2013-08-12 19:51:24 +++ [[ ! general glance =~ glance ]]
2013-08-12 19:51:24 +++ for service in general '${services//,/ }'
2013-08-12 19:51:24 +++ [[ -e /home/vagrant/devstack/files/apts/key ]]
2013-08-12 19:51:24 +++ [[ key == n-api ]]
2013-08-12 19:51:24 +++ [[ key == c-* ]]
2013-08-12 19:51:24 +++ [[ key == ceilometer-* ]]
2013-08-12 19:51:24 +++ [[ key == s-* ]]
2013-08-12 19:51:24 +++ [[ key == n-* ]]
2013-08-12 19:51:24 +++ [[ key == g-* ]]
2013-08-12 19:51:24 +++ [[ key == key* ]]
2013-08-12 19:51:24 +++ [[ ! general glance =~ keystone ]]
2013-08-12 19:51:24 +++ file_to_parse=' general glance keystone'
2013-08-12 19:51:24 +++ for service in general '${services//,/ }'
2013-08-12 19:51:24 +++ [[ -e /home/vagrant/devstack/files/apts/n-api ]]
2013-08-12 19:51:24 +++ file_to_parse=' general glance keystone n-api'
2013-08-12 19:51:24 +++ [[ n-api == n-api ]]
2013-08-12 19:51:24 +++ [[ ! general glance keystone n-api =~ nova ]]
2013-08-12 19:51:24 +++ file_to_parse=' general glance keystone n-api nova'
2013-08-12 19:51:24 +++ [[ ! general glance keystone n-api nova =~ glance ]]
2013-08-12 19:51:24 +++ for service in general '${services//,/ }'
2013-08-12 19:51:24 +++ [[ -e /home/vagrant/devstack/files/apts/n-crt ]]
2013-08-12 19:51:24 +++ [[ n-crt == n-api ]]
2013-08-12 19:51:24 +++ [[ n-crt == c-* ]]
2013-08-12 19:51:24 +++ [[ n-crt == ceilometer-* ]]
2013-08-12 19:51:24 +++ [[ n-crt == s-* ]]
2013-08-12 19:51:24 +++ [[ n-crt == n-* ]]
2013-08-12 19:51:24 +++ [[ ! general glance keystone n-api nova =~ nova ]]
2013-08-12 19:51:25 +++ for service in general '${services//,/ }'
2013-08-12 19:51:25 +++ [[ -e /home/vagrant/devstack/files/apts/n-obj ]]
2013-08-12 19:51:25 +++ [[ n-obj == n-api ]]
2013-08-12 19:51:25 +++ [[ n-obj == c-* ]]
2013-08-12 19:51:25 +++ [[ n-obj == ceilometer-* ]]
2013-08-12 19:51:25 +++ [[ n-obj == s-* ]]
2013-08-12 19:51:25 +++ [[ n-obj == n-* ]]
2013-08-12 19:51:25 +++ [[ ! general glance keystone n-api nova =~ nova ]]
2013-08-12 19:51:25 +++ for service in general '${services//,/ }'
2013-08-12 19:51:25 +++ [[ -e /home/vagrant/devstack/files/apts/n-cpu ]]
2013-08-12 19:51:25 +++ file_to_parse=' general glance keystone n-api nova n-cpu'
2013-08-12 19:51:25 +++ [[ n-cpu == n-api ]]
2013-08-12 19:51:25 +++ [[ n-cpu == c-* ]]
2013-08-12 19:51:25 +++ [[ n-cpu == ceilometer-* ]]
2013-08-12 19:51:25 +++ [[ n-cpu == s-* ]]
2013-08-12 19:51:25 +++ [[ n-cpu == n-* ]]
2013-08-12 19:51:25 +++ [[ ! general glance keystone n-api nova n-cpu =~ nova ]]
2013-08-12 19:51:25 +++ for service in general '${services//,/ }'
2013-08-12 19:51:25 +++ [[ -e /home/vagrant/devstack/files/apts/n-net ]]
2013-08-12 19:51:25 +++ [[ n-net == n-api ]]
2013-08-12 19:51:25 +++ [[ n-net == c-* ]]
2013-08-12 19:51:25 +++ [[ n-net == ceilometer-* ]]
2013-08-12 19:51:25 +++ [[ n-net == s-* ]]
2013-08-12 19:51:25 +++ [[ n-net == n-* ]]
2013-08-12 19:51:25 +++ [[ ! general glance keystone n-api nova n-cpu =~ nova ]]
2013-08-12 19:51:25 +++ for service in general '${services//,/ }'
2013-08-12 19:51:25 +++ [[ -e /home/vagrant/devstack/files/apts/n-cond ]]
2013-08-12 19:51:25 +++ [[ n-cond == n-api ]]
2013-08-12 19:51:25 +++ [[ n-cond == c-* ]]
2013-08-12 19:51:25 +++ [[ n-cond == ceilometer-* ]]
2013-08-12 19:51:25 +++ [[ n-cond == s-* ]]
2013-08-12 19:51:25 +++ [[ n-cond == n-* ]]
2013-08-12 19:51:25 +++ [[ ! general glance keystone n-api nova n-cpu =~ nova ]]
2013-08-12 19:51:25 +++ for service in general '${services//,/ }'
2013-08-12 19:51:25 +++ [[ -e /home/vagrant/devstack/files/apts/cinder ]]
2013-08-12 19:51:25 +++ file_to_parse=' general glance keystone n-api nova n-cpu cinder'
2013-08-12 19:51:25 +++ [[ cinder == n-api ]]
2013-08-12 19:51:25 +++ [[ cinder == c-* ]]
2013-08-12 19:51:25 +++ [[ cinder == ceilometer-* ]]
2013-08-12 19:51:25 +++ [[ cinder == s-* ]]
2013-08-12 19:51:25 +++ [[ cinder == n-* ]]
2013-08-12 19:51:25 +++ [[ cinder == g-* ]]
2013-08-12 19:51:25 +++ [[ cinder == key* ]]
2013-08-12 19:51:25 +++ [[ cinder == q-* ]]
2013-08-12 19:51:25 +++ for service in general '${services//,/ }'
2013-08-12 19:51:25 +++ [[ -e /home/vagrant/devstack/files/apts/c-sch ]]
2013-08-12 19:51:25 +++ [[ c-sch == n-api ]]
2013-08-12 19:51:25 +++ [[ c-sch == c-* ]]
2013-08-12 19:51:25 +++ [[ ! general glance keystone n-api nova n-cpu cinder =~ cinder ]]
2013-08-12 19:51:26 +++ for service in general '${services//,/ }'
2013-08-12 19:51:26 +++ [[ -e /home/vagrant/devstack/files/apts/c-api ]]
2013-08-12 19:51:26 +++ [[ c-api == n-api ]]
2013-08-12 19:51:26 +++ [[ c-api == c-* ]]
2013-08-12 19:51:26 +++ [[ ! general glance keystone n-api nova n-cpu cinder =~ cinder ]]
2013-08-12 19:51:26 +++ for service in general '${services//,/ }'
2013-08-12 19:51:26 +++ [[ -e /home/vagrant/devstack/files/apts/c-vol ]]
2013-08-12 19:51:26 +++ [[ c-vol == n-api ]]
2013-08-12 19:51:26 +++ [[ c-vol == c-* ]]
2013-08-12 19:51:26 +++ [[ ! general glance keystone n-api nova n-cpu cinder =~ cinder ]]
2013-08-12 19:51:26 +++ for service in general '${services//,/ }'
2013-08-12 19:51:26 +++ [[ -e /home/vagrant/devstack/files/apts/n-sch ]]
2013-08-12 19:51:26 +++ [[ n-sch == n-api ]]
2013-08-12 19:51:26 +++ [[ n-sch == c-* ]]
2013-08-12 19:51:26 +++ [[ n-sch == ceilometer-* ]]
2013-08-12 19:51:26 +++ [[ n-sch == s-* ]]
2013-08-12 19:51:26 +++ [[ n-sch == n-* ]]
2013-08-12 19:51:26 +++ [[ ! general glance keystone n-api nova n-cpu cinder =~ nova ]]
2013-08-12 19:51:26 +++ for service in general '${services//,/ }'
2013-08-12 19:51:26 +++ [[ -e /home/vagrant/devstack/files/apts/n-novnc ]]
2013-08-12 19:51:26 +++ file_to_parse=' general glance keystone n-api nova n-cpu cinder n-novnc'
2013-08-12 19:51:26 +++ [[ n-novnc == n-api ]]
2013-08-12 19:51:26 +++ [[ n-novnc == c-* ]]
2013-08-12 19:51:26 +++ [[ n-novnc == ceilometer-* ]]
2013-08-12 19:51:26 +++ [[ n-novnc == s-* ]]
2013-08-12 19:51:26 +++ [[ n-novnc == n-* ]]
2013-08-12 19:51:26 +++ [[ ! general glance keystone n-api nova n-cpu cinder n-novnc =~ nova ]]
2013-08-12 19:51:26 +++ for service in general '${services//,/ }'
2013-08-12 19:51:26 +++ [[ -e /home/vagrant/devstack/files/apts/n-xvnc ]]
2013-08-12 19:51:26 +++ [[ n-xvnc == n-api ]]
2013-08-12 19:51:26 +++ [[ n-xvnc == c-* ]]
2013-08-12 19:51:26 +++ [[ n-xvnc == ceilometer-* ]]
2013-08-12 19:51:26 +++ [[ n-xvnc == s-* ]]
2013-08-12 19:51:26 +++ [[ n-xvnc == n-* ]]
2013-08-12 19:51:26 +++ [[ ! general glance keystone n-api nova n-cpu cinder n-novnc =~ nova ]]
2013-08-12 19:51:26 +++ for service in general '${services//,/ }'
2013-08-12 19:51:26 +++ [[ -e /home/vagrant/devstack/files/apts/n-cauth ]]
2013-08-12 19:51:26 +++ [[ n-cauth == n-api ]]
2013-08-12 19:51:26 +++ [[ n-cauth == c-* ]]
2013-08-12 19:51:26 +++ [[ n-cauth == ceilometer-* ]]
2013-08-12 19:51:26 +++ [[ n-cauth == s-* ]]
2013-08-12 19:51:26 +++ [[ n-cauth == n-* ]]
2013-08-12 19:51:26 +++ [[ ! general glance keystone n-api nova n-cpu cinder n-novnc =~ nova ]]
2013-08-12 19:51:26 +++ for service in general '${services//,/ }'
2013-08-12 19:51:26 +++ [[ -e /home/vagrant/devstack/files/apts/horizon ]]
2013-08-12 19:51:26 +++ file_to_parse=' general glance keystone n-api nova n-cpu cinder n-novnc horizon'
2013-08-12 19:51:26 +++ [[ horizon == n-api ]]
2013-08-12 19:51:26 +++ [[ horizon == c-* ]]
2013-08-12 19:51:26 +++ [[ horizon == ceilometer-* ]]
2013-08-12 19:51:27 +++ [[ horizon == s-* ]]
2013-08-12 19:51:27 +++ [[ horizon == n-* ]]
2013-08-12 19:51:27 +++ [[ horizon == g-* ]]
2013-08-12 19:51:27 +++ [[ horizon == key* ]]
2013-08-12 19:51:27 +++ [[ horizon == q-* ]]
2013-08-12 19:51:27 +++ for service in general '${services//,/ }'
2013-08-12 19:51:27 +++ [[ -e /home/vagrant/devstack/files/apts/rabbit ]]
2013-08-12 19:51:27 +++ [[ rabbit == n-api ]]
2013-08-12 19:51:27 +++ [[ rabbit == c-* ]]
2013-08-12 19:51:27 +++ [[ rabbit == ceilometer-* ]]
2013-08-12 19:51:27 +++ [[ rabbit == s-* ]]
2013-08-12 19:51:27 +++ [[ rabbit == n-* ]]
2013-08-12 19:51:27 +++ [[ rabbit == g-* ]]
2013-08-12 19:51:27 +++ [[ rabbit == key* ]]
2013-08-12 19:51:27 +++ [[ rabbit == q-* ]]
2013-08-12 19:51:27 +++ for service in general '${services//,/ }'
2013-08-12 19:51:27 +++ [[ -e /home/vagrant/devstack/files/apts/tempest ]]
2013-08-12 19:51:27 +++ [[ tempest == n-api ]]
2013-08-12 19:51:27 +++ [[ tempest == c-* ]]
2013-08-12 19:51:27 +++ [[ tempest == ceilometer-* ]]
2013-08-12 19:51:27 +++ [[ tempest == s-* ]]
2013-08-12 19:51:27 +++ [[ tempest == n-* ]]
2013-08-12 19:51:27 +++ [[ tempest == g-* ]]
2013-08-12 19:51:27 +++ [[ tempest == key* ]]
2013-08-12 19:51:27 +++ [[ tempest == q-* ]]
2013-08-12 19:51:27 +++ for service in general '${services//,/ }'
2013-08-12 19:51:27 +++ [[ -e /home/vagrant/devstack/files/apts/mysql ]]
2013-08-12 19:51:27 +++ [[ mysql == n-api ]]
2013-08-12 19:51:27 +++ [[ mysql == c-* ]]
2013-08-12 19:51:27 +++ [[ mysql == ceilometer-* ]]
2013-08-12 19:51:27 +++ [[ mysql == s-* ]]
2013-08-12 19:51:27 +++ [[ mysql == n-* ]]
2013-08-12 19:51:27 +++ [[ mysql == g-* ]]
2013-08-12 19:51:27 +++ [[ mysql == key* ]]
2013-08-12 19:51:27 +++ [[ mysql == q-* ]]
2013-08-12 19:51:27 +++ for service in general '${services//,/ }'
2013-08-12 19:51:27 +++ [[ -e /home/vagrant/devstack/files/apts/ceilometer-acompute ]]
2013-08-12 19:51:27 +++ [[ ceilometer-acompute == n-api ]]
2013-08-12 19:51:27 +++ [[ ceilometer-acompute == c-* ]]
2013-08-12 19:51:27 +++ [[ ceilometer-acompute == ceilometer-* ]]
2013-08-12 19:51:27 +++ [[ ! general glance keystone n-api nova n-cpu cinder n-novnc horizon =~ ceilometer ]]
2013-08-12 19:51:27 +++ file_to_parse=' general glance keystone n-api nova n-cpu cinder n-novnc horizon ceilometer'
2013-08-12 19:51:27 +++ for service in general '${services//,/ }'
2013-08-12 19:51:27 +++ [[ -e /home/vagrant/devstack/files/apts/ceilometer-acentral ]]
2013-08-12 19:51:27 +++ [[ ceilometer-acentral == n-api ]]
2013-08-12 19:51:27 +++ [[ ceilometer-acentral == c-* ]]
2013-08-12 19:51:27 +++ [[ ceilometer-acentral == ceilometer-* ]]
2013-08-12 19:51:27 +++ [[ ! general glance keystone n-api nova n-cpu cinder n-novnc horizon ceilometer =~ ceilometer ]]
2013-08-12 19:51:27 +++ for service in general '${services//,/ }'
2013-08-12 19:51:28 +++ [[ -e /home/vagrant/devstack/files/apts/ceilometer-collector ]]
2013-08-12 19:51:28 +++ file_to_parse=' general glance keystone n-api nova n-cpu cinder n-novnc horizon ceilometer ceilometer-collector'
2013-08-12 19:51:28 +++ [[ ceilometer-collector == n-api ]]
2013-08-12 19:51:28 +++ [[ ceilometer-collector == c-* ]]
2013-08-12 19:51:28 +++ [[ ceilometer-collector == ceilometer-* ]]
2013-08-12 19:51:28 +++ [[ ! general glance keystone n-api nova n-cpu cinder n-novnc horizon ceilometer ceilometer-collector =~ ceilometer ]]
2013-08-12 19:51:28 +++ for service in general '${services//,/ }'
2013-08-12 19:51:28 +++ [[ -e /home/vagrant/devstack/files/apts/ceilometer-api ]]
2013-08-12 19:51:28 +++ [[ ceilometer-api == n-api ]]
2013-08-12 19:51:28 +++ [[ ceilometer-api == c-* ]]
2013-08-12 19:51:28 +++ [[ ceilometer-api == ceilometer-* ]]
2013-08-12 19:51:28 +++ [[ ! general glance keystone n-api nova n-cpu cinder n-novnc horizon ceilometer ceilometer-collector =~ ceilometer ]]
2013-08-12 19:51:28 +++ for file in '${file_to_parse}'
2013-08-12 19:51:28 +++ local fname=/home/vagrant/devstack/files/apts/general
2013-08-12 19:51:28 +++ local OIFS line package distros distro
2013-08-12 19:51:28 +++ [[ -e /home/vagrant/devstack/files/apts/general ]]
2013-08-12 19:51:28 +++ OIFS='
2013-08-12 19:51:28 '
2013-08-12 19:51:28 +++ IFS='
2013-08-12 19:51:28 '
2013-08-12 19:51:28 +++ for line in '$(<${fname})'
2013-08-12 19:51:28 +++ [[ bridge-utils =~ NOPRIME ]]
2013-08-12 19:51:28 +++ [[ bridge-utils =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:28 +++ echo bridge-utils
2013-08-12 19:51:28 +++ for line in '$(<${fname})'
2013-08-12 19:51:28 +++ [[ pylint =~ NOPRIME ]]
2013-08-12 19:51:28 +++ [[ pylint =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:28 +++ echo pylint
2013-08-12 19:51:28 +++ for line in '$(<${fname})'
2013-08-12 19:51:28 +++ [[ python-setuptools =~ NOPRIME ]]
2013-08-12 19:51:28 +++ [[ python-setuptools =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:28 +++ echo python-setuptools
2013-08-12 19:51:28 +++ for line in '$(<${fname})'
2013-08-12 19:51:28 +++ [[ screen =~ NOPRIME ]]
2013-08-12 19:51:28 +++ [[ screen =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:28 +++ echo screen
2013-08-12 19:51:28 +++ for line in '$(<${fname})'
2013-08-12 19:51:28 +++ [[ unzip =~ NOPRIME ]]
2013-08-12 19:51:28 +++ [[ unzip =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:28 +++ echo unzip
2013-08-12 19:51:28 +++ for line in '$(<${fname})'
2013-08-12 19:51:28 +++ [[ wget =~ NOPRIME ]]
2013-08-12 19:51:28 +++ [[ wget =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:28 +++ echo wget
2013-08-12 19:51:28 +++ for line in '$(<${fname})'
2013-08-12 19:51:28 +++ [[ psmisc =~ NOPRIME ]]
2013-08-12 19:51:28 +++ [[ psmisc =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:28 +++ echo psmisc
2013-08-12 19:51:28 +++ for line in '$(<${fname})'
2013-08-12 19:51:28 +++ [[ git =~ NOPRIME ]]
2013-08-12 19:51:28 +++ [[ git =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:28 +++ echo git
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ lsof # useful when debugging =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ lsof # useful when debugging =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo 'lsof '
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ openssh-server =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ openssh-server =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo openssh-server
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ openssl =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ openssl =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo openssl
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ vim-nox =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ vim-nox =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo vim-nox
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ locate # useful when debugging =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ locate # useful when debugging =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo 'locate '
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ python-virtualenv =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ python-virtualenv =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo python-virtualenv
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ python-unittest2 =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ python-unittest2 =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo python-unittest2
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ iputils-ping =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ iputils-ping =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo iputils-ping
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ wget =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ wget =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo wget
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:29 +++ [[ curl =~ NOPRIME ]]
2013-08-12 19:51:29 +++ [[ curl =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:29 +++ echo curl
2013-08-12 19:51:29 +++ for line in '$(<${fname})'
2013-08-12 19:51:30 +++ [[ tcpdump =~ NOPRIME ]]
2013-08-12 19:51:30 +++ [[ tcpdump =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:30 +++ echo tcpdump
2013-08-12 19:51:30 +++ for line in '$(<${fname})'
2013-08-12 19:51:30 +++ [[ euca2ools # only for testing client =~ NOPRIME ]]
2013-08-12 19:51:30 +++ [[ euca2ools # only for testing client =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:30 +++ echo 'euca2ools '
2013-08-12 19:51:30 +++ for line in '$(<${fname})'
2013-08-12 19:51:30 +++ [[ tar =~ NOPRIME ]]
2013-08-12 19:51:30 +++ [[ tar =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:30 +++ echo tar
2013-08-12 19:51:30 +++ for line in '$(<${fname})'
2013-08-12 19:51:30 +++ [[ python-cmd2 # dist:precise =~ NOPRIME ]]
2013-08-12 19:51:30 +++ [[ python-cmd2 # dist:precise =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:30 +++ package='python-cmd2 '
2013-08-12 19:51:30 +++ distros=precise
2013-08-12 19:51:30 +++ [[ precise =~ precise ]]
2013-08-12 19:51:30 +++ echo 'python-cmd2 '
2013-08-12 19:51:30 +++ continue
2013-08-12 19:51:30 +++ IFS='
2013-08-12 19:51:30 '
2013-08-12 19:51:30 +++ for file in '${file_to_parse}'
2013-08-12 19:51:30 +++ local fname=/home/vagrant/devstack/files/apts/glance
2013-08-12 19:51:30 +++ local OIFS line package distros distro
2013-08-12 19:51:30 +++ [[ -e /home/vagrant/devstack/files/apts/glance ]]
2013-08-12 19:51:30 +++ OIFS='
2013-08-12 19:51:30 '
2013-08-12 19:51:30 +++ IFS='
2013-08-12 19:51:30 '
2013-08-12 19:51:30 +++ for line in '$(<${fname})'
2013-08-12 19:51:30 +++ [[ gcc =~ NOPRIME ]]
2013-08-12 19:51:30 +++ [[ gcc =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:30 +++ echo gcc
2013-08-12 19:51:30 +++ for line in '$(<${fname})'
2013-08-12 19:51:30 +++ [[ libxml2-dev =~ NOPRIME ]]
2013-08-12 19:51:30 +++ [[ libxml2-dev =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:30 +++ echo libxml2-dev
2013-08-12 19:51:30 +++ for line in '$(<${fname})'
2013-08-12 19:51:30 +++ [[ python-dev =~ NOPRIME ]]
2013-08-12 19:51:30 +++ [[ python-dev =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:30 +++ echo python-dev
2013-08-12 19:51:30 +++ for line in '$(<${fname})'
2013-08-12 19:51:30 +++ [[ python-eventlet =~ NOPRIME ]]
2013-08-12 19:51:30 +++ [[ python-eventlet =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:30 +++ echo python-eventlet
2013-08-12 19:51:30 +++ for line in '$(<${fname})'
2013-08-12 19:51:30 +++ [[ python-routes =~ NOPRIME ]]
2013-08-12 19:51:30 +++ [[ python-routes =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ echo python-routes
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:31 +++ [[ python-greenlet =~ NOPRIME ]]
2013-08-12 19:51:31 +++ [[ python-greenlet =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ echo python-greenlet
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:31 +++ [[ python-argparse # dist:oneiric =~ NOPRIME ]]
2013-08-12 19:51:31 +++ [[ python-argparse # dist:oneiric =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ package='python-argparse '
2013-08-12 19:51:31 +++ distros=oneiric
2013-08-12 19:51:31 +++ [[ oneiric =~ precise ]]
2013-08-12 19:51:31 +++ continue
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:31 +++ [[ python-sqlalchemy =~ NOPRIME ]]
2013-08-12 19:51:31 +++ [[ python-sqlalchemy =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ echo python-sqlalchemy
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:31 +++ [[ python-wsgiref =~ NOPRIME ]]
2013-08-12 19:51:31 +++ [[ python-wsgiref =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ echo python-wsgiref
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:31 +++ [[ python-pastedeploy =~ NOPRIME ]]
2013-08-12 19:51:31 +++ [[ python-pastedeploy =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ echo python-pastedeploy
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:31 +++ [[ python-xattr =~ NOPRIME ]]
2013-08-12 19:51:31 +++ [[ python-xattr =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ echo python-xattr
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:31 +++ [[ python-iso8601 =~ NOPRIME ]]
2013-08-12 19:51:31 +++ [[ python-iso8601 =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ echo python-iso8601
2013-08-12 19:51:31 +++ IFS='
2013-08-12 19:51:31 '
2013-08-12 19:51:31 +++ for file in '${file_to_parse}'
2013-08-12 19:51:31 +++ local fname=/home/vagrant/devstack/files/apts/keystone
2013-08-12 19:51:31 +++ local OIFS line package distros distro
2013-08-12 19:51:31 +++ [[ -e /home/vagrant/devstack/files/apts/keystone ]]
2013-08-12 19:51:31 +++ OIFS='
2013-08-12 19:51:31 '
2013-08-12 19:51:31 +++ IFS='
2013-08-12 19:51:31 '
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:31 +++ [[ python-dev =~ NOPRIME ]]
2013-08-12 19:51:31 +++ [[ python-dev =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ echo python-dev
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:31 +++ [[ python-lxml =~ NOPRIME ]]
2013-08-12 19:51:31 +++ [[ python-lxml =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:31 +++ echo python-lxml
2013-08-12 19:51:31 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ python-pastescript =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ python-pastescript =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo python-pastescript
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ python-pastedeploy =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ python-pastedeploy =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo python-pastedeploy
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ python-paste =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ python-paste =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo python-paste
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ sqlite3 =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ sqlite3 =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo sqlite3
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ python-pysqlite2 =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ python-pysqlite2 =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo python-pysqlite2
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ python-sqlalchemy =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ python-sqlalchemy =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo python-sqlalchemy
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ python-mysqldb =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ python-mysqldb =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo python-mysqldb
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ python-webob =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ python-webob =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo python-webob
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ python-greenlet =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ python-greenlet =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo python-greenlet
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ python-routes =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ python-routes =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo python-routes
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ libldap2-dev =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ libldap2-dev =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo libldap2-dev
2013-08-12 19:51:32 +++ for line in '$(<${fname})'
2013-08-12 19:51:32 +++ [[ libsasl2-dev =~ NOPRIME ]]
2013-08-12 19:51:32 +++ [[ libsasl2-dev =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:32 +++ echo libsasl2-dev
2013-08-12 19:51:32 +++ IFS='
2013-08-12 19:51:32 '
2013-08-12 19:51:33 +++ for file in '${file_to_parse}'
2013-08-12 19:51:33 +++ local fname=/home/vagrant/devstack/files/apts/n-api
2013-08-12 19:51:33 +++ local OIFS line package distros distro
2013-08-12 19:51:33 +++ [[ -e /home/vagrant/devstack/files/apts/n-api ]]
2013-08-12 19:51:33 +++ OIFS='
2013-08-12 19:51:33 '
2013-08-12 19:51:33 +++ IFS='
2013-08-12 19:51:33 '
2013-08-12 19:51:33 +++ for line in '$(<${fname})'
2013-08-12 19:51:33 +++ [[ python-dateutil =~ NOPRIME ]]
2013-08-12 19:51:33 +++ [[ python-dateutil =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:33 +++ echo python-dateutil
2013-08-12 19:51:33 +++ for line in '$(<${fname})'
2013-08-12 19:51:33 +++ [[ msgpack-python =~ NOPRIME ]]
2013-08-12 19:51:33 +++ [[ msgpack-python =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:33 +++ echo msgpack-python
2013-08-12 19:51:33 +++ IFS='
2013-08-12 19:51:33 '
2013-08-12 19:51:33 +++ for file in '${file_to_parse}'
2013-08-12 19:51:33 +++ local fname=/home/vagrant/devstack/files/apts/nova
2013-08-12 19:51:33 +++ local OIFS line package distros distro
2013-08-12 19:51:33 +++ [[ -e /home/vagrant/devstack/files/apts/nova ]]
2013-08-12 19:51:33 +++ OIFS='
2013-08-12 19:51:33 '
2013-08-12 19:51:33 +++ IFS='
2013-08-12 19:51:33 '
2013-08-12 19:51:33 +++ for line in '$(<${fname})'
2013-08-12 19:51:33 +++ [[ dnsmasq-base =~ NOPRIME ]]
2013-08-12 19:51:33 +++ [[ dnsmasq-base =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:33 +++ echo dnsmasq-base
2013-08-12 19:51:33 +++ for line in '$(<${fname})'
2013-08-12 19:51:33 +++ [[ dnsmasq-utils # for dhcp_release =~ NOPRIME ]]
2013-08-12 19:51:33 +++ [[ dnsmasq-utils # for dhcp_release =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:33 +++ echo 'dnsmasq-utils '
2013-08-12 19:51:33 +++ for line in '$(<${fname})'
2013-08-12 19:51:33 +++ [[ kpartx =~ NOPRIME ]]
2013-08-12 19:51:33 +++ [[ kpartx =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:33 +++ echo kpartx
2013-08-12 19:51:33 +++ for line in '$(<${fname})'
2013-08-12 19:51:33 +++ [[ parted =~ NOPRIME ]]
2013-08-12 19:51:33 +++ [[ parted =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:33 +++ echo parted
2013-08-12 19:51:33 +++ for line in '$(<${fname})'
2013-08-12 19:51:33 +++ [[ iputils-arping =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ iputils-arping =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo iputils-arping
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ mysql-server # NOPRIME =~ NOPRIME ]]
2013-08-12 19:51:34 +++ continue
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ python-mysqldb =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ python-mysqldb =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo python-mysqldb
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ python-xattr # needed for glance which is needed for nova --- this shouldn't be here =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ python-xattr # needed for glance which is needed for nova --- this shouldn't be here =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo 'python-xattr '
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ python-lxml # needed for glance which is needed for nova --- this shouldn't be here =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ python-lxml # needed for glance which is needed for nova --- this shouldn't be here =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo 'python-lxml '
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ gawk =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ gawk =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo gawk
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ iptables =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ iptables =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo iptables
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ ebtables =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ ebtables =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo ebtables
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ sqlite3 =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ sqlite3 =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo sqlite3
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ sudo =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ sudo =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo sudo
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ kvm # NOPRIME =~ NOPRIME ]]
2013-08-12 19:51:34 +++ continue
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ qemu # dist:wheezy,jessie NOPRIME =~ NOPRIME ]]
2013-08-12 19:51:34 +++ continue
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ libvirt-bin # NOPRIME =~ NOPRIME ]]
2013-08-12 19:51:34 +++ continue
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ libjs-jquery-tablesorter # Needed for coverage html reports =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ libjs-jquery-tablesorter # Needed for coverage html reports =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:34 +++ echo 'libjs-jquery-tablesorter '
2013-08-12 19:51:34 +++ for line in '$(<${fname})'
2013-08-12 19:51:34 +++ [[ vlan =~ NOPRIME ]]
2013-08-12 19:51:34 +++ [[ vlan =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo vlan
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ curl =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ curl =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo curl
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ genisoimage # required for config_drive =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ genisoimage # required for config_drive =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo 'genisoimage '
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ rabbitmq-server # NOPRIME =~ NOPRIME ]]
2013-08-12 19:51:35 +++ continue
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ qpidd # dist:precise NOPRIME =~ NOPRIME ]]
2013-08-12 19:51:35 +++ continue
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ socat # used by ajaxterm =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ socat # used by ajaxterm =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo 'socat '
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ python-mox =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ python-mox =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo python-mox
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ python-paste =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ python-paste =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo python-paste
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ python-migrate =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ python-migrate =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo python-migrate
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ python-gflags =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ python-gflags =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo python-gflags
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ python-greenlet =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ python-greenlet =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo python-greenlet
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ python-libvirt # NOPRIME =~ NOPRIME ]]
2013-08-12 19:51:35 +++ continue
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ python-libxml2 =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ python-libxml2 =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo python-libxml2
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ python-routes =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ python-routes =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo python-routes
2013-08-12 19:51:35 +++ for line in '$(<${fname})'
2013-08-12 19:51:35 +++ [[ python-numpy # used by websockify for spice console =~ NOPRIME ]]
2013-08-12 19:51:35 +++ [[ python-numpy # used by websockify for spice console =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:35 +++ echo 'python-numpy '
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-pastedeploy =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-pastedeploy =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-pastedeploy
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-eventlet =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-eventlet =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-eventlet
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-cheetah =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-cheetah =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-cheetah
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-carrot =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-carrot =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-carrot
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-tempita =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-tempita =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-tempita
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-sqlalchemy =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-sqlalchemy =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-sqlalchemy
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-suds =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-suds =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-suds
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-lockfile =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-lockfile =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-lockfile
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-m2crypto =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-m2crypto =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-m2crypto
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-boto =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-boto =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-boto
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-kombu =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-kombu =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-kombu
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-feedparser =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-feedparser =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-feedparser
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-iso8601 =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-iso8601 =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ echo python-iso8601
2013-08-12 19:51:36 +++ for line in '$(<${fname})'
2013-08-12 19:51:36 +++ [[ python-qpid # dist:precise =~ NOPRIME ]]
2013-08-12 19:51:36 +++ [[ python-qpid # dist:precise =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:36 +++ package='python-qpid '
2013-08-12 19:51:36 +++ distros=precise
2013-08-12 19:51:36 +++ [[ precise =~ precise ]]
2013-08-12 19:51:36 +++ echo 'python-qpid '
2013-08-12 19:51:36 +++ continue
2013-08-12 19:51:37 +++ IFS='
2013-08-12 19:51:37 '
2013-08-12 19:51:37 +++ for file in '${file_to_parse}'
2013-08-12 19:51:37 +++ local fname=/home/vagrant/devstack/files/apts/n-cpu
2013-08-12 19:51:37 +++ local OIFS line package distros distro
2013-08-12 19:51:37 +++ [[ -e /home/vagrant/devstack/files/apts/n-cpu ]]
2013-08-12 19:51:37 +++ OIFS='
2013-08-12 19:51:37 '
2013-08-12 19:51:37 +++ IFS='
2013-08-12 19:51:37 '
2013-08-12 19:51:37 +++ for line in '$(<${fname})'
2013-08-12 19:51:37 +++ [[ # Stuff for diablo volumes =~ NOPRIME ]]
2013-08-12 19:51:37 +++ [[ # Stuff for diablo volumes =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:37 +++ echo
2013-08-12 19:51:37 +++ for line in '$(<${fname})'
2013-08-12 19:51:37 +++ [[ nbd-client =~ NOPRIME ]]
2013-08-12 19:51:37 +++ [[ nbd-client =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:37 +++ echo nbd-client
2013-08-12 19:51:37 +++ for line in '$(<${fname})'
2013-08-12 19:51:37 +++ [[ lvm2 =~ NOPRIME ]]
2013-08-12 19:51:37 +++ [[ lvm2 =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:37 +++ echo lvm2
2013-08-12 19:51:37 +++ for line in '$(<${fname})'
2013-08-12 19:51:37 +++ [[ open-iscsi =~ NOPRIME ]]
2013-08-12 19:51:37 +++ [[ open-iscsi =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:37 +++ echo open-iscsi
2013-08-12 19:51:37 +++ for line in '$(<${fname})'
2013-08-12 19:51:37 +++ [[ open-iscsi-utils # Deprecated since quantal dist:lucid,oneiric,precise =~ NOPRIME ]]
2013-08-12 19:51:37 +++ [[ open-iscsi-utils # Deprecated since quantal dist:lucid,oneiric,precise =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:37 +++ package='open-iscsi-utils '
2013-08-12 19:51:37 +++ distros=lucid,oneiric,precise
2013-08-12 19:51:37 +++ [[ lucid,oneiric,precise =~ precise ]]
2013-08-12 19:51:37 +++ echo 'open-iscsi-utils '
2013-08-12 19:51:37 +++ continue
2013-08-12 19:51:37 +++ for line in '$(<${fname})'
2013-08-12 19:51:37 +++ [[ genisoimage =~ NOPRIME ]]
2013-08-12 19:51:37 +++ [[ genisoimage =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:37 +++ echo genisoimage
2013-08-12 19:51:37 +++ for line in '$(<${fname})'
2013-08-12 19:51:37 +++ [[ sysfsutils =~ NOPRIME ]]
2013-08-12 19:51:37 +++ [[ sysfsutils =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:37 +++ echo sysfsutils
2013-08-12 19:51:37 +++ for line in '$(<${fname})'
2013-08-12 19:51:37 +++ [[ sg3-utils =~ NOPRIME ]]
2013-08-12 19:51:37 +++ [[ sg3-utils =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:37 +++ echo sg3-utils
2013-08-12 19:51:37 +++ IFS='
2013-08-12 19:51:37 '
2013-08-12 19:51:37 +++ for file in '${file_to_parse}'
2013-08-12 19:51:37 +++ local fname=/home/vagrant/devstack/files/apts/cinder
2013-08-12 19:51:37 +++ local OIFS line package distros distro
2013-08-12 19:51:37 +++ [[ -e /home/vagrant/devstack/files/apts/cinder ]]
2013-08-12 19:51:37 +++ OIFS='
2013-08-12 19:51:37 '
2013-08-12 19:51:37 +++ IFS='
2013-08-12 19:51:37 '
2013-08-12 19:51:37 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ tgt =~ NOPRIME ]]
2013-08-12 19:51:38 +++ [[ tgt =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:38 +++ echo tgt
2013-08-12 19:51:38 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ lvm2 =~ NOPRIME ]]
2013-08-12 19:51:38 +++ [[ lvm2 =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:38 +++ echo lvm2
2013-08-12 19:51:38 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ qemu-utils =~ NOPRIME ]]
2013-08-12 19:51:38 +++ [[ qemu-utils =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:38 +++ echo qemu-utils
2013-08-12 19:51:38 +++ IFS='
2013-08-12 19:51:38 '
2013-08-12 19:51:38 +++ for file in '${file_to_parse}'
2013-08-12 19:51:38 +++ local fname=/home/vagrant/devstack/files/apts/n-novnc
2013-08-12 19:51:38 +++ local OIFS line package distros distro
2013-08-12 19:51:38 +++ [[ -e /home/vagrant/devstack/files/apts/n-novnc ]]
2013-08-12 19:51:38 +++ OIFS='
2013-08-12 19:51:38 '
2013-08-12 19:51:38 +++ IFS='
2013-08-12 19:51:38 '
2013-08-12 19:51:38 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ python-numpy =~ NOPRIME ]]
2013-08-12 19:51:38 +++ [[ python-numpy =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:38 +++ echo python-numpy
2013-08-12 19:51:38 +++ IFS='
2013-08-12 19:51:38 '
2013-08-12 19:51:38 +++ for file in '${file_to_parse}'
2013-08-12 19:51:38 +++ local fname=/home/vagrant/devstack/files/apts/horizon
2013-08-12 19:51:38 +++ local OIFS line package distros distro
2013-08-12 19:51:38 +++ [[ -e /home/vagrant/devstack/files/apts/horizon ]]
2013-08-12 19:51:38 +++ OIFS='
2013-08-12 19:51:38 '
2013-08-12 19:51:38 +++ IFS='
2013-08-12 19:51:38 '
2013-08-12 19:51:38 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ apache2 # NOPRIME =~ NOPRIME ]]
2013-08-12 19:51:38 +++ continue
2013-08-12 19:51:38 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ libapache2-mod-wsgi # NOPRIME =~ NOPRIME ]]
2013-08-12 19:51:38 +++ continue
2013-08-12 19:51:38 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ python-beautifulsoup =~ NOPRIME ]]
2013-08-12 19:51:38 +++ [[ python-beautifulsoup =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:38 +++ echo python-beautifulsoup
2013-08-12 19:51:38 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ python-dateutil =~ NOPRIME ]]
2013-08-12 19:51:38 +++ [[ python-dateutil =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:38 +++ echo python-dateutil
2013-08-12 19:51:38 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ python-paste =~ NOPRIME ]]
2013-08-12 19:51:38 +++ [[ python-paste =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:38 +++ echo python-paste
2013-08-12 19:51:38 +++ for line in '$(<${fname})'
2013-08-12 19:51:38 +++ [[ python-pastedeploy =~ NOPRIME ]]
2013-08-12 19:51:38 +++ [[ python-pastedeploy =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:38 +++ echo python-pastedeploy
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-anyjson =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-anyjson =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-anyjson
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-routes =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-routes =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-routes
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-xattr =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-xattr =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-xattr
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-sqlalchemy =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-sqlalchemy =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-sqlalchemy
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-webob =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-webob =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-webob
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-kombu =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-kombu =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-kombu
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ pylint =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ pylint =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo pylint
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-eventlet =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-eventlet =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-eventlet
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-nose =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-nose =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-nose
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-sphinx =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-sphinx =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-sphinx
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-mox =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-mox =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-mox
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-kombu =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-kombu =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-kombu
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-coverage =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-coverage =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo python-coverage
2013-08-12 19:51:39 +++ for line in '$(<${fname})'
2013-08-12 19:51:39 +++ [[ python-cherrypy3 # why? =~ NOPRIME ]]
2013-08-12 19:51:39 +++ [[ python-cherrypy3 # why? =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:39 +++ echo 'python-cherrypy3 '
2013-08-12 19:51:40 +++ for line in '$(<${fname})'
2013-08-12 19:51:40 +++ [[ python-migrate =~ NOPRIME ]]
2013-08-12 19:51:40 +++ [[ python-migrate =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:40 +++ echo python-migrate
2013-08-12 19:51:40 +++ for line in '$(<${fname})'
2013-08-12 19:51:40 +++ [[ nodejs =~ NOPRIME ]]
2013-08-12 19:51:40 +++ [[ nodejs =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:40 +++ echo nodejs
2013-08-12 19:51:40 +++ for line in '$(<${fname})'
2013-08-12 19:51:40 +++ [[ nodejs-legacy # dist:quantal =~ NOPRIME ]]
2013-08-12 19:51:40 +++ [[ nodejs-legacy # dist:quantal =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:40 +++ package='nodejs-legacy '
2013-08-12 19:51:40 +++ distros=quantal
2013-08-12 19:51:40 +++ [[ quantal =~ precise ]]
2013-08-12 19:51:40 +++ continue
2013-08-12 19:51:40 +++ IFS='
2013-08-12 19:51:40 '
2013-08-12 19:51:40 +++ for file in '${file_to_parse}'
2013-08-12 19:51:40 +++ local fname=/home/vagrant/devstack/files/apts/ceilometer
2013-08-12 19:51:40 +++ local OIFS line package distros distro
2013-08-12 19:51:40 +++ [[ -e /home/vagrant/devstack/files/apts/ceilometer ]]
2013-08-12 19:51:40 +++ continue
2013-08-12 19:51:40 +++ for file in '${file_to_parse}'
2013-08-12 19:51:40 +++ local fname=/home/vagrant/devstack/files/apts/ceilometer-collector
2013-08-12 19:51:40 +++ local OIFS line package distros distro
2013-08-12 19:51:40 +++ [[ -e /home/vagrant/devstack/files/apts/ceilometer-collector ]]
2013-08-12 19:51:40 +++ OIFS='
2013-08-12 19:51:40 '
2013-08-12 19:51:40 +++ IFS='
2013-08-12 19:51:40 '
2013-08-12 19:51:40 +++ for line in '$(<${fname})'
2013-08-12 19:51:40 +++ [[ python-pymongo =~ NOPRIME ]]
2013-08-12 19:51:40 +++ [[ python-pymongo =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:40 +++ echo python-pymongo
2013-08-12 19:51:40 +++ for line in '$(<${fname})'
2013-08-12 19:51:40 +++ [[ libnspr4-dev =~ NOPRIME ]]
2013-08-12 19:51:40 +++ [[ libnspr4-dev =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:40 +++ echo libnspr4-dev
2013-08-12 19:51:40 +++ for line in '$(<${fname})'
2013-08-12 19:51:40 +++ [[ pkg-config =~ NOPRIME ]]
2013-08-12 19:51:40 +++ [[ pkg-config =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:40 +++ echo pkg-config
2013-08-12 19:51:40 +++ for line in '$(<${fname})'
2013-08-12 19:51:40 +++ [[ libxml2-dev =~ NOPRIME ]]
2013-08-12 19:51:40 +++ [[ libxml2-dev =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:40 +++ echo libxml2-dev
2013-08-12 19:51:40 +++ for line in '$(<${fname})'
2013-08-12 19:51:40 +++ [[ libxslt-dev =~ NOPRIME ]]
2013-08-12 19:51:40 +++ [[ libxslt-dev =~ (.*)#.*dist:([^ ]*) ]]
2013-08-12 19:51:40 +++ echo libxslt-dev
2013-08-12 19:51:40 +++ IFS='
2013-08-12 19:51:40 '
2013-08-12 19:51:40 ++ install_package bridge-utils pylint python-setuptools screen unzip wget psmisc git lsof openssh-server openssl vim-nox locate python-virtualenv python-unittest2 iputils-ping wget curl tcpdump euca2ools tar python-cmd2 gcc libxml2-dev python-dev python-eventlet python-routes python-greenlet python-sqlalchemy python-wsgiref python-pastedeploy python-xattr python-iso8601 python-dev python-lxml python-pastescript python-pastedeploy python-paste sqlite3 python-pysqlite2 python-sqlalchemy python-mysqldb python-webob python-greenlet python-routes libldap2-dev libsasl2-dev python-dateutil msgpack-python dnsmasq-base dnsmasq-utils kpartx parted iputils-arping python-mysqldb python-xattr python-lxml gawk iptables ebtables sqlite3 sudo libjs-jquery-tablesorter vlan curl genisoimage socat python-mox python-paste python-migrate python-gflags python-greenlet python-libxml2 python-routes python-numpy python-pastedeploy python-eventlet python-cheetah python-carrot python-tempita python-sqlalchemy python-suds python-lockfile python-m2crypto python-boto python-kombu python-feedparser python-iso8601 python-qpid nbd-client lvm2 open-iscsi open-iscsi-utils genisoimage sysfsutils sg3-utils tgt lvm2 qemu-utils python-numpy python-beautifulsoup python-dateutil python-paste python-pastedeploy python-anyjson python-routes python-xattr python-sqlalchemy python-webob python-kombu pylint python-eventlet python-nose python-sphinx python-mox python-kombu python-coverage python-cherrypy3 python-migrate nodejs python-pymongo libnspr4-dev pkg-config libxml2-dev libxslt-dev
2013-08-12 19:51:40 ++ is_ubuntu
2013-08-12 19:51:40 ++ [[ -z deb ]]
2013-08-12 19:51:40 ++ '[' deb = deb ']'
2013-08-12 19:51:41 ++ [[ '' = \T\r\u\e ]]
2013-08-12 19:51:41 ++ apt_get update
2013-08-12 19:51:41 ++ [[ False = \T\r\u\e ]]
2013-08-12 19:51:41 ++ [[ -z update ]]
2013-08-12 19:51:41 ++ local sudo=sudo
2013-08-12 19:51:41 +++ id -u
2013-08-12 19:51:41 ++ [[ 1000 = \0 ]]
2013-08-12 19:51:41 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes update
2013-08-12 19:51:41 Ign http://downloads-distro.mongodb.org dist InRelease
2013-08-12 19:51:41 Ign http://us.archive.ubuntu.com precise InRelease
2013-08-12 19:51:41 Ign http://us.archive.ubuntu.com precise-updates InRelease
2013-08-12 19:51:41 Ign http://us.archive.ubuntu.com precise-backports InRelease
2013-08-12 19:51:41 Hit http://downloads-distro.mongodb.org dist Release.gpg
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise Release.gpg
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates Release.gpg
2013-08-12 19:51:41 Hit http://downloads-distro.mongodb.org dist Release
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-backports Release.gpg
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise Release
2013-08-12 19:51:41 Ign http://security.ubuntu.com precise-security InRelease
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates Release
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-backports Release
2013-08-12 19:51:41 Hit http://downloads-distro.mongodb.org dist/10gen amd64 Packages
2013-08-12 19:51:41 Hit http://security.ubuntu.com precise-security Release.gpg
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/main Sources
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/restricted Sources
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/universe Sources
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/multiverse Sources
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/main amd64 Packages
2013-08-12 19:51:41 Hit http://downloads-distro.mongodb.org dist/10gen i386 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/restricted amd64 Packages
2013-08-12 19:51:41 Hit http://security.ubuntu.com precise-security Release
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/universe amd64 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/multiverse amd64 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/main i386 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/restricted i386 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/universe i386 Packages
2013-08-12 19:51:41 Ign http://downloads-distro.mongodb.org dist/10gen TranslationIndex
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/main TranslationIndex
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise/universe TranslationIndex
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/main Sources
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/restricted Sources
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/universe Sources
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/multiverse Sources
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/main amd64 Packages
2013-08-12 19:51:41 Hit http://security.ubuntu.com precise-security/main Sources
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/restricted amd64 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/universe amd64 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/multiverse amd64 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/main i386 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/restricted i386 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/universe i386 Packages
2013-08-12 19:51:41 Hit http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-updates/main TranslationIndex
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/restricted Sources
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/universe Sources
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/multiverse Sources
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/main amd64 Packages
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/restricted amd64 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-updates/universe TranslationIndex
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/main Sources
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/restricted Sources
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/universe Sources
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/multiverse Sources
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/main amd64 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/restricted amd64 Packages
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/universe amd64 Packages
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/multiverse amd64 Packages
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/main i386 Packages
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/restricted i386 Packages
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/universe i386 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/universe amd64 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/multiverse amd64 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/main i386 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/restricted i386 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/universe i386 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/main TranslationIndex
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/multiverse i386 Packages
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/main TranslationIndex
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/restricted TranslationIndex
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/universe TranslationIndex
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/universe TranslationIndex
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise/main Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise/multiverse Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise/restricted Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise/universe Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-updates/main Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-updates/universe Translation-en
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/main Translation-en
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/multiverse Translation-en
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/restricted Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/main Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/multiverse Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/restricted Translation-en
2013-08-12 19:51:42 Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en
2013-08-12 19:51:42 Ign http://downloads-distro.mongodb.org dist/10gen Translation-en_US
2013-08-12 19:51:42 Hit http://security.ubuntu.com precise-security/universe Translation-en
2013-08-12 19:51:42 Ign http://downloads-distro.mongodb.org dist/10gen Translation-en
2013-08-12 19:51:42 Reading package lists...
2013-08-12 19:51:43 ++ NO_UPDATE_REPOS=True
2013-08-12 19:51:43 ++ apt_get install bridge-utils pylint python-setuptools screen unzip wget psmisc git lsof openssh-server openssl vim-nox locate python-virtualenv python-unittest2 iputils-ping wget curl tcpdump euca2ools tar python-cmd2 gcc libxml2-dev python-dev python-eventlet python-routes python-greenlet python-sqlalchemy python-wsgiref python-pastedeploy python-xattr python-iso8601 python-dev python-lxml python-pastescript python-pastedeploy python-paste sqlite3 python-pysqlite2 python-sqlalchemy python-mysqldb python-webob python-greenlet python-routes libldap2-dev libsasl2-dev python-dateutil msgpack-python dnsmasq-base dnsmasq-utils kpartx parted iputils-arping python-mysqldb python-xattr python-lxml gawk iptables ebtables sqlite3 sudo libjs-jquery-tablesorter vlan curl genisoimage socat python-mox python-paste python-migrate python-gflags python-greenlet python-libxml2 python-routes python-numpy python-pastedeploy python-eventlet python-cheetah python-carrot python-tempita python-sqlalchemy python-suds python-lockfile python-m2crypto python-boto python-kombu python-feedparser python-iso8601 python-qpid nbd-client lvm2 open-iscsi open-iscsi-utils genisoimage sysfsutils sg3-utils tgt lvm2 qemu-utils python-numpy python-beautifulsoup python-dateutil python-paste python-pastedeploy python-anyjson python-routes python-xattr python-sqlalchemy python-webob python-kombu pylint python-eventlet python-nose python-sphinx python-mox python-kombu python-coverage python-cherrypy3 python-migrate nodejs python-pymongo libnspr4-dev pkg-config libxml2-dev libxslt-dev
2013-08-12 19:51:43 ++ [[ False = \T\r\u\e ]]
2013-08-12 19:51:43 ++ [[ -z install bridge-utils pylint python-setuptools screen unzip wget psmisc git lsof openssh-server openssl vim-nox locate python-virtualenv python-unittest2 iputils-ping wget curl tcpdump euca2ools tar python-cmd2 gcc libxml2-dev python-dev python-eventlet python-routes python-greenlet python-sqlalchemy python-wsgiref python-pastedeploy python-xattr python-iso8601 python-dev python-lxml python-pastescript python-pastedeploy python-paste sqlite3 python-pysqlite2 python-sqlalchemy python-mysqldb python-webob python-greenlet python-routes libldap2-dev libsasl2-dev python-dateutil msgpack-python dnsmasq-base dnsmasq-utils kpartx parted iputils-arping python-mysqldb python-xattr python-lxml gawk iptables ebtables sqlite3 sudo libjs-jquery-tablesorter vlan curl genisoimage socat python-mox python-paste python-migrate python-gflags python-greenlet python-libxml2 python-routes python-numpy python-pastedeploy python-eventlet python-cheetah python-carrot python-tempita python-sqlalchemy python-suds python-lockfile python-m2crypto python-boto python-kombu python-feedparser python-iso8601 python-qpid nbd-client lvm2 open-iscsi open-iscsi-utils genisoimage sysfsutils sg3-utils tgt lvm2 qemu-utils python-numpy python-beautifulsoup python-dateutil python-paste python-pastedeploy python-anyjson python-routes python-xattr python-sqlalchemy python-webob python-kombu pylint python-eventlet python-nose python-sphinx python-mox python-kombu python-coverage python-cherrypy3 python-migrate nodejs python-pymongo libnspr4-dev pkg-config libxml2-dev libxslt-dev ]]
2013-08-12 19:51:43 ++ local sudo=sudo
2013-08-12 19:51:43 +++ id -u
2013-08-12 19:51:43 ++ [[ 1000 = \0 ]]
2013-08-12 19:51:43 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install bridge-utils pylint python-setuptools screen unzip wget psmisc git lsof openssh-server openssl vim-nox locate python-virtualenv python-unittest2 iputils-ping wget curl tcpdump euca2ools tar python-cmd2 gcc libxml2-dev python-dev python-eventlet python-routes python-greenlet python-sqlalchemy python-wsgiref python-pastedeploy python-xattr python-iso8601 python-dev python-lxml python-pastescript python-pastedeploy python-paste sqlite3 python-pysqlite2 python-sqlalchemy python-mysqldb python-webob python-greenlet python-routes libldap2-dev libsasl2-dev python-dateutil msgpack-python dnsmasq-base dnsmasq-utils kpartx parted iputils-arping python-mysqldb python-xattr python-lxml gawk iptables ebtables sqlite3 sudo libjs-jquery-tablesorter vlan curl genisoimage socat python-mox python-paste python-migrate python-gflags python-greenlet python-libxml2 python-routes python-numpy python-pastedeploy python-eventlet python-cheetah python-carrot python-tempita python-sqlalchemy python-suds python-lockfile python-m2crypto python-boto python-kombu python-feedparser python-iso8601 python-qpid nbd-client lvm2 open-iscsi open-iscsi-utils genisoimage sysfsutils sg3-utils tgt lvm2 qemu-utils python-numpy python-beautifulsoup python-dateutil python-paste python-pastedeploy python-anyjson python-routes python-xattr python-sqlalchemy python-webob python-kombu pylint python-eventlet python-nose python-sphinx python-mox python-kombu python-coverage python-cherrypy3 python-migrate nodejs python-pymongo libnspr4-dev pkg-config libxml2-dev libxslt-dev
2013-08-12 19:51:43 Reading package lists...
2013-08-12 19:51:43 Building dependency tree...
2013-08-12 19:51:43 Reading state information...
2013-08-12 19:51:43 gcc is already the newest version.
2013-08-12 19:51:43 gcc set to manually installed.
2013-08-12 19:51:43 git is already the newest version.
2013-08-12 19:51:43 iputils-ping is already the newest version.
2013-08-12 19:51:43 lsof is already the newest version.
2013-08-12 19:51:43 tar is already the newest version.
2013-08-12 19:51:43 tcpdump is already the newest version.
2013-08-12 19:51:43 wget is already the newest version.
2013-08-12 19:51:43 The following extra packages will be installed:
2013-08-12 19:51:43 blt cloud-utils docutils-common docutils-doc fontconfig-config
2013-08-12 19:51:43 javascript-common libaio1 libblas3gf libc-ares2 libconfig-general-perl
2013-08-12 19:51:43 libcurl3 libev4 libexpat1 libexpat1-dev libfontconfig1 libfontenc1
2013-08-12 19:51:43 libgfortran3 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libibverbs1
2013-08-12 19:51:43 libice6 libicu48 libjpeg-turbo8 libjpeg8 libjs-jquery libjs-jquery-metadata
2013-08-12 19:51:43 libjs-sphinxdoc libjs-underscore liblapack3gf liblcms1 libldap-2.4-2
2013-08-12 19:51:43 libllvm3.0 liblua5.1-0 libmysqlclient18 libnetfilter-conntrack3 libnspr4
2013-08-12 19:51:43 libnss3 libpaper-utils libpaper1 libperl5.14 librados2 librbd1 librdmacm1
2013-08-12 19:51:43 libreadline5 libruby1.8 libsasl2-2 libsasl2-modules libsgutils2-2
2013-08-12 19:51:43 libsigsegv2 libsm6 libsqlite3-0 libsysfs2 libtidy-0.99-0 libutempter0
2013-08-12 19:51:43 libv8-3.7.12.22 libx11-xcb1 libxaw7 libxcb-glx0 libxcb-shape0 libxcomposite1
2013-08-12 19:51:43 libxdamage1 libxfixes3 libxft2 libxi6 libxinerama1 libxml2 libxmu6 libxpm4
2013-08-12 19:51:43 libxrender1 libxslt1.1 libxss1 libxt6 libxtst6 libxv1 libxxf86dga1
2013-08-12 19:51:43 libxxf86vm1 libyaml-0-2 mysql-common openssh-client perl perl-base
2013-08-12 19:51:43 perl-modules python-amqplib python-bson python-crypto python-decorator
2013-08-12 19:51:43 python-dingus python-docutils python-egenix-mxdatetime python-egenix-mxtools
2013-08-12 19:51:43 python-formencode python-gridfs python-imaging python-jinja2
2013-08-12 19:51:43 python-logilab-astng python-logilab-common python-markupsafe python-minimal
2013-08-12 19:51:43 python-openid python-openssl python-paramiko python-pip python-pkg-resources
2013-08-12 19:51:43 python-pygments python-roman python-scgi python-sqlalchemy-ext python-stompy
2013-08-12 19:51:43 python-support python-tk python-utidylib python-yaml python2.7-dev
2013-08-12 19:51:43 sphinx-common sphinx-doc tcl8.5 tk8.5 ttf-dejavu-core wwwconfig-common
2013-08-12 19:51:43 x11-common x11-utils xbitmaps xterm
2013-08-12 19:51:43 Suggested packages:
2013-08-12 19:51:43 blt-demo wodim cdrkit-doc apache2 httpd libglide3 liblcms-utils
2013-08-12 19:51:43 libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql
2013-08-12 19:51:43 libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal ssh-askpass
2013-08-12 19:51:43 libpam-ssh keychain monkeysphere openssh-blacklist openssh-blacklist-extra
2013-08-12 19:51:43 rssh molly-guard parted-doc perl-doc libterm-readline-gnu-perl
2013-08-12 19:51:44 libterm-readline-perl-perl make libpod-plainer-perl python-doc
2013-08-12 19:51:44 python-amqplib-doc python-markdown python-memcache python-crypto-dbg
2013-08-12 19:51:44 python-crypto-doc texlive-latex-recommended texlive-latex-base
2013-08-12 19:51:44 texlive-lang-french ttf-linux-libertine python-egenix-mxdatetime-dbg
2013-08-12 19:51:44 python-egenix-mxdatetime-doc python-egenix-mxtools-dbg
2013-08-12 19:51:44 python-egenix-mxtools-doc python-dns python-greenlet-doc python-greenlet-dev
2013-08-12 19:51:44 python-greenlet-dbg python-imaging-doc python-imaging-dbg python-jinja2-doc
2013-08-12 19:51:44 python-couchdb python-kombu-doc pyro python-lxml-dbg mysql-server-5.1
2013-08-12 19:51:44 mysql-server python-mysqldb-dbg python-nose-doc python-numpy-doc
2013-08-12 19:51:44 python-numpy-dbg gfortran python-openssl-doc python-openssl-dbg
2013-08-12 19:51:44 python-pastewebkit libapache2-mod-wsgi libapache2-mod-python
2013-08-12 19:51:44 libapache2-mod-scgi python-pgsql libjs-mochikit python-flup python-cherrypy
2013-08-12 19:51:44 python-distribute python-distribute-doc ttf-bitstream-vera
2013-08-12 19:51:44 python-pysqlite2-doc python-pysqlite2-dbg jsmath libjs-mathjax
2013-08-12 19:51:44 texlive-latex-extra texlive-fonts-recommended python-sqlalchemy-doc
2013-08-12 19:51:44 python-psycopg2 python-kinterbasdb python-pymssql tix python-tk-dbg byobu
2013-08-12 19:51:44 sqlite3-doc tclreadline zip cscope vim-doc mysql-client postgresql-client
2013-08-12 19:51:44 mesa-utils xfonts-cyrillic
2013-08-12 19:51:44 The following NEW packages will be installed:
2013-08-12 19:51:44 blt bridge-utils cloud-utils curl dnsmasq-base dnsmasq-utils docutils-common
2013-08-12 19:51:44 docutils-doc ebtables euca2ools fontconfig-config gawk genisoimage
2013-08-12 19:51:44 iputils-arping javascript-common kpartx libaio1 libblas3gf libc-ares2
2013-08-12 19:51:44 libconfig-general-perl libcurl3 libev4 libexpat1-dev libfontconfig1
2013-08-12 19:51:44 libfontenc1 libgfortran3 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa
2013-08-12 19:51:44 libibverbs1 libice6 libicu48 libjpeg-turbo8 libjpeg8 libjs-jquery
2013-08-12 19:51:44 libjs-jquery-metadata libjs-jquery-tablesorter libjs-sphinxdoc
2013-08-12 19:51:44 libjs-underscore liblapack3gf liblcms1 libldap2-dev libllvm3.0 liblua5.1-0
2013-08-12 19:51:44 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnspr4-dev libnss3
2013-08-12 19:51:44 libpaper-utils libpaper1 libperl5.14 librados2 librbd1 librdmacm1
2013-08-12 19:51:44 libreadline5 libruby1.8 libsasl2-dev libsgutils2-2 libsigsegv2 libsm6
2013-08-12 19:51:44 libsysfs2 libtidy-0.99-0 libutempter0 libv8-3.7.12.22 libx11-xcb1 libxaw7
2013-08-12 19:51:44 libxcb-glx0 libxcb-shape0 libxcomposite1 libxdamage1 libxfixes3 libxft2
2013-08-12 19:51:44 libxi6 libxinerama1 libxml2-dev libxmu6 libxpm4 libxrender1 libxslt1-dev
2013-08-12 19:51:44 libxslt1.1 libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1
2013-08-12 19:51:44 libyaml-0-2 locate msgpack-python mysql-common nbd-client nodejs open-iscsi
2013-08-12 19:51:44 open-iscsi-utils pkg-config pylint python-amqplib python-anyjson
2013-08-12 19:51:44 python-beautifulsoup python-boto python-bson python-carrot python-cheetah
2013-08-12 19:51:44 python-cherrypy3 python-cmd2 python-coverage python-crypto python-dateutil
2013-08-12 19:51:44 python-decorator python-dev python-dingus python-docutils
2013-08-12 19:51:44 python-egenix-mxdatetime python-egenix-mxtools python-eventlet
2013-08-12 19:51:44 python-feedparser python-formencode python-gflags python-greenlet
2013-08-12 19:51:44 python-gridfs python-imaging python-iso8601 python-jinja2 python-kombu
2013-08-12 19:51:44 python-libxml2 python-lockfile python-logilab-astng python-logilab-common
2013-08-12 19:51:44 python-lxml python-m2crypto python-markupsafe python-migrate python-mox
2013-08-12 19:51:44 python-mysqldb python-nose python-numpy python-openid python-openssl
2013-08-12 19:51:44 python-paramiko python-paste python-pastedeploy python-pastescript
2013-08-12 19:51:44 python-pip python-pkg-resources python-pygments python-pymongo
2013-08-12 19:51:44 python-pysqlite2 python-qpid python-roman python-routes python-scgi
2013-08-12 19:51:44 python-setuptools python-sphinx python-sqlalchemy python-sqlalchemy-ext
2013-08-12 19:51:44 python-stompy python-suds python-support python-tempita python-tk
2013-08-12 19:51:44 python-unittest2 python-utidylib python-virtualenv python-webob python-xattr
2013-08-12 19:51:45 python-yaml python2.7-dev qemu-utils screen sg3-utils socat sphinx-common
2013-08-12 19:51:45 sphinx-doc sqlite3 sysfsutils tcl8.5 tgt tk8.5 ttf-dejavu-core unzip vim-nox
2013-08-12 19:51:45 vlan wwwconfig-common x11-common x11-utils xbitmaps xterm
2013-08-12 19:51:45 The following packages will be upgraded:
2013-08-12 19:51:45 iptables libexpat1 libldap-2.4-2 libsasl2-2 libsasl2-modules libsqlite3-0
2013-08-12 19:51:45 libxml2 lvm2 openssh-client openssh-server openssl parted perl perl-base
2013-08-12 19:51:45 perl-modules psmisc python python-minimal sudo
2013-08-12 19:51:49 19 upgraded, 188 newly installed, 0 to remove and 116 not upgraded.
2013-08-12 19:51:49 Need to get 111 MB of archives.
2013-08-12 19:51:49 After this operation, 280 MB of additional disk space will be used.
2013-08-12 19:51:49 Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main perl amd64 5.14.2-6ubuntu2.3 [4,409 kB]
2013-08-12 19:51:49 Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main perl-base amd64 5.14.2-6ubuntu2.3 [1,508 kB]
2013-08-12 19:51:49 Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main perl-modules all 5.14.2-6ubuntu2.3 [3,389 kB]
2013-08-12 19:51:49 Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-minimal amd64 2.7.3-0ubuntu2.2 [29.7 kB]
2013-08-12 19:51:49 Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python amd64 2.7.3-0ubuntu2.2 [168 kB]
2013-08-12 19:51:49 Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libsqlite3-0 amd64 3.7.9-2ubuntu1.1 [349 kB]
2013-08-12 19:51:49 Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libsasl2-modules amd64 2.1.25.dfsg1-3ubuntu0.1 [63.2 kB]
2013-08-12 19:51:49 Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libsasl2-2 amd64 2.1.25.dfsg1-3ubuntu0.1 [69.1 kB]
2013-08-12 19:51:49 Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libldap-2.4-2 amd64 2.4.28-1.1ubuntu4.3 [185 kB]
2013-08-12 19:51:49 Get:10 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxml2 amd64 2.7.8.dfsg-5.1ubuntu4.6 [673 kB]
2013-08-12 19:51:49 Get:11 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main bridge-utils amd64 1.5-2ubuntu7 [32.0 kB]
2013-08-12 19:51:49 Get:12 http://us.archive.ubuntu.com/ubuntu/ precise/main libsigsegv2 amd64 2.9-4ubuntu2 [14.6 kB]
2013-08-12 19:51:49 Get:13 http://us.archive.ubuntu.com/ubuntu/ precise/main gawk amd64 1:3.1.8+dfsg-0.1ubuntu1 [465 kB]
2013-08-12 19:51:49 Get:14 http://us.archive.ubuntu.com/ubuntu/ precise/main libaio1 amd64 0.3.109-2ubuntu1 [6,396 B]
2013-08-12 19:51:49 Get:15 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3 amd64 7.22.0-3ubuntu4.2 [236 kB]
2013-08-12 19:51:49 Get:16 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1 amd64 2.0.1-7.2ubuntu1.1 [131 kB]
2013-08-12 19:51:49 Get:17 http://us.archive.ubuntu.com/ubuntu/ precise/main ttf-dejavu-core all 2.33-2ubuntu1 [1,552 kB]
2013-08-12 19:51:49 Get:18 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main fontconfig-config all 2.8.0-3ubuntu9.1 [44.4 kB]
2013-08-12 19:51:49 Get:19 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libfontconfig1 amd64 2.8.0-3ubuntu9.1 [125 kB]
2013-08-12 19:51:49 Get:20 http://us.archive.ubuntu.com/ubuntu/ precise/main libgfortran3 amd64 4.6.3-1ubuntu5 [357 kB]
2013-08-12 19:51:49 Get:21 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libglapi-mesa amd64 8.0.4-0ubuntu0.6 [21.4 kB]
2013-08-12 19:51:49 Get:22 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-xcb1 amd64 2:1.4.99.1-0ubuntu2.1 [10.5 kB]
2013-08-12 19:51:49 Get:23 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-glx0 amd64 1.8.1-1ubuntu0.2 [26.4 kB]
2013-08-12 19:51:49 Get:24 http://us.archive.ubuntu.com/ubuntu/ precise/main libxdamage1 amd64 1:1.1.3-2build1 [7,560 B]
2013-08-12 19:51:49 Get:25 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxfixes3 amd64 1:5.0-4ubuntu4.1 [12.5 kB]
2013-08-12 19:51:49 Get:26 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxxf86vm1 amd64 1:1.1.1-2ubuntu0.1 [11.9 kB]
2013-08-12 19:51:49 Get:27 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgl1-mesa-glx amd64 8.0.4-0ubuntu0.6 [104 kB]
2013-08-12 19:51:49 Get:28 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11-common all 1:7.6+12ubuntu2 [52.0 kB]
2013-08-12 19:51:49 Get:29 http://us.archive.ubuntu.com/ubuntu/ precise/main libice6 amd64 2:1.0.7-2build1 [46.1 kB]
2013-08-12 19:51:49 Get:30 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libjpeg-turbo8 amd64 1.1.90+svn733-0ubuntu4.1 [111 kB]
2013-08-12 19:51:49 Get:31 http://us.archive.ubuntu.com/ubuntu/ precise/main liblcms1 amd64 1.19.dfsg-1ubuntu3 [106 kB]
2013-08-12 19:51:49 Get:32 http://us.archive.ubuntu.com/ubuntu/ precise/main libllvm3.0 amd64 3.0-4ubuntu1 [7,456 kB]
2013-08-12 19:51:49 Get:33 http://us.archive.ubuntu.com/ubuntu/ precise/main liblua5.1-0 amd64 5.1.4-12ubuntu1 [172 kB]
2013-08-12 19:51:49 Get:34 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-common all 5.5.32-0ubuntu0.12.04.1 [13.3 kB]
2013-08-12 19:51:49 Get:35 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libmysqlclient18 amd64 5.5.32-0ubuntu0.12.04.1 [944 kB]
2013-08-12 19:51:49 Get:36 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnspr4 amd64 4.9.5-0ubuntu0.12.04.1 [141 kB]
2013-08-12 19:51:53 Get:37 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3 amd64 3.14.3-0ubuntu0.12.04.1 [1,196 kB]
2013-08-12 19:51:53 Get:38 http://us.archive.ubuntu.com/ubuntu/ precise/main libreadline5 amd64 5.2-11 [128 kB]
2013-08-12 19:51:53 Get:39 http://us.archive.ubuntu.com/ubuntu/ precise/main libsm6 amd64 2:1.2.0-2build1 [18.1 kB]
2013-08-12 19:51:53 Get:40 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxt6 amd64 1:1.1.1-2ubuntu0.1 [186 kB]
2013-08-12 19:51:53 Get:41 http://us.archive.ubuntu.com/ubuntu/ precise/main libxmu6 amd64 2:1.1.0-3 [52.7 kB]
2013-08-12 19:51:53 Get:42 http://us.archive.ubuntu.com/ubuntu/ precise/main libxpm4 amd64 1:3.5.9-4 [37.0 kB]
2013-08-12 19:51:53 Get:43 http://us.archive.ubuntu.com/ubuntu/ precise/main libxaw7 amd64 2:1.0.9-3ubuntu1 [201 kB]
2013-08-12 19:51:53 Get:44 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-shape0 amd64 1.8.1-1ubuntu0.2 [6,244 B]
2013-08-12 19:51:53 Get:45 http://us.archive.ubuntu.com/ubuntu/ precise/main libxcomposite1 amd64 1:0.4.3-2build1 [7,708 B]
2013-08-12 19:51:53 Get:46 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxrender1 amd64 1:0.9.6-2ubuntu0.1 [20.6 kB]
2013-08-12 19:51:53 Get:47 http://us.archive.ubuntu.com/ubuntu/ precise/main libxft2 amd64 2.2.0-3ubuntu2 [42.3 kB]
2013-08-12 19:51:53 Get:48 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxi6 amd64 2:1.6.0-0ubuntu2.1 [30.8 kB]
2013-08-12 19:51:53 Get:49 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxinerama1 amd64 2:1.1.1-3ubuntu0.1 [8,072 B]
2013-08-12 19:51:53 Get:50 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxslt1.1 amd64 1.1.26-8ubuntu1.3 [167 kB]
2013-08-12 19:51:53 Get:51 http://us.archive.ubuntu.com/ubuntu/ precise/main libxss1 amd64 1:1.2.1-2 [8,646 B]
2013-08-12 19:51:53 Get:52 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxtst6 amd64 2:1.2.0-4ubuntu0.1 [13.9 kB]
2013-08-12 19:51:53 Get:53 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxv1 amd64 2:1.0.6-2ubuntu0.1 [12.4 kB]
2013-08-12 19:51:53 Get:54 http://us.archive.ubuntu.com/ubuntu/ precise/main libyaml-0-2 amd64 0.1.4-2 [56.9 kB]
2013-08-12 19:51:53 Get:55 http://us.archive.ubuntu.com/ubuntu/ precise/main python-m2crypto amd64 0.21.1-2ubuntu2 [157 kB]
2013-08-12 19:51:53 Get:56 http://us.archive.ubuntu.com/ubuntu/ precise/main libc-ares2 amd64 1.7.5-1 [36.6 kB]
2013-08-12 19:51:53 Get:57 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main sudo amd64 1.8.3p1-1ubuntu3.4 [288 kB]
2013-08-12 19:51:53 Get:58 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main iptables amd64 1.4.12-1ubuntu5 [391 kB]
2013-08-12 19:51:53 Get:59 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openssh-server amd64 1:5.9p1-5ubuntu1.1 [339 kB]
2013-08-12 19:51:53 Get:60 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openssh-client amd64 1:5.9p1-5ubuntu1.1 [942 kB]
2013-08-12 19:51:53 Get:61 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openssl amd64 1.0.1-4ubuntu5.10 [524 kB]
2013-08-12 19:51:53 Get:62 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main parted amd64 2.3-8ubuntu5.1 [52.4 kB]
2013-08-12 19:51:53 Get:63 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main psmisc amd64 22.15-2ubuntu1.1 [53.7 kB]
2013-08-12 19:51:53 Get:64 http://us.archive.ubuntu.com/ubuntu/ precise/main tcl8.5 amd64 8.5.11-1ubuntu1 [1,098 kB]
2013-08-12 19:51:53 Get:65 http://us.archive.ubuntu.com/ubuntu/ precise/main tk8.5 amd64 8.5.11-1 [1,003 kB]
2013-08-12 19:51:53 Get:66 http://us.archive.ubuntu.com/ubuntu/ precise/main blt amd64 2.4z-4.2ubuntu1 [1,717 kB]
2013-08-12 19:51:53 Get:67 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main curl amd64 7.22.0-3ubuntu4.2 [137 kB]
2013-08-12 19:51:53 Get:68 http://us.archive.ubuntu.com/ubuntu/ precise/main libnetfilter-conntrack3 amd64 0.9.1-1ubuntu1 [34.4 kB]
2013-08-12 19:51:53 Get:69 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dnsmasq-base amd64 2.59-4ubuntu0.1 [213 kB]
2013-08-12 19:51:54 Get:70 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dnsmasq-utils amd64 2.59-4ubuntu0.1 [9,898 B]
2013-08-12 19:51:54 Get:71 http://us.archive.ubuntu.com/ubuntu/ precise/main docutils-common all 0.8.1-4ubuntu1 [153 kB]
2013-08-12 19:51:54 Get:72 http://us.archive.ubuntu.com/ubuntu/ precise/main docutils-doc all 0.8.1-4ubuntu1 [1,289 kB]
2013-08-12 19:51:54 Get:73 http://us.archive.ubuntu.com/ubuntu/ precise/main ebtables amd64 2.0.9.2-2ubuntu2 [89.3 kB]
2013-08-12 19:51:54 Get:74 http://us.archive.ubuntu.com/ubuntu/ precise/main python-boto all 2.2.2-0ubuntu2 [443 kB]
2013-08-12 19:51:54 Get:75 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main euca2ools all 2.0.0~bzr516-0ubuntu3.1 [179 kB]
2013-08-12 19:52:04 Get:76 http://us.archive.ubuntu.com/ubuntu/ precise/main genisoimage amd64 9:1.1.11-2ubuntu2 [587 kB]
2013-08-12 19:52:04 Get:77 http://us.archive.ubuntu.com/ubuntu/ precise/main libsysfs2 amd64 2.1.0+repack-1 [23.9 kB]
2013-08-12 19:52:04 Get:78 http://us.archive.ubuntu.com/ubuntu/ precise/main iputils-arping amd64 3:20101006-1ubuntu1 [21.9 kB]
2013-08-12 19:52:04 Get:79 http://us.archive.ubuntu.com/ubuntu/ precise/universe wwwconfig-common all 0.2.2 [18.0 kB]
2013-08-12 19:52:04 Get:80 http://us.archive.ubuntu.com/ubuntu/ precise/universe javascript-common all 8 [4,208 B]
2013-08-12 19:52:04 Get:81 http://us.archive.ubuntu.com/ubuntu/ precise/main libblas3gf amd64 1.2.20110419-2ubuntu1 [287 kB]
2013-08-12 19:52:04 Get:82 http://us.archive.ubuntu.com/ubuntu/ precise/main libconfig-general-perl all 2.50-1 [55.1 kB]
2013-08-12 19:52:04 Get:83 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1-dev amd64 2.0.1-7.2ubuntu1.1 [216 kB]
2013-08-12 19:52:04 Get:84 http://us.archive.ubuntu.com/ubuntu/ precise/main libfontenc1 amd64 1:1.1.0-1 [15.4 kB]
2013-08-12 19:52:04 Get:85 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgl1-mesa-dri amd64 8.0.4-0ubuntu0.6 [3,087 kB]
2013-08-12 19:52:04 Get:86 http://us.archive.ubuntu.com/ubuntu/ precise/main libicu48 amd64 4.8.1.1-3 [8,103 kB]
2013-08-12 19:52:04 Get:87 http://us.archive.ubuntu.com/ubuntu/ precise/main libjpeg8 amd64 8c-2ubuntu7 [2,112 B]
2013-08-12 19:52:04 Get:88 http://us.archive.ubuntu.com/ubuntu/ precise/main libjs-jquery all 1.7.1-1ubuntu1 [111 kB]
2013-08-12 19:52:04 Get:89 http://us.archive.ubuntu.com/ubuntu/ precise/universe libjs-jquery-metadata all 4-1 [6,266 B]
2013-08-12 19:52:04 Get:90 http://us.archive.ubuntu.com/ubuntu/ precise/universe libjs-jquery-tablesorter all 4-1 [64.0 kB]
2013-08-12 19:52:04 Get:91 http://us.archive.ubuntu.com/ubuntu/ precise/main libjs-underscore all 1.1.6-1ubuntu2 [31.3 kB]
2013-08-12 19:52:04 Get:92 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libjs-sphinxdoc all 1.1.3+dfsg-2ubuntu2.1 [45.1 kB]
2013-08-12 19:52:04 Get:93 http://us.archive.ubuntu.com/ubuntu/ precise/main liblapack3gf amd64 3.3.1-1 [4,424 kB]
2013-08-12 19:52:04 Get:94 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnspr4-dev amd64 4.9.5-0ubuntu0.12.04.1 [278 kB]
2013-08-12 19:52:04 Get:95 http://us.archive.ubuntu.com/ubuntu/ precise/main libpaper1 amd64 1.1.24+nmu1build1 [14.2 kB]
2013-08-12 19:52:04 Get:96 http://us.archive.ubuntu.com/ubuntu/ precise/main libpaper-utils amd64 1.1.24+nmu1build1 [9,040 B]
2013-08-12 19:52:04 Get:97 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libperl5.14 amd64 5.14.2-6ubuntu2.3 [1,254 B]
2013-08-12 19:52:04 Get:98 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main librados2 amd64 0.41-1ubuntu2.1 [784 kB]
2013-08-12 19:52:04 Get:99 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main librbd1 amd64 0.41-1ubuntu2.1 [49.8 kB]
2013-08-12 19:52:04 Get:100 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libruby1.8 amd64 1.8.7.352-2ubuntu1.3 [1,797 kB]
2013-08-12 19:52:04 Get:101 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libsasl2-dev amd64 2.1.25.dfsg1-3ubuntu0.1 [310 kB]
2013-08-12 19:52:04 Get:102 http://us.archive.ubuntu.com/ubuntu/ precise/main libsgutils2-2 amd64 1.33-1 [64.4 kB]
2013-08-12 19:52:04 Get:103 http://us.archive.ubuntu.com/ubuntu/ precise/main libtidy-0.99-0 amd64 20091223cvs-1ubuntu2 [146 kB]
2013-08-12 19:52:04 Get:104 http://us.archive.ubuntu.com/ubuntu/ precise/main libutempter0 amd64 1.1.5-4 [8,060 B]
2013-08-12 19:52:04 Get:105 http://us.archive.ubuntu.com/ubuntu/ precise/universe libv8-3.7.12.22 amd64 3.7.12.22-3 [1,369 kB]
2013-08-12 19:52:04 Get:106 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxml2-dev amd64 2.7.8.dfsg-5.1ubuntu4.6 [805 kB]
2013-08-12 19:52:04 Get:107 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxslt1-dev amd64 1.1.26-8ubuntu1.3 [564 kB]
2013-08-12 19:52:04 Get:108 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxxf86dga1 amd64 2:1.1.2-1ubuntu0.1 [13.9 kB]
2013-08-12 19:52:04 Get:109 http://us.archive.ubuntu.com/ubuntu/ precise/universe locate amd64 4.4.2-4ubuntu1 [98.0 kB]
2013-08-12 19:52:04 Get:110 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main lvm2 amd64 2.02.66-4ubuntu7.3 [411 kB]
2013-08-12 19:52:04 Get:111 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-support all 1.0.14ubuntu2 [26.1 kB]
2013-08-12 19:52:04 Get:112 http://us.archive.ubuntu.com/ubuntu/ precise/universe msgpack-python amd64 0.1.10-1 [29.0 kB]
2013-08-12 19:52:04 Get:113 http://us.archive.ubuntu.com/ubuntu/ precise/main nbd-client amd64 1:2.9.25-2ubuntu1 [39.1 kB]
2013-08-12 19:52:18 Get:114 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main open-iscsi-utils amd64 2.0.871-0ubuntu9.12.04.2 [105 kB]
2013-08-12 19:52:18 Get:115 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main open-iscsi amd64 2.0.871-0ubuntu9.12.04.2 [613 kB]
2013-08-12 19:52:18 Get:116 http://us.archive.ubuntu.com/ubuntu/ precise/main pkg-config amd64 0.26-1ubuntu1 [40.9 kB]
2013-08-12 19:52:18 Get:117 http://us.archive.ubuntu.com/ubuntu/ precise/main python-logilab-common all 0.57.1-1ubuntu1 [646 kB]
2013-08-12 19:52:18 Get:118 http://us.archive.ubuntu.com/ubuntu/ precise/main python-logilab-astng all 0.23.0-1ubuntu1 [83.2 kB]
2013-08-12 19:52:18 Get:119 http://us.archive.ubuntu.com/ubuntu/ precise/main pylint all 0.25.0-1ubuntu1 [137 kB]
2013-08-12 19:52:18 Get:120 http://us.archive.ubuntu.com/ubuntu/ precise/main python-amqplib all 1.0.0+ds-1 [34.5 kB]
2013-08-12 19:52:18 Get:121 http://us.archive.ubuntu.com/ubuntu/ precise/main python-anyjson all 0.3.1-1build1 [7,208 B]
2013-08-12 19:52:18 Get:122 http://us.archive.ubuntu.com/ubuntu/ precise/main python-beautifulsoup all 3.2.0-2build1 [34.5 kB]
2013-08-12 19:52:18 Get:123 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-bson amd64 2.1-1ubuntu0.1 [33.6 kB]
2013-08-12 19:52:18 Get:124 http://us.archive.ubuntu.com/ubuntu/ precise/main python-carrot all 0.10.7-1ubuntu1 [81.5 kB]
2013-08-12 19:52:18 Get:125 http://us.archive.ubuntu.com/ubuntu/ precise/main python-cheetah amd64 2.4.4-2ubuntu3 [174 kB]
2013-08-12 19:52:18 Get:126 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-cherrypy3 all 3.2.2-2 [2,353 kB]
2013-08-12 19:52:18 Get:127 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-cmd2 all 0.6.3-1 [23.5 kB]
2013-08-12 19:52:18 Get:128 http://us.archive.ubuntu.com/ubuntu/ precise/main python-pkg-resources all 0.6.24-1ubuntu1 [63.1 kB]
2013-08-12 19:52:18 Get:129 http://us.archive.ubuntu.com/ubuntu/ precise/main python-coverage amd64 3.4-1ubuntu1 [63.7 kB]
2013-08-12 19:52:18 Get:130 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-crypto amd64 2.4.1-1ubuntu0.1 [293 kB]
2013-08-12 19:52:18 Get:131 http://us.archive.ubuntu.com/ubuntu/ precise/main python-dateutil all 1.5-1 [54.2 kB]
2013-08-12 19:52:18 Get:132 http://us.archive.ubuntu.com/ubuntu/ precise/main python-decorator all 3.3.2-1 [21.2 kB]
2013-08-12 19:52:18 Get:133 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-dev amd64 2.7.3-0ubuntu3.2 [29.5 MB]
2013-08-12 19:52:18 Get:134 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-dev amd64 2.7.3-0ubuntu2.2 [1,090 B]
2013-08-12 19:52:18 Get:135 http://us.archive.ubuntu.com/ubuntu/ precise/main python-dingus all 0.3.2-1ubuntu1 [8,748 B]
2013-08-12 19:52:18 Get:136 http://us.archive.ubuntu.com/ubuntu/ precise/main python-roman all 0.8.1-4ubuntu1 [12.6 kB]
2013-08-12 19:52:18 Get:137 http://us.archive.ubuntu.com/ubuntu/ precise/main python-docutils all 0.8.1-4ubuntu1 [382 kB]
2013-08-12 19:52:18 Get:138 http://us.archive.ubuntu.com/ubuntu/ precise/main python-egenix-mxtools amd64 3.2.1-1ubuntu1 [89.1 kB]
2013-08-12 19:52:18 Get:139 http://us.archive.ubuntu.com/ubuntu/ precise/main python-egenix-mxdatetime amd64 3.2.1-1ubuntu1 [79.3 kB]
2013-08-12 19:52:18 Get:140 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-greenlet amd64 0.3.1-1ubuntu5.1 [15.1 kB]
2013-08-12 19:52:18 Get:141 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-eventlet all 0.9.16-1ubuntu4.2 [283 kB]
2013-08-12 19:52:18 Get:142 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-feedparser all 5.1-0ubuntu3.1 [59.7 kB]
2013-08-12 19:52:18 Get:143 http://us.archive.ubuntu.com/ubuntu/ precise/main python-formencode all 1.2.4-2ubuntu2 [110 kB]
2013-08-12 19:52:18 Get:144 http://us.archive.ubuntu.com/ubuntu/ precise/main python-gflags all 1.5.1-1build1 [39.7 kB]
2013-08-12 19:52:18 Get:145 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-gridfs all 2.1-1ubuntu0.1 [10.6 kB]
2013-08-12 19:52:18 Get:146 http://us.archive.ubuntu.com/ubuntu/ precise/main python-imaging amd64 1.1.7-4 [294 kB]
2013-08-12 19:52:18 Get:147 http://us.archive.ubuntu.com/ubuntu/ precise/main python-markupsafe amd64 0.15-1 [13.6 kB]
2013-08-12 19:52:18 Get:148 http://us.archive.ubuntu.com/ubuntu/ precise/main python-jinja2 amd64 2.6-1 [158 kB]
2013-08-12 19:52:18 Get:149 http://us.archive.ubuntu.com/ubuntu/ precise/main python-kombu all 1.4.3-1 [94.1 kB]
2013-08-12 19:52:18 Get:150 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-libxml2 amd64 2.7.8.dfsg-5.1ubuntu4.6 [187 kB]
2013-08-12 19:52:19 Get:151 http://us.archive.ubuntu.com/ubuntu/ precise/main python-lxml amd64 2.3.2-1 [662 kB]
2013-08-12 19:52:21 Get:152 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-sqlalchemy all 0.7.4-1ubuntu0.1 [452 kB]
2013-08-12 19:52:21 Get:153 http://us.archive.ubuntu.com/ubuntu/ precise/main python-tempita all 0.5.1-1build1 [15.1 kB]
2013-08-12 19:52:21 Get:154 http://us.archive.ubuntu.com/ubuntu/ precise/main python-migrate all 0.7.2-1ubuntu1 [156 kB]
2013-08-12 19:52:21 Get:155 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-mysqldb amd64 1.2.3-1ubuntu0.1 [64.0 kB]
2013-08-12 19:52:21 Get:156 http://us.archive.ubuntu.com/ubuntu/ precise/main python-nose all 1.1.2-3 [135 kB]
2013-08-12 19:52:21 Get:157 http://us.archive.ubuntu.com/ubuntu/ precise/main python-numpy amd64 1:1.6.1-6ubuntu1 [1,850 kB]
2013-08-12 19:52:21 Get:158 http://us.archive.ubuntu.com/ubuntu/ precise/main python-openid all 2.2.5-3ubuntu1 [118 kB]
2013-08-12 19:52:21 Get:159 http://us.archive.ubuntu.com/ubuntu/ precise/main python-openssl amd64 0.12-1ubuntu2 [98.0 kB]
2013-08-12 19:52:21 Get:160 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-paramiko all 1.7.7.1-2ubuntu1 [797 kB]
2013-08-12 19:52:21 Get:161 http://us.archive.ubuntu.com/ubuntu/ precise/main python-paste all 1.7.5.1-4ubuntu2 [380 kB]
2013-08-12 19:52:21 Get:162 http://us.archive.ubuntu.com/ubuntu/ precise/main python-pastedeploy all 1.5.0-2build1 [28.2 kB]
2013-08-12 19:52:21 Get:163 http://us.archive.ubuntu.com/ubuntu/ precise/main python-setuptools all 0.6.24-1ubuntu1 [441 kB]
2013-08-12 19:52:21 Get:164 http://us.archive.ubuntu.com/ubuntu/ precise/main python-pastescript all 1.7.5-1 [113 kB]
2013-08-12 19:52:21 Get:165 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-pip all 1.0-1build1 [95.1 kB]
2013-08-12 19:52:21 Get:166 http://us.archive.ubuntu.com/ubuntu/ precise/main python-pygments all 1.4+dfsg-2 [353 kB]
2013-08-12 19:52:21 Get:167 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-pymongo amd64 2.1-1ubuntu0.1 [81.4 kB]
2013-08-12 19:52:21 Get:168 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-pysqlite2 amd64 2.6.3-2build1 [36.6 kB]
2013-08-12 19:52:22 Get:169 http://us.archive.ubuntu.com/ubuntu/ precise/main python-routes all 1.12.3-1ubuntu1 [27.1 kB]
2013-08-12 19:52:22 Get:170 http://us.archive.ubuntu.com/ubuntu/ precise/main python-scgi amd64 1.13-1ubuntu1 [20.1 kB]
2013-08-12 19:52:22 Get:171 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main sphinx-common all 1.1.3+dfsg-2ubuntu2.1 [412 kB]
2013-08-12 19:52:22 Get:172 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-sphinx all 1.1.3+dfsg-2ubuntu2.1 [312 kB]
2013-08-12 19:52:22 Get:173 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-sqlalchemy-ext amd64 0.7.4-1ubuntu0.1 [13.9 kB]
2013-08-12 19:52:22 Get:174 http://us.archive.ubuntu.com/ubuntu/ precise/main python-stompy all 0.2.9-1ubuntu1 [11.2 kB]
2013-08-12 19:52:22 Get:175 http://us.archive.ubuntu.com/ubuntu/ precise/main python-suds all 0.4.1-2ubuntu1 [109 kB]
2013-08-12 19:52:22 Get:176 http://us.archive.ubuntu.com/ubuntu/ precise/main python-tk amd64 2.7.3-1ubuntu1 [28.3 kB]
2013-08-12 19:52:22 Get:177 http://us.archive.ubuntu.com/ubuntu/ precise/main python-unittest2 all 0.5.1-1ubuntu1 [65.5 kB]
2013-08-12 19:52:22 Get:178 http://us.archive.ubuntu.com/ubuntu/ precise/main python-utidylib all 0.2-8build1 [9,370 B]
2013-08-12 19:52:22 Get:179 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-virtualenv all 1.7.1.2-1 [2,112 kB]
2013-08-12 19:52:22 Get:180 http://us.archive.ubuntu.com/ubuntu/ precise/main python-xattr amd64 0.6.2-1ubuntu1 [13.9 kB]
2013-08-12 19:52:22 Get:181 http://us.archive.ubuntu.com/ubuntu/ precise/main python-yaml amd64 3.10-2 [122 kB]
2013-08-12 19:52:22 Get:182 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main qemu-utils amd64 1.0+noroms-0ubuntu14.10 [354 kB]
2013-08-12 19:52:22 Get:183 http://us.archive.ubuntu.com/ubuntu/ precise/main screen amd64 4.0.3-14ubuntu8 [611 kB]
2013-08-12 19:52:22 Get:184 http://us.archive.ubuntu.com/ubuntu/ precise/main sg3-utils amd64 1.33-1 [614 kB]
2013-08-12 19:52:22 Get:185 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main sphinx-doc all 1.1.3+dfsg-2ubuntu2.1 [847 kB]
2013-08-12 19:52:22 Get:186 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main sqlite3 amd64 3.7.9-2ubuntu1.1 [26.8 kB]
2013-08-12 19:52:22 Get:187 http://us.archive.ubuntu.com/ubuntu/ precise/main libibverbs1 amd64 1.1.5-1ubuntu1 [27.3 kB]
2013-08-12 19:52:22 Get:188 http://us.archive.ubuntu.com/ubuntu/ precise/main librdmacm1 amd64 1.0.14.1-2 [18.4 kB]
2013-08-12 19:52:22 Get:189 http://us.archive.ubuntu.com/ubuntu/ precise/main tgt amd64 1:1.0.17-1ubuntu2 [240 kB]
2013-08-12 19:52:22 Get:190 http://us.archive.ubuntu.com/ubuntu/ precise/main unzip amd64 6.0-4ubuntu1 [192 kB]
2013-08-12 19:52:35 Get:191 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11-utils amd64 7.6+4ubuntu0.1 [230 kB]
2013-08-12 19:52:35 Get:192 http://us.archive.ubuntu.com/ubuntu/ precise/main xbitmaps all 1.1.1-1 [27.5 kB]
2013-08-12 19:52:35 Get:193 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xterm amd64 271-1ubuntu2.1 [565 kB]
2013-08-12 19:52:35 Get:194 http://us.archive.ubuntu.com/ubuntu/ precise/main cloud-utils all 0.25-0ubuntu5 [35.1 kB]
2013-08-12 19:52:35 Get:195 http://us.archive.ubuntu.com/ubuntu/ precise/main kpartx amd64 0.4.9-3ubuntu5 [25.3 kB]
2013-08-12 19:52:35 Get:196 http://us.archive.ubuntu.com/ubuntu/ precise/universe libev4 amd64 1:4.11-1 [29.0 kB]
2013-08-12 19:52:35 Get:197 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libldap2-dev amd64 2.4.28-1.1ubuntu4.3 [492 kB]
2013-08-12 19:52:35 Get:198 http://us.archive.ubuntu.com/ubuntu/ precise/universe nodejs amd64 0.6.12~dfsg1-1ubuntu1 [664 kB]
2013-08-12 19:52:35 Get:199 http://us.archive.ubuntu.com/ubuntu/ precise/main python-iso8601 all 0.1.4-1ubuntu1 [5,826 B]
2013-08-12 19:52:35 Get:200 http://us.archive.ubuntu.com/ubuntu/ precise/main python-lockfile all 1:0.8-2ubuntu1 [8,714 B]
2013-08-12 19:52:35 Get:201 http://us.archive.ubuntu.com/ubuntu/ precise/main python-mox all 0.5.3-1ubuntu5 [19.4 kB]
2013-08-12 19:52:35 Get:202 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-qpid all 0.12-2 [263 kB]
2013-08-12 19:52:35 Get:203 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-webob all 1.1.1-1ubuntu0 [273 kB]
2013-08-12 19:52:35 Get:204 http://us.archive.ubuntu.com/ubuntu/ precise/universe socat amd64 1.7.1.3-1.2 [366 kB]
2013-08-12 19:52:35 Get:205 http://us.archive.ubuntu.com/ubuntu/ precise/universe sysfsutils amd64 2.1.0+repack-1 [14.0 kB]
2013-08-12 19:52:35 Get:206 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe vim-nox amd64 2:7.3.429-2ubuntu2.1 [1,079 kB]
2013-08-12 19:52:35 Get:207 http://us.archive.ubuntu.com/ubuntu/ precise/main vlan amd64 1.9-3ubuntu6 [35.2 kB]
2013-08-12 19:52:35
Extracting templates from packages: 14%
Extracting templates from packages: 28%
Extracting templates from packages: 43%
Extracting templates from packages: 57%
Extracting templates from packages: 72%
Extracting templates from packages: 86%
Extracting templates from packages: 100%
2013-08-12 19:52:35 Preconfiguring packages ...
2013-08-12 19:52:35 Fetched 111 MB in 51s (2,141 kB/s)
2013-08-12 19:52:35 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 53366 files and directories currently installed.)
2013-08-12 19:52:35 Preparing to replace perl 5.14.2-6ubuntu2 (using .../perl_5.14.2-6ubuntu2.3_amd64.deb) ...
2013-08-12 19:52:35 Unpacking replacement perl ...
2013-08-12 19:52:35 Preparing to replace perl-base 5.14.2-6ubuntu2 (using .../perl-base_5.14.2-6ubuntu2.3_amd64.deb) ...
2013-08-12 19:52:35 Unpacking replacement perl-base ...
2013-08-12 19:52:35 Processing triggers for man-db ...
2013-08-12 19:52:35 Setting up perl-base (5.14.2-6ubuntu2.3) ...
2013-08-12 19:52:35 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 53366 files and directories currently installed.)
2013-08-12 19:52:35 Preparing to replace perl-modules 5.14.2-6ubuntu2 (using .../perl-modules_5.14.2-6ubuntu2.3_all.deb) ...
2013-08-12 19:52:36 Unpacking replacement perl-modules ...
2013-08-12 19:52:36 Preparing to replace python-minimal 2.7.3-0ubuntu2 (using .../python-minimal_2.7.3-0ubuntu2.2_amd64.deb) ...
2013-08-12 19:52:36 Unpacking replacement python-minimal ...
2013-08-12 19:52:36 Processing triggers for man-db ...
2013-08-12 19:52:36 Setting up python-minimal (2.7.3-0ubuntu2.2) ...
2013-08-12 19:52:42 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 53366 files and directories currently installed.)
2013-08-12 19:52:42 Preparing to replace python 2.7.3-0ubuntu2 (using .../python_2.7.3-0ubuntu2.2_amd64.deb) ...
2013-08-12 19:52:42 Unpacking replacement python ...
2013-08-12 19:52:42 Preparing to replace libsqlite3-0 3.7.9-2ubuntu1 (using .../libsqlite3-0_3.7.9-2ubuntu1.1_amd64.deb) ...
2013-08-12 19:52:42 Unpacking replacement libsqlite3-0 ...
2013-08-12 19:52:42 Preparing to replace libsasl2-modules 2.1.25.dfsg1-3 (using .../libsasl2-modules_2.1.25.dfsg1-3ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:42 Unpacking replacement libsasl2-modules ...
2013-08-12 19:52:42 Preparing to replace libsasl2-2 2.1.25.dfsg1-3 (using .../libsasl2-2_2.1.25.dfsg1-3ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:42 Unpacking replacement libsasl2-2 ...
2013-08-12 19:52:42 Preparing to replace libldap-2.4-2 2.4.28-1.1ubuntu4 (using .../libldap-2.4-2_2.4.28-1.1ubuntu4.3_amd64.deb) ...
2013-08-12 19:52:42 Unpacking replacement libldap-2.4-2 ...
2013-08-12 19:52:42 Preparing to replace libxml2 2.7.8.dfsg-5.1ubuntu4 (using .../libxml2_2.7.8.dfsg-5.1ubuntu4.6_amd64.deb) ...
2013-08-12 19:52:42 Unpacking replacement libxml2 ...
2013-08-12 19:52:42 Selecting previously unselected package bridge-utils.
2013-08-12 19:52:42 Unpacking bridge-utils (from .../bridge-utils_1.5-2ubuntu7_amd64.deb) ...
2013-08-12 19:52:42 Selecting previously unselected package libsigsegv2.
2013-08-12 19:52:42 Unpacking libsigsegv2 (from .../libsigsegv2_2.9-4ubuntu2_amd64.deb) ...
2013-08-12 19:52:42 Processing triggers for man-db ...
2013-08-12 19:52:42 Setting up libsigsegv2 (2.9-4ubuntu2) ...
2013-08-12 19:52:42 Processing triggers for libc-bin ...
2013-08-12 19:52:42 ldconfig deferred processing now taking place
2013-08-12 19:52:42 Selecting previously unselected package gawk.
2013-08-12 19:52:42 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 53399 files and directories currently installed.)
2013-08-12 19:52:42 Unpacking gawk (from .../gawk_1%3a3.1.8+dfsg-0.1ubuntu1_amd64.deb) ...
2013-08-12 19:52:42 Selecting previously unselected package libaio1.
2013-08-12 19:52:42 Unpacking libaio1 (from .../libaio1_0.3.109-2ubuntu1_amd64.deb) ...
2013-08-12 19:52:42 Selecting previously unselected package libcurl3.
2013-08-12 19:52:42 Unpacking libcurl3 (from .../libcurl3_7.22.0-3ubuntu4.2_amd64.deb) ...
2013-08-12 19:52:42 Preparing to replace libexpat1 2.0.1-7.2ubuntu1 (using .../libexpat1_2.0.1-7.2ubuntu1.1_amd64.deb) ...
2013-08-12 19:52:42 Unpacking replacement libexpat1 ...
2013-08-12 19:52:42 Selecting previously unselected package ttf-dejavu-core.
2013-08-12 19:52:42 Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2ubuntu1_all.deb) ...
2013-08-12 19:52:42 Selecting previously unselected package fontconfig-config.
2013-08-12 19:52:42 Unpacking fontconfig-config (from .../fontconfig-config_2.8.0-3ubuntu9.1_all.deb) ...
2013-08-12 19:52:42 Selecting previously unselected package libfontconfig1.
2013-08-12 19:52:42 Unpacking libfontconfig1 (from .../libfontconfig1_2.8.0-3ubuntu9.1_amd64.deb) ...
2013-08-12 19:52:42 Selecting previously unselected package libgfortran3.
2013-08-12 19:52:42 Unpacking libgfortran3 (from .../libgfortran3_4.6.3-1ubuntu5_amd64.deb) ...
2013-08-12 19:52:42 Selecting previously unselected package libglapi-mesa.
2013-08-12 19:52:43 Unpacking libglapi-mesa (from .../libglapi-mesa_8.0.4-0ubuntu0.6_amd64.deb) ...
2013-08-12 19:52:43 Selecting previously unselected package libx11-xcb1.
2013-08-12 19:52:43 Unpacking libx11-xcb1 (from .../libx11-xcb1_2%3a1.4.99.1-0ubuntu2.1_amd64.deb) ...
2013-08-12 19:52:43 Selecting previously unselected package libxcb-glx0.
2013-08-12 19:52:43 Unpacking libxcb-glx0 (from .../libxcb-glx0_1.8.1-1ubuntu0.2_amd64.deb) ...
2013-08-12 19:52:43 Selecting previously unselected package libxdamage1.
2013-08-12 19:52:48 Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.3-2build1_amd64.deb) ...
2013-08-12 19:52:48 Selecting previously unselected package libxfixes3.
2013-08-12 19:52:48 Unpacking libxfixes3 (from .../libxfixes3_1%3a5.0-4ubuntu4.1_amd64.deb) ...
2013-08-12 19:52:48 Selecting previously unselected package libxxf86vm1.
2013-08-12 19:52:48 Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.1.1-2ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:48 Selecting previously unselected package libgl1-mesa-glx.
2013-08-12 19:52:48 Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_8.0.4-0ubuntu0.6_amd64.deb) ...
2013-08-12 19:52:48 Selecting previously unselected package x11-common.
2013-08-12 19:52:48 Unpacking x11-common (from .../x11-common_1%3a7.6+12ubuntu2_all.deb) ...
2013-08-12 19:52:48 Selecting previously unselected package libice6.
2013-08-12 19:52:48 Unpacking libice6 (from .../libice6_2%3a1.0.7-2build1_amd64.deb) ...
2013-08-12 19:52:48 Selecting previously unselected package libjpeg-turbo8.
2013-08-12 19:52:48 Unpacking libjpeg-turbo8 (from .../libjpeg-turbo8_1.1.90+svn733-0ubuntu4.1_amd64.deb) ...
2013-08-12 19:52:48 Selecting previously unselected package liblcms1.
2013-08-12 19:52:48 Unpacking liblcms1 (from .../liblcms1_1.19.dfsg-1ubuntu3_amd64.deb) ...
2013-08-12 19:52:48 Selecting previously unselected package libllvm3.0.
2013-08-12 19:52:48 Unpacking libllvm3.0 (from .../libllvm3.0_3.0-4ubuntu1_amd64.deb) ...
2013-08-12 19:52:48 Selecting previously unselected package liblua5.1-0.
2013-08-12 19:52:49 Unpacking liblua5.1-0 (from .../liblua5.1-0_5.1.4-12ubuntu1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package mysql-common.
2013-08-12 19:52:49 Unpacking mysql-common (from .../mysql-common_5.5.32-0ubuntu0.12.04.1_all.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libmysqlclient18.
2013-08-12 19:52:49 Unpacking libmysqlclient18 (from .../libmysqlclient18_5.5.32-0ubuntu0.12.04.1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libnspr4.
2013-08-12 19:52:49 Unpacking libnspr4 (from .../libnspr4_4.9.5-0ubuntu0.12.04.1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libnss3.
2013-08-12 19:52:49 Unpacking libnss3 (from .../libnss3_3.14.3-0ubuntu0.12.04.1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libreadline5.
2013-08-12 19:52:49 Unpacking libreadline5 (from .../libreadline5_5.2-11_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libsm6.
2013-08-12 19:52:49 Unpacking libsm6 (from .../libsm6_2%3a1.2.0-2build1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxt6.
2013-08-12 19:52:49 Unpacking libxt6 (from .../libxt6_1%3a1.1.1-2ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxmu6.
2013-08-12 19:52:49 Unpacking libxmu6 (from .../libxmu6_2%3a1.1.0-3_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxpm4.
2013-08-12 19:52:49 Unpacking libxpm4 (from .../libxpm4_1%3a3.5.9-4_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxaw7.
2013-08-12 19:52:49 Unpacking libxaw7 (from .../libxaw7_2%3a1.0.9-3ubuntu1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxcb-shape0.
2013-08-12 19:52:49 Unpacking libxcb-shape0 (from .../libxcb-shape0_1.8.1-1ubuntu0.2_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxcomposite1.
2013-08-12 19:52:49 Unpacking libxcomposite1 (from .../libxcomposite1_1%3a0.4.3-2build1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxrender1.
2013-08-12 19:52:49 Unpacking libxrender1 (from .../libxrender1_1%3a0.9.6-2ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxft2.
2013-08-12 19:52:49 Unpacking libxft2 (from .../libxft2_2.2.0-3ubuntu2_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxi6.
2013-08-12 19:52:49 Unpacking libxi6 (from .../libxi6_2%3a1.6.0-0ubuntu2.1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxinerama1.
2013-08-12 19:52:49 Unpacking libxinerama1 (from .../libxinerama1_2%3a1.1.1-3ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxslt1.1.
2013-08-12 19:52:49 Unpacking libxslt1.1 (from .../libxslt1.1_1.1.26-8ubuntu1.3_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxss1.
2013-08-12 19:52:49 Unpacking libxss1 (from .../libxss1_1%3a1.2.1-2_amd64.deb) ...
2013-08-12 19:52:49 Selecting previously unselected package libxtst6.
2013-08-12 19:52:49 Unpacking libxtst6 (from .../libxtst6_2%3a1.2.0-4ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:50 Selecting previously unselected package libxv1.
2013-08-12 19:52:50 Unpacking libxv1 (from .../libxv1_2%3a1.0.6-2ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:50 Selecting previously unselected package libyaml-0-2.
2013-08-12 19:52:50 Unpacking libyaml-0-2 (from .../libyaml-0-2_0.1.4-2_amd64.deb) ...
2013-08-12 19:52:50 Selecting previously unselected package python-m2crypto.
2013-08-12 19:52:50 Unpacking python-m2crypto (from .../python-m2crypto_0.21.1-2ubuntu2_amd64.deb) ...
2013-08-12 19:52:56 Selecting previously unselected package libc-ares2.
2013-08-12 19:52:56 Unpacking libc-ares2 (from .../libc-ares2_1.7.5-1_amd64.deb) ...
2013-08-12 19:52:57 Preparing to replace sudo 1.8.3p1-1ubuntu3 (using .../sudo_1.8.3p1-1ubuntu3.4_amd64.deb) ...
2013-08-12 19:52:57 Unpacking replacement sudo ...
2013-08-12 19:52:57 Preparing to replace iptables 1.4.12-1ubuntu4 (using .../iptables_1.4.12-1ubuntu5_amd64.deb) ...
2013-08-12 19:52:57 Unpacking replacement iptables ...
2013-08-12 19:52:57 Preparing to replace openssh-server 1:5.9p1-5ubuntu1 (using .../openssh-server_1%3a5.9p1-5ubuntu1.1_amd64.deb) ...
2013-08-12 19:52:57 Unpacking replacement openssh-server ...
2013-08-12 19:52:57 Preparing to replace openssh-client 1:5.9p1-5ubuntu1 (using .../openssh-client_1%3a5.9p1-5ubuntu1.1_amd64.deb) ...
2013-08-12 19:52:57 Unpacking replacement openssh-client ...
2013-08-12 19:52:57 Preparing to replace openssl 1.0.1-4ubuntu3 (using .../openssl_1.0.1-4ubuntu5.10_amd64.deb) ...
2013-08-12 19:52:57 Unpacking replacement openssl ...
2013-08-12 19:52:57 Preparing to replace parted 2.3-8ubuntu5 (using .../parted_2.3-8ubuntu5.1_amd64.deb) ...
2013-08-12 19:52:57 Unpacking replacement parted ...
2013-08-12 19:52:57 Preparing to replace psmisc 22.15-2ubuntu1 (using .../psmisc_22.15-2ubuntu1.1_amd64.deb) ...
2013-08-12 19:52:57 Unpacking replacement psmisc ...
2013-08-12 19:52:57 Selecting previously unselected package tcl8.5.
2013-08-12 19:52:57 Unpacking tcl8.5 (from .../tcl8.5_8.5.11-1ubuntu1_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package tk8.5.
2013-08-12 19:52:57 Unpacking tk8.5 (from .../tk8.5_8.5.11-1_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package blt.
2013-08-12 19:52:57 Unpacking blt (from .../blt_2.4z-4.2ubuntu1_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package curl.
2013-08-12 19:52:57 Unpacking curl (from .../curl_7.22.0-3ubuntu4.2_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package libnetfilter-conntrack3.
2013-08-12 19:52:57 Unpacking libnetfilter-conntrack3 (from .../libnetfilter-conntrack3_0.9.1-1ubuntu1_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package dnsmasq-base.
2013-08-12 19:52:57 Unpacking dnsmasq-base (from .../dnsmasq-base_2.59-4ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package dnsmasq-utils.
2013-08-12 19:52:57 Unpacking dnsmasq-utils (from .../dnsmasq-utils_2.59-4ubuntu0.1_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package docutils-common.
2013-08-12 19:52:57 Unpacking docutils-common (from .../docutils-common_0.8.1-4ubuntu1_all.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package docutils-doc.
2013-08-12 19:52:57 Unpacking docutils-doc (from .../docutils-doc_0.8.1-4ubuntu1_all.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package ebtables.
2013-08-12 19:52:57 Unpacking ebtables (from .../ebtables_2.0.9.2-2ubuntu2_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package python-boto.
2013-08-12 19:52:57 Unpacking python-boto (from .../python-boto_2.2.2-0ubuntu2_all.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package euca2ools.
2013-08-12 19:52:57 Unpacking euca2ools (from .../euca2ools_2.0.0~bzr516-0ubuntu3.1_all.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package genisoimage.
2013-08-12 19:52:57 Unpacking genisoimage (from .../genisoimage_9%3a1.1.11-2ubuntu2_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package libsysfs2.
2013-08-12 19:52:57 Unpacking libsysfs2 (from .../libsysfs2_2.1.0+repack-1_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package iputils-arping.
2013-08-12 19:52:57 Unpacking iputils-arping (from .../iputils-arping_3%3a20101006-1ubuntu1_amd64.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package wwwconfig-common.
2013-08-12 19:52:57 Unpacking wwwconfig-common (from .../wwwconfig-common_0.2.2_all.deb) ...
2013-08-12 19:52:57 Selecting previously unselected package javascript-common.
2013-08-12 19:52:58 Unpacking javascript-common (from .../javascript-common_8_all.deb) ...
2013-08-12 19:52:58 Selecting previously unselected package libblas3gf.
2013-08-12 19:52:58 Unpacking libblas3gf (from .../libblas3gf_1.2.20110419-2ubuntu1_amd64.deb) ...
2013-08-12 19:52:58 Selecting previously unselected package libconfig-general-perl.
2013-08-12 19:52:58 Unpacking libconfig-general-perl (from .../libconfig-general-perl_2.50-1_all.deb) ...
2013-08-12 19:52:58 Selecting previously unselected package libexpat1-dev.
2013-08-12 19:52:58 Unpacking libexpat1-dev (from .../libexpat1-dev_2.0.1-7.2ubuntu1.1_amd64.deb) ...
2013-08-12 19:52:58 Selecting previously unselected package libfontenc1.
2013-08-12 19:52:58 Unpacking libfontenc1 (from .../libfontenc1_1%3a1.1.0-1_amd64.deb) ...
2013-08-12 19:52:58 Selecting previously unselected package libgl1-mesa-dri.
2013-08-12 19:52:58 Unpacking libgl1-mesa-dri (from .../libgl1-mesa-dri_8.0.4-0ubuntu0.6_amd64.deb) ...
2013-08-12 19:52:58 Selecting previously unselected package libicu48.
2013-08-12 19:52:58 Unpacking libicu48 (from .../libicu48_4.8.1.1-3_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libjpeg8.
2013-08-12 19:53:03 Unpacking libjpeg8 (from .../libjpeg8_8c-2ubuntu7_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libjs-jquery.
2013-08-12 19:53:03 Unpacking libjs-jquery (from .../libjs-jquery_1.7.1-1ubuntu1_all.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libjs-jquery-metadata.
2013-08-12 19:53:03 Unpacking libjs-jquery-metadata (from .../libjs-jquery-metadata_4-1_all.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libjs-jquery-tablesorter.
2013-08-12 19:53:03 Unpacking libjs-jquery-tablesorter (from .../libjs-jquery-tablesorter_4-1_all.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libjs-underscore.
2013-08-12 19:53:03 Unpacking libjs-underscore (from .../libjs-underscore_1.1.6-1ubuntu2_all.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libjs-sphinxdoc.
2013-08-12 19:53:03 Unpacking libjs-sphinxdoc (from .../libjs-sphinxdoc_1.1.3+dfsg-2ubuntu2.1_all.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package liblapack3gf.
2013-08-12 19:53:03 Unpacking liblapack3gf (from .../liblapack3gf_3.3.1-1_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libnspr4-dev.
2013-08-12 19:53:03 Unpacking libnspr4-dev (from .../libnspr4-dev_4.9.5-0ubuntu0.12.04.1_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libpaper1.
2013-08-12 19:53:03 Unpacking libpaper1 (from .../libpaper1_1.1.24+nmu1build1_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libpaper-utils.
2013-08-12 19:53:03 Unpacking libpaper-utils (from .../libpaper-utils_1.1.24+nmu1build1_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libperl5.14.
2013-08-12 19:53:03 Unpacking libperl5.14 (from .../libperl5.14_5.14.2-6ubuntu2.3_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package librados2.
2013-08-12 19:53:03 Unpacking librados2 (from .../librados2_0.41-1ubuntu2.1_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package librbd1.
2013-08-12 19:53:03 Unpacking librbd1 (from .../librbd1_0.41-1ubuntu2.1_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libruby1.8.
2013-08-12 19:53:03 Unpacking libruby1.8 (from .../libruby1.8_1.8.7.352-2ubuntu1.3_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libsasl2-dev.
2013-08-12 19:53:03 Unpacking libsasl2-dev (from .../libsasl2-dev_2.1.25.dfsg1-3ubuntu0.1_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libsgutils2-2.
2013-08-12 19:53:03 Unpacking libsgutils2-2 (from .../libsgutils2-2_1.33-1_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libtidy-0.99-0.
2013-08-12 19:53:03 Unpacking libtidy-0.99-0 (from .../libtidy-0.99-0_20091223cvs-1ubuntu2_amd64.deb) ...
2013-08-12 19:53:03 Selecting previously unselected package libutempter0.
2013-08-12 19:53:03 Unpacking libutempter0 (from .../libutempter0_1.1.5-4_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package libv8-3.7.12.22.
2013-08-12 19:53:04 Unpacking libv8-3.7.12.22 (from .../libv8-3.7.12.22_3.7.12.22-3_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package libxml2-dev.
2013-08-12 19:53:04 Unpacking libxml2-dev (from .../libxml2-dev_2.7.8.dfsg-5.1ubuntu4.6_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package libxslt1-dev.
2013-08-12 19:53:04 Unpacking libxslt1-dev (from .../libxslt1-dev_1.1.26-8ubuntu1.3_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package libxxf86dga1.
2013-08-12 19:53:04 Unpacking libxxf86dga1 (from .../libxxf86dga1_2%3a1.1.2-1ubuntu0.1_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package locate.
2013-08-12 19:53:04 Unpacking locate (from .../locate_4.4.2-4ubuntu1_amd64.deb) ...
2013-08-12 19:53:04 Preparing to replace lvm2 2.02.66-4ubuntu7 (using .../lvm2_2.02.66-4ubuntu7.3_amd64.deb) ...
2013-08-12 19:53:04 Unpacking replacement lvm2 ...
2013-08-12 19:53:04 Selecting previously unselected package python-support.
2013-08-12 19:53:04 Unpacking python-support (from .../python-support_1.0.14ubuntu2_all.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package msgpack-python.
2013-08-12 19:53:04 Unpacking msgpack-python (from .../msgpack-python_0.1.10-1_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package nbd-client.
2013-08-12 19:53:04 Unpacking nbd-client (from .../nbd-client_1%3a2.9.25-2ubuntu1_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package open-iscsi-utils.
2013-08-12 19:53:04 Unpacking open-iscsi-utils (from .../open-iscsi-utils_2.0.871-0ubuntu9.12.04.2_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package open-iscsi.
2013-08-12 19:53:04 Unpacking open-iscsi (from .../open-iscsi_2.0.871-0ubuntu9.12.04.2_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package pkg-config.
2013-08-12 19:53:04 Unpacking pkg-config (from .../pkg-config_0.26-1ubuntu1_amd64.deb) ...
2013-08-12 19:53:04 Selecting previously unselected package python-logilab-common.
2013-08-12 19:53:10 Unpacking python-logilab-common (from .../python-logilab-common_0.57.1-1ubuntu1_all.deb) ...
2013-08-12 19:53:10 Selecting previously unselected package python-logilab-astng.
2013-08-12 19:53:11 Unpacking python-logilab-astng (from .../python-logilab-astng_0.23.0-1ubuntu1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package pylint.
2013-08-12 19:53:11 Unpacking pylint (from .../pylint_0.25.0-1ubuntu1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-amqplib.
2013-08-12 19:53:11 Unpacking python-amqplib (from .../python-amqplib_1.0.0+ds-1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-anyjson.
2013-08-12 19:53:11 Unpacking python-anyjson (from .../python-anyjson_0.3.1-1build1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-beautifulsoup.
2013-08-12 19:53:11 Unpacking python-beautifulsoup (from .../python-beautifulsoup_3.2.0-2build1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-bson.
2013-08-12 19:53:11 Unpacking python-bson (from .../python-bson_2.1-1ubuntu0.1_amd64.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-carrot.
2013-08-12 19:53:11 Unpacking python-carrot (from .../python-carrot_0.10.7-1ubuntu1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-cheetah.
2013-08-12 19:53:11 Unpacking python-cheetah (from .../python-cheetah_2.4.4-2ubuntu3_amd64.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-cherrypy3.
2013-08-12 19:53:11 Unpacking python-cherrypy3 (from .../python-cherrypy3_3.2.2-2_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-cmd2.
2013-08-12 19:53:11 Unpacking python-cmd2 (from .../python-cmd2_0.6.3-1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-pkg-resources.
2013-08-12 19:53:11 Unpacking python-pkg-resources (from .../python-pkg-resources_0.6.24-1ubuntu1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-coverage.
2013-08-12 19:53:11 Unpacking python-coverage (from .../python-coverage_3.4-1ubuntu1_amd64.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-crypto.
2013-08-12 19:53:11 Unpacking python-crypto (from .../python-crypto_2.4.1-1ubuntu0.1_amd64.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-dateutil.
2013-08-12 19:53:11 Unpacking python-dateutil (from .../python-dateutil_1.5-1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-decorator.
2013-08-12 19:53:11 Unpacking python-decorator (from .../python-decorator_3.3.2-1_all.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python2.7-dev.
2013-08-12 19:53:11 Unpacking python2.7-dev (from .../python2.7-dev_2.7.3-0ubuntu3.2_amd64.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-dev.
2013-08-12 19:53:11 Unpacking python-dev (from .../python-dev_2.7.3-0ubuntu2.2_amd64.deb) ...
2013-08-12 19:53:11 Selecting previously unselected package python-dingus.
2013-08-12 19:53:11 Unpacking python-dingus (from .../python-dingus_0.3.2-1ubuntu1_all.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-roman.
2013-08-12 19:53:12 Unpacking python-roman (from .../python-roman_0.8.1-4ubuntu1_all.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-docutils.
2013-08-12 19:53:12 Unpacking python-docutils (from .../python-docutils_0.8.1-4ubuntu1_all.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-egenix-mxtools.
2013-08-12 19:53:12 Unpacking python-egenix-mxtools (from .../python-egenix-mxtools_3.2.1-1ubuntu1_amd64.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-egenix-mxdatetime.
2013-08-12 19:53:12 Unpacking python-egenix-mxdatetime (from .../python-egenix-mxdatetime_3.2.1-1ubuntu1_amd64.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-greenlet.
2013-08-12 19:53:12 Unpacking python-greenlet (from .../python-greenlet_0.3.1-1ubuntu5.1_amd64.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-eventlet.
2013-08-12 19:53:12 Unpacking python-eventlet (from .../python-eventlet_0.9.16-1ubuntu4.2_all.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-feedparser.
2013-08-12 19:53:12 Unpacking python-feedparser (from .../python-feedparser_5.1-0ubuntu3.1_all.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-formencode.
2013-08-12 19:53:12 Unpacking python-formencode (from .../python-formencode_1.2.4-2ubuntu2_all.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-gflags.
2013-08-12 19:53:12 Unpacking python-gflags (from .../python-gflags_1.5.1-1build1_all.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-gridfs.
2013-08-12 19:53:12 Unpacking python-gridfs (from .../python-gridfs_2.1-1ubuntu0.1_all.deb) ...
2013-08-12 19:53:12 Selecting previously unselected package python-imaging.
2013-08-12 19:53:18 Unpacking python-imaging (from .../python-imaging_1.1.7-4_amd64.deb) ...
2013-08-12 19:53:18 Selecting previously unselected package python-markupsafe.
2013-08-12 19:53:18 Unpacking python-markupsafe (from .../python-markupsafe_0.15-1_amd64.deb) ...
2013-08-12 19:53:18 Selecting previously unselected package python-jinja2.
2013-08-12 19:53:18 Unpacking python-jinja2 (from .../python-jinja2_2.6-1_amd64.deb) ...
2013-08-12 19:53:18 Selecting previously unselected package python-kombu.
2013-08-12 19:53:18 Unpacking python-kombu (from .../python-kombu_1.4.3-1_all.deb) ...
2013-08-12 19:53:18 Selecting previously unselected package python-libxml2.
2013-08-12 19:53:18 Unpacking python-libxml2 (from .../python-libxml2_2.7.8.dfsg-5.1ubuntu4.6_amd64.deb) ...
2013-08-12 19:53:18 Selecting previously unselected package python-lxml.
2013-08-12 19:53:18 Unpacking python-lxml (from .../python-lxml_2.3.2-1_amd64.deb) ...
2013-08-12 19:53:18 Selecting previously unselected package python-sqlalchemy.
2013-08-12 19:53:18 Unpacking python-sqlalchemy (from .../python-sqlalchemy_0.7.4-1ubuntu0.1_all.deb) ...
2013-08-12 19:53:18 Selecting previously unselected package python-tempita.
2013-08-12 19:53:18 Unpacking python-tempita (from .../python-tempita_0.5.1-1build1_all.deb) ...
2013-08-12 19:53:18 Selecting previously unselected package python-migrate.
2013-08-12 19:53:19 Unpacking python-migrate (from .../python-migrate_0.7.2-1ubuntu1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-mysqldb.
2013-08-12 19:53:19 Unpacking python-mysqldb (from .../python-mysqldb_1.2.3-1ubuntu0.1_amd64.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-nose.
2013-08-12 19:53:19 Unpacking python-nose (from .../python-nose_1.1.2-3_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-numpy.
2013-08-12 19:53:19 Unpacking python-numpy (from .../python-numpy_1%3a1.6.1-6ubuntu1_amd64.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-openid.
2013-08-12 19:53:19 Unpacking python-openid (from .../python-openid_2.2.5-3ubuntu1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-openssl.
2013-08-12 19:53:19 Unpacking python-openssl (from .../python-openssl_0.12-1ubuntu2_amd64.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-paramiko.
2013-08-12 19:53:19 Unpacking python-paramiko (from .../python-paramiko_1.7.7.1-2ubuntu1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-paste.
2013-08-12 19:53:19 Unpacking python-paste (from .../python-paste_1.7.5.1-4ubuntu2_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-pastedeploy.
2013-08-12 19:53:19 Unpacking python-pastedeploy (from .../python-pastedeploy_1.5.0-2build1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-setuptools.
2013-08-12 19:53:19 Unpacking python-setuptools (from .../python-setuptools_0.6.24-1ubuntu1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-pastescript.
2013-08-12 19:53:19 Unpacking python-pastescript (from .../python-pastescript_1.7.5-1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-pip.
2013-08-12 19:53:19 Unpacking python-pip (from .../python-pip_1.0-1build1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-pygments.
2013-08-12 19:53:19 Unpacking python-pygments (from .../python-pygments_1.4+dfsg-2_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-pymongo.
2013-08-12 19:53:19 Unpacking python-pymongo (from .../python-pymongo_2.1-1ubuntu0.1_amd64.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-pysqlite2.
2013-08-12 19:53:19 Unpacking python-pysqlite2 (from .../python-pysqlite2_2.6.3-2build1_amd64.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-routes.
2013-08-12 19:53:19 Unpacking python-routes (from .../python-routes_1.12.3-1ubuntu1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-scgi.
2013-08-12 19:53:19 Unpacking python-scgi (from .../python-scgi_1.13-1ubuntu1_amd64.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package sphinx-common.
2013-08-12 19:53:19 Unpacking sphinx-common (from .../sphinx-common_1.1.3+dfsg-2ubuntu2.1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-sphinx.
2013-08-12 19:53:19 Unpacking python-sphinx (from .../python-sphinx_1.1.3+dfsg-2ubuntu2.1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-sqlalchemy-ext.
2013-08-12 19:53:19 Unpacking python-sqlalchemy-ext (from .../python-sqlalchemy-ext_0.7.4-1ubuntu0.1_amd64.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-stompy.
2013-08-12 19:53:19 Unpacking python-stompy (from .../python-stompy_0.2.9-1ubuntu1_all.deb) ...
2013-08-12 19:53:19 Selecting previously unselected package python-suds.
2013-08-12 19:53:20 Unpacking python-suds (from .../python-suds_0.4.1-2ubuntu1_all.deb) ...
2013-08-12 19:53:20 Selecting previously unselected package python-tk.
2013-08-12 19:53:51 Unpacking python-tk (from .../python-tk_2.7.3-1ubuntu1_amd64.deb) ...
2013-08-12 19:53:51 Selecting previously unselected package python-unittest2.
2013-08-12 19:53:51 Unpacking python-unittest2 (from .../python-unittest2_0.5.1-1ubuntu1_all.deb) ...
2013-08-12 19:53:51 Selecting previously unselected package python-utidylib.
2013-08-12 19:53:51 Unpacking python-utidylib (from .../python-utidylib_0.2-8build1_all.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package python-virtualenv.
2013-08-12 19:53:52 Unpacking python-virtualenv (from .../python-virtualenv_1.7.1.2-1_all.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package python-xattr.
2013-08-12 19:53:52 Unpacking python-xattr (from .../python-xattr_0.6.2-1ubuntu1_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package python-yaml.
2013-08-12 19:53:52 Unpacking python-yaml (from .../python-yaml_3.10-2_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package qemu-utils.
2013-08-12 19:53:52 Unpacking qemu-utils (from .../qemu-utils_1.0+noroms-0ubuntu14.10_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package screen.
2013-08-12 19:53:52 Unpacking screen (from .../screen_4.0.3-14ubuntu8_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package sg3-utils.
2013-08-12 19:53:52 Unpacking sg3-utils (from .../sg3-utils_1.33-1_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package sphinx-doc.
2013-08-12 19:53:52 Unpacking sphinx-doc (from .../sphinx-doc_1.1.3+dfsg-2ubuntu2.1_all.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package sqlite3.
2013-08-12 19:53:52 Unpacking sqlite3 (from .../sqlite3_3.7.9-2ubuntu1.1_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package libibverbs1.
2013-08-12 19:53:52 Unpacking libibverbs1 (from .../libibverbs1_1.1.5-1ubuntu1_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package librdmacm1.
2013-08-12 19:53:52 Unpacking librdmacm1 (from .../librdmacm1_1.0.14.1-2_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package tgt.
2013-08-12 19:53:52 Unpacking tgt (from .../tgt_1%3a1.0.17-1ubuntu2_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package unzip.
2013-08-12 19:53:52 Unpacking unzip (from .../unzip_6.0-4ubuntu1_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package x11-utils.
2013-08-12 19:53:52 Unpacking x11-utils (from .../x11-utils_7.6+4ubuntu0.1_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package xbitmaps.
2013-08-12 19:53:52 Unpacking xbitmaps (from .../xbitmaps_1.1.1-1_all.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package xterm.
2013-08-12 19:53:52 Unpacking xterm (from .../xterm_271-1ubuntu2.1_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package cloud-utils.
2013-08-12 19:53:52 Unpacking cloud-utils (from .../cloud-utils_0.25-0ubuntu5_all.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package kpartx.
2013-08-12 19:53:52 Unpacking kpartx (from .../kpartx_0.4.9-3ubuntu5_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package libev4.
2013-08-12 19:53:52 Unpacking libev4 (from .../libev4_1%3a4.11-1_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package libldap2-dev.
2013-08-12 19:53:52 Unpacking libldap2-dev (from .../libldap2-dev_2.4.28-1.1ubuntu4.3_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package nodejs.
2013-08-12 19:53:52 Unpacking nodejs (from .../nodejs_0.6.12~dfsg1-1ubuntu1_amd64.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package python-iso8601.
2013-08-12 19:53:52 Unpacking python-iso8601 (from .../python-iso8601_0.1.4-1ubuntu1_all.deb) ...
2013-08-12 19:53:52 Selecting previously unselected package python-lockfile.
2013-08-12 19:53:53 Unpacking python-lockfile (from .../python-lockfile_1%3a0.8-2ubuntu1_all.deb) ...
2013-08-12 19:53:53 Selecting previously unselected package python-mox.
2013-08-12 19:53:53 Unpacking python-mox (from .../python-mox_0.5.3-1ubuntu5_all.deb) ...
2013-08-12 19:53:53 Selecting previously unselected package python-qpid.
2013-08-12 19:53:53 Unpacking python-qpid (from .../python-qpid_0.12-2_all.deb) ...
2013-08-12 19:53:53 Selecting previously unselected package python-webob.
2013-08-12 19:53:53 Unpacking python-webob (from .../python-webob_1.1.1-1ubuntu0_all.deb) ...
2013-08-12 19:53:53 Selecting previously unselected package socat.
2013-08-12 19:53:53 Unpacking socat (from .../socat_1.7.1.3-1.2_amd64.deb) ...
2013-08-12 19:53:53 Selecting previously unselected package sysfsutils.
2013-08-12 19:53:53 Unpacking sysfsutils (from .../sysfsutils_2.1.0+repack-1_amd64.deb) ...
2013-08-12 19:53:53 Selecting previously unselected package vim-nox.
2013-08-12 19:53:53 Unpacking vim-nox (from .../vim-nox_2%3a7.3.429-2ubuntu2.1_amd64.deb) ...
2013-08-12 19:53:53 Selecting previously unselected package vlan.
2013-08-12 19:53:53 Unpacking vlan (from .../vlan_1.9-3ubuntu6_amd64.deb) ...
2013-08-12 19:53:53 Processing triggers for man-db ...
2013-08-12 19:53:53 Processing triggers for ureadahead ...
2013-08-12 19:53:53 Processing triggers for ufw ...
2013-08-12 19:53:53 Processing triggers for install-info ...
2013-08-12 19:53:53 Setting up python (2.7.3-0ubuntu2.2) ...
2013-08-12 19:54:00 Setting up libsqlite3-0 (3.7.9-2ubuntu1.1) ...
2013-08-12 19:54:00 Setting up libsasl2-2 (2.1.25.dfsg1-3ubuntu0.1) ...
2013-08-12 19:54:00 Setting up libsasl2-modules (2.1.25.dfsg1-3ubuntu0.1) ...
2013-08-12 19:54:00 Setting up libldap-2.4-2 (2.4.28-1.1ubuntu4.3) ...
2013-08-12 19:54:00 Setting up libxml2 (2.7.8.dfsg-5.1ubuntu4.6) ...
2013-08-12 19:54:00 Setting up bridge-utils (1.5-2ubuntu7) ...
2013-08-12 19:54:00 Setting up gawk (1:3.1.8+dfsg-0.1ubuntu1) ...
2013-08-12 19:54:00 Setting up libaio1 (0.3.109-2ubuntu1) ...
2013-08-12 19:54:00 Setting up libcurl3 (7.22.0-3ubuntu4.2) ...
2013-08-12 19:54:00 Setting up libexpat1 (2.0.1-7.2ubuntu1.1) ...
2013-08-12 19:54:00 Setting up ttf-dejavu-core (2.33-2ubuntu1) ...
2013-08-12 19:54:00 Setting up fontconfig-config (2.8.0-3ubuntu9.1) ...
2013-08-12 19:54:00 Setting up libfontconfig1 (2.8.0-3ubuntu9.1) ...
2013-08-12 19:54:00 Setting up libgfortran3 (4.6.3-1ubuntu5) ...
2013-08-12 19:54:00 Setting up libglapi-mesa (8.0.4-0ubuntu0.6) ...
2013-08-12 19:54:00 Setting up libx11-xcb1 (2:1.4.99.1-0ubuntu2.1) ...
2013-08-12 19:54:00 Setting up libxcb-glx0 (1.8.1-1ubuntu0.2) ...
2013-08-12 19:54:00 Setting up libxdamage1 (1:1.1.3-2build1) ...
2013-08-12 19:54:00 Setting up libxfixes3 (1:5.0-4ubuntu4.1) ...
2013-08-12 19:54:00 Setting up libxxf86vm1 (1:1.1.1-2ubuntu0.1) ...
2013-08-12 19:54:00 Setting up libgl1-mesa-glx (8.0.4-0ubuntu0.6) ...
2013-08-12 19:54:00 update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode.
2013-08-12 19:54:00 Setting up x11-common (1:7.6+12ubuntu2) ...
2013-08-12 19:54:00 Setting up libice6 (2:1.0.7-2build1) ...
2013-08-12 19:54:00 Setting up libjpeg-turbo8 (1.1.90+svn733-0ubuntu4.1) ...
2013-08-12 19:54:00 Setting up liblcms1 (1.19.dfsg-1ubuntu3) ...
2013-08-12 19:54:00 Setting up libllvm3.0 (3.0-4ubuntu1) ...
2013-08-12 19:54:00 Setting up liblua5.1-0 (5.1.4-12ubuntu1) ...
2013-08-12 19:54:00 Setting up mysql-common (5.5.32-0ubuntu0.12.04.1) ...
2013-08-12 19:54:00 Setting up libmysqlclient18 (5.5.32-0ubuntu0.12.04.1) ...
2013-08-12 19:54:00 Setting up libnspr4 (4.9.5-0ubuntu0.12.04.1) ...
2013-08-12 19:54:00 Setting up libnss3 (3.14.3-0ubuntu0.12.04.1) ...
2013-08-12 19:54:00 Setting up libreadline5 (5.2-11) ...
2013-08-12 19:54:00 Setting up libsm6 (2:1.2.0-2build1) ...
2013-08-12 19:54:00 Setting up libxt6 (1:1.1.1-2ubuntu0.1) ...
2013-08-12 19:54:00 Setting up libxmu6 (2:1.1.0-3) ...
2013-08-12 19:54:00 Setting up libxpm4 (1:3.5.9-4) ...
2013-08-12 19:54:00 Setting up libxaw7 (2:1.0.9-3ubuntu1) ...
2013-08-12 19:54:00 Setting up libxcb-shape0 (1.8.1-1ubuntu0.2) ...
2013-08-12 19:54:00 Setting up libxcomposite1 (1:0.4.3-2build1) ...
2013-08-12 19:54:00 Setting up libxrender1 (1:0.9.6-2ubuntu0.1) ...
2013-08-12 19:54:01 Setting up libxft2 (2.2.0-3ubuntu2) ...
2013-08-12 19:54:01 Setting up libxi6 (2:1.6.0-0ubuntu2.1) ...
2013-08-12 19:54:01 Setting up libxinerama1 (2:1.1.1-3ubuntu0.1) ...
2013-08-12 19:54:01 Setting up libxslt1.1 (1.1.26-8ubuntu1.3) ...
2013-08-12 19:54:01 Setting up libxss1 (1:1.2.1-2) ...
2013-08-12 19:54:01 Setting up libxtst6 (2:1.2.0-4ubuntu0.1) ...
2013-08-12 19:54:01 Setting up libxv1 (2:1.0.6-2ubuntu0.1) ...
2013-08-12 19:54:01 Setting up libyaml-0-2 (0.1.4-2) ...
2013-08-12 19:54:01 Setting up python-m2crypto (0.21.1-2ubuntu2) ...
2013-08-12 19:54:01 Setting up libc-ares2 (1.7.5-1) ...
2013-08-12 19:54:01 Setting up sudo (1.8.3p1-1ubuntu3.4) ...
2013-08-12 19:54:01 Installing new version of config file /etc/pam.d/sudo ...
2013-08-12 19:54:01 Setting up iptables (1.4.12-1ubuntu5) ...
2013-08-12 19:54:01 Setting up openssh-client (1:5.9p1-5ubuntu1.1) ...
2013-08-12 19:54:01 Setting up openssh-server (1:5.9p1-5ubuntu1.1) ...
2013-08-12 19:54:01 Installing new version of config file /etc/pam.d/sshd ...
2013-08-12 19:54:01 ssh stop/waiting
2013-08-12 19:54:01 ssh start/running, process 16314
2013-08-12 19:54:01 Setting up openssl (1.0.1-4ubuntu5.10) ...
2013-08-12 19:54:01 Setting up parted (2.3-8ubuntu5.1) ...
2013-08-12 19:54:01 Setting up psmisc (22.15-2ubuntu1.1) ...
2013-08-12 19:54:01 Setting up tcl8.5 (8.5.11-1ubuntu1) ...
2013-08-12 19:54:01 update-alternatives: using /usr/bin/tclsh8.5 to provide /usr/bin/tclsh (tclsh) in auto mode.
2013-08-12 19:54:01 Setting up tk8.5 (8.5.11-1) ...
2013-08-12 19:54:01 update-alternatives: using /usr/bin/wish8.5 to provide /usr/bin/wish (wish) in auto mode.
2013-08-12 19:54:01 Setting up blt (2.4z-4.2ubuntu1) ...
2013-08-12 19:54:01 Setting up curl (7.22.0-3ubuntu4.2) ...
2013-08-12 19:54:01 Setting up libnetfilter-conntrack3 (0.9.1-1ubuntu1) ...
2013-08-12 19:54:01 Setting up dnsmasq-base (2.59-4ubuntu0.1) ...
2013-08-12 19:54:01 Setting up dnsmasq-utils (2.59-4ubuntu0.1) ...
2013-08-12 19:54:01 Setting up docutils-common (0.8.1-4ubuntu1) ...
2013-08-12 19:54:01 Setting up docutils-doc (0.8.1-4ubuntu1) ...
2013-08-12 19:54:01 Setting up ebtables (2.0.9.2-2ubuntu2) ...
2013-08-12 19:54:01 Setting up python-boto (2.2.2-0ubuntu2) ...
2013-08-12 19:54:01 Setting up euca2ools (2.0.0~bzr516-0ubuntu3.1) ...
2013-08-12 19:54:01 Setting up genisoimage (9:1.1.11-2ubuntu2) ...
2013-08-12 19:54:01 Setting up libsysfs2 (2.1.0+repack-1) ...
2013-08-12 19:54:01 Setting up iputils-arping (3:20101006-1ubuntu1) ...
2013-08-12 19:54:01 Setting up wwwconfig-common (0.2.2) ...
2013-08-12 19:54:01 Setting up javascript-common (8) ...
2013-08-12 19:54:01 Setting up libblas3gf (1.2.20110419-2ubuntu1) ...
2013-08-12 19:54:20 update-alternatives: using /usr/lib/libblas/libblas.so.3gf to provide /usr/lib/libblas.so.3gf (libblas.so.3gf) in auto mode.
2013-08-12 19:54:20 Setting up libexpat1-dev (2.0.1-7.2ubuntu1.1) ...
2013-08-12 19:54:20 Setting up libfontenc1 (1:1.1.0-1) ...
2013-08-12 19:54:20 Setting up libgl1-mesa-dri (8.0.4-0ubuntu0.6) ...
2013-08-12 19:54:20 Setting up libicu48 (4.8.1.1-3) ...
2013-08-12 19:54:20 Setting up libjpeg8 (8c-2ubuntu7) ...
2013-08-12 19:54:20 Setting up libjs-jquery (1.7.1-1ubuntu1) ...
2013-08-12 19:54:20 Setting up libjs-jquery-metadata (4-1) ...
2013-08-12 19:54:20 Setting up libjs-jquery-tablesorter (4-1) ...
2013-08-12 19:54:20 Setting up libjs-underscore (1.1.6-1ubuntu2) ...
2013-08-12 19:54:20 Setting up libjs-sphinxdoc (1.1.3+dfsg-2ubuntu2.1) ...
2013-08-12 19:54:20 Setting up liblapack3gf (3.3.1-1) ...
2013-08-12 19:54:20 update-alternatives: using /usr/lib/lapack/liblapack.so.3gf to provide /usr/lib/liblapack.so.3gf (liblapack.so.3gf) in auto mode.
2013-08-12 19:54:20 Setting up libnspr4-dev (4.9.5-0ubuntu0.12.04.1) ...
2013-08-12 19:54:20 Setting up libpaper1 (1.1.24+nmu1build1) ...
2013-08-12 19:54:20
2013-08-12 19:54:20 Creating config file /etc/papersize with new version
2013-08-12 19:54:20 Setting up libpaper-utils (1.1.24+nmu1build1) ...
2013-08-12 19:54:20 Setting up libperl5.14 (5.14.2-6ubuntu2.3) ...
2013-08-12 19:54:20 Setting up librados2 (0.41-1ubuntu2.1) ...
2013-08-12 19:54:20 Setting up librbd1 (0.41-1ubuntu2.1) ...
2013-08-12 19:54:20 Setting up libruby1.8 (1.8.7.352-2ubuntu1.3) ...
2013-08-12 19:54:20 Setting up libsasl2-dev (2.1.25.dfsg1-3ubuntu0.1) ...
2013-08-12 19:54:20 Setting up libsgutils2-2 (1.33-1) ...
2013-08-12 19:54:20 Setting up libtidy-0.99-0 (20091223cvs-1ubuntu2) ...
2013-08-12 19:54:20 Setting up libutempter0 (1.1.5-4) ...
2013-08-12 19:54:20 Creating utempter group...
2013-08-12 19:54:20 Setting up libv8-3.7.12.22 (3.7.12.22-3) ...
2013-08-12 19:54:21 Setting up libxml2-dev (2.7.8.dfsg-5.1ubuntu4.6) ...
2013-08-12 19:54:21 Setting up libxslt1-dev (1.1.26-8ubuntu1.3) ...
2013-08-12 19:54:21 Setting up libxxf86dga1 (2:1.1.2-1ubuntu0.1) ...
2013-08-12 19:54:21 Setting up locate (4.4.2-4ubuntu1) ...
2013-08-12 19:54:21 Setting up lvm2 (2.02.66-4ubuntu7.3) ...
2013-08-12 19:54:21 update-initramfs: deferring update (trigger activated)
2013-08-12 19:54:21 Setting up python-support (1.0.14ubuntu2) ...
2013-08-12 19:54:21 Setting up msgpack-python (0.1.10-1) ...
2013-08-12 19:54:21 Setting up nbd-client (1:2.9.25-2ubuntu1) ...
2013-08-12 19:54:21 Stopping NBD client process:
2013-08-12 19:54:21 ERROR: Module nbd does not exist in /proc/modules
2013-08-12 19:54:21 nbd-client.
2013-08-12 19:54:21 Starting NBD client process: Connecting...Activating...
2013-08-12 19:54:21 nbd-client.
2013-08-12 19:54:21 update-initramfs: deferring update (trigger activated)
2013-08-12 19:54:21 Setting up open-iscsi-utils (2.0.871-0ubuntu9.12.04.2) ...
2013-08-12 19:54:21 Setting up open-iscsi (2.0.871-0ubuntu9.12.04.2) ...
2013-08-12 19:54:21 update-rc.d: warning: open-iscsi stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (0 6)
2013-08-12 19:54:21 * Starting iSCSI initiator service iscsid 
[ OK ]
2013-08-12 19:54:21 * Setting up iSCSI targets 
[ OK ]
2013-08-12 19:54:21 Setting up pkg-config (0.26-1ubuntu1) ...
2013-08-12 19:54:21 Setting up python-logilab-common (0.57.1-1ubuntu1) ...
2013-08-12 19:54:21 Setting up python-logilab-astng (0.23.0-1ubuntu1) ...
2013-08-12 19:54:21 Setting up pylint (0.25.0-1ubuntu1) ...
2013-08-12 19:54:21 Setting up python-amqplib (1.0.0+ds-1) ...
2013-08-12 19:54:21 Setting up python-anyjson (0.3.1-1build1) ...
2013-08-12 19:54:21 Setting up python-beautifulsoup (3.2.0-2build1) ...
2013-08-12 19:54:21 Setting up python-bson (2.1-1ubuntu0.1) ...
2013-08-12 19:54:21 Setting up python-carrot (0.10.7-1ubuntu1) ...
2013-08-12 19:54:21 Setting up python-cheetah (2.4.4-2ubuntu3) ...
2013-08-12 19:54:21 Setting up python-cherrypy3 (3.2.2-2) ...
2013-08-12 19:54:21 Setting up python-cmd2 (0.6.3-1) ...
2013-08-12 19:54:21 Setting up python-pkg-resources (0.6.24-1ubuntu1) ...
2013-08-12 19:54:21 Setting up python-coverage (3.4-1ubuntu1) ...
2013-08-12 19:54:21 Setting up python-crypto (2.4.1-1ubuntu0.1) ...
2013-08-12 19:54:21 Setting up python-dateutil (1.5-1) ...
2013-08-12 19:54:21 Setting up python-decorator (3.3.2-1) ...
2013-08-12 19:54:21 Setting up python2.7-dev (2.7.3-0ubuntu3.2) ...
2013-08-12 19:54:21 Setting up python-dev (2.7.3-0ubuntu2.2) ...
2013-08-12 19:54:21 Setting up python-dingus (0.3.2-1ubuntu1) ...
2013-08-12 19:54:21 Setting up python-roman (0.8.1-4ubuntu1) ...
2013-08-12 19:54:21 Setting up python-docutils (0.8.1-4ubuntu1) ...
2013-08-12 19:54:21 update-alternatives: using /usr/share/docutils/scripts/python2/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode.
2013-08-12 19:54:21 update-alternatives: using /usr/share/docutils/scripts/python2/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode.
2013-08-12 19:54:21 update-alternatives: using /usr/share/docutils/scripts/python2/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode.
2013-08-12 19:54:21 update-alternatives: using /usr/share/docutils/scripts/python2/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode.
2013-08-12 19:54:22 update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode.
2013-08-12 19:54:35 update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode.
2013-08-12 19:54:36 update-alternatives: using /usr/share/docutils/scripts/python2/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode.
2013-08-12 19:54:36 update-alternatives: using /usr/share/docutils/scripts/python2/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode.
2013-08-12 19:54:36 update-alternatives: using /usr/share/docutils/scripts/python2/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode.
2013-08-12 19:54:36 update-alternatives: using /usr/share/docutils/scripts/python2/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode.
2013-08-12 19:54:36 update-alternatives: using /usr/share/docutils/scripts/python2/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode.
2013-08-12 19:54:36 Setting up python-egenix-mxtools (3.2.1-1ubuntu1) ...
2013-08-12 19:54:36 Setting up python-egenix-mxdatetime (3.2.1-1ubuntu1) ...
2013-08-12 19:54:36 Setting up python-greenlet (0.3.1-1ubuntu5.1) ...
2013-08-12 19:54:36 Setting up python-eventlet (0.9.16-1ubuntu4.2) ...
2013-08-12 19:54:36 Setting up python-feedparser (5.1-0ubuntu3.1) ...
2013-08-12 19:54:36 Setting up python-formencode (1.2.4-2ubuntu2) ...
2013-08-12 19:54:36 Setting up python-gflags (1.5.1-1build1) ...
2013-08-12 19:54:36 Setting up python-gridfs (2.1-1ubuntu0.1) ...
2013-08-12 19:54:36 Setting up python-imaging (1.1.7-4) ...
2013-08-12 19:54:36 Setting up python-markupsafe (0.15-1) ...
2013-08-12 19:54:36 Setting up python-jinja2 (2.6-1) ...
2013-08-12 19:54:36 Setting up python-kombu (1.4.3-1) ...
2013-08-12 19:54:36 Setting up python-libxml2 (2.7.8.dfsg-5.1ubuntu4.6) ...
2013-08-12 19:54:36 Setting up python-lxml (2.3.2-1) ...
2013-08-12 19:54:36 Setting up python-sqlalchemy (0.7.4-1ubuntu0.1) ...
2013-08-12 19:54:36 Setting up python-tempita (0.5.1-1build1) ...
2013-08-12 19:54:36 Setting up python-migrate (0.7.2-1ubuntu1) ...
2013-08-12 19:54:36 Setting up python-mysqldb (1.2.3-1ubuntu0.1) ...
2013-08-12 19:54:36 Setting up python-nose (1.1.2-3) ...
2013-08-12 19:54:36 Setting up python-numpy (1:1.6.1-6ubuntu1) ...
2013-08-12 19:54:36 Setting up python-openid (2.2.5-3ubuntu1) ...
2013-08-12 19:54:36 Setting up python-openssl (0.12-1ubuntu2) ...
2013-08-12 19:54:36 Setting up python-paramiko (1.7.7.1-2ubuntu1) ...
2013-08-12 19:54:36 Setting up python-paste (1.7.5.1-4ubuntu2) ...
2013-08-12 19:54:36 Setting up python-pastedeploy (1.5.0-2build1) ...
2013-08-12 19:54:36 Setting up python-setuptools (0.6.24-1ubuntu1) ...
2013-08-12 19:54:36 Setting up python-pastescript (1.7.5-1) ...
2013-08-12 19:54:36 Setting up python-pip (1.0-1build1) ...
2013-08-12 19:54:36 Setting up python-pygments (1.4+dfsg-2) ...
2013-08-12 19:54:36 Setting up python-pymongo (2.1-1ubuntu0.1) ...
2013-08-12 19:54:36 Setting up python-pysqlite2 (2.6.3-2build1) ...
2013-08-12 19:54:36 Setting up python-routes (1.12.3-1ubuntu1) ...
2013-08-12 19:54:36 Setting up python-scgi (1.13-1ubuntu1) ...
2013-08-12 19:54:36 Setting up sphinx-common (1.1.3+dfsg-2ubuntu2.1) ...
2013-08-12 19:54:36 Setting up python-sphinx (1.1.3+dfsg-2ubuntu2.1) ...
2013-08-12 19:54:36 Setting up python-sqlalchemy-ext (0.7.4-1ubuntu0.1) ...
2013-08-12 19:54:36 Setting up python-stompy (0.2.9-1ubuntu1) ...
2013-08-12 19:54:37 Setting up python-suds (0.4.1-2ubuntu1) ...
2013-08-12 19:54:37 Setting up python-tk (2.7.3-1ubuntu1) ...
2013-08-12 19:54:37 Setting up python-unittest2 (0.5.1-1ubuntu1) ...
2013-08-12 19:54:37 Setting up python-utidylib (0.2-8build1) ...
2013-08-12 19:54:37 Setting up python-virtualenv (1.7.1.2-1) ...
2013-08-12 19:54:37 Setting up python-xattr (0.6.2-1ubuntu1) ...
2013-08-12 19:54:37 Setting up python-yaml (3.10-2) ...
2013-08-12 19:54:37 Setting up qemu-utils (1.0+noroms-0ubuntu14.10) ...
2013-08-12 19:54:37 Setting up screen (4.0.3-14ubuntu8) ...
2013-08-12 19:54:37 Setting up sg3-utils (1.33-1) ...
2013-08-12 19:54:37 Setting up sphinx-doc (1.1.3+dfsg-2ubuntu2.1) ...
2013-08-12 19:54:37 Setting up sqlite3 (3.7.9-2ubuntu1.1) ...
2013-08-12 19:54:37 Setting up libibverbs1 (1.1.5-1ubuntu1) ...
2013-08-12 19:54:37 Setting up librdmacm1 (1.0.14.1-2) ...
2013-08-12 19:54:37 Setting up unzip (6.0-4ubuntu1) ...
2013-08-12 19:54:37 Setting up x11-utils (7.6+4ubuntu0.1) ...
2013-08-12 19:54:37 Setting up xbitmaps (1.1.1-1) ...
2013-08-12 19:54:37 Setting up xterm (271-1ubuntu2.1) ...
2013-08-12 19:54:37 update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode.
2013-08-12 19:54:37 update-alternatives: using /usr/bin/uxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode.
2013-08-12 19:54:37 update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode.
2013-08-12 19:54:37 Setting up cloud-utils (0.25-0ubuntu5) ...
2013-08-12 19:54:37 Setting up kpartx (0.4.9-3ubuntu5) ...
2013-08-12 19:54:37 Setting up libev4 (1:4.11-1) ...
2013-08-12 19:54:37 Setting up libldap2-dev (2.4.28-1.1ubuntu4.3) ...
2013-08-12 19:54:37 Setting up nodejs (0.6.12~dfsg1-1ubuntu1) ...
2013-08-12 19:54:37 update-alternatives: using /usr/bin/node to provide /usr/bin/js (js) in auto mode.
2013-08-12 19:54:37 Setting up python-iso8601 (0.1.4-1ubuntu1) ...
2013-08-12 19:55:39 Setting up python-lockfile (1:0.8-2ubuntu1) ...
2013-08-12 19:55:39 Setting up python-mox (0.5.3-1ubuntu5) ...
2013-08-12 19:55:39 Setting up python-qpid (0.12-2) ...
2013-08-12 19:55:39 Setting up python-webob (1.1.1-1ubuntu0) ...
2013-08-12 19:55:39 Setting up socat (1.7.1.3-1.2) ...
2013-08-12 19:55:40 Setting up sysfsutils (2.1.0+repack-1) ...
2013-08-12 19:55:40 * Setting sysfs variables... 
[ OK ]
2013-08-12 19:55:40 Setting up vim-nox (2:7.3.429-2ubuntu2.1) ...
2013-08-12 19:55:40 update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vim (vim) in auto mode.
2013-08-12 19:55:40 update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vimdiff (vimdiff) in auto mode.
2013-08-12 19:55:40 update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rvim (rvim) in auto mode.
2013-08-12 19:55:40 update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rview (rview) in auto mode.
2013-08-12 19:55:40 update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vi (vi) in auto mode.
2013-08-12 19:55:40 update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/view (view) in auto mode.
2013-08-12 19:55:40 update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/ex (ex) in auto mode.
2013-08-12 19:55:40 Setting up vlan (1.9-3ubuntu6) ...
2013-08-12 19:55:40 Setting up perl-modules (5.14.2-6ubuntu2.3) ...
2013-08-12 19:55:40 Setting up perl (5.14.2-6ubuntu2.3) ...
2013-08-12 19:55:40 Setting up libconfig-general-perl (2.50-1) ...
2013-08-12 19:55:40 Setting up tgt (1:1.0.17-1ubuntu2) ...
2013-08-12 19:55:40 tgt start/running, process 17748
2013-08-12 19:55:40 Processing triggers for libc-bin ...
2013-08-12 19:55:40 ldconfig deferred processing now taking place
2013-08-12 19:55:40 Processing triggers for initramfs-tools ...
2013-08-12 19:55:40 update-initramfs: Generating /boot/initrd.img-3.2.0-23-generic
2013-08-12 19:55:40 Processing triggers for python-support ...
2013-08-12 19:55:40 ++ [[ -n False ]]
2013-08-12 19:55:40 ++ [[ False != \F\a\l\s\e ]]
2013-08-12 19:55:40 ++ date +%s
2013-08-12 19:55:40 ++ date
2013-08-12 19:55:40 + /home/vagrant/devstack/tools/install_pip.sh
2013-08-12 19:55:40 Distro: precise
2013-08-12 19:55:40 Warning: cannot find svn location for distribute==0.6.24dev-r0
2013-08-12 19:55:40 Warning: cannot find svn location for distribute==0.6.24dev-r0
2013-08-12 19:55:40 pip: 1.0 setuptools: distribute: distribute==0.6.24dev-r0
2013-08-12 19:55:40 Reading package lists...
2013-08-12 19:55:40 Building dependency tree...
2013-08-12 19:55:40 Reading state information...
2013-08-12 19:55:40 The following packages will be REMOVED:
2013-08-12 19:55:40 python-pip*
2013-08-12 19:55:40 0 upgraded, 0 newly installed, 1 to remove and 116 not upgraded.
2013-08-12 19:55:40 After this operation, 399 kB disk space will be freed.
2013-08-12 19:55:40 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 66746 files and directories currently installed.)
2013-08-12 19:55:40 Removing python-pip ...
2013-08-12 19:55:40 Processing triggers for man-db ...
2013-08-12 19:55:40 % Total % Received % Xferd Average Speed Time Time Time Current
2013-08-12 19:55:40 Dload Upload Total Spent Left Speed
2013-08-12 19:55:40
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
12 433k 12 55670 0 0 44737 0 0:00:09 0:00:01 0:00:08 61718
100 433k 100 433k 0 0 232k 0 0:00:01 0:00:01 --:--:-- 285k
2013-08-12 19:55:40 pip-1.4/
2013-08-12 19:55:40 pip-1.4/AUTHORS.txt
2013-08-12 19:55:40 pip-1.4/CHANGES.txt
2013-08-12 19:55:40 pip-1.4/docs/
2013-08-12 19:55:41 pip-1.4/docs/configuration.rst
2013-08-12 19:55:41 pip-1.4/docs/cookbook.rst
2013-08-12 19:55:41 pip-1.4/docs/development.rst
2013-08-12 19:55:41 pip-1.4/docs/index.rst
2013-08-12 19:55:41 pip-1.4/docs/installing.rst
2013-08-12 19:55:41 pip-1.4/docs/logic.rst
2013-08-12 19:55:41 pip-1.4/docs/news.rst
2013-08-12 19:55:41 pip-1.4/docs/other-tools.rst
2013-08-12 19:55:41 pip-1.4/docs/quickstart.rst
2013-08-12 19:55:41 pip-1.4/docs/usage.rst
2013-08-12 19:55:41 pip-1.4/LICENSE.txt
2013-08-12 19:55:41 pip-1.4/MANIFEST.in
2013-08-12 19:55:41 pip-1.4/pip/
2013-08-12 19:55:41 pip-1.4/pip/__init__.py
2013-08-12 19:55:41 pip-1.4/pip/__main__.py
2013-08-12 19:55:41 pip-1.4/pip/backwardcompat/
2013-08-12 19:55:41 pip-1.4/pip/backwardcompat/__init__.py
2013-08-12 19:55:41 pip-1.4/pip/backwardcompat/ssl_match_hostname.py
2013-08-12 19:55:41 pip-1.4/pip/basecommand.py
2013-08-12 19:55:41 pip-1.4/pip/baseparser.py
2013-08-12 19:55:41 pip-1.4/pip/cacert.pem
2013-08-12 19:55:41 pip-1.4/pip/cmdoptions.py
2013-08-12 19:55:41 pip-1.4/pip/commands/
2013-08-12 19:55:41 pip-1.4/pip/commands/__init__.py
2013-08-12 19:55:41 pip-1.4/pip/commands/bundle.py
2013-08-12 19:55:41 pip-1.4/pip/commands/completion.py
2013-08-12 19:55:41 pip-1.4/pip/commands/freeze.py
2013-08-12 19:55:41 pip-1.4/pip/commands/help.py
2013-08-12 19:55:41 pip-1.4/pip/commands/install.py
2013-08-12 19:55:41 pip-1.4/pip/commands/list.py
2013-08-12 19:55:41 pip-1.4/pip/commands/search.py
2013-08-12 19:55:41 pip-1.4/pip/commands/show.py
2013-08-12 19:55:41 pip-1.4/pip/commands/uninstall.py
2013-08-12 19:55:41 pip-1.4/pip/commands/unzip.py
2013-08-12 19:55:41 pip-1.4/pip/commands/wheel.py
2013-08-12 19:55:41 pip-1.4/pip/commands/zip.py
2013-08-12 19:55:41 pip-1.4/pip/download.py
2013-08-12 19:55:41 pip-1.4/pip/exceptions.py
2013-08-12 19:55:41 pip-1.4/pip/index.py
2013-08-12 19:55:41 pip-1.4/pip/locations.py
2013-08-12 19:55:41 pip-1.4/pip/log.py
2013-08-12 19:55:41 pip-1.4/pip/pep425tags.py
2013-08-12 19:55:41 pip-1.4/pip/req.py
2013-08-12 19:55:41 pip-1.4/pip/runner.py
2013-08-12 19:55:41 pip-1.4/pip/status_codes.py
2013-08-12 19:55:41 pip-1.4/pip/util.py
2013-08-12 19:55:41 pip-1.4/pip/vcs/
2013-08-12 19:55:41 pip-1.4/pip/vcs/__init__.py
2013-08-12 19:55:41 pip-1.4/pip/vcs/bazaar.py
2013-08-12 19:55:41 pip-1.4/pip/vcs/git.py
2013-08-12 19:55:41 pip-1.4/pip/vcs/mercurial.py
2013-08-12 19:55:41 pip-1.4/pip/vcs/subversion.py
2013-08-12 19:55:41 pip-1.4/pip/vendor/
2013-08-12 19:55:41 pip-1.4/pip/vendor/__init__.py
2013-08-12 19:55:41 pip-1.4/pip/vendor/distlib/
2013-08-12 19:55:41 pip-1.4/pip/vendor/distlib/__init__.py
2013-08-12 19:55:41 pip-1.4/pip/vendor/distlib/_backport/
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/_backport/__init__.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/_backport/misc.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/_backport/shutil.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/_backport/sysconfig.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/_backport/tarfile.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/compat.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/database.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/index.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/locators.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/manifest.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/markers.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/metadata.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/resources.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/scripts.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/util.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/version.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/distlib/wheel.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/__init__.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/constants.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/filters/
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/filters/__init__.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/filters/_base.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/filters/alphabeticalattributes.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/filters/inject_meta_charset.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/filters/lint.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/filters/optionaltags.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/filters/sanitizer.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/filters/whitespace.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/html5parser.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/ihatexml.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/inputstream.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/sanitizer.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/serializer/
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/serializer/__init__.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/serializer/htmlserializer.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/tokenizer.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treebuilders/
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treebuilders/__init__.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treebuilders/_base.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treebuilders/dom.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treebuilders/etree.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treebuilders/etree_lxml.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treewalkers/
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treewalkers/__init__.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treewalkers/_base.py
2013-08-12 19:55:42 pip-1.4/pip/vendor/html5lib/treewalkers/dom.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/treewalkers/etree.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/treewalkers/genshistream.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/treewalkers/lxmletree.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/treewalkers/pulldom.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/trie/
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/trie/__init__.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/trie/_base.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/trie/datrie.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/trie/py.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/html5lib/utils.py
2013-08-12 19:55:43 pip-1.4/pip/vendor/six.py
2013-08-12 19:55:43 pip-1.4/pip/wheel.py
2013-08-12 19:55:43 pip-1.4/pip.egg-info/
2013-08-12 19:55:43 pip-1.4/pip.egg-info/dependency_links.txt
2013-08-12 19:55:43 pip-1.4/pip.egg-info/entry_points.txt
2013-08-12 19:55:43 pip-1.4/pip.egg-info/not-zip-safe
2013-08-12 19:55:43 pip-1.4/pip.egg-info/PKG-INFO
2013-08-12 19:55:43 pip-1.4/pip.egg-info/requires.txt
2013-08-12 19:55:43 pip-1.4/pip.egg-info/SOURCES.txt
2013-08-12 19:55:43 pip-1.4/pip.egg-info/top_level.txt
2013-08-12 19:55:43 pip-1.4/PKG-INFO
2013-08-12 19:55:43 pip-1.4/PROJECT.txt
2013-08-12 19:55:43 pip-1.4/README.rst
2013-08-12 19:55:43 pip-1.4/setup.cfg
2013-08-12 19:55:43 pip-1.4/setup.py
2013-08-12 19:55:43 running install
2013-08-12 19:55:43 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:55:43 /usr/bin/python -E -c pass
2013-08-12 19:55:43 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:55:43 running bdist_egg
2013-08-12 19:55:43 running egg_info
2013-08-12 19:55:43 writing requirements to pip.egg-info/requires.txt
2013-08-12 19:55:43 writing pip.egg-info/PKG-INFO
2013-08-12 19:55:43 writing top-level names to pip.egg-info/top_level.txt
2013-08-12 19:55:43 writing dependency_links to pip.egg-info/dependency_links.txt
2013-08-12 19:55:43 writing entry points to pip.egg-info/entry_points.txt
2013-08-12 19:55:43 reading manifest file 'pip.egg-info/SOURCES.txt'
2013-08-12 19:55:43 reading manifest template 'MANIFEST.in'
2013-08-12 19:55:43 warning: no files found matching '*.html' under directory 'docs'
2013-08-12 19:55:43 warning: no previously-included files matching '*.rst' found under directory 'docs/_build'
2013-08-12 19:55:43 no previously-included directories found matching 'docs/_build/_sources'
2013-08-12 19:55:43 writing manifest file 'pip.egg-info/SOURCES.txt'
2013-08-12 19:55:44 installing library code to build/bdist.linux-x86_64/egg
2013-08-12 19:55:44 running install_lib
2013-08-12 19:55:44 running build_py
2013-08-12 19:55:44 creating build
2013-08-12 19:55:44 creating build/lib.linux-x86_64-2.7
2013-08-12 19:55:44 creating build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/baseparser.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/status_codes.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/locations.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/index.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/download.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/pep425tags.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/util.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/req.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/__init__.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/log.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/basecommand.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/__main__.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/cmdoptions.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/wheel.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/runner.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 copying pip/exceptions.py -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:44 creating build/lib.linux-x86_64-2.7/pip/vendor
2013-08-12 19:55:44 copying pip/vendor/__init__.py -> build/lib.linux-x86_64-2.7/pip/vendor
2013-08-12 19:55:44 copying pip/vendor/six.py -> build/lib.linux-x86_64-2.7/pip/vendor
2013-08-12 19:55:44 creating build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/help.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/uninstall.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/search.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/unzip.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/show.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/freeze.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/zip.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/completion.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/__init__.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/list.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/install.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/wheel.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 copying pip/commands/bundle.py -> build/lib.linux-x86_64-2.7/pip/commands
2013-08-12 19:55:44 creating build/lib.linux-x86_64-2.7/pip/backwardcompat
2013-08-12 19:55:44 copying pip/backwardcompat/ssl_match_hostname.py -> build/lib.linux-x86_64-2.7/pip/backwardcompat
2013-08-12 19:55:44 copying pip/backwardcompat/__init__.py -> build/lib.linux-x86_64-2.7/pip/backwardcompat
2013-08-12 19:55:44 creating build/lib.linux-x86_64-2.7/pip/vcs
2013-08-12 19:55:44 copying pip/vcs/bazaar.py -> build/lib.linux-x86_64-2.7/pip/vcs
2013-08-12 19:55:44 copying pip/vcs/subversion.py -> build/lib.linux-x86_64-2.7/pip/vcs
2013-08-12 19:55:44 copying pip/vcs/mercurial.py -> build/lib.linux-x86_64-2.7/pip/vcs
2013-08-12 19:55:44 copying pip/vcs/__init__.py -> build/lib.linux-x86_64-2.7/pip/vcs
2013-08-12 19:55:44 copying pip/vcs/git.py -> build/lib.linux-x86_64-2.7/pip/vcs
2013-08-12 19:55:44 creating build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:44 copying pip/vendor/distlib/scripts.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:44 copying pip/vendor/distlib/index.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:44 copying pip/vendor/distlib/markers.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/database.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/util.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/__init__.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/version.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/resources.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/manifest.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/metadata.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/locators.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/wheel.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 copying pip/vendor/distlib/compat.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib
2013-08-12 19:55:45 creating build/lib.linux-x86_64-2.7/pip/vendor/html5lib
2013-08-12 19:55:45 copying pip/vendor/html5lib/html5parser.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib
2013-08-12 19:55:45 copying pip/vendor/html5lib/sanitizer.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib
2013-08-12 19:55:45 copying pip/vendor/html5lib/constants.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib
2013-08-12 19:55:45 copying pip/vendor/html5lib/tokenizer.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib
2013-08-12 19:55:45 copying pip/vendor/html5lib/inputstream.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib
2013-08-12 19:55:45 copying pip/vendor/html5lib/ihatexml.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib
2013-08-12 19:55:45 copying pip/vendor/html5lib/__init__.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib
2013-08-12 19:55:45 copying pip/vendor/html5lib/utils.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib
2013-08-12 19:55:45 creating build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport
2013-08-12 19:55:45 copying pip/vendor/distlib/_backport/misc.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport
2013-08-12 19:55:45 copying pip/vendor/distlib/_backport/sysconfig.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport
2013-08-12 19:55:45 copying pip/vendor/distlib/_backport/shutil.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport
2013-08-12 19:55:45 copying pip/vendor/distlib/_backport/tarfile.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport
2013-08-12 19:55:45 copying pip/vendor/distlib/_backport/__init__.py -> build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport
2013-08-12 19:55:45 creating build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters
2013-08-12 19:55:45 copying pip/vendor/html5lib/filters/whitespace.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters
2013-08-12 19:55:45 copying pip/vendor/html5lib/filters/alphabeticalattributes.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters
2013-08-12 19:55:45 copying pip/vendor/html5lib/filters/sanitizer.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters
2013-08-12 19:55:45 copying pip/vendor/html5lib/filters/inject_meta_charset.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters
2013-08-12 19:55:45 copying pip/vendor/html5lib/filters/lint.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters
2013-08-12 19:55:45 copying pip/vendor/html5lib/filters/__init__.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters
2013-08-12 19:55:45 copying pip/vendor/html5lib/filters/_base.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters
2013-08-12 19:55:45 copying pip/vendor/html5lib/filters/optionaltags.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters
2013-08-12 19:55:45 creating build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:45 copying pip/vendor/html5lib/treewalkers/pulldom.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:45 copying pip/vendor/html5lib/treewalkers/genshistream.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:45 copying pip/vendor/html5lib/treewalkers/__init__.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:45 copying pip/vendor/html5lib/treewalkers/lxmletree.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:45 copying pip/vendor/html5lib/treewalkers/_base.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:45 copying pip/vendor/html5lib/treewalkers/etree.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:45 copying pip/vendor/html5lib/treewalkers/dom.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:45 creating build/lib.linux-x86_64-2.7/pip/vendor/html5lib/trie
2013-08-12 19:55:45 copying pip/vendor/html5lib/trie/py.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/trie
2013-08-12 19:55:45 copying pip/vendor/html5lib/trie/__init__.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/trie
2013-08-12 19:55:46 copying pip/vendor/html5lib/trie/datrie.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/trie
2013-08-12 19:55:46 copying pip/vendor/html5lib/trie/_base.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/trie
2013-08-12 19:55:46 creating build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:46 copying pip/vendor/html5lib/treebuilders/__init__.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:46 copying pip/vendor/html5lib/treebuilders/etree_lxml.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:46 copying pip/vendor/html5lib/treebuilders/_base.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:46 copying pip/vendor/html5lib/treebuilders/etree.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:46 copying pip/vendor/html5lib/treebuilders/dom.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:46 creating build/lib.linux-x86_64-2.7/pip/vendor/html5lib/serializer
2013-08-12 19:55:46 copying pip/vendor/html5lib/serializer/htmlserializer.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/serializer
2013-08-12 19:55:46 copying pip/vendor/html5lib/serializer/__init__.py -> build/lib.linux-x86_64-2.7/pip/vendor/html5lib/serializer
2013-08-12 19:55:46 copying pip/cacert.pem -> build/lib.linux-x86_64-2.7/pip
2013-08-12 19:55:46 creating build/bdist.linux-x86_64
2013-08-12 19:55:46 creating build/bdist.linux-x86_64/egg
2013-08-12 19:55:46 creating build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/baseparser.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/status_codes.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/locations.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/index.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/download.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/pep425tags.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:46 creating build/bdist.linux-x86_64/egg/pip/vendor
2013-08-12 19:55:46 creating build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/scripts.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/index.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/markers.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/database.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/util.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/__init__.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 creating build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport/misc.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport/sysconfig.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport/shutil.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport/tarfile.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/_backport/__init__.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/version.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/resources.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/manifest.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/metadata.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/locators.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/wheel.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/distlib/compat.py -> build/bdist.linux-x86_64/egg/pip/vendor/distlib
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/__init__.py -> build/bdist.linux-x86_64/egg/pip/vendor
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/six.py -> build/bdist.linux-x86_64/egg/pip/vendor
2013-08-12 19:55:46 creating build/bdist.linux-x86_64/egg/pip/vendor/html5lib
2013-08-12 19:55:46 creating build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters/whitespace.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters/alphabeticalattributes.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters/sanitizer.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters
2013-08-12 19:55:46 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters/inject_meta_charset.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters/lint.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters/__init__.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters/_base.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/filters/optionaltags.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/html5parser.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/sanitizer.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/constants.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/tokenizer.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/inputstream.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib
2013-08-12 19:55:47 creating build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers/pulldom.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers/genshistream.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers/__init__.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers/lxmletree.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers/_base.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers/etree.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treewalkers/dom.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/ihatexml.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/__init__.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib
2013-08-12 19:55:47 creating build/bdist.linux-x86_64/egg/pip/vendor/html5lib/trie
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/trie/py.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/trie
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/trie/__init__.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/trie
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/trie/datrie.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/trie
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/trie/_base.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/trie
2013-08-12 19:55:47 creating build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders/__init__.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders/etree_lxml.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders/_base.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders/etree.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/treebuilders/dom.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/utils.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib
2013-08-12 19:55:47 creating build/bdist.linux-x86_64/egg/pip/vendor/html5lib/serializer
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/serializer/htmlserializer.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/serializer
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vendor/html5lib/serializer/__init__.py -> build/bdist.linux-x86_64/egg/pip/vendor/html5lib/serializer
2013-08-12 19:55:47 creating build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/help.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/uninstall.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/search.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/unzip.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/show.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/freeze.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/zip.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/completion.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/__init__.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/list.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/install.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/wheel.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/commands/bundle.py -> build/bdist.linux-x86_64/egg/pip/commands
2013-08-12 19:55:47 creating build/bdist.linux-x86_64/egg/pip/backwardcompat
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/backwardcompat/ssl_match_hostname.py -> build/bdist.linux-x86_64/egg/pip/backwardcompat
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/backwardcompat/__init__.py -> build/bdist.linux-x86_64/egg/pip/backwardcompat
2013-08-12 19:55:47 creating build/bdist.linux-x86_64/egg/pip/vcs
2013-08-12 19:55:47 copying build/lib.linux-x86_64-2.7/pip/vcs/bazaar.py -> build/bdist.linux-x86_64/egg/pip/vcs
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/vcs/subversion.py -> build/bdist.linux-x86_64/egg/pip/vcs
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/vcs/mercurial.py -> build/bdist.linux-x86_64/egg/pip/vcs
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/vcs/__init__.py -> build/bdist.linux-x86_64/egg/pip/vcs
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/vcs/git.py -> build/bdist.linux-x86_64/egg/pip/vcs
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/util.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/req.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/__init__.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/log.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/basecommand.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/cacert.pem -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/__main__.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/cmdoptions.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/wheel.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/runner.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 copying build/lib.linux-x86_64-2.7/pip/exceptions.py -> build/bdist.linux-x86_64/egg/pip
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/baseparser.py to baseparser.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/status_codes.py to status_codes.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/locations.py to locations.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/index.py to index.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/download.py to download.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/pep425tags.py to pep425tags.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/scripts.py to scripts.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/index.py to index.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/markers.py to markers.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/database.py to database.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/util.py to util.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/__init__.py to __init__.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport/misc.py to misc.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport/sysconfig.py to sysconfig.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport/shutil.py to shutil.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport/tarfile.py to tarfile.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/_backport/__init__.py to __init__.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/version.py to version.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/resources.py to resources.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/manifest.py to manifest.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/metadata.py to metadata.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/locators.py to locators.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/wheel.py to wheel.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/distlib/compat.py to compat.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/__init__.py to __init__.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/six.py to six.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters/whitespace.py to whitespace.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters/sanitizer.py to sanitizer.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters/inject_meta_charset.py to inject_meta_charset.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters/lint.py to lint.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters/__init__.py to __init__.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters/_base.py to _base.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/filters/optionaltags.py to optionaltags.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/html5parser.py to html5parser.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/sanitizer.py to sanitizer.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/constants.py to constants.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/tokenizer.py to tokenizer.pyc
2013-08-12 19:55:48 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/inputstream.py to inputstream.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers/pulldom.py to pulldom.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers/genshistream.py to genshistream.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers/__init__.py to __init__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers/lxmletree.py to lxmletree.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers/_base.py to _base.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers/etree.py to etree.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treewalkers/dom.py to dom.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/ihatexml.py to ihatexml.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/__init__.py to __init__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/trie/py.py to py.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/trie/__init__.py to __init__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/trie/datrie.py to datrie.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/trie/_base.py to _base.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders/__init__.py to __init__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders/etree_lxml.py to etree_lxml.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders/_base.py to _base.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders/etree.py to etree.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/treebuilders/dom.py to dom.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/utils.py to utils.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/serializer/htmlserializer.py to htmlserializer.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vendor/html5lib/serializer/__init__.py to __init__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/help.py to help.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/uninstall.py to uninstall.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/search.py to search.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/unzip.py to unzip.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/show.py to show.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/freeze.py to freeze.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/zip.py to zip.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/completion.py to completion.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/__init__.py to __init__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/list.py to list.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/install.py to install.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/wheel.py to wheel.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/commands/bundle.py to bundle.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/backwardcompat/ssl_match_hostname.py to ssl_match_hostname.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/backwardcompat/__init__.py to __init__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/bazaar.py to bazaar.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/subversion.py to subversion.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/mercurial.py to mercurial.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/__init__.py to __init__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/git.py to git.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/util.py to util.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/req.py to req.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/__init__.py to __init__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/log.py to log.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/basecommand.py to basecommand.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/__main__.py to __main__.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/cmdoptions.py to cmdoptions.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/wheel.py to wheel.pyc
2013-08-12 19:55:49 byte-compiling build/bdist.linux-x86_64/egg/pip/runner.py to runner.pyc
2013-08-12 19:56:18 byte-compiling build/bdist.linux-x86_64/egg/pip/exceptions.py to exceptions.pyc
2013-08-12 19:56:18 creating build/bdist.linux-x86_64/egg/EGG-INFO
2013-08-12 19:56:18 copying pip.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
2013-08-12 19:56:18 copying pip.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
2013-08-12 19:56:18 copying pip.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
2013-08-12 19:56:18 copying pip.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
2013-08-12 19:56:18 copying pip.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
2013-08-12 19:56:18 copying pip.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
2013-08-12 19:56:18 copying pip.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
2013-08-12 19:56:18 creating dist
2013-08-12 19:56:18 creating 'dist/pip-1.4-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
2013-08-12 19:56:18 removing 'build/bdist.linux-x86_64/egg' (and everything under it)
2013-08-12 19:56:18 Processing pip-1.4-py2.7.egg
2013-08-12 19:56:18 creating /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg
2013-08-12 19:56:18 Extracting pip-1.4-py2.7.egg to /usr/local/lib/python2.7/dist-packages
2013-08-12 19:56:18 Adding pip 1.4 to easy-install.pth file
2013-08-12 19:56:18 Installing pip script to /usr/local/bin
2013-08-12 19:56:18 Installing pip-2.7 script to /usr/local/bin
2013-08-12 19:56:18
2013-08-12 19:56:18 Installed /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg
2013-08-12 19:56:18 Processing dependencies for pip==1.4
2013-08-12 19:56:18 Finished processing dependencies for pip==1.4
2013-08-12 19:56:18 Warning: cannot find svn location for distribute==0.6.24dev-r0
2013-08-12 19:56:18 Warning: cannot find svn location for distribute==0.6.24dev-r0
2013-08-12 19:56:18 pip: 1.4 setuptools: distribute: distribute==0.6.24dev-r0
2013-08-12 19:56:18 + /home/vagrant/devstack/tools/fixup_stuff.sh
2013-08-12 19:56:18 Downloading/unpacking prettytable
2013-08-12 19:56:18 Downloading prettytable-0.7.2.zip
2013-08-12 19:56:18 Running setup.py egg_info for package prettytable
2013-08-12 19:56:18
2013-08-12 19:56:18 Installing collected packages: prettytable
2013-08-12 19:56:18 Running setup.py install for prettytable
2013-08-12 19:56:18
2013-08-12 19:56:18 Successfully installed prettytable
2013-08-12 19:56:18 Cleaning up...
2013-08-12 19:56:18 Downloading/unpacking httplib2
2013-08-12 19:56:19 Running setup.py egg_info for package httplib2
2013-08-12 19:56:19
2013-08-12 19:56:19 Installing collected packages: httplib2
2013-08-12 19:56:19 Running setup.py install for httplib2
2013-08-12 19:56:19
2013-08-12 19:56:19 Successfully installed httplib2
2013-08-12 19:56:19 Cleaning up...
2013-08-12 19:56:19 + [[ -n is_fedora ]]
2013-08-12 19:56:19 + [[ precise =~ (rhel6) ]]
2013-08-12 19:56:19 + install_rpc_backend
2013-08-12 19:56:19 + is_service_enabled rabbit
2013-08-12 19:56:19 + services=rabbit
2013-08-12 19:56:19 + for service in '${services}'
2013-08-12 19:56:19 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,rabbit, ]]
2013-08-12 19:56:19 + return 0
2013-08-12 19:56:19 ++ mktemp
2013-08-12 19:56:19 + tfile=/tmp/tmp.pQE6Ps1Lis
2013-08-12 19:56:19 + install_package rabbitmq-server
2013-08-12 19:56:19 + cat /tmp/tmp.pQE6Ps1Lis
2013-08-12 19:56:19 + is_ubuntu
2013-08-12 19:56:19 + [[ -z deb ]]
2013-08-12 19:56:19 + '[' deb = deb ']'
2013-08-12 19:56:19 + [[ True = \T\r\u\e ]]
2013-08-12 19:56:19 + NO_UPDATE_REPOS=True
2013-08-12 19:56:19 + apt_get install rabbitmq-server
2013-08-12 19:56:19 + [[ False = \T\r\u\e ]]
2013-08-12 19:56:19 + [[ -z install rabbitmq-server ]]
2013-08-12 19:56:19 + local sudo=sudo
2013-08-12 19:56:19 ++ id -u
2013-08-12 19:56:19 + [[ 1000 = \0 ]]
2013-08-12 19:56:19 + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server
2013-08-12 19:56:19 Reading package lists...
2013-08-12 19:56:19 Building dependency tree...
2013-08-12 19:56:19 Reading state information...
2013-08-12 19:56:19 The following extra packages will be installed:
2013-08-12 19:56:19 erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-dev
2013-08-12 19:56:19 erlang-diameter erlang-docbuilder erlang-edoc erlang-erl-docgen erlang-eunit
2013-08-12 19:56:19 erlang-ic erlang-inets erlang-inviso erlang-mnesia erlang-nox erlang-odbc
2013-08-12 19:56:19 erlang-os-mon erlang-parsetools erlang-percept erlang-public-key
2013-08-12 19:56:19 erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools
2013-08-12 19:56:19 erlang-tools erlang-webtool erlang-xmerl libltdl7 libodbc1 libsctp1
2013-08-12 19:56:19 lksctp-tools
2013-08-12 19:56:19 Suggested packages:
2013-08-12 19:56:19 erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java
2013-08-12 19:56:19 erlang-observer libmyodbc odbc-postgresql tdsodbc unixodbc-bin
2013-08-12 19:56:19 The following NEW packages will be installed:
2013-08-12 19:56:19 erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-dev
2013-08-12 19:56:19 erlang-diameter erlang-docbuilder erlang-edoc erlang-erl-docgen erlang-eunit
2013-08-12 19:56:19 erlang-ic erlang-inets erlang-inviso erlang-mnesia erlang-nox erlang-odbc
2013-08-12 19:56:19 erlang-os-mon erlang-parsetools erlang-percept erlang-public-key
2013-08-12 19:56:19 erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools
2013-08-12 19:56:20 erlang-tools erlang-webtool erlang-xmerl libltdl7 libodbc1 libsctp1
2013-08-12 19:56:20 lksctp-tools rabbitmq-server
2013-08-12 19:56:20 0 upgraded, 33 newly installed, 0 to remove and 116 not upgraded.
2013-08-12 19:56:20 Need to get 23.8 MB of archives.
2013-08-12 19:56:20 After this operation, 39.7 MB of additional disk space will be used.
2013-08-12 19:56:20 Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libltdl7 amd64 2.4.2-1ubuntu1 [37.6 kB]
2013-08-12 19:56:20 Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main libodbc1 amd64 2.2.14p2-5ubuntu3 [225 kB]
2013-08-12 19:56:20 Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-base amd64 1:14.b.4-dfsg-1ubuntu1 [7,656 kB]
2013-08-12 19:56:20 Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-syntax-tools amd64 1:14.b.4-dfsg-1ubuntu1 [303 kB]
2013-08-12 19:56:20 Get:5 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-asn1 amd64 1:14.b.4-dfsg-1ubuntu1 [1,087 kB]
2013-08-12 19:56:20 Get:6 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-mnesia amd64 1:14.b.4-dfsg-1ubuntu1 [690 kB]
2013-08-12 19:56:20 Get:7 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-runtime-tools amd64 1:14.b.4-dfsg-1ubuntu1 [209 kB]
2013-08-12 19:56:20 Get:8 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-crypto amd64 1:14.b.4-dfsg-1ubuntu1 [43.7 kB]
2013-08-12 19:56:20 Get:9 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-public-key amd64 1:14.b.4-dfsg-1ubuntu1 [361 kB]
2013-08-12 19:56:20 Get:10 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-ssl amd64 1:14.b.4-dfsg-1ubuntu1 [387 kB]
2013-08-12 19:56:20 Get:11 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-inets amd64 1:14.b.4-dfsg-1ubuntu1 [778 kB]
2013-08-12 19:56:20 Get:12 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-corba amd64 1:14.b.4-dfsg-1ubuntu1 [2,420 kB]
2013-08-12 19:56:20 Get:13 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-dev amd64 1:14.b.4-dfsg-1ubuntu1 [499 kB]
2013-08-12 19:56:20 Get:14 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-diameter amd64 1:14.b.4-dfsg-1ubuntu1 [462 kB]
2013-08-12 19:56:20 Get:15 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-xmerl amd64 1:14.b.4-dfsg-1ubuntu1 [1,108 kB]
2013-08-12 19:56:20 Get:16 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-edoc amd64 1:14.b.4-dfsg-1ubuntu1 [316 kB]
2013-08-12 19:56:20 Get:17 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-docbuilder amd64 1:14.b.4-dfsg-1ubuntu1 [199 kB]
2013-08-12 19:56:20 Get:18 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-erl-docgen amd64 1:14.b.4-dfsg-1ubuntu1 [121 kB]
2013-08-12 19:56:20 Get:19 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-eunit amd64 1:14.b.4-dfsg-1ubuntu1 [144 kB]
2013-08-12 19:56:20 Get:20 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-ic amd64 1:14.b.4-dfsg-1ubuntu1 [867 kB]
2013-08-12 19:56:20 Get:21 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-inviso amd64 1:14.b.4-dfsg-1ubuntu1 [147 kB]
2013-08-12 19:56:20 Get:22 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-odbc amd64 1:14.b.4-dfsg-1ubuntu1 [52.8 kB]
2013-08-12 19:56:20 Get:23 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-snmp amd64 1:14.b.4-dfsg-1ubuntu1 [1,548 kB]
2013-08-12 19:56:20 Get:24 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-os-mon amd64 1:14.b.4-dfsg-1ubuntu1 [100 kB]
2013-08-12 19:56:20 Get:25 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-parsetools amd64 1:14.b.4-dfsg-1ubuntu1 [159 kB]
2013-08-12 19:56:20 Get:26 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-percept amd64 1:14.b.4-dfsg-1ubuntu1 [143 kB]
2013-08-12 19:56:20 Get:27 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-ssh amd64 1:14.b.4-dfsg-1ubuntu1 [368 kB]
2013-08-12 19:56:20 Get:28 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-webtool amd64 1:14.b.4-dfsg-1ubuntu1 [42.1 kB]
2013-08-12 19:56:20 Get:29 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-tools amd64 1:14.b.4-dfsg-1ubuntu1 [542 kB]
2013-08-12 19:56:20 Get:30 http://us.archive.ubuntu.com/ubuntu/ precise/main erlang-nox all 1:14.b.4-dfsg-1ubuntu1 [19.0 kB]
2013-08-12 19:56:20 Get:31 http://us.archive.ubuntu.com/ubuntu/ precise/main libsctp1 amd64 1.0.11+dfsg-2 [8,102 B]
2013-08-12 19:56:20 Get:32 http://us.archive.ubuntu.com/ubuntu/ precise/main lksctp-tools amd64 1.0.11+dfsg-2 [48.3 kB]
2013-08-12 19:56:20 Get:33 http://us.archive.ubuntu.com/ubuntu/ precise/main rabbitmq-server all 2.7.1-0ubuntu4 [2,745 kB]
2013-08-12 19:56:20
Extracting templates from packages: 90%
Extracting templates from packages: 100%
2013-08-12 19:56:20 Fetched 23.8 MB in 9s (2,517 kB/s)
2013-08-12 19:56:20 Selecting previously unselected package libltdl7.
2013-08-12 19:56:20 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 66660 files and directories currently installed.)
2013-08-12 19:56:20 Unpacking libltdl7 (from .../libltdl7_2.4.2-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:20 Selecting previously unselected package libodbc1.
2013-08-12 19:56:20 Unpacking libodbc1 (from .../libodbc1_2.2.14p2-5ubuntu3_amd64.deb) ...
2013-08-12 19:56:20 Selecting previously unselected package erlang-base.
2013-08-12 19:56:20 Unpacking erlang-base (from .../erlang-base_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:20 Selecting previously unselected package erlang-syntax-tools.
2013-08-12 19:56:20 Unpacking erlang-syntax-tools (from .../erlang-syntax-tools_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-asn1.
2013-08-12 19:56:21 Unpacking erlang-asn1 (from .../erlang-asn1_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-mnesia.
2013-08-12 19:56:21 Unpacking erlang-mnesia (from .../erlang-mnesia_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-runtime-tools.
2013-08-12 19:56:21 Unpacking erlang-runtime-tools (from .../erlang-runtime-tools_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-crypto.
2013-08-12 19:56:21 Unpacking erlang-crypto (from .../erlang-crypto_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-public-key.
2013-08-12 19:56:21 Unpacking erlang-public-key (from .../erlang-public-key_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-ssl.
2013-08-12 19:56:21 Unpacking erlang-ssl (from .../erlang-ssl_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-inets.
2013-08-12 19:56:21 Unpacking erlang-inets (from .../erlang-inets_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-corba.
2013-08-12 19:56:21 Unpacking erlang-corba (from .../erlang-corba_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-dev.
2013-08-12 19:56:21 Unpacking erlang-dev (from .../erlang-dev_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-diameter.
2013-08-12 19:56:21 Unpacking erlang-diameter (from .../erlang-diameter_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-xmerl.
2013-08-12 19:56:21 Unpacking erlang-xmerl (from .../erlang-xmerl_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-edoc.
2013-08-12 19:56:21 Unpacking erlang-edoc (from .../erlang-edoc_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-docbuilder.
2013-08-12 19:56:21 Unpacking erlang-docbuilder (from .../erlang-docbuilder_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-erl-docgen.
2013-08-12 19:56:21 Unpacking erlang-erl-docgen (from .../erlang-erl-docgen_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-eunit.
2013-08-12 19:56:21 Unpacking erlang-eunit (from .../erlang-eunit_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-ic.
2013-08-12 19:56:21 Unpacking erlang-ic (from .../erlang-ic_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-inviso.
2013-08-12 19:56:21 Unpacking erlang-inviso (from .../erlang-inviso_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-odbc.
2013-08-12 19:56:21 Unpacking erlang-odbc (from .../erlang-odbc_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-snmp.
2013-08-12 19:56:21 Unpacking erlang-snmp (from .../erlang-snmp_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-os-mon.
2013-08-12 19:56:21 Unpacking erlang-os-mon (from .../erlang-os-mon_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-parsetools.
2013-08-12 19:56:21 Unpacking erlang-parsetools (from .../erlang-parsetools_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-percept.
2013-08-12 19:56:21 Unpacking erlang-percept (from .../erlang-percept_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-ssh.
2013-08-12 19:56:21 Unpacking erlang-ssh (from .../erlang-ssh_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-webtool.
2013-08-12 19:56:21 Unpacking erlang-webtool (from .../erlang-webtool_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-tools.
2013-08-12 19:56:21 Unpacking erlang-tools (from .../erlang-tools_1%3a14.b.4-dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 19:56:21 Selecting previously unselected package erlang-nox.
2013-08-12 19:56:22 Unpacking erlang-nox (from .../erlang-nox_1%3a14.b.4-dfsg-1ubuntu1_all.deb) ...
2013-08-12 19:56:22 Selecting previously unselected package libsctp1.
2013-08-12 19:56:22 Unpacking libsctp1 (from .../libsctp1_1.0.11+dfsg-2_amd64.deb) ...
2013-08-12 19:56:22 Selecting previously unselected package lksctp-tools.
2013-08-12 19:56:22 Unpacking lksctp-tools (from .../lksctp-tools_1.0.11+dfsg-2_amd64.deb) ...
2013-08-12 19:56:22 Selecting previously unselected package rabbitmq-server.
2013-08-12 19:56:22 Unpacking rabbitmq-server (from .../rabbitmq-server_2.7.1-0ubuntu4_all.deb) ...
2013-08-12 19:56:22 Processing triggers for man-db ...
2013-08-12 19:56:22 Processing triggers for ureadahead ...
2013-08-12 19:56:22 Setting up libltdl7 (2.4.2-1ubuntu1) ...
2013-08-12 19:56:22 Setting up libodbc1 (2.2.14p2-5ubuntu3) ...
2013-08-12 19:56:22 Setting up erlang-base (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Searching for services which depend on erlang and should be started...none found.
2013-08-12 19:56:22 Setting up erlang-syntax-tools (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-asn1 (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-mnesia (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-runtime-tools (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-crypto (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-public-key (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-ssl (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-inets (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-corba (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-dev (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-diameter (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-xmerl (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-edoc (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-docbuilder (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-erl-docgen (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-eunit (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-ic (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-inviso (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-odbc (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-snmp (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-os-mon (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-parsetools (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-percept (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-ssh (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-webtool (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-tools (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up erlang-nox (1:14.b.4-dfsg-1ubuntu1) ...
2013-08-12 19:56:22 Setting up libsctp1 (1.0.11+dfsg-2) ...
2013-08-12 19:56:22 Setting up lksctp-tools (1.0.11+dfsg-2) ...
2013-08-12 19:56:22 Setting up rabbitmq-server (2.7.1-0ubuntu4) ...
2013-08-12 19:56:22 Adding group `rabbitmq' (GID 113) ...
2013-08-12 19:56:22 Done.
2013-08-12 19:56:22 Adding system user `rabbitmq' (UID 107) ...
2013-08-12 19:56:22 Adding new user `rabbitmq' (UID 107) with group `rabbitmq' ...
2013-08-12 19:56:22 Not creating home directory `/var/lib/rabbitmq'.
2013-08-12 19:56:22 Starting rabbitmq-server: SUCCESS
2013-08-12 19:56:22 rabbitmq-server.
2013-08-12 19:56:22 Processing triggers for libc-bin ...
2013-08-12 19:56:22 ldconfig deferred processing now taking place
2013-08-12 19:56:22 + rm -f /tmp/tmp.pQE6Ps1Lis
2013-08-12 19:56:22 + is_service_enabled mysql postgresql
2013-08-12 19:56:23 + services='mysql postgresql'
2013-08-12 19:56:23 + for service in '${services}'
2013-08-12 19:56:23 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,mysql, ]]
2013-08-12 19:56:23 + return 0
2013-08-12 19:56:23 + install_database
2013-08-12 19:56:23 + install_database_mysql
2013-08-12 19:56:23 + is_ubuntu
2013-08-12 19:56:23 + [[ -z deb ]]
2013-08-12 19:56:23 + '[' deb = deb ']'
2013-08-12 19:56:23 + sudo debconf-set-selections
2013-08-12 19:56:23 + cat
2013-08-12 19:56:23 + [[ ! -e /home/vagrant/.my.cnf ]]
2013-08-12 19:56:23 + cat
2013-08-12 19:56:23 + chmod 0600 /home/vagrant/.my.cnf
2013-08-12 19:56:23 + is_ubuntu
2013-08-12 19:56:23 + [[ -z deb ]]
2013-08-12 19:56:23 + '[' deb = deb ']'
2013-08-12 19:56:38 + install_package mysql-server
2013-08-12 19:56:38 + is_ubuntu
2013-08-12 19:56:38 + [[ -z deb ]]
2013-08-12 19:56:38 + '[' deb = deb ']'
2013-08-12 19:56:38 + [[ True = \T\r\u\e ]]
2013-08-12 19:56:38 + NO_UPDATE_REPOS=True
2013-08-12 19:56:38 + apt_get install mysql-server
2013-08-12 19:56:38 + [[ False = \T\r\u\e ]]
2013-08-12 19:56:38 + [[ -z install mysql-server ]]
2013-08-12 19:56:38 + local sudo=sudo
2013-08-12 19:56:38 ++ id -u
2013-08-12 19:56:38 + [[ 1000 = \0 ]]
2013-08-12 19:56:38 + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server
2013-08-12 19:56:38 Reading package lists...
2013-08-12 19:56:38 Building dependency tree...
2013-08-12 19:56:38 Reading state information...
2013-08-12 19:56:38 The following extra packages will be installed:
2013-08-12 19:56:38 libdbd-mysql-perl libdbi-perl libhtml-template-perl libnet-daemon-perl
2013-08-12 19:56:38 libplrpc-perl libterm-readkey-perl mysql-client-5.5 mysql-client-core-5.5
2013-08-12 19:56:38 mysql-server-5.5 mysql-server-core-5.5
2013-08-12 19:56:38 Suggested packages:
2013-08-12 19:56:38 libipc-sharedcache-perl tinyca mailx
2013-08-12 19:56:38 The following NEW packages will be installed:
2013-08-12 19:56:38 libdbd-mysql-perl libdbi-perl libhtml-template-perl libnet-daemon-perl
2013-08-12 19:56:39 libplrpc-perl libterm-readkey-perl mysql-client-5.5 mysql-client-core-5.5
2013-08-12 19:56:39 mysql-server mysql-server-5.5 mysql-server-core-5.5
2013-08-12 19:56:39 0 upgraded, 11 newly installed, 0 to remove and 116 not upgraded.
2013-08-12 19:56:39 Need to get 26.2 MB of archives.
2013-08-12 19:56:39 After this operation, 93.8 MB of additional disk space will be used.
2013-08-12 19:56:39 Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libnet-daemon-perl all 0.48-1 [43.1 kB]
2013-08-12 19:56:39 Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main libplrpc-perl all 0.2020-2 [36.0 kB]
2013-08-12 19:56:39 Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main libdbi-perl amd64 1.616-1build2 [849 kB]
2013-08-12 19:56:39 Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main libdbd-mysql-perl amd64 4.020-1build2 [106 kB]
2013-08-12 19:56:39 Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-client-core-5.5 amd64 5.5.32-0ubuntu0.12.04.1 [1,921 kB]
2013-08-12 19:56:39 Get:6 http://us.archive.ubuntu.com/ubuntu/ precise/main libterm-readkey-perl amd64 2.30-4build3 [28.6 kB]
2013-08-12 19:56:39 Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-client-5.5 amd64 5.5.32-0ubuntu0.12.04.1 [8,284 kB]
2013-08-12 19:56:39 Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-server-core-5.5 amd64 5.5.32-0ubuntu0.12.04.1 [6,071 kB]
2013-08-12 19:56:39 Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-server-5.5 amd64 5.5.32-0ubuntu0.12.04.1 [8,818 kB]
2013-08-12 19:56:39 Get:10 http://us.archive.ubuntu.com/ubuntu/ precise/main libhtml-template-perl all 2.10-1 [65.0 kB]
2013-08-12 19:56:39 Get:11 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-server all 5.5.32-0ubuntu0.12.04.1 [11.5 kB]
2013-08-12 19:56:39 Preconfiguring packages ...
2013-08-12 19:56:39 Fetched 26.2 MB in 16s (1,627 kB/s)
2013-08-12 19:56:39 Selecting previously unselected package libnet-daemon-perl.
2013-08-12 19:56:39 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 68997 files and directories currently installed.)
2013-08-12 19:56:39 Unpacking libnet-daemon-perl (from .../libnet-daemon-perl_0.48-1_all.deb) ...
2013-08-12 19:56:39 Selecting previously unselected package libplrpc-perl.
2013-08-12 19:56:39 Unpacking libplrpc-perl (from .../libplrpc-perl_0.2020-2_all.deb) ...
2013-08-12 19:56:39 Selecting previously unselected package libdbi-perl.
2013-08-12 19:56:39 Unpacking libdbi-perl (from .../libdbi-perl_1.616-1build2_amd64.deb) ...
2013-08-12 19:56:39 Selecting previously unselected package libdbd-mysql-perl.
2013-08-12 19:56:39 Unpacking libdbd-mysql-perl (from .../libdbd-mysql-perl_4.020-1build2_amd64.deb) ...
2013-08-12 19:56:39 Selecting previously unselected package mysql-client-core-5.5.
2013-08-12 19:56:39 Unpacking mysql-client-core-5.5 (from .../mysql-client-core-5.5_5.5.32-0ubuntu0.12.04.1_amd64.deb) ...
2013-08-12 19:56:39 Selecting previously unselected package libterm-readkey-perl.
2013-08-12 19:56:39 Unpacking libterm-readkey-perl (from .../libterm-readkey-perl_2.30-4build3_amd64.deb) ...
2013-08-12 19:56:39 Selecting previously unselected package mysql-client-5.5.
2013-08-12 19:57:13 Unpacking mysql-client-5.5 (from .../mysql-client-5.5_5.5.32-0ubuntu0.12.04.1_amd64.deb) ...
2013-08-12 19:57:13 Selecting previously unselected package mysql-server-core-5.5.
2013-08-12 19:57:13 Unpacking mysql-server-core-5.5 (from .../mysql-server-core-5.5_5.5.32-0ubuntu0.12.04.1_amd64.deb) ...
2013-08-12 19:57:13 Selecting previously unselected package mysql-server-5.5.
2013-08-12 19:57:13 Unpacking mysql-server-5.5 (from .../mysql-server-5.5_5.5.32-0ubuntu0.12.04.1_amd64.deb) ...
2013-08-12 19:57:13 Selecting previously unselected package libhtml-template-perl.
2013-08-12 19:57:13 Unpacking libhtml-template-perl (from .../libhtml-template-perl_2.10-1_all.deb) ...
2013-08-12 19:57:14 Selecting previously unselected package mysql-server.
2013-08-12 19:57:14 Unpacking mysql-server (from .../mysql-server_5.5.32-0ubuntu0.12.04.1_all.deb) ...
2013-08-12 19:57:14 Processing triggers for man-db ...
2013-08-12 19:57:14 Processing triggers for ureadahead ...
2013-08-12 19:57:14 Setting up libnet-daemon-perl (0.48-1) ...
2013-08-12 19:57:14 Setting up libplrpc-perl (0.2020-2) ...
2013-08-12 19:57:14 Setting up libdbi-perl (1.616-1build2) ...
2013-08-12 19:57:14 Setting up libdbd-mysql-perl (4.020-1build2) ...
2013-08-12 19:57:14 Setting up mysql-client-core-5.5 (5.5.32-0ubuntu0.12.04.1) ...
2013-08-12 19:57:14 Setting up libterm-readkey-perl (2.30-4build3) ...
2013-08-12 19:57:14 Setting up mysql-client-5.5 (5.5.32-0ubuntu0.12.04.1) ...
2013-08-12 19:57:14 Setting up mysql-server-core-5.5 (5.5.32-0ubuntu0.12.04.1) ...
2013-08-12 19:57:14 Setting up mysql-server-5.5 (5.5.32-0ubuntu0.12.04.1) ...
2013-08-12 19:57:14 mysql start/running, process 29412
2013-08-12 19:57:14 Setting up libhtml-template-perl (2.10-1) ...
2013-08-12 19:57:14 Setting up mysql-server (5.5.32-0ubuntu0.12.04.1) ...
2013-08-12 19:57:14 + is_service_enabled neutron
2013-08-12 19:57:14 + services=neutron
2013-08-12 19:57:14 + for service in '${services}'
2013-08-12 19:57:14 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,neutron, ]]
2013-08-12 19:57:14 + [[ neutron == n-cell-* ]]
2013-08-12 19:57:14 + [[ neutron == \n\o\v\a ]]
2013-08-12 19:57:14 + [[ neutron == \c\i\n\d\e\r ]]
2013-08-12 19:57:14 + [[ neutron == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 19:57:14 + [[ neutron == \g\l\a\n\c\e ]]
2013-08-12 19:57:14 + [[ neutron == \n\e\u\t\r\o\n ]]
2013-08-12 19:57:14 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ q- ]]
2013-08-12 19:57:14 + [[ neutron == \s\w\i\f\t ]]
2013-08-12 19:57:14 + [[ neutron == s-* ]]
2013-08-12 19:57:14 + return 1
2013-08-12 19:57:14 + TRACK_DEPENDS=False
2013-08-12 19:57:14 + [[ False = True ]]
2013-08-12 19:57:14 + echo_summary 'Installing OpenStack project source'
2013-08-12 19:57:14 + [[ -t 3 ]]
2013-08-12 19:57:14 + [[ True != \T\r\u\e ]]
2013-08-12 19:57:14 + echo -e Installing OpenStack project source
2013-08-12 19:57:14 Installing OpenStack project source
2013-08-12 19:57:14 + install_infra
2013-08-12 19:57:14 + git_clone https://github.com/openstack/requirements.git /opt/stack/requirements master
2013-08-12 19:57:14 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:14 + GIT_REMOTE=https://github.com/openstack/requirements.git
2013-08-12 19:57:14 + GIT_DEST=/opt/stack/requirements
2013-08-12 19:57:14 + GIT_REF=master
2013-08-12 19:57:14 + echo master
2013-08-12 19:57:14 + egrep -q '^refs'
2013-08-12 19:57:14 + [[ ! -d /opt/stack/requirements ]]
2013-08-12 19:57:14 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:14 + git clone https://github.com/openstack/requirements.git /opt/stack/requirements
2013-08-12 19:57:14 Cloning into '/opt/stack/requirements'...
2013-08-12 19:57:15 + cd /opt/stack/requirements
2013-08-12 19:57:15 + git checkout master
2013-08-12 19:57:15 Already on 'master'
2013-08-12 19:57:15 + git_clone https://github.com/openstack-dev/pbr.git /opt/stack/pbr master
2013-08-12 19:57:15 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:15 + GIT_REMOTE=https://github.com/openstack-dev/pbr.git
2013-08-12 19:57:15 + GIT_DEST=/opt/stack/pbr
2013-08-12 19:57:15 + GIT_REF=master
2013-08-12 19:57:15 + echo master
2013-08-12 19:57:15 + egrep -q '^refs'
2013-08-12 19:57:15 + [[ ! -d /opt/stack/pbr ]]
2013-08-12 19:57:15 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:15 + git clone https://github.com/openstack-dev/pbr.git /opt/stack/pbr
2013-08-12 19:57:15 Cloning into '/opt/stack/pbr'...
2013-08-12 19:57:15 + cd /opt/stack/pbr
2013-08-12 19:57:15 + git checkout master
2013-08-12 19:57:15 Already on 'master'
2013-08-12 19:57:15 + setup_develop /opt/stack/pbr
2013-08-12 19:57:15 + local project_dir=/opt/stack/pbr
2013-08-12 19:57:15 + [[ False = True ]]
2013-08-12 19:57:15 + SUDO_CMD=sudo
2013-08-12 19:57:15 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/pbr'
2013-08-12 19:57:15 cd /opt/stack/requirements; sudo python update.py /opt/stack/pbr
2013-08-12 19:57:15 + cd /opt/stack/pbr
2013-08-12 19:57:15 + git diff --quiet
2013-08-12 19:57:15 + cd /opt/stack/requirements
2013-08-12 19:57:15 + sudo python update.py /opt/stack/pbr
2013-08-12 19:57:15 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/pbr/requirements.txt)
2013-08-12 19:57:15 Syncing /opt/stack/pbr/requirements.txt
2013-08-12 19:57:22 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/pbr/test-requirements.txt)
2013-08-12 19:57:22 Syncing /opt/stack/pbr/test-requirements.txt
2013-08-12 19:57:22 Syncing setup.py
2013-08-12 19:57:22 + pip_install -e /opt/stack/pbr
2013-08-12 19:57:22 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:22 + [[ -z -e /opt/stack/pbr ]]
2013-08-12 19:57:22 + [[ -z deb ]]
2013-08-12 19:57:22 + [[ False = True ]]
2013-08-12 19:57:22 + SUDO_PIP=sudo
2013-08-12 19:57:22 ++ get_pip_command
2013-08-12 19:57:22 ++ which pip
2013-08-12 19:57:22 ++ '[' 0 -ne 0 ']'
2013-08-12 19:57:22 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:57:22 + is_fedora
2013-08-12 19:57:22 + [[ -z Ubuntu ]]
2013-08-12 19:57:22 + '[' Ubuntu = Fedora ']'
2013-08-12 19:57:22 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:57:22 + '[' Ubuntu = CentOS ']'
2013-08-12 19:57:22 + PIP_USE_MIRRORS=True
2013-08-12 19:57:22 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:57:22 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:57:22 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:57:22 + local pip_build_tmp=/tmp/pip-build.B1C1Y
2013-08-12 19:57:22 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.B1C1Y --use-mirrors -e /opt/stack/pbr
2013-08-12 19:57:22 Obtaining file:///opt/stack/pbr
2013-08-12 19:57:22 Running setup.py egg_info for package from file:///opt/stack/pbr
2013-08-12 19:57:22
2013-08-12 19:57:22 Installed /opt/stack/pbr/pbr-0.5.21-py2.7.egg
2013-08-12 19:57:22 [pbr] Processing SOURCES.txt
2013-08-12 19:57:22 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:57:22
2013-08-12 19:57:22 [pbr] In git context, generating filelist from git
2013-08-12 19:57:22 warning: no files found matching 'AUTHORS'
2013-08-12 19:57:22 warning: no files found matching 'ChangeLog'
2013-08-12 19:57:22 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:57:22 warning: no files found matching 'AUTHORS'
2013-08-12 19:57:23 warning: no files found matching 'ChangeLog'
2013-08-12 19:57:23 warning: no previously-included files found matching '.gitignore'
2013-08-12 19:57:23 warning: no previously-included files found matching '.gitreview'
2013-08-12 19:57:23 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:57:23 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr==0.5.21.6.ge2821d1)
2013-08-12 19:57:23 Installing collected packages: pbr
2013-08-12 19:57:23 Running setup.py develop for pbr
2013-08-12 19:57:23 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:57:23 /usr/bin/python -E -c pass
2013-08-12 19:57:23 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:57:23 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:57:23 Creating /usr/local/lib/python2.7/dist-packages/pbr.egg-link (link to .)
2013-08-12 19:57:23 Adding pbr 0.5.21.6.ge2821d1 to easy-install.pth file
2013-08-12 19:57:23
2013-08-12 19:57:23 Installed /opt/stack/pbr
2013-08-12 19:57:23 Successfully installed pbr
2013-08-12 19:57:23 Cleaning up...
2013-08-12 19:57:23 + sudo rm -rf /tmp/pip-build.B1C1Y
2013-08-12 19:57:23 + sudo chown -R vagrant /opt/stack/pbr/pbr.egg-info
2013-08-12 19:57:23 + install_oslo
2013-08-12 19:57:23 + cleanup_oslo
2013-08-12 19:57:23 + find /usr
2013-08-12 19:57:23 + grep -v oslo.config.egg-link
2013-08-12 19:57:23 + grep oslo.config
2013-08-12 19:57:23 + git_clone https://github.com/openstack/oslo.config.git /opt/stack/oslo.config master
2013-08-12 19:57:23 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:23 + GIT_REMOTE=https://github.com/openstack/oslo.config.git
2013-08-12 19:57:23 + GIT_DEST=/opt/stack/oslo.config
2013-08-12 19:57:23 + GIT_REF=master
2013-08-12 19:57:23 + echo master
2013-08-12 19:57:23 + egrep -q '^refs'
2013-08-12 19:57:23 + [[ ! -d /opt/stack/oslo.config ]]
2013-08-12 19:57:23 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:23 + git clone https://github.com/openstack/oslo.config.git /opt/stack/oslo.config
2013-08-12 19:57:23 Cloning into '/opt/stack/oslo.config'...
2013-08-12 19:57:23 + cd /opt/stack/oslo.config
2013-08-12 19:57:23 + git checkout master
2013-08-12 19:57:23 Already on 'master'
2013-08-12 19:57:23 + setup_develop /opt/stack/oslo.config
2013-08-12 19:57:23 + local project_dir=/opt/stack/oslo.config
2013-08-12 19:57:23 + [[ False = True ]]
2013-08-12 19:57:23 + SUDO_CMD=sudo
2013-08-12 19:57:23 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/oslo.config'
2013-08-12 19:57:23 cd /opt/stack/requirements; sudo python update.py /opt/stack/oslo.config
2013-08-12 19:57:23 + cd /opt/stack/oslo.config
2013-08-12 19:57:23 + git diff --quiet
2013-08-12 19:57:23 + cd /opt/stack/requirements
2013-08-12 19:57:23 + sudo python update.py /opt/stack/oslo.config
2013-08-12 19:57:23 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/oslo.config/requirements.txt)
2013-08-12 19:57:23 Syncing /opt/stack/oslo.config/requirements.txt
2013-08-12 19:57:42 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/oslo.config/test-requirements.txt)
2013-08-12 19:57:42 Syncing /opt/stack/oslo.config/test-requirements.txt
2013-08-12 19:57:42 Syncing setup.py
2013-08-12 19:57:42 + pip_install -e /opt/stack/oslo.config
2013-08-12 19:57:42 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:42 + [[ -z -e /opt/stack/oslo.config ]]
2013-08-12 19:57:43 + [[ -z deb ]]
2013-08-12 19:57:43 + [[ False = True ]]
2013-08-12 19:57:43 + SUDO_PIP=sudo
2013-08-12 19:57:43 ++ get_pip_command
2013-08-12 19:57:43 ++ which pip
2013-08-12 19:57:43 ++ '[' 0 -ne 0 ']'
2013-08-12 19:57:43 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:57:43 + is_fedora
2013-08-12 19:57:43 + [[ -z Ubuntu ]]
2013-08-12 19:57:43 + '[' Ubuntu = Fedora ']'
2013-08-12 19:57:43 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:57:43 + '[' Ubuntu = CentOS ']'
2013-08-12 19:57:43 + PIP_USE_MIRRORS=True
2013-08-12 19:57:43 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:57:43 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:57:43 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:57:43 + local pip_build_tmp=/tmp/pip-build.hEOCz
2013-08-12 19:57:43 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.hEOCz --use-mirrors -e /opt/stack/oslo.config
2013-08-12 19:57:43 Obtaining file:///opt/stack/oslo.config
2013-08-12 19:57:43 Running setup.py egg_info for package from file:///opt/stack/oslo.config
2013-08-12 19:57:43 [pbr] Processing SOURCES.txt
2013-08-12 19:57:43 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:57:43
2013-08-12 19:57:43 [pbr] In git context, generating filelist from git
2013-08-12 19:57:43 warning: no files found matching 'AUTHORS'
2013-08-12 19:57:43 warning: no files found matching 'ChangeLog'
2013-08-12 19:57:43 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:57:43 warning: no files found matching 'AUTHORS'
2013-08-12 19:57:43 warning: no files found matching 'ChangeLog'
2013-08-12 19:57:43 warning: no files found matching '*' under directory 'tools'
2013-08-12 19:57:43 warning: no previously-included files found matching '.gitignore'
2013-08-12 19:57:43 warning: no previously-included files found matching '.gitreview'
2013-08-12 19:57:43 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:57:43 Downloading/unpacking six (from oslo.config==1.2.0.a11.gc85c8e6)
2013-08-12 19:57:43 Creating supposed download cache at /var/cache/pip
2013-08-12 19:57:43 Downloading six-1.3.0.tar.gz
2013-08-12 19:57:43 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsix%2Fsix-1.3.0.tar.gz
2013-08-12 19:57:43 Running setup.py egg_info for package six
2013-08-12 19:57:43
2013-08-12 19:57:43 Installing collected packages: six, oslo.config
2013-08-12 19:57:43 Running setup.py install for six
2013-08-12 19:57:43
2013-08-12 19:57:43 Running setup.py develop for oslo.config
2013-08-12 19:57:43 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:57:43 /usr/bin/python -E -c pass
2013-08-12 19:57:43 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:57:43 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:57:43 Creating /usr/local/lib/python2.7/dist-packages/oslo.config.egg-link (link to .)
2013-08-12 19:57:44 Adding oslo.config 1.2.0.a11.gc85c8e6 to easy-install.pth file
2013-08-12 19:57:44
2013-08-12 19:57:44 Installed /opt/stack/oslo.config
2013-08-12 19:57:44 Successfully installed six oslo.config
2013-08-12 19:57:44 Cleaning up...
2013-08-12 19:57:44 + sudo rm -rf /tmp/pip-build.hEOCz
2013-08-12 19:57:44 + sudo chown -R vagrant /opt/stack/oslo.config/oslo.config.egg-info
2013-08-12 19:57:44 + git_clone https://github.com/openstack/oslo.messaging.git /opt/stack/oslo.messaging master
2013-08-12 19:57:44 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:44 + GIT_REMOTE=https://github.com/openstack/oslo.messaging.git
2013-08-12 19:57:44 + GIT_DEST=/opt/stack/oslo.messaging
2013-08-12 19:57:44 + GIT_REF=master
2013-08-12 19:57:44 + echo master
2013-08-12 19:57:44 + egrep -q '^refs'
2013-08-12 19:57:44 + [[ ! -d /opt/stack/oslo.messaging ]]
2013-08-12 19:57:44 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:44 + git clone https://github.com/openstack/oslo.messaging.git /opt/stack/oslo.messaging
2013-08-12 19:57:44 Cloning into '/opt/stack/oslo.messaging'...
2013-08-12 19:57:44 + cd /opt/stack/oslo.messaging
2013-08-12 19:57:44 + git checkout master
2013-08-12 19:57:44 Already on 'master'
2013-08-12 19:57:44 + setup_develop /opt/stack/oslo.messaging
2013-08-12 19:57:44 + local project_dir=/opt/stack/oslo.messaging
2013-08-12 19:57:44 + [[ False = True ]]
2013-08-12 19:57:44 + SUDO_CMD=sudo
2013-08-12 19:57:44 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/oslo.messaging'
2013-08-12 19:57:44 cd /opt/stack/requirements; sudo python update.py /opt/stack/oslo.messaging
2013-08-12 19:57:44 + cd /opt/stack/oslo.messaging
2013-08-12 19:57:44 + git diff --quiet
2013-08-12 19:57:44 + cd /opt/stack/requirements
2013-08-12 19:57:44 + sudo python update.py /opt/stack/oslo.messaging
2013-08-12 19:57:44 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/oslo.messaging/requirements.txt)
2013-08-12 19:57:44 Syncing /opt/stack/oslo.messaging/requirements.txt
2013-08-12 19:57:51 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/oslo.messaging/test-requirements.txt)
2013-08-12 19:57:51 Syncing /opt/stack/oslo.messaging/test-requirements.txt
2013-08-12 19:57:51 Syncing setup.py
2013-08-12 19:57:51 + pip_install -e /opt/stack/oslo.messaging
2013-08-12 19:57:51 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:52 + [[ -z -e /opt/stack/oslo.messaging ]]
2013-08-12 19:57:52 + [[ -z deb ]]
2013-08-12 19:57:52 + [[ False = True ]]
2013-08-12 19:57:52 + SUDO_PIP=sudo
2013-08-12 19:57:52 ++ get_pip_command
2013-08-12 19:57:52 ++ which pip
2013-08-12 19:57:52 ++ '[' 0 -ne 0 ']'
2013-08-12 19:57:52 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:57:52 + is_fedora
2013-08-12 19:57:52 + [[ -z Ubuntu ]]
2013-08-12 19:57:52 + '[' Ubuntu = Fedora ']'
2013-08-12 19:57:52 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:57:52 + '[' Ubuntu = CentOS ']'
2013-08-12 19:57:52 + PIP_USE_MIRRORS=True
2013-08-12 19:57:52 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:57:52 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:57:52 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:57:52 + local pip_build_tmp=/tmp/pip-build.oidih
2013-08-12 19:57:52 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.oidih --use-mirrors -e /opt/stack/oslo.messaging
2013-08-12 19:57:52 Obtaining file:///opt/stack/oslo.messaging
2013-08-12 19:57:52 Running setup.py egg_info for package from file:///opt/stack/oslo.messaging
2013-08-12 19:57:52 [pbr] Processing SOURCES.txt
2013-08-12 19:57:52 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:57:52
2013-08-12 19:57:52 [pbr] In git context, generating filelist from git
2013-08-12 19:57:52 warning: no files found matching 'AUTHORS'
2013-08-12 19:57:52 warning: no files found matching 'ChangeLog'
2013-08-12 19:57:52 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:57:52 warning: no files found matching 'AUTHORS'
2013-08-12 19:57:52 warning: no files found matching 'ChangeLog'
2013-08-12 19:57:52 warning: no files found matching '*' under directory 'tools'
2013-08-12 19:57:52 warning: no previously-included files found matching '.gitignore'
2013-08-12 19:57:52 warning: no previously-included files found matching '.gitreview'
2013-08-12 19:57:52 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:57:52 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.1.0 in /opt/stack/oslo.config (from oslo.messaging==1.2.0a2)
2013-08-12 19:57:52 Downloading/unpacking stevedore>=0.10 (from oslo.messaging==1.2.0a2)
2013-08-12 19:57:52 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fstevedore%2Fstevedore-0.10.tar.gz
2013-08-12 19:57:52 Running setup.py egg_info for package stevedore
2013-08-12 19:57:52
2013-08-12 19:57:52 warning: no files found matching '*.html' under directory 'docs'
2013-08-12 19:57:52 warning: no files found matching '*.css' under directory 'docs'
2013-08-12 19:57:52 warning: no files found matching '*.js' under directory 'docs'
2013-08-12 19:57:52 warning: no files found matching '*.png' under directory 'docs'
2013-08-12 19:57:52 warning: no files found matching '*.py' under directory 'tests'
2013-08-12 19:57:52 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from oslo.messaging==1.2.0a2)
2013-08-12 19:57:52 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from oslo.messaging==1.2.0a2)
2013-08-12 19:57:52 Downloading/unpacking eventlet>=0.13.0 (from oslo.messaging==1.2.0a2)
2013-08-12 19:57:53 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fe%2Feventlet%2Feventlet-0.13.0.tar.gz
2013-08-12 19:57:53 Running setup.py egg_info for package eventlet
2013-08-12 19:57:53
2013-08-12 19:57:53 Requirement already satisfied (use --upgrade to upgrade): greenlet>=0.3 in /usr/lib/python2.7/dist-packages (from eventlet>=0.13.0->oslo.messaging==1.2.0a2)
2013-08-12 19:57:53 Installing collected packages: stevedore, eventlet, oslo.messaging
2013-08-12 19:57:53 Running setup.py install for stevedore
2013-08-12 19:57:53
2013-08-12 19:57:53 warning: no files found matching '*.html' under directory 'docs'
2013-08-12 19:57:53 warning: no files found matching '*.css' under directory 'docs'
2013-08-12 19:57:53 warning: no files found matching '*.js' under directory 'docs'
2013-08-12 19:57:53 warning: no files found matching '*.png' under directory 'docs'
2013-08-12 19:57:53 warning: no files found matching '*.py' under directory 'tests'
2013-08-12 19:57:53 Found existing installation: eventlet 0.9.16
2013-08-12 19:57:53 Uninstalling eventlet:
2013-08-12 19:57:53 Successfully uninstalled eventlet
2013-08-12 19:57:53 Running setup.py install for eventlet
2013-08-12 19:57:53
2013-08-12 19:57:53 Running setup.py develop for oslo.messaging
2013-08-12 19:57:53 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:57:53 /usr/bin/python -E -c pass
2013-08-12 19:57:53 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:57:53 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:57:53 Creating /usr/local/lib/python2.7/dist-packages/oslo.messaging.egg-link (link to .)
2013-08-12 19:57:56 Adding oslo.messaging 1.2.0a2 to easy-install.pth file
2013-08-12 19:57:56
2013-08-12 19:57:56 Installed /opt/stack/oslo.messaging
2013-08-12 19:57:56 Successfully installed stevedore eventlet oslo.messaging
2013-08-12 19:57:56 Cleaning up...
2013-08-12 19:57:56 + sudo rm -rf /tmp/pip-build.oidih
2013-08-12 19:57:56 + sudo chown -R vagrant /opt/stack/oslo.messaging/oslo.messaging.egg-info
2013-08-12 19:57:56 + install_keystoneclient
2013-08-12 19:57:56 + git_clone https://github.com/openstack/python-keystoneclient.git /opt/stack/python-keystoneclient master
2013-08-12 19:57:56 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:56 + GIT_REMOTE=https://github.com/openstack/python-keystoneclient.git
2013-08-12 19:57:56 + GIT_DEST=/opt/stack/python-keystoneclient
2013-08-12 19:57:56 + GIT_REF=master
2013-08-12 19:57:56 + egrep -q '^refs'
2013-08-12 19:57:56 + echo master
2013-08-12 19:57:56 + [[ ! -d /opt/stack/python-keystoneclient ]]
2013-08-12 19:57:56 + [[ False = \T\r\u\e ]]
2013-08-12 19:57:56 + git clone https://github.com/openstack/python-keystoneclient.git /opt/stack/python-keystoneclient
2013-08-12 19:57:56 Cloning into '/opt/stack/python-keystoneclient'...
2013-08-12 19:57:56 + cd /opt/stack/python-keystoneclient
2013-08-12 19:57:56 + git checkout master
2013-08-12 19:57:56 Already on 'master'
2013-08-12 19:57:56 + setup_develop /opt/stack/python-keystoneclient
2013-08-12 19:57:56 + local project_dir=/opt/stack/python-keystoneclient
2013-08-12 19:57:56 + [[ False = True ]]
2013-08-12 19:57:56 + SUDO_CMD=sudo
2013-08-12 19:57:56 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/python-keystoneclient'
2013-08-12 19:57:56 cd /opt/stack/requirements; sudo python update.py /opt/stack/python-keystoneclient
2013-08-12 19:57:56 + cd /opt/stack/python-keystoneclient
2013-08-12 19:57:56 + git diff --quiet
2013-08-12 19:57:56 + cd /opt/stack/requirements
2013-08-12 19:57:56 + sudo python update.py /opt/stack/python-keystoneclient
2013-08-12 19:57:56 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-keystoneclient/requirements.txt)
2013-08-12 19:57:56 Syncing /opt/stack/python-keystoneclient/requirements.txt
2013-08-12 19:58:11 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-keystoneclient/test-requirements.txt)
2013-08-12 19:58:11 Syncing /opt/stack/python-keystoneclient/test-requirements.txt
2013-08-12 19:58:11 Syncing setup.py
2013-08-12 19:58:11 + pip_install -e /opt/stack/python-keystoneclient
2013-08-12 19:58:11 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:11 + [[ -z -e /opt/stack/python-keystoneclient ]]
2013-08-12 19:58:11 + [[ -z deb ]]
2013-08-12 19:58:11 + [[ False = True ]]
2013-08-12 19:58:11 + SUDO_PIP=sudo
2013-08-12 19:58:11 ++ get_pip_command
2013-08-12 19:58:11 ++ which pip
2013-08-12 19:58:11 ++ '[' 0 -ne 0 ']'
2013-08-12 19:58:11 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:58:11 + is_fedora
2013-08-12 19:58:11 + [[ -z Ubuntu ]]
2013-08-12 19:58:11 + '[' Ubuntu = Fedora ']'
2013-08-12 19:58:11 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:58:11 + '[' Ubuntu = CentOS ']'
2013-08-12 19:58:11 + PIP_USE_MIRRORS=True
2013-08-12 19:58:11 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:58:11 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:58:11 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:58:11 + local pip_build_tmp=/tmp/pip-build.VN1wQ
2013-08-12 19:58:11 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.VN1wQ --use-mirrors -e /opt/stack/python-keystoneclient
2013-08-12 19:58:11 Obtaining file:///opt/stack/python-keystoneclient
2013-08-12 19:58:11 Running setup.py egg_info for package from file:///opt/stack/python-keystoneclient
2013-08-12 19:58:11 [pbr] Processing SOURCES.txt
2013-08-12 19:58:11 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:58:11
2013-08-12 19:58:11 [pbr] In git context, generating filelist from git
2013-08-12 19:58:11 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:11 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:11 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:58:11 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:11 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:11 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from python-keystoneclient==0.3.1.52.g8429623)
2013-08-12 19:58:11 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from python-keystoneclient==0.3.1.52.g8429623)
2013-08-12 19:58:12 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient==0.3.1.52.g8429623)
2013-08-12 19:58:12 Downloading/unpacking requests>=1.1 (from python-keystoneclient==0.3.1.52.g8429623)
2013-08-12 19:58:12 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fr%2Frequests%2Frequests-1.2.3.tar.gz
2013-08-12 19:58:12 Running setup.py egg_info for package requests
2013-08-12 19:58:12
2013-08-12 19:58:12 Downloading/unpacking simplejson>=2.0.9 (from python-keystoneclient==0.3.1.52.g8429623)
2013-08-12 19:58:12 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsimplejson%2Fsimplejson-3.3.0.tar.gz
2013-08-12 19:58:12 Running setup.py egg_info for package simplejson
2013-08-12 19:58:12
2013-08-12 19:58:12 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient==0.3.1.52.g8429623)
2013-08-12 19:58:12 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.1.0 in /opt/stack/oslo.config (from python-keystoneclient==0.3.1.52.g8429623)
2013-08-12 19:58:12 Downloading/unpacking netaddr (from python-keystoneclient==0.3.1.52.g8429623)
2013-08-12 19:58:12 You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files.
2013-08-12 19:58:12 Storing download in cache at /var/cache/pip/https%3A%2F%2Fgithub.com%2Fdownloads%2Fdrkjam%2Fnetaddr%2Fnetaddr-0.7.10.zip
2013-08-12 19:58:12 Running setup.py egg_info for package netaddr
2013-08-12 19:58:12
2013-08-12 19:58:12 warning: no previously-included files matching '*.svn*' found anywhere in distribution
2013-08-12 19:58:12 warning: no previously-included files matching '*.git*' found anywhere in distribution
2013-08-12 19:58:12 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->python-keystoneclient==0.3.1.52.g8429623)
2013-08-12 19:58:12 Installing collected packages: requests, simplejson, netaddr, python-keystoneclient
2013-08-12 19:58:12 Running setup.py install for requests
2013-08-12 19:58:12
2013-08-12 19:58:12 Running setup.py install for simplejson
2013-08-12 19:58:12 building 'simplejson._speedups' extension
2013-08-12 19:58:12 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o
2013-08-12 19:58:13 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/simplejson/_speedups.o -o build/lib.linux-x86_64-2.7/simplejson/_speedups.so
2013-08-12 19:58:14
2013-08-12 19:58:14 Running setup.py install for netaddr
2013-08-12 19:58:14 changing mode of build/scripts-2.7/netaddr from 644 to 755
2013-08-12 19:58:14
2013-08-12 19:58:14 warning: no previously-included files matching '*.svn*' found anywhere in distribution
2013-08-12 19:58:14 warning: no previously-included files matching '*.git*' found anywhere in distribution
2013-08-12 19:58:14 changing mode of /usr/local/bin/netaddr to 755
2013-08-12 19:58:14 Running setup.py develop for python-keystoneclient
2013-08-12 19:58:14 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:58:14 /usr/bin/python -E -c pass
2013-08-12 19:58:14 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:58:14 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:58:14 Creating /usr/local/lib/python2.7/dist-packages/python-keystoneclient.egg-link (link to .)
2013-08-12 19:58:14 Adding python-keystoneclient 0.3.1.52.g8429623 to easy-install.pth file
2013-08-12 19:58:14 Installing keystone script to /usr/local/bin
2013-08-12 19:58:14
2013-08-12 19:58:14 Installed /opt/stack/python-keystoneclient
2013-08-12 19:58:14 Successfully installed requests simplejson netaddr python-keystoneclient
2013-08-12 19:58:14 Cleaning up...
2013-08-12 19:58:14 + sudo rm -rf /tmp/pip-build.VN1wQ
2013-08-12 19:58:14 + sudo chown -R vagrant /opt/stack/python-keystoneclient/python_keystoneclient.egg-info
2013-08-12 19:58:14 + install_glanceclient
2013-08-12 19:58:14 + git_clone https://github.com/openstack/python-glanceclient.git /opt/stack/python-glanceclient master
2013-08-12 19:58:14 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:14 + GIT_REMOTE=https://github.com/openstack/python-glanceclient.git
2013-08-12 19:58:14 + GIT_DEST=/opt/stack/python-glanceclient
2013-08-12 19:58:14 + GIT_REF=master
2013-08-12 19:58:14 + echo master
2013-08-12 19:58:14 + egrep -q '^refs'
2013-08-12 19:58:14 + [[ ! -d /opt/stack/python-glanceclient ]]
2013-08-12 19:58:14 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:14 + git clone https://github.com/openstack/python-glanceclient.git /opt/stack/python-glanceclient
2013-08-12 19:58:14 Cloning into '/opt/stack/python-glanceclient'...
2013-08-12 19:58:14 + cd /opt/stack/python-glanceclient
2013-08-12 19:58:14 + git checkout master
2013-08-12 19:58:14 Already on 'master'
2013-08-12 19:58:14 + setup_develop /opt/stack/python-glanceclient
2013-08-12 19:58:14 + local project_dir=/opt/stack/python-glanceclient
2013-08-12 19:58:14 + [[ False = True ]]
2013-08-12 19:58:14 + SUDO_CMD=sudo
2013-08-12 19:58:14 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/python-glanceclient'
2013-08-12 19:58:14 cd /opt/stack/requirements; sudo python update.py /opt/stack/python-glanceclient
2013-08-12 19:58:14 + cd /opt/stack/python-glanceclient
2013-08-12 19:58:14 + git diff --quiet
2013-08-12 19:58:14 + cd /opt/stack/requirements
2013-08-12 19:58:14 + sudo python update.py /opt/stack/python-glanceclient
2013-08-12 19:58:14 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-glanceclient/requirements.txt)
2013-08-12 19:58:14 Syncing /opt/stack/python-glanceclient/requirements.txt
2013-08-12 19:58:22 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-glanceclient/test-requirements.txt)
2013-08-12 19:58:22 Syncing /opt/stack/python-glanceclient/test-requirements.txt
2013-08-12 19:58:22 Syncing setup.py
2013-08-12 19:58:22 + pip_install -e /opt/stack/python-glanceclient
2013-08-12 19:58:22 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:22 + [[ -z -e /opt/stack/python-glanceclient ]]
2013-08-12 19:58:22 + [[ -z deb ]]
2013-08-12 19:58:22 + [[ False = True ]]
2013-08-12 19:58:22 + SUDO_PIP=sudo
2013-08-12 19:58:22 ++ get_pip_command
2013-08-12 19:58:22 ++ which pip
2013-08-12 19:58:22 ++ '[' 0 -ne 0 ']'
2013-08-12 19:58:22 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:58:22 + is_fedora
2013-08-12 19:58:22 + [[ -z Ubuntu ]]
2013-08-12 19:58:22 + '[' Ubuntu = Fedora ']'
2013-08-12 19:58:22 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:58:22 + '[' Ubuntu = CentOS ']'
2013-08-12 19:58:22 + PIP_USE_MIRRORS=True
2013-08-12 19:58:22 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:58:22 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:58:22 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:58:22 + local pip_build_tmp=/tmp/pip-build.zJHCQ
2013-08-12 19:58:22 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.zJHCQ --use-mirrors -e /opt/stack/python-glanceclient
2013-08-12 19:58:22 Obtaining file:///opt/stack/python-glanceclient
2013-08-12 19:58:23 Running setup.py egg_info for package from file:///opt/stack/python-glanceclient
2013-08-12 19:58:23 [pbr] Processing SOURCES.txt
2013-08-12 19:58:23 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:58:23
2013-08-12 19:58:23 [pbr] In git context, generating filelist from git
2013-08-12 19:58:23 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:23 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:23 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:58:23 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:23 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:23 warning: no previously-included files found matching '.gitignore'
2013-08-12 19:58:23 warning: no previously-included files found matching '.gitreview'
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.3.0 in /opt/stack/python-keystoneclient (from python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/lib/python2.7/dist-packages (from python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Downloading/unpacking warlock>=1.0.1,<2 (from python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Downloading warlock-1.0.1.tar.gz
2013-08-12 19:58:23 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fw%2Fwarlock%2Fwarlock-1.0.1.tar.gz
2013-08-12 19:58:23 Running setup.py egg_info for package warlock
2013-08-12 19:58:23
2013-08-12 19:58:23 warning: no files found matching 'LICENSE'
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.1.0 in /opt/stack/oslo.config (from python-keystoneclient>=0.3.0->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Downloading/unpacking jsonschema>=0.7,<3 (from warlock>=1.0.1,<2->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:23 Downloading jsonschema-2.0.0.tar.gz
2013-08-12 19:58:27 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fj%2Fjsonschema%2Fjsonschema-2.0.0.tar.gz
2013-08-12 19:58:27 Running setup.py egg_info for package jsonschema
2013-08-12 19:58:27
2013-08-12 19:58:27 Downloading/unpacking jsonpatch>=0.10,<2 (from warlock>=1.0.1,<2->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:27 Downloading jsonpatch-1.1.tar.gz
2013-08-12 19:58:27 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fj%2Fjsonpatch%2Fjsonpatch-1.1.tar.gz
2013-08-12 19:58:27 Running setup.py egg_info for package jsonpatch
2013-08-12 19:58:27
2013-08-12 19:58:27 Downloading/unpacking jsonpointer>=1.0 (from jsonpatch>=0.10,<2->warlock>=1.0.1,<2->python-glanceclient==0.10.0.4.g14a9d27)
2013-08-12 19:58:27 Downloading jsonpointer-1.0.tar.gz
2013-08-12 19:58:27 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fj%2Fjsonpointer%2Fjsonpointer-1.0.tar.gz
2013-08-12 19:58:27 Running setup.py egg_info for package jsonpointer
2013-08-12 19:58:27
2013-08-12 19:58:27 Installing collected packages: warlock, python-glanceclient, jsonschema, jsonpatch, jsonpointer
2013-08-12 19:58:27 Running setup.py install for warlock
2013-08-12 19:58:27
2013-08-12 19:58:27 warning: no files found matching 'LICENSE'
2013-08-12 19:58:27 Running setup.py develop for python-glanceclient
2013-08-12 19:58:27 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:58:27 /usr/bin/python -E -c pass
2013-08-12 19:58:27 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:58:27 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:58:27 Creating /usr/local/lib/python2.7/dist-packages/python-glanceclient.egg-link (link to .)
2013-08-12 19:58:27 Adding python-glanceclient 0.10.0.4.g14a9d27 to easy-install.pth file
2013-08-12 19:58:27 Installing glance script to /usr/local/bin
2013-08-12 19:58:27
2013-08-12 19:58:27 Installed /opt/stack/python-glanceclient
2013-08-12 19:58:27 Running setup.py install for jsonschema
2013-08-12 19:58:27
2013-08-12 19:58:27 Running setup.py install for jsonpatch
2013-08-12 19:58:27
2013-08-12 19:58:27 Running setup.py install for jsonpointer
2013-08-12 19:58:27
2013-08-12 19:58:27 Successfully installed warlock python-glanceclient jsonschema jsonpatch jsonpointer
2013-08-12 19:58:27 Cleaning up...
2013-08-12 19:58:27 + sudo rm -rf /tmp/pip-build.zJHCQ
2013-08-12 19:58:27 + sudo chown -R vagrant /opt/stack/python-glanceclient/python_glanceclient.egg-info
2013-08-12 19:58:27 + install_cinderclient
2013-08-12 19:58:27 + git_clone https://github.com/openstack/python-cinderclient.git /opt/stack/python-cinderclient master
2013-08-12 19:58:27 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:27 + GIT_REMOTE=https://github.com/openstack/python-cinderclient.git
2013-08-12 19:58:27 + GIT_DEST=/opt/stack/python-cinderclient
2013-08-12 19:58:28 + GIT_REF=master
2013-08-12 19:58:28 + echo master
2013-08-12 19:58:28 + egrep -q '^refs'
2013-08-12 19:58:28 + [[ ! -d /opt/stack/python-cinderclient ]]
2013-08-12 19:58:28 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:28 + git clone https://github.com/openstack/python-cinderclient.git /opt/stack/python-cinderclient
2013-08-12 19:58:28 Cloning into '/opt/stack/python-cinderclient'...
2013-08-12 19:58:28 + cd /opt/stack/python-cinderclient
2013-08-12 19:58:28 + git checkout master
2013-08-12 19:58:28 Already on 'master'
2013-08-12 19:58:28 + setup_develop /opt/stack/python-cinderclient
2013-08-12 19:58:28 + local project_dir=/opt/stack/python-cinderclient
2013-08-12 19:58:28 + [[ False = True ]]
2013-08-12 19:58:28 + SUDO_CMD=sudo
2013-08-12 19:58:28 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/python-cinderclient'
2013-08-12 19:58:28 cd /opt/stack/requirements; sudo python update.py /opt/stack/python-cinderclient
2013-08-12 19:58:28 + cd /opt/stack/python-cinderclient
2013-08-12 19:58:28 + git diff --quiet
2013-08-12 19:58:28 + cd /opt/stack/requirements
2013-08-12 19:58:28 + sudo python update.py /opt/stack/python-cinderclient
2013-08-12 19:58:28 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-cinderclient/requirements.txt)
2013-08-12 19:58:28 Syncing /opt/stack/python-cinderclient/requirements.txt
2013-08-12 19:58:42 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-cinderclient/test-requirements.txt)
2013-08-12 19:58:42 Syncing /opt/stack/python-cinderclient/test-requirements.txt
2013-08-12 19:58:42 Syncing setup.py
2013-08-12 19:58:42 + pip_install -e /opt/stack/python-cinderclient
2013-08-12 19:58:42 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:42 + [[ -z -e /opt/stack/python-cinderclient ]]
2013-08-12 19:58:42 + [[ -z deb ]]
2013-08-12 19:58:42 + [[ False = True ]]
2013-08-12 19:58:42 + SUDO_PIP=sudo
2013-08-12 19:58:42 ++ get_pip_command
2013-08-12 19:58:42 ++ which pip
2013-08-12 19:58:42 ++ '[' 0 -ne 0 ']'
2013-08-12 19:58:42 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:58:42 + is_fedora
2013-08-12 19:58:42 + [[ -z Ubuntu ]]
2013-08-12 19:58:42 + '[' Ubuntu = Fedora ']'
2013-08-12 19:58:42 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:58:42 + '[' Ubuntu = CentOS ']'
2013-08-12 19:58:42 + PIP_USE_MIRRORS=True
2013-08-12 19:58:43 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:58:43 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:58:43 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:58:43 + local pip_build_tmp=/tmp/pip-build.AtZV0
2013-08-12 19:58:43 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.AtZV0 --use-mirrors -e /opt/stack/python-cinderclient
2013-08-12 19:58:43 Obtaining file:///opt/stack/python-cinderclient
2013-08-12 19:58:43 Running setup.py egg_info for package from file:///opt/stack/python-cinderclient
2013-08-12 19:58:43 [pbr] Processing SOURCES.txt
2013-08-12 19:58:43 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:58:43
2013-08-12 19:58:43 [pbr] In git context, generating filelist from git
2013-08-12 19:58:43 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:43 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:43 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:58:43 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:43 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:43 warning: no previously-included files found matching '.gitignore'
2013-08-12 19:58:43 warning: no previously-included files found matching '.gitreview'
2013-08-12 19:58:43 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from python-cinderclient==1.0.5.5.g2ba74ec)
2013-08-12 19:58:43 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient==1.0.5.5.g2ba74ec)
2013-08-12 19:58:43 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient==1.0.5.5.g2ba74ec)
2013-08-12 19:58:43 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient==1.0.5.5.g2ba74ec)
2013-08-12 19:58:43 Downloading/unpacking Babel>=0.9.6 (from python-cinderclient==1.0.5.5.g2ba74ec)
2013-08-12 19:58:43 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FB%2FBabel%2FBabel-1.3.tar.gz
2013-08-12 19:58:43 Running setup.py egg_info for package Babel
2013-08-12 19:58:43
2013-08-12 19:58:43 warning: no previously-included files matching '*' found under directory 'docs/_build'
2013-08-12 19:58:43 warning: no previously-included files matching '*.pyc' found under directory 'tests'
2013-08-12 19:58:43 warning: no previously-included files matching '*.pyo' found under directory 'tests'
2013-08-12 19:58:43 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from python-cinderclient==1.0.5.5.g2ba74ec)
2013-08-12 19:58:43 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->python-cinderclient==1.0.5.5.g2ba74ec)
2013-08-12 19:58:43 Downloading/unpacking pytz>=0a (from Babel>=0.9.6->python-cinderclient==1.0.5.5.g2ba74ec)
2013-08-12 19:58:43 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpytz%2Fpytz-2013b.zip
2013-08-12 19:58:43 Running setup.py egg_info for package pytz
2013-08-12 19:58:43
2013-08-12 19:58:43 warning: no files found matching '*.pot' under directory 'pytz'
2013-08-12 19:58:43 warning: no previously-included files found matching 'test_zdump.py'
2013-08-12 19:58:43 Installing collected packages: Babel, python-cinderclient, pytz
2013-08-12 19:58:43 Running setup.py install for Babel
2013-08-12 19:58:43
2013-08-12 19:58:43 warning: no previously-included files matching '*' found under directory 'docs/_build'
2013-08-12 19:58:43 warning: no previously-included files matching '*.pyc' found under directory 'tests'
2013-08-12 19:58:43 warning: no previously-included files matching '*.pyo' found under directory 'tests'
2013-08-12 19:58:43 Installing pybabel script to /usr/local/bin
2013-08-12 19:58:43 Running setup.py develop for python-cinderclient
2013-08-12 19:58:43 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:58:43 /usr/bin/python -E -c pass
2013-08-12 19:58:46 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:58:46 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:58:46 Creating /usr/local/lib/python2.7/dist-packages/python-cinderclient.egg-link (link to .)
2013-08-12 19:58:46 Adding python-cinderclient 1.0.5.5.g2ba74ec to easy-install.pth file
2013-08-12 19:58:46 Installing cinder script to /usr/local/bin
2013-08-12 19:58:46
2013-08-12 19:58:46 Installed /opt/stack/python-cinderclient
2013-08-12 19:58:46 Running setup.py install for pytz
2013-08-12 19:58:46
2013-08-12 19:58:46 warning: no files found matching '*.pot' under directory 'pytz'
2013-08-12 19:58:46 warning: no previously-included files found matching 'test_zdump.py'
2013-08-12 19:58:46 Successfully installed Babel python-cinderclient pytz
2013-08-12 19:58:46 Cleaning up...
2013-08-12 19:58:46 + sudo rm -rf /tmp/pip-build.AtZV0
2013-08-12 19:58:46 + sudo chown -R vagrant /opt/stack/python-cinderclient/python_cinderclient.egg-info
2013-08-12 19:58:46 + install_novaclient
2013-08-12 19:58:46 + git_clone https://github.com/openstack/python-novaclient.git /opt/stack/python-novaclient master
2013-08-12 19:58:46 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:46 + GIT_REMOTE=https://github.com/openstack/python-novaclient.git
2013-08-12 19:58:46 + GIT_DEST=/opt/stack/python-novaclient
2013-08-12 19:58:46 + GIT_REF=master
2013-08-12 19:58:47 + echo master
2013-08-12 19:58:47 + egrep -q '^refs'
2013-08-12 19:58:47 + [[ ! -d /opt/stack/python-novaclient ]]
2013-08-12 19:58:47 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:47 + git clone https://github.com/openstack/python-novaclient.git /opt/stack/python-novaclient
2013-08-12 19:58:47 Cloning into '/opt/stack/python-novaclient'...
2013-08-12 19:58:47 + cd /opt/stack/python-novaclient
2013-08-12 19:58:47 + git checkout master
2013-08-12 19:58:47 Already on 'master'
2013-08-12 19:58:47 + setup_develop /opt/stack/python-novaclient
2013-08-12 19:58:47 + local project_dir=/opt/stack/python-novaclient
2013-08-12 19:58:47 + [[ False = True ]]
2013-08-12 19:58:47 + SUDO_CMD=sudo
2013-08-12 19:58:47 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/python-novaclient'
2013-08-12 19:58:47 cd /opt/stack/requirements; sudo python update.py /opt/stack/python-novaclient
2013-08-12 19:58:47 + cd /opt/stack/python-novaclient
2013-08-12 19:58:47 + git diff --quiet
2013-08-12 19:58:47 + cd /opt/stack/requirements
2013-08-12 19:58:47 + sudo python update.py /opt/stack/python-novaclient
2013-08-12 19:58:47 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-novaclient/requirements.txt)
2013-08-12 19:58:47 Syncing /opt/stack/python-novaclient/requirements.txt
2013-08-12 19:58:49 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-novaclient/test-requirements.txt)
2013-08-12 19:58:49 Syncing /opt/stack/python-novaclient/test-requirements.txt
2013-08-12 19:58:49 Syncing setup.py
2013-08-12 19:58:49 + pip_install -e /opt/stack/python-novaclient
2013-08-12 19:58:49 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:49 + [[ -z -e /opt/stack/python-novaclient ]]
2013-08-12 19:58:49 + [[ -z deb ]]
2013-08-12 19:58:49 + [[ False = True ]]
2013-08-12 19:58:49 + SUDO_PIP=sudo
2013-08-12 19:58:49 ++ get_pip_command
2013-08-12 19:58:49 ++ which pip
2013-08-12 19:58:49 ++ '[' 0 -ne 0 ']'
2013-08-12 19:58:49 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:58:49 + is_fedora
2013-08-12 19:58:49 + [[ -z Ubuntu ]]
2013-08-12 19:58:49 + '[' Ubuntu = Fedora ']'
2013-08-12 19:58:49 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:58:49 + '[' Ubuntu = CentOS ']'
2013-08-12 19:58:49 + PIP_USE_MIRRORS=True
2013-08-12 19:58:49 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:58:49 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:58:49 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:58:49 + local pip_build_tmp=/tmp/pip-build.iA0Qv
2013-08-12 19:58:49 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.iA0Qv --use-mirrors -e /opt/stack/python-novaclient
2013-08-12 19:58:49 Obtaining file:///opt/stack/python-novaclient
2013-08-12 19:58:49 Running setup.py egg_info for package from file:///opt/stack/python-novaclient
2013-08-12 19:58:49 [pbr] Processing SOURCES.txt
2013-08-12 19:58:49 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:58:49
2013-08-12 19:58:49 [pbr] In git context, generating filelist from git
2013-08-12 19:58:49 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:49 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:49 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:58:49 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:49 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:49 warning: no previously-included files found matching '.gitignore'
2013-08-12 19:58:49 warning: no previously-included files found matching '.gitreview'
2013-08-12 19:58:49 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from python-novaclient==2.14.1.6.g545806c)
2013-08-12 19:58:49 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from python-novaclient==2.14.1.6.g545806c)
2013-08-12 19:58:49 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-novaclient==2.14.1.6.g545806c)
2013-08-12 19:58:49 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-novaclient==2.14.1.6.g545806c)
2013-08-12 19:58:49 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-novaclient==2.14.1.6.g545806c)
2013-08-12 19:58:49 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from python-novaclient==2.14.1.6.g545806c)
2013-08-12 19:58:49 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->python-novaclient==2.14.1.6.g545806c)
2013-08-12 19:58:49 Installing collected packages: python-novaclient
2013-08-12 19:58:49 Running setup.py develop for python-novaclient
2013-08-12 19:58:49 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:58:49 /usr/bin/python -E -c pass
2013-08-12 19:58:50 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:58:50 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:58:50 Creating /usr/local/lib/python2.7/dist-packages/python-novaclient.egg-link (link to .)
2013-08-12 19:58:50 Adding python-novaclient 2.14.1.6.g545806c to easy-install.pth file
2013-08-12 19:58:50 Installing nova script to /usr/local/bin
2013-08-12 19:58:50
2013-08-12 19:58:50 Installed /opt/stack/python-novaclient
2013-08-12 19:58:50 Successfully installed python-novaclient
2013-08-12 19:58:50 Cleaning up...
2013-08-12 19:58:50 + sudo rm -rf /tmp/pip-build.iA0Qv
2013-08-12 19:58:50 + sudo chown -R vagrant /opt/stack/python-novaclient/python_novaclient.egg-info
2013-08-12 19:58:50 + is_service_enabled swift glance horizon
2013-08-12 19:58:50 + services='swift glance horizon'
2013-08-12 19:58:50 + for service in '${services}'
2013-08-12 19:58:50 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,swift, ]]
2013-08-12 19:58:50 + [[ swift == n-cell-* ]]
2013-08-12 19:58:50 + [[ swift == \n\o\v\a ]]
2013-08-12 19:58:50 + [[ swift == \c\i\n\d\e\r ]]
2013-08-12 19:58:50 + [[ swift == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 19:58:50 + [[ swift == \g\l\a\n\c\e ]]
2013-08-12 19:58:50 + [[ swift == \n\e\u\t\r\o\n ]]
2013-08-12 19:58:50 + [[ swift == \s\w\i\f\t ]]
2013-08-12 19:58:50 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ s- ]]
2013-08-12 19:58:50 + [[ swift == s-* ]]
2013-08-12 19:58:51 + for service in '${services}'
2013-08-12 19:58:51 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,glance, ]]
2013-08-12 19:58:51 + [[ glance == n-cell-* ]]
2013-08-12 19:58:51 + [[ glance == \n\o\v\a ]]
2013-08-12 19:58:51 + [[ glance == \c\i\n\d\e\r ]]
2013-08-12 19:58:51 + [[ glance == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 19:58:51 + [[ glance == \g\l\a\n\c\e ]]
2013-08-12 19:58:51 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ g- ]]
2013-08-12 19:58:51 + return 0
2013-08-12 19:58:51 + install_swiftclient
2013-08-12 19:58:51 + git_clone https://github.com/openstack/python-swiftclient.git /opt/stack/python-swiftclient master
2013-08-12 19:58:51 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:51 + GIT_REMOTE=https://github.com/openstack/python-swiftclient.git
2013-08-12 19:58:51 + GIT_DEST=/opt/stack/python-swiftclient
2013-08-12 19:58:51 + GIT_REF=master
2013-08-12 19:58:51 + egrep -q '^refs'
2013-08-12 19:58:51 + echo master
2013-08-12 19:58:51 + [[ ! -d /opt/stack/python-swiftclient ]]
2013-08-12 19:58:51 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:51 + git clone https://github.com/openstack/python-swiftclient.git /opt/stack/python-swiftclient
2013-08-12 19:58:51 Cloning into '/opt/stack/python-swiftclient'...
2013-08-12 19:58:51 + cd /opt/stack/python-swiftclient
2013-08-12 19:58:51 + git checkout master
2013-08-12 19:58:51 Already on 'master'
2013-08-12 19:58:51 + setup_develop /opt/stack/python-swiftclient
2013-08-12 19:58:51 + local project_dir=/opt/stack/python-swiftclient
2013-08-12 19:58:51 + [[ False = True ]]
2013-08-12 19:58:51 + SUDO_CMD=sudo
2013-08-12 19:58:51 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/python-swiftclient'
2013-08-12 19:58:51 cd /opt/stack/requirements; sudo python update.py /opt/stack/python-swiftclient
2013-08-12 19:58:51 + cd /opt/stack/python-swiftclient
2013-08-12 19:58:51 + git diff --quiet
2013-08-12 19:58:51 + cd /opt/stack/requirements
2013-08-12 19:58:51 + sudo python update.py /opt/stack/python-swiftclient
2013-08-12 19:58:51 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-swiftclient/requirements.txt)
2013-08-12 19:58:51 Syncing /opt/stack/python-swiftclient/requirements.txt
2013-08-12 19:58:53 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-swiftclient/test-requirements.txt)
2013-08-12 19:58:53 Syncing /opt/stack/python-swiftclient/test-requirements.txt
2013-08-12 19:58:53 Syncing setup.py
2013-08-12 19:58:53 + pip_install -e /opt/stack/python-swiftclient
2013-08-12 19:58:53 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:53 + [[ -z -e /opt/stack/python-swiftclient ]]
2013-08-12 19:58:53 + [[ -z deb ]]
2013-08-12 19:58:53 + [[ False = True ]]
2013-08-12 19:58:53 + SUDO_PIP=sudo
2013-08-12 19:58:53 ++ get_pip_command
2013-08-12 19:58:53 ++ which pip
2013-08-12 19:58:53 ++ '[' 0 -ne 0 ']'
2013-08-12 19:58:53 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:58:53 + is_fedora
2013-08-12 19:58:53 + [[ -z Ubuntu ]]
2013-08-12 19:58:53 + '[' Ubuntu = Fedora ']'
2013-08-12 19:58:53 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:58:53 + '[' Ubuntu = CentOS ']'
2013-08-12 19:58:53 + PIP_USE_MIRRORS=True
2013-08-12 19:58:53 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:58:53 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:58:53 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:58:53 + local pip_build_tmp=/tmp/pip-build.ocery
2013-08-12 19:58:53 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.ocery --use-mirrors -e /opt/stack/python-swiftclient
2013-08-12 19:58:53 Obtaining file:///opt/stack/python-swiftclient
2013-08-12 19:58:54 Running setup.py egg_info for package from file:///opt/stack/python-swiftclient
2013-08-12 19:58:54 [pbr] Processing SOURCES.txt
2013-08-12 19:58:54 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:58:54
2013-08-12 19:58:54 [pbr] In git context, generating filelist from git
2013-08-12 19:58:54 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:54 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:54 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:58:54 warning: no files found matching 'AUTHORS'
2013-08-12 19:58:54 warning: no files found matching 'ChangeLog'
2013-08-12 19:58:54 warning: no files found matching '*' under directory 'tools'
2013-08-12 19:58:54 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from python-swiftclient==1.5.0.17.gc626c2a)
2013-08-12 19:58:54 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-swiftclient==1.5.0.17.gc626c2a)
2013-08-12 19:58:54 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->python-swiftclient==1.5.0.17.gc626c2a)
2013-08-12 19:58:54 Installing collected packages: python-swiftclient
2013-08-12 19:58:54 Running setup.py develop for python-swiftclient
2013-08-12 19:58:54 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:58:54 /usr/bin/python -E -c pass
2013-08-12 19:58:54 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:58:54 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:58:54 Creating /usr/local/lib/python2.7/dist-packages/python-swiftclient.egg-link (link to .)
2013-08-12 19:58:54 Adding python-swiftclient 1.5.0.17.gc626c2a to easy-install.pth file
2013-08-12 19:58:54 Installing swift script to /usr/local/bin
2013-08-12 19:58:54
2013-08-12 19:58:54 Installed /opt/stack/python-swiftclient
2013-08-12 19:58:54 Successfully installed python-swiftclient
2013-08-12 19:58:54 Cleaning up...
2013-08-12 19:58:54 + sudo rm -rf /tmp/pip-build.ocery
2013-08-12 19:58:54 + sudo chown -R vagrant /opt/stack/python-swiftclient/python_swiftclient.egg-info
2013-08-12 19:58:54 + is_service_enabled neutron nova horizon
2013-08-12 19:58:54 + services='neutron nova horizon'
2013-08-12 19:58:54 + for service in '${services}'
2013-08-12 19:58:54 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,neutron, ]]
2013-08-12 19:58:54 + [[ neutron == n-cell-* ]]
2013-08-12 19:58:54 + [[ neutron == \n\o\v\a ]]
2013-08-12 19:58:54 + [[ neutron == \c\i\n\d\e\r ]]
2013-08-12 19:58:54 + [[ neutron == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 19:58:54 + [[ neutron == \g\l\a\n\c\e ]]
2013-08-12 19:58:54 + [[ neutron == \n\e\u\t\r\o\n ]]
2013-08-12 19:58:54 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ q- ]]
2013-08-12 19:58:54 + [[ neutron == \s\w\i\f\t ]]
2013-08-12 19:58:54 + [[ neutron == s-* ]]
2013-08-12 19:58:54 + for service in '${services}'
2013-08-12 19:58:54 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,nova, ]]
2013-08-12 19:58:54 + [[ nova == n-cell-* ]]
2013-08-12 19:58:54 + [[ nova == \n\o\v\a ]]
2013-08-12 19:58:54 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ n- ]]
2013-08-12 19:58:54 + return 0
2013-08-12 19:58:55 + install_neutronclient
2013-08-12 19:58:55 + git_clone https://github.com/openstack/python-neutronclient.git /opt/stack/python-neutronclient master
2013-08-12 19:58:55 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:55 + GIT_REMOTE=https://github.com/openstack/python-neutronclient.git
2013-08-12 19:58:55 + GIT_DEST=/opt/stack/python-neutronclient
2013-08-12 19:58:55 + GIT_REF=master
2013-08-12 19:58:55 + egrep -q '^refs'
2013-08-12 19:58:56 + echo master
2013-08-12 19:58:56 + [[ ! -d /opt/stack/python-neutronclient ]]
2013-08-12 19:58:56 + [[ False = \T\r\u\e ]]
2013-08-12 19:58:56 + git clone https://github.com/openstack/python-neutronclient.git /opt/stack/python-neutronclient
2013-08-12 19:58:56 Cloning into '/opt/stack/python-neutronclient'...
2013-08-12 19:58:56 + cd /opt/stack/python-neutronclient
2013-08-12 19:58:56 + git checkout master
2013-08-12 19:58:56 Already on 'master'
2013-08-12 19:58:56 + setup_develop /opt/stack/python-neutronclient
2013-08-12 19:58:56 + local project_dir=/opt/stack/python-neutronclient
2013-08-12 19:58:56 + [[ False = True ]]
2013-08-12 19:58:56 + SUDO_CMD=sudo
2013-08-12 19:58:56 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/python-neutronclient'
2013-08-12 19:58:56 cd /opt/stack/requirements; sudo python update.py /opt/stack/python-neutronclient
2013-08-12 19:58:56 + cd /opt/stack/python-neutronclient
2013-08-12 19:58:56 + git diff --quiet
2013-08-12 19:58:56 + cd /opt/stack/requirements
2013-08-12 19:58:56 + sudo python update.py /opt/stack/python-neutronclient
2013-08-12 19:58:56 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-neutronclient/requirements.txt)
2013-08-12 19:58:56 Syncing /opt/stack/python-neutronclient/requirements.txt
2013-08-12 19:59:10 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-neutronclient/test-requirements.txt)
2013-08-12 19:59:10 Syncing /opt/stack/python-neutronclient/test-requirements.txt
2013-08-12 19:59:10 Syncing setup.py
2013-08-12 19:59:10 + pip_install -e /opt/stack/python-neutronclient
2013-08-12 19:59:10 + [[ False = \T\r\u\e ]]
2013-08-12 19:59:10 + [[ -z -e /opt/stack/python-neutronclient ]]
2013-08-12 19:59:10 + [[ -z deb ]]
2013-08-12 19:59:10 + [[ False = True ]]
2013-08-12 19:59:10 + SUDO_PIP=sudo
2013-08-12 19:59:10 ++ get_pip_command
2013-08-12 19:59:10 ++ which pip
2013-08-12 19:59:10 ++ '[' 0 -ne 0 ']'
2013-08-12 19:59:10 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:59:10 + is_fedora
2013-08-12 19:59:10 + [[ -z Ubuntu ]]
2013-08-12 19:59:10 + '[' Ubuntu = Fedora ']'
2013-08-12 19:59:10 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:59:10 + '[' Ubuntu = CentOS ']'
2013-08-12 19:59:10 + PIP_USE_MIRRORS=True
2013-08-12 19:59:10 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:59:10 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:59:10 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:59:10 + local pip_build_tmp=/tmp/pip-build.kbA3X
2013-08-12 19:59:10 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.kbA3X --use-mirrors -e /opt/stack/python-neutronclient
2013-08-12 19:59:10 Obtaining file:///opt/stack/python-neutronclient
2013-08-12 19:59:10 Running setup.py egg_info for package from file:///opt/stack/python-neutronclient
2013-08-12 19:59:11 [pbr] Processing SOURCES.txt
2013-08-12 19:59:11 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:59:11
2013-08-12 19:59:11 [pbr] In git context, generating filelist from git
2013-08-12 19:59:11 warning: no files found matching 'AUTHORS'
2013-08-12 19:59:11 warning: no files found matching 'ChangeLog'
2013-08-12 19:59:11 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:59:11 warning: no files found matching 'AUTHORS'
2013-08-12 19:59:11 warning: no files found matching 'ChangeLog'
2013-08-12 19:59:11 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from python-neutronclient==2.2.6)
2013-08-12 19:59:11 Downloading/unpacking cliff>=1.4 (from python-neutronclient==2.2.6)
2013-08-12 19:59:11 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fcliff%2Fcliff-1.4.tar.gz
2013-08-12 19:59:11 Running setup.py egg_info for package cliff
2013-08-12 19:59:11
2013-08-12 19:59:11 Requirement already satisfied (use --upgrade to upgrade): httplib2 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient==2.2.6)
2013-08-12 19:59:11 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from python-neutronclient==2.2.6)
2013-08-12 19:59:11 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient==2.2.6)
2013-08-12 19:59:11 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->python-neutronclient==2.2.6)
2013-08-12 19:59:11 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from cliff>=1.4->python-neutronclient==2.2.6)
2013-08-12 19:59:11 Downloading/unpacking cmd2>=0.6.4 (from cliff>=1.4->python-neutronclient==2.2.6)
2013-08-12 19:59:11 Downloading cmd2-0.6.6.tar.gz
2013-08-12 19:59:11 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fcmd2%2Fcmd2-0.6.6.tar.gz
2013-08-12 19:59:11 Running setup.py egg_info for package cmd2
2013-08-12 19:59:11
2013-08-12 19:59:11 Downloading/unpacking pyparsing==1.5.7 (from cliff>=1.4->python-neutronclient==2.2.6)
2013-08-12 19:59:11 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpyparsing%2Fpyparsing-1.5.7.zip
2013-08-12 19:59:11 Running setup.py egg_info for package pyparsing
2013-08-12 19:59:11
2013-08-12 19:59:11 Installing collected packages: cliff, python-neutronclient, cmd2, pyparsing
2013-08-12 19:59:11 Running setup.py install for cliff
2013-08-12 19:59:11
2013-08-12 19:59:11 Running setup.py develop for python-neutronclient
2013-08-12 19:59:11 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:59:11 /usr/bin/python -E -c pass
2013-08-12 19:59:11 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:59:11 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:59:11 Creating /usr/local/lib/python2.7/dist-packages/python-neutronclient.egg-link (link to .)
2013-08-12 19:59:11 Adding python-neutronclient 2.2.6 to easy-install.pth file
2013-08-12 19:59:11 Installing neutron script to /usr/local/bin
2013-08-12 19:59:11
2013-08-12 19:59:11 Installed /opt/stack/python-neutronclient
2013-08-12 19:59:11 Found existing installation: cmd2 0.6.3
2013-08-12 19:59:11 Uninstalling cmd2:
2013-08-12 19:59:11 Successfully uninstalled cmd2
2013-08-12 19:59:11 Running setup.py install for cmd2
2013-08-12 19:59:11
2013-08-12 19:59:11 Running setup.py install for pyparsing
2013-08-12 19:59:11
2013-08-12 19:59:11 Successfully installed cliff python-neutronclient cmd2 pyparsing
2013-08-12 19:59:12 Cleaning up...
2013-08-12 19:59:12 + sudo rm -rf /tmp/pip-build.kbA3X
2013-08-12 19:59:12 + sudo chown -R vagrant /opt/stack/python-neutronclient/python_neutronclient.egg-info
2013-08-12 19:59:12 + is_service_enabled heat horizon
2013-08-12 19:59:12 + services='heat horizon'
2013-08-12 19:59:12 + for service in '${services}'
2013-08-12 19:59:12 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,heat, ]]
2013-08-12 19:59:12 + [[ heat == n-cell-* ]]
2013-08-12 19:59:12 + [[ heat == \n\o\v\a ]]
2013-08-12 19:59:12 + [[ heat == \c\i\n\d\e\r ]]
2013-08-12 19:59:12 + [[ heat == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 19:59:12 + [[ heat == \g\l\a\n\c\e ]]
2013-08-12 19:59:12 + [[ heat == \n\e\u\t\r\o\n ]]
2013-08-12 19:59:12 + [[ heat == \s\w\i\f\t ]]
2013-08-12 19:59:12 + [[ heat == s-* ]]
2013-08-12 19:59:12 + for service in '${services}'
2013-08-12 19:59:13 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,horizon, ]]
2013-08-12 19:59:13 + return 0
2013-08-12 19:59:13 + install_heatclient
2013-08-12 19:59:13 + git_clone https://github.com/openstack/python-heatclient.git /opt/stack/python-heatclient master
2013-08-12 19:59:13 + [[ False = \T\r\u\e ]]
2013-08-12 19:59:13 + GIT_REMOTE=https://github.com/openstack/python-heatclient.git
2013-08-12 19:59:13 + GIT_DEST=/opt/stack/python-heatclient
2013-08-12 19:59:13 + GIT_REF=master
2013-08-12 19:59:13 + egrep -q '^refs'
2013-08-12 19:59:13 + echo master
2013-08-12 19:59:13 + [[ ! -d /opt/stack/python-heatclient ]]
2013-08-12 19:59:13 + [[ False = \T\r\u\e ]]
2013-08-12 19:59:13 + git clone https://github.com/openstack/python-heatclient.git /opt/stack/python-heatclient
2013-08-12 19:59:13 Cloning into '/opt/stack/python-heatclient'...
2013-08-12 19:59:13 + cd /opt/stack/python-heatclient
2013-08-12 19:59:13 + git checkout master
2013-08-12 19:59:13 Already on 'master'
2013-08-12 19:59:13 + setup_develop /opt/stack/python-heatclient
2013-08-12 19:59:13 + local project_dir=/opt/stack/python-heatclient
2013-08-12 19:59:13 + [[ False = True ]]
2013-08-12 19:59:13 + SUDO_CMD=sudo
2013-08-12 19:59:13 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/python-heatclient'
2013-08-12 19:59:13 cd /opt/stack/requirements; sudo python update.py /opt/stack/python-heatclient
2013-08-12 19:59:13 + cd /opt/stack/python-heatclient
2013-08-12 19:59:13 + git diff --quiet
2013-08-12 19:59:13 + cd /opt/stack/requirements
2013-08-12 19:59:13 + sudo python update.py /opt/stack/python-heatclient
2013-08-12 19:59:13 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-heatclient/requirements.txt)
2013-08-12 19:59:13 Syncing /opt/stack/python-heatclient/requirements.txt
2013-08-12 19:59:15 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-heatclient/test-requirements.txt)
2013-08-12 19:59:15 Syncing /opt/stack/python-heatclient/test-requirements.txt
2013-08-12 19:59:15 Syncing setup.py
2013-08-12 19:59:15 + pip_install -e /opt/stack/python-heatclient
2013-08-12 19:59:15 + [[ False = \T\r\u\e ]]
2013-08-12 19:59:15 + [[ -z -e /opt/stack/python-heatclient ]]
2013-08-12 19:59:15 + [[ -z deb ]]
2013-08-12 19:59:15 + [[ False = True ]]
2013-08-12 19:59:15 + SUDO_PIP=sudo
2013-08-12 19:59:15 ++ get_pip_command
2013-08-12 19:59:15 ++ which pip
2013-08-12 19:59:15 ++ '[' 0 -ne 0 ']'
2013-08-12 19:59:15 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:59:15 + is_fedora
2013-08-12 19:59:15 + [[ -z Ubuntu ]]
2013-08-12 19:59:15 + '[' Ubuntu = Fedora ']'
2013-08-12 19:59:15 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:59:15 + '[' Ubuntu = CentOS ']'
2013-08-12 19:59:15 + PIP_USE_MIRRORS=True
2013-08-12 19:59:15 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:59:15 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:59:15 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:59:15 + local pip_build_tmp=/tmp/pip-build.LYqWP
2013-08-12 19:59:15 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.LYqWP --use-mirrors -e /opt/stack/python-heatclient
2013-08-12 19:59:15 Obtaining file:///opt/stack/python-heatclient
2013-08-12 19:59:15 Running setup.py egg_info for package from file:///opt/stack/python-heatclient
2013-08-12 19:59:15 [pbr] Processing SOURCES.txt
2013-08-12 19:59:15 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:59:15
2013-08-12 19:59:15 [pbr] In git context, generating filelist from git
2013-08-12 19:59:15 warning: no files found matching 'AUTHORS'
2013-08-12 19:59:15 warning: no files found matching 'ChangeLog'
2013-08-12 19:59:15 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:59:15 warning: no files found matching 'AUTHORS'
2013-08-12 19:59:15 warning: no files found matching 'ChangeLog'
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): httplib2 in /usr/local/lib/python2.7/dist-packages (from python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.3.0 in /opt/stack/python-keystoneclient (from python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.1.0 in /usr/lib/python2.7/dist-packages (from python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:15 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.1.0 in /opt/stack/oslo.config (from python-keystoneclient>=0.3.0->python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:16 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-heatclient==0.2.4.2.g2d1592e)
2013-08-12 19:59:16 Installing collected packages: python-heatclient
2013-08-12 19:59:16 Running setup.py develop for python-heatclient
2013-08-12 19:59:16 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 19:59:16 /usr/bin/python -E -c pass
2013-08-12 19:59:16 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 19:59:16 [pbr] Reusing existing SOURCES.txt
2013-08-12 19:59:16 Creating /usr/local/lib/python2.7/dist-packages/python-heatclient.egg-link (link to .)
2013-08-12 19:59:16 Adding python-heatclient 0.2.4.2.g2d1592e to easy-install.pth file
2013-08-12 19:59:16 Installing heat script to /usr/local/bin
2013-08-12 19:59:16
2013-08-12 19:59:16 Installed /opt/stack/python-heatclient
2013-08-12 19:59:16 Successfully installed python-heatclient
2013-08-12 19:59:16 Cleaning up...
2013-08-12 19:59:17 + sudo rm -rf /tmp/pip-build.LYqWP
2013-08-12 19:59:17 + sudo chown -R vagrant /opt/stack/python-heatclient/python_heatclient.egg-info
2013-08-12 19:59:17 + git_clone https://github.com/openstack/python-openstackclient.git /opt/stack/python-openstackclient master
2013-08-12 19:59:17 + [[ False = \T\r\u\e ]]
2013-08-12 19:59:17 + GIT_REMOTE=https://github.com/openstack/python-openstackclient.git
2013-08-12 19:59:17 + GIT_DEST=/opt/stack/python-openstackclient
2013-08-12 19:59:17 + GIT_REF=master
2013-08-12 19:59:17 + echo master
2013-08-12 19:59:17 + egrep -q '^refs'
2013-08-12 19:59:17 + [[ ! -d /opt/stack/python-openstackclient ]]
2013-08-12 19:59:17 + [[ False = \T\r\u\e ]]
2013-08-12 19:59:17 + git clone https://github.com/openstack/python-openstackclient.git /opt/stack/python-openstackclient
2013-08-12 19:59:17 Cloning into '/opt/stack/python-openstackclient'...
2013-08-12 19:59:17 + cd /opt/stack/python-openstackclient
2013-08-12 19:59:17 + git checkout master
2013-08-12 19:59:17 Already on 'master'
2013-08-12 19:59:17 + setup_develop /opt/stack/python-openstackclient
2013-08-12 19:59:17 + local project_dir=/opt/stack/python-openstackclient
2013-08-12 19:59:17 + [[ False = True ]]
2013-08-12 19:59:17 + SUDO_CMD=sudo
2013-08-12 19:59:17 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/python-openstackclient'
2013-08-12 19:59:17 cd /opt/stack/requirements; sudo python update.py /opt/stack/python-openstackclient
2013-08-12 19:59:17 + cd /opt/stack/python-openstackclient
2013-08-12 19:59:17 + git diff --quiet
2013-08-12 19:59:17 + cd /opt/stack/requirements
2013-08-12 19:59:17 + sudo python update.py /opt/stack/python-openstackclient
2013-08-12 19:59:17 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-openstackclient/requirements.txt)
2013-08-12 19:59:17 Syncing /opt/stack/python-openstackclient/requirements.txt
2013-08-12 19:59:30 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/python-openstackclient/test-requirements.txt)
2013-08-12 19:59:30 Syncing /opt/stack/python-openstackclient/test-requirements.txt
2013-08-12 19:59:30 Syncing setup.py
2013-08-12 19:59:30 + pip_install -e /opt/stack/python-openstackclient
2013-08-12 19:59:30 + [[ False = \T\r\u\e ]]
2013-08-12 19:59:30 + [[ -z -e /opt/stack/python-openstackclient ]]
2013-08-12 19:59:30 + [[ -z deb ]]
2013-08-12 19:59:30 + [[ False = True ]]
2013-08-12 19:59:30 + SUDO_PIP=sudo
2013-08-12 19:59:30 ++ get_pip_command
2013-08-12 19:59:31 ++ which pip
2013-08-12 19:59:31 ++ '[' 0 -ne 0 ']'
2013-08-12 19:59:31 + CMD_PIP=/usr/local/bin/pip
2013-08-12 19:59:31 + is_fedora
2013-08-12 19:59:31 + [[ -z Ubuntu ]]
2013-08-12 19:59:31 + '[' Ubuntu = Fedora ']'
2013-08-12 19:59:31 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 19:59:31 + '[' Ubuntu = CentOS ']'
2013-08-12 19:59:31 + PIP_USE_MIRRORS=True
2013-08-12 19:59:31 + [[ True != \F\a\l\s\e ]]
2013-08-12 19:59:31 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 19:59:31 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 19:59:31 + local pip_build_tmp=/tmp/pip-build.6RdKR
2013-08-12 19:59:31 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.6RdKR --use-mirrors -e /opt/stack/python-openstackclient
2013-08-12 19:59:31 Obtaining file:///opt/stack/python-openstackclient
2013-08-12 19:59:31 Running setup.py egg_info for package from file:///opt/stack/python-openstackclient
2013-08-12 19:59:31 [pbr] Processing SOURCES.txt
2013-08-12 19:59:31 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 19:59:31
2013-08-12 19:59:31 [pbr] In git context, generating filelist from git
2013-08-12 19:59:31 warning: no files found matching 'AUTHORS'
2013-08-12 19:59:31 warning: no files found matching 'ChangeLog'
2013-08-12 19:59:31 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:59:31 warning: no files found matching 'AUTHORS'
2013-08-12 19:59:31 warning: no files found matching 'ChangeLog'
2013-08-12 19:59:31 warning: no files found matching '*' under directory 'tests'
2013-08-12 19:59:31 warning: no previously-included files found matching '.gitignore'
2013-08-12 19:59:31 warning: no previously-included files found matching '.gitreview'
2013-08-12 19:59:31 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 19:59:31 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:31 Requirement already satisfied (use --upgrade to upgrade): cliff>=1.4 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:31 Downloading/unpacking keyring>=1.6.1 (from python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:31 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fk%2Fkeyring%2Fkeyring-1.6.1.zip
2013-08-12 19:59:31 Running setup.py egg_info for package keyring
2013-08-12 19:59:31
2013-08-12 19:59:31 warning: no previously-included files found matching '.hg/last-message.txt'
2013-08-12 19:59:31 Downloading/unpacking pycrypto>=2.6 (from python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:31 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpycrypto%2Fpycrypto-2.6.tar.gz
2013-08-12 19:59:31 Running setup.py egg_info for package pycrypto
2013-08-12 19:59:31
2013-08-12 19:59:31 Requirement already satisfied (use --upgrade to upgrade): python-glanceclient>=0.9.0 in /opt/stack/python-glanceclient (from python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:32 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.3.0 in /opt/stack/python-keystoneclient (from python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:32 Requirement already satisfied (use --upgrade to upgrade): python-novaclient>=2.12.0 in /opt/stack/python-novaclient (from python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:32 Requirement already satisfied (use --upgrade to upgrade): python-cinderclient>=1.0.4 in /opt/stack/python-cinderclient (from python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:32 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:32 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from cliff>=1.4->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:32 Requirement already satisfied (use --upgrade to upgrade): cmd2>=0.6.4 in /usr/local/lib/python2.7/dist-packages (from cliff>=1.4->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:32 Requirement already satisfied (use --upgrade to upgrade): pyparsing==1.5.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=1.4->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): warlock>=1.0.1,<2 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.1.0 in /opt/stack/oslo.config (from python-keystoneclient>=0.3.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): Babel>=0.9.6 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): jsonschema>=0.7,<3 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): jsonpatch>=0.10,<2 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=0.9.6->python-cinderclient>=1.0.4->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Requirement already satisfied (use --upgrade to upgrade): jsonpointer>=1.0 in /usr/local/lib/python2.7/dist-packages (from jsonpatch>=0.10,<2->warlock>=1.0.1,<2->python-glanceclient>=0.9.0->python-openstackclient==0.2.1.1.g93612bb)
2013-08-12 19:59:46 Installing collected packages: keyring, pycrypto, python-openstackclient
2013-08-12 19:59:46 Running setup.py install for keyring
2013-08-12 19:59:46
2013-08-12 19:59:46 warning: no previously-included files found matching '.hg/last-message.txt'
2013-08-12 19:59:46 Installing keyring script to /usr/local/bin
2013-08-12 19:59:46 Found existing installation: pycrypto 2.4.1
2013-08-12 19:59:46 Uninstalling pycrypto:
2013-08-12 19:59:46 Successfully uninstalled pycrypto
2013-08-12 19:59:46 Running setup.py install for pycrypto
2013-08-12 19:59:46 checking for gcc... gcc
2013-08-12 19:59:46 checking whether the C compiler works... yes
2013-08-12 19:59:46 checking for C compiler default output file name... a.out
2013-08-12 19:59:46 checking for suffix of executables...
2013-08-12 19:59:46 checking whether we are cross compiling... no
2013-08-12 19:59:46 checking for suffix of object files... o
2013-08-12 19:59:46 checking whether we are using the GNU C compiler... yes
2013-08-12 19:59:46 checking whether gcc accepts -g... yes
2013-08-12 19:59:46 checking for gcc option to accept ISO C89... none needed
2013-08-12 19:59:46 checking for __gmpz_init in -lgmp... no
2013-08-12 19:59:46 checking for __gmpz_init in -lmpir... no
2013-08-12 19:59:46 checking whether mpz_powm is declared... no
2013-08-12 19:59:46 checking whether mpz_powm_sec is declared... no
2013-08-12 19:59:46 checking how to run the C preprocessor... gcc -E
2013-08-12 19:59:46 checking for grep that handles long lines and -e... /bin/grep
2013-08-12 19:59:46 checking for egrep... /bin/grep -E
2013-08-12 19:59:46 checking for ANSI C header files... yes
2013-08-12 19:59:46 checking for sys/types.h... yes
2013-08-12 19:59:46 checking for sys/stat.h... yes
2013-08-12 19:59:46 checking for stdlib.h... yes
2013-08-12 19:59:47 checking for string.h... yes
2013-08-12 19:59:47 checking for memory.h... yes
2013-08-12 19:59:47 checking for strings.h... yes
2013-08-12 19:59:47 checking for inttypes.h... yes
2013-08-12 19:59:47 checking for stdint.h... yes
2013-08-12 19:59:47 checking for unistd.h... yes
2013-08-12 19:59:47 checking for inttypes.h... (cached) yes
2013-08-12 19:59:47 checking limits.h usability... yes
2013-08-12 19:59:47 checking limits.h presence... yes
2013-08-12 19:59:47 checking for limits.h... yes
2013-08-12 19:59:47 checking stddef.h usability... yes
2013-08-12 19:59:47 checking stddef.h presence... yes
2013-08-12 19:59:47 checking for stddef.h... yes
2013-08-12 19:59:47 checking for stdint.h... (cached) yes
2013-08-12 19:59:47 checking for stdlib.h... (cached) yes
2013-08-12 19:59:47 checking for string.h... (cached) yes
2013-08-12 19:59:47 checking wchar.h usability... yes
2013-08-12 19:59:47 checking wchar.h presence... yes
2013-08-12 19:59:47 checking for wchar.h... yes
2013-08-12 19:59:47 checking for inline... inline
2013-08-12 19:59:47 checking for int16_t... yes
2013-08-12 19:59:47 checking for int32_t... yes
2013-08-12 19:59:47 checking for int64_t... yes
2013-08-12 19:59:47 checking for int8_t... yes
2013-08-12 19:59:47 checking for size_t... yes
2013-08-12 19:59:47 checking for uint16_t... yes
2013-08-12 19:59:47 checking for uint32_t... yes
2013-08-12 19:59:47 checking for uint64_t... yes
2013-08-12 19:59:47 checking for uint8_t... yes
2013-08-12 19:59:47 checking for stdlib.h... (cached) yes
2013-08-12 19:59:47 checking for GNU libc compatible malloc... yes
2013-08-12 19:59:47 checking for memmove... yes
2013-08-12 19:59:47 checking for memset... yes
2013-08-12 19:59:47 configure: creating ./config.status
2013-08-12 19:59:47 config.status: creating src/config.h
2013-08-12 19:59:47 warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
2013-08-12 19:59:48 building 'Crypto.Hash._MD2' extension
2013-08-12 19:59:48 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o
2013-08-12 19:59:48 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/MD2.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so
2013-08-12 19:59:48 building 'Crypto.Hash._MD4' extension
2013-08-12 19:59:48 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-x86_64-2.7/src/MD4.o
2013-08-12 19:59:48 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/MD4.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD4.so
2013-08-12 19:59:48 building 'Crypto.Hash._SHA256' extension
2013-08-12 19:59:48 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-x86_64-2.7/src/SHA256.o
2013-08-12 19:59:48 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA256.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA256.so
2013-08-12 19:59:48 building 'Crypto.Hash._SHA224' extension
2013-08-12 19:59:48 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.linux-x86_64-2.7/src/SHA224.o
2013-08-12 19:59:48 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA224.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA224.so
2013-08-12 19:59:48 building 'Crypto.Hash._SHA384' extension
2013-08-12 19:59:48 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o build/temp.linux-x86_64-2.7/src/SHA384.o
2013-08-12 19:59:48 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA384.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA384.so
2013-08-12 19:59:48 building 'Crypto.Hash._SHA512' extension
2013-08-12 19:59:48 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o build/temp.linux-x86_64-2.7/src/SHA512.o
2013-08-12 19:59:48 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA512.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA512.so
2013-08-12 19:59:48 building 'Crypto.Hash._RIPEMD160' extension
2013-08-12 19:59:48 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.7/src/RIPEMD160.o
2013-08-12 20:00:07 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/RIPEMD160.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_RIPEMD160.so
2013-08-12 20:00:07 building 'Crypto.Cipher._AES' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/AES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so
2013-08-12 20:00:08 building 'Crypto.Cipher._ARC2' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC2.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so
2013-08-12 20:00:08 building 'Crypto.Cipher._Blowfish' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/Blowfish.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so
2013-08-12 20:00:08 building 'Crypto.Cipher._CAST' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/CAST.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so
2013-08-12 20:00:08 building 'Crypto.Cipher._DES' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so
2013-08-12 20:00:08 building 'Crypto.Cipher._DES3' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES3.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so
2013-08-12 20:00:08 building 'Crypto.Cipher._ARC4' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC4.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so
2013-08-12 20:00:08 building 'Crypto.Cipher._XOR' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/XOR.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so
2013-08-12 20:00:08 building 'Crypto.Util.strxor' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/strxor.o -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so
2013-08-12 20:00:08 building 'Crypto.Util._counter' extension
2013-08-12 20:00:08 gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.o
2013-08-12 20:00:08 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/_counter.o -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so
2013-08-12 20:00:08
2013-08-12 20:00:08 Running setup.py develop for python-openstackclient
2013-08-12 20:00:08 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 20:00:08 /usr/bin/python -E -c pass
2013-08-12 20:00:08 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 20:00:08 [pbr] Reusing existing SOURCES.txt
2013-08-12 20:00:08 Creating /usr/local/lib/python2.7/dist-packages/python-openstackclient.egg-link (link to .)
2013-08-12 20:00:08 Adding python-openstackclient 0.2.1.1.g93612bb to easy-install.pth file
2013-08-12 20:00:08 Installing openstack script to /usr/local/bin
2013-08-12 20:00:08
2013-08-12 20:00:08 Installed /opt/stack/python-openstackclient
2013-08-12 20:00:08 Successfully installed keyring pycrypto python-openstackclient
2013-08-12 20:00:08 Cleaning up...
2013-08-12 20:00:08 + sudo rm -rf /tmp/pip-build.6RdKR
2013-08-12 20:00:08 + sudo chown -R vagrant /opt/stack/python-openstackclient/python_openstackclient.egg-info
2013-08-12 20:00:09 + is_service_enabled key
2013-08-12 20:00:09 + services=key
2013-08-12 20:00:09 + for service in '${services}'
2013-08-12 20:00:09 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,key, ]]
2013-08-12 20:00:09 + return 0
2013-08-12 20:00:09 + install_keystone
2013-08-12 20:00:09 + is_service_enabled ldap
2013-08-12 20:00:09 + services=ldap
2013-08-12 20:00:09 + for service in '${services}'
2013-08-12 20:00:09 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,ldap, ]]
2013-08-12 20:00:09 + [[ ldap == n-cell-* ]]
2013-08-12 20:00:09 + [[ ldap == \n\o\v\a ]]
2013-08-12 20:00:09 + [[ ldap == \c\i\n\d\e\r ]]
2013-08-12 20:00:09 + [[ ldap == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:00:09 + [[ ldap == \g\l\a\n\c\e ]]
2013-08-12 20:00:09 + [[ ldap == \n\e\u\t\r\o\n ]]
2013-08-12 20:00:09 + [[ ldap == \s\w\i\f\t ]]
2013-08-12 20:00:09 + [[ ldap == s-* ]]
2013-08-12 20:00:09 + return 1
2013-08-12 20:00:09 + git_clone https://github.com/openstack/keystone.git /opt/stack/keystone master
2013-08-12 20:00:09 + [[ False = \T\r\u\e ]]
2013-08-12 20:00:09 + GIT_REMOTE=https://github.com/openstack/keystone.git
2013-08-12 20:00:09 + GIT_DEST=/opt/stack/keystone
2013-08-12 20:00:09 + GIT_REF=master
2013-08-12 20:00:09 + echo master
2013-08-12 20:00:09 + egrep -q '^refs'
2013-08-12 20:00:09 + [[ ! -d /opt/stack/keystone ]]
2013-08-12 20:00:09 + [[ False = \T\r\u\e ]]
2013-08-12 20:00:09 + git clone https://github.com/openstack/keystone.git /opt/stack/keystone
2013-08-12 20:00:09 Cloning into '/opt/stack/keystone'...
2013-08-12 20:00:09 + cd /opt/stack/keystone
2013-08-12 20:00:09 + git checkout master
2013-08-12 20:00:09 Already on 'master'
2013-08-12 20:00:09 + setup_develop /opt/stack/keystone
2013-08-12 20:00:09 + local project_dir=/opt/stack/keystone
2013-08-12 20:00:09 + [[ False = True ]]
2013-08-12 20:00:09 + SUDO_CMD=sudo
2013-08-12 20:00:09 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/keystone'
2013-08-12 20:00:09 cd /opt/stack/requirements; sudo python update.py /opt/stack/keystone
2013-08-12 20:00:09 + cd /opt/stack/keystone
2013-08-12 20:00:09 + git diff --quiet
2013-08-12 20:00:09 + cd /opt/stack/requirements
2013-08-12 20:00:09 + sudo python update.py /opt/stack/keystone
2013-08-12 20:00:09 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/keystone/requirements.txt)
2013-08-12 20:00:10 Syncing /opt/stack/keystone/requirements.txt
2013-08-12 20:01:39 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/keystone/test-requirements.txt)
2013-08-12 20:01:39 Syncing /opt/stack/keystone/test-requirements.txt
2013-08-12 20:01:40 Syncing setup.py
2013-08-12 20:01:40 + pip_install -e /opt/stack/keystone
2013-08-12 20:01:40 + [[ False = \T\r\u\e ]]
2013-08-12 20:01:40 + [[ -z -e /opt/stack/keystone ]]
2013-08-12 20:01:40 + [[ -z deb ]]
2013-08-12 20:01:40 + [[ False = True ]]
2013-08-12 20:01:40 + SUDO_PIP=sudo
2013-08-12 20:01:40 ++ get_pip_command
2013-08-12 20:01:40 ++ which pip
2013-08-12 20:01:40 ++ '[' 0 -ne 0 ']'
2013-08-12 20:01:40 + CMD_PIP=/usr/local/bin/pip
2013-08-12 20:01:40 + is_fedora
2013-08-12 20:01:40 + [[ -z Ubuntu ]]
2013-08-12 20:01:40 + '[' Ubuntu = Fedora ']'
2013-08-12 20:01:40 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 20:01:40 + '[' Ubuntu = CentOS ']'
2013-08-12 20:01:40 + PIP_USE_MIRRORS=True
2013-08-12 20:01:40 + [[ True != \F\a\l\s\e ]]
2013-08-12 20:01:40 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 20:01:40 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 20:01:40 + local pip_build_tmp=/tmp/pip-build.j2CAa
2013-08-12 20:01:40 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.j2CAa --use-mirrors -e /opt/stack/keystone
2013-08-12 20:01:40 Obtaining file:///opt/stack/keystone
2013-08-12 20:01:40 Running setup.py egg_info for package from file:///opt/stack/keystone
2013-08-12 20:01:40 [pbr] Processing SOURCES.txt
2013-08-12 20:01:40 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 20:01:40
2013-08-12 20:01:40 [pbr] In git context, generating filelist from git
2013-08-12 20:01:40 warning: no files found matching 'AUTHORS'
2013-08-12 20:01:40 warning: no files found matching 'ChangeLog'
2013-08-12 20:01:40 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:01:40 warning: no files found matching 'AUTHORS'
2013-08-12 20:01:40 warning: no files found matching 'ChangeLog'
2013-08-12 20:01:40 warning: no files found matching 'CONTRIBUTING.txt'
2013-08-12 20:01:40 warning: no files found matching 'run_tests.py'
2013-08-12 20:01:40 warning: no files found matching '*.json' under directory 'keystone'
2013-08-12 20:01:40 warning: no files found matching '*.xml' under directory 'keystone'
2013-08-12 20:01:40 warning: no files found matching '*.pem' under directory 'keystone'
2013-08-12 20:01:40 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:01:40 warning: no previously-included files matching '*.log' found anywhere in distribution
2013-08-12 20:01:40 warning: no previously-included files matching '*.db' found anywhere in distribution
2013-08-12 20:01:40 warning: no previously-included files matching '*.swp' found anywhere in distribution
2013-08-12 20:01:40 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:40 Downloading/unpacking pam>=0.1.4 (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:40 Downloading pam-0.1.4.tar.gz
2013-08-12 20:01:40 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpam%2Fpam-0.1.4.tar.gz
2013-08-12 20:01:41 Running setup.py egg_info for package pam
2013-08-12 20:01:41
2013-08-12 20:01:41 Downloading/unpacking WebOb>=1.2.3,<1.3 (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:41 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWebOb%2FWebOb-1.2.3.tar.gz
2013-08-12 20:01:41 Running setup.py egg_info for package WebOb
2013-08-12 20:01:41
2013-08-12 20:01:41 no previously-included directories found matching '*.pyc'
2013-08-12 20:01:41 no previously-included directories found matching '*.pyo'
2013-08-12 20:01:41 Requirement already satisfied (use --upgrade to upgrade): eventlet>=0.13.0 in /usr/local/lib/python2.7/dist-packages (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:41 Downloading/unpacking greenlet>=0.3.2 (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:41 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fg%2Fgreenlet%2Fgreenlet-0.4.1.zip
2013-08-12 20:01:41 Running setup.py egg_info for package greenlet
2013-08-12 20:01:41
2013-08-12 20:01:41 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:41 Requirement already satisfied (use --upgrade to upgrade): PasteDeploy>=1.5.0 in /usr/lib/python2.7/dist-packages (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:41 Requirement already satisfied (use --upgrade to upgrade): Paste in /usr/lib/python2.7/dist-packages (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:41 Requirement already satisfied (use --upgrade to upgrade): Routes>=1.12.3 in /usr/lib/python2.7/dist-packages (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:41 Downloading/unpacking SQLAlchemy>=0.7.8,<=0.7.99 (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:41 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FS%2FSQLAlchemy%2FSQLAlchemy-0.7.10.tar.gz
2013-08-12 20:01:41 Running setup.py egg_info for package SQLAlchemy
2013-08-12 20:01:41
2013-08-12 20:01:46 warning: no files found matching '*.jpg' under directory 'doc'
2013-08-12 20:01:46 no previously-included directories found matching 'doc/build/output'
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): sqlalchemy-migrate>=0.7.2 in /usr/lib/python2.7/dist-packages (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Downloading/unpacking passlib (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpasslib%2Fpasslib-1.6.1.tar.gz
2013-08-12 20:01:46 Running setup.py egg_info for package passlib
2013-08-12 20:01:46
2013-08-12 20:01:46 warning: no files found matching 'passlib/*.cfg'
2013-08-12 20:01:46 no previously-included directories found matching '*.komodoproject'
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): lxml>=2.3 in /usr/lib/python2.7/dist-packages (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.3.0 in /opt/stack/python-keystoneclient (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.1.0 in /opt/stack/oslo.config (from keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): decorator in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): Tempita>=0.4 in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->keystone==2013.2.a315.g708ccf0)
2013-08-12 20:01:46 Installing collected packages: pam, WebOb, greenlet, SQLAlchemy, passlib, keystone
2013-08-12 20:01:46 Running setup.py install for pam
2013-08-12 20:01:46
2013-08-12 20:01:46 Found existing installation: WebOb 1.1.1
2013-08-12 20:01:46 Uninstalling WebOb:
2013-08-12 20:01:46 Successfully uninstalled WebOb
2013-08-12 20:01:46 Running setup.py install for WebOb
2013-08-12 20:01:46
2013-08-12 20:01:46 no previously-included directories found matching '*.pyc'
2013-08-12 20:01:46 no previously-included directories found matching '*.pyo'
2013-08-12 20:01:46 Found existing installation: greenlet 0.3.1
2013-08-12 20:01:46 Uninstalling greenlet:
2013-08-12 20:01:46 Successfully uninstalled greenlet
2013-08-12 20:01:46 Running setup.py install for greenlet
2013-08-12 20:01:46 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -fno-tree-dominator-opts -I/usr/include/python2.7 -c /tmp/tmp4SXXsY/simple.c -o /tmp/tmp4SXXsY/tmp/tmp4SXXsY/simple.o
2013-08-12 20:01:46 /tmp/tmp4SXXsY/simple.c:1:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
2013-08-12 20:01:46 building 'greenlet' extension
2013-08-12 20:01:47 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -fno-tree-dominator-opts -I/usr/include/python2.7 -c greenlet.c -o build/temp.linux-x86_64-2.7/greenlet.o
2013-08-12 20:01:47 greenlet.c: In function 'g_switch':
2013-08-12 20:01:47 greenlet.c:593:5: warning: 'err' may be used uninitialized in this function [-Wuninitialized]
2013-08-12 20:01:47 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/greenlet.o -o build/lib.linux-x86_64-2.7/greenlet.so
2013-08-12 20:01:47 Linking /tmp/pip-build.j2CAa/greenlet/build/lib.linux-x86_64-2.7/greenlet.so to /tmp/pip-build.j2CAa/greenlet/greenlet.so
2013-08-12 20:01:47
2013-08-12 20:01:47 Found existing installation: SQLAlchemy 0.7.4
2013-08-12 20:01:47 Uninstalling SQLAlchemy:
2013-08-12 20:01:47 Successfully uninstalled SQLAlchemy
2013-08-12 20:01:47 Running setup.py install for SQLAlchemy
2013-08-12 20:01:47 building 'sqlalchemy.cprocessors' extension
2013-08-12 20:01:47 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/processors.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o
2013-08-12 20:01:47 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cprocessors.so
2013-08-12 20:01:47 building 'sqlalchemy.cresultproxy' extension
2013-08-12 20:01:47 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/resultproxy.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o
2013-08-12 20:01:47 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cresultproxy.so
2013-08-12 20:01:47
2013-08-12 20:01:47 warning: no files found matching '*.jpg' under directory 'doc'
2013-08-12 20:01:47 no previously-included directories found matching 'doc/build/output'
2013-08-12 20:01:47 Running setup.py install for passlib
2013-08-12 20:01:47
2013-08-12 20:01:47 warning: no files found matching 'passlib/*.cfg'
2013-08-12 20:01:47 no previously-included directories found matching '*.komodoproject'
2013-08-12 20:01:47 Running setup.py develop for keystone
2013-08-12 20:01:47 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 20:01:47 /usr/bin/python -E -c pass
2013-08-12 20:01:47 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 20:01:47 [pbr] Reusing existing SOURCES.txt
2013-08-12 20:01:47 Creating /usr/local/lib/python2.7/dist-packages/keystone.egg-link (link to .)
2013-08-12 20:01:47 Adding keystone 2013.2.a315.g708ccf0 to easy-install.pth file
2013-08-12 20:01:47 Installing keystone-all script to /usr/local/bin
2013-08-12 20:01:47 Installing keystone-manage script to /usr/local/bin
2013-08-12 20:01:47
2013-08-12 20:01:47 Installed /opt/stack/keystone
2013-08-12 20:01:47 Successfully installed pam WebOb greenlet SQLAlchemy passlib keystone
2013-08-12 20:01:47 Cleaning up...
2013-08-12 20:01:47 + sudo rm -rf /tmp/pip-build.j2CAa
2013-08-12 20:01:47 + sudo chown -R vagrant /opt/stack/keystone/keystone.egg-info
2013-08-12 20:01:47 + configure_keystone
2013-08-12 20:01:47 + [[ ! -d /etc/keystone ]]
2013-08-12 20:01:47 + sudo mkdir -p /etc/keystone
2013-08-12 20:01:47 + sudo chown vagrant /etc/keystone
2013-08-12 20:01:47 + [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]]
2013-08-12 20:01:47 + cp -p /opt/stack/keystone/etc/keystone.conf.sample /etc/keystone/keystone.conf
2013-08-12 20:01:47 + cp -p /opt/stack/keystone/etc/policy.json /etc/keystone
2013-08-12 20:01:47 + [[ -f /opt/stack/keystone/etc/keystone-paste.ini ]]
2013-08-12 20:01:47 + cp -p /opt/stack/keystone/etc/keystone-paste.ini /etc/keystone/keystone-paste.ini
2013-08-12 20:01:47 + [[ -f /etc/keystone/keystone-paste.ini ]]
2013-08-12 20:01:48 + iniset /etc/keystone/keystone.conf paste_deploy config_file /etc/keystone/keystone-paste.ini
2013-08-12 20:01:48 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:48 + local section=paste_deploy
2013-08-12 20:01:48 + local option=config_file
2013-08-12 20:01:48 + local value=/etc/keystone/keystone-paste.ini
2013-08-12 20:01:48 + grep -q '^\[paste_deploy\]' /etc/keystone/keystone.conf
2013-08-12 20:01:48 + ini_has_option /etc/keystone/keystone.conf paste_deploy config_file
2013-08-12 20:01:48 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:48 + local section=paste_deploy
2013-08-12 20:01:48 + local option=config_file
2013-08-12 20:01:48 + local line
2013-08-12 20:01:48 ++ sed -ne '/^\[paste_deploy\]/,/^\[.*\]/ { /^config_file[ \t]*=/ p; }' /etc/keystone/keystone.conf
2013-08-12 20:01:48 + line='config_file = keystone-paste.ini'
2013-08-12 20:01:48 + '[' -n 'config_file = keystone-paste.ini' ']'
2013-08-12 20:01:48 + sed -i -e '/^\[paste_deploy\]/,/^\[.*\]/ s|^\(config_file[ \t]*=[ \t]*\).*$|\1/etc/keystone/keystone-paste.ini|' /etc/keystone/keystone.conf
2013-08-12 20:01:48 + is_service_enabled ldap
2013-08-12 20:01:48 + services=ldap
2013-08-12 20:01:48 + for service in '${services}'
2013-08-12 20:01:48 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,ldap, ]]
2013-08-12 20:01:48 + [[ ldap == n-cell-* ]]
2013-08-12 20:01:48 + [[ ldap == \n\o\v\a ]]
2013-08-12 20:01:48 + [[ ldap == \c\i\n\d\e\r ]]
2013-08-12 20:01:48 + [[ ldap == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:01:48 + [[ ldap == \g\l\a\n\c\e ]]
2013-08-12 20:01:48 + [[ ldap == \n\e\u\t\r\o\n ]]
2013-08-12 20:01:48 + [[ ldap == \s\w\i\f\t ]]
2013-08-12 20:01:48 + [[ ldap == s-* ]]
2013-08-12 20:01:48 + return 1
2013-08-12 20:01:48 + [[ '' == \l\d\a\p ]]
2013-08-12 20:01:48 + iniset /etc/keystone/keystone.conf DEFAULT public_endpoint 'http://10.0.2.15:%(public_port)s/'
2013-08-12 20:01:48 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:48 + local section=DEFAULT
2013-08-12 20:01:48 + local option=public_endpoint
2013-08-12 20:01:48 + local 'value=http://10.0.2.15:%(public_port)s/'
2013-08-12 20:01:48 + grep -q '^\[DEFAULT\]' /etc/keystone/keystone.conf
2013-08-12 20:01:48 + ini_has_option /etc/keystone/keystone.conf DEFAULT public_endpoint
2013-08-12 20:01:48 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:48 + local section=DEFAULT
2013-08-12 20:01:48 + local option=public_endpoint
2013-08-12 20:01:48 + local line
2013-08-12 20:01:48 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^public_endpoint[ \t]*=/ p; }' /etc/keystone/keystone.conf
2013-08-12 20:01:48 + line=
2013-08-12 20:01:48 + '[' -n '' ']'
2013-08-12 20:01:48 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:01:48 public_endpoint = http://10.0.2.15:%(public_port)s/
2013-08-12 20:01:48 ' /etc/keystone/keystone.conf
2013-08-12 20:01:48 + iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint 'http://10.0.2.15:%(admin_port)s/'
2013-08-12 20:01:48 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:48 + local section=DEFAULT
2013-08-12 20:01:48 + local option=admin_endpoint
2013-08-12 20:01:48 + local 'value=http://10.0.2.15:%(admin_port)s/'
2013-08-12 20:01:48 + grep -q '^\[DEFAULT\]' /etc/keystone/keystone.conf
2013-08-12 20:01:48 + ini_has_option /etc/keystone/keystone.conf DEFAULT admin_endpoint
2013-08-12 20:01:48 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:48 + local section=DEFAULT
2013-08-12 20:01:48 + local option=admin_endpoint
2013-08-12 20:01:48 + local line
2013-08-12 20:01:48 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^admin_endpoint[ \t]*=/ p; }' /etc/keystone/keystone.conf
2013-08-12 20:01:49 + line=
2013-08-12 20:01:49 + '[' -n '' ']'
2013-08-12 20:01:49 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:01:49 admin_endpoint = http://10.0.2.15:%(admin_port)s/
2013-08-12 20:01:49 ' /etc/keystone/keystone.conf
2013-08-12 20:01:49 + is_service_enabled tls-proxy
2013-08-12 20:01:49 + services=tls-proxy
2013-08-12 20:01:49 + for service in '${services}'
2013-08-12 20:01:49 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,tls-proxy, ]]
2013-08-12 20:01:49 + [[ tls-proxy == n-cell-* ]]
2013-08-12 20:01:49 + [[ tls-proxy == \n\o\v\a ]]
2013-08-12 20:01:49 + [[ tls-proxy == \c\i\n\d\e\r ]]
2013-08-12 20:01:49 + [[ tls-proxy == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:01:49 + [[ tls-proxy == \g\l\a\n\c\e ]]
2013-08-12 20:01:49 + [[ tls-proxy == \n\e\u\t\r\o\n ]]
2013-08-12 20:01:49 + [[ tls-proxy == \s\w\i\f\t ]]
2013-08-12 20:01:49 + [[ tls-proxy == s-* ]]
2013-08-12 20:01:49 + return 1
2013-08-12 20:01:49 + iniset /etc/keystone/keystone.conf DEFAULT admin_token aPassword
2013-08-12 20:01:49 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:49 + local section=DEFAULT
2013-08-12 20:01:49 + local option=admin_token
2013-08-12 20:01:49 + local value=aPassword
2013-08-12 20:01:49 + grep -q '^\[DEFAULT\]' /etc/keystone/keystone.conf
2013-08-12 20:01:49 + ini_has_option /etc/keystone/keystone.conf DEFAULT admin_token
2013-08-12 20:01:49 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:49 + local section=DEFAULT
2013-08-12 20:01:49 + local option=admin_token
2013-08-12 20:01:49 + local line
2013-08-12 20:01:49 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^admin_token[ \t]*=/ p; }' /etc/keystone/keystone.conf
2013-08-12 20:01:49 + line=
2013-08-12 20:01:49 + '[' -n '' ']'
2013-08-12 20:01:49 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:01:49 admin_token = aPassword
2013-08-12 20:01:49 ' /etc/keystone/keystone.conf
2013-08-12 20:01:49 + iniset /etc/keystone/keystone.conf signing token_format PKI
2013-08-12 20:01:49 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:49 + local section=signing
2013-08-12 20:01:49 + local option=token_format
2013-08-12 20:01:49 + local value=PKI
2013-08-12 20:01:49 + grep -q '^\[signing\]' /etc/keystone/keystone.conf
2013-08-12 20:01:49 + ini_has_option /etc/keystone/keystone.conf signing token_format
2013-08-12 20:01:49 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:49 + local section=signing
2013-08-12 20:01:49 + local option=token_format
2013-08-12 20:01:49 + local line
2013-08-12 20:01:49 ++ sed -ne '/^\[signing\]/,/^\[.*\]/ { /^token_format[ \t]*=/ p; }' /etc/keystone/keystone.conf
2013-08-12 20:01:49 + line=
2013-08-12 20:01:49 + '[' -n '' ']'
2013-08-12 20:01:49 + sed -i -e '/^\[signing\]/ a\
2013-08-12 20:01:49 token_format = PKI
2013-08-12 20:01:49 ' /etc/keystone/keystone.conf
2013-08-12 20:01:49 + [[ PKI = \U\U\I\D ]]
2013-08-12 20:01:49 ++ database_connection_url keystone
2013-08-12 20:01:49 ++ local db=keystone
2013-08-12 20:01:50 ++ database_connection_url_mysql keystone
2013-08-12 20:01:50 ++ local db=keystone
2013-08-12 20:01:50 ++ echo 'mysql://root:stackdb@localhost/keystone?charset=utf8'
2013-08-12 20:01:50 + iniset /etc/keystone/keystone.conf sql connection 'mysql://root:stackdb@localhost/keystone?charset=utf8'
2013-08-12 20:01:50 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:50 + local section=sql
2013-08-12 20:01:50 + local option=connection
2013-08-12 20:01:50 + local 'value=mysql://root:stackdb@localhost/keystone?charset=utf8'
2013-08-12 20:01:50 + grep -q '^\[sql\]' /etc/keystone/keystone.conf
2013-08-12 20:01:50 + ini_has_option /etc/keystone/keystone.conf sql connection
2013-08-12 20:01:50 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:50 + local section=sql
2013-08-12 20:01:50 + local option=connection
2013-08-12 20:01:50 + local line
2013-08-12 20:01:50 ++ sed -ne '/^\[sql\]/,/^\[.*\]/ { /^connection[ \t]*=/ p; }' /etc/keystone/keystone.conf
2013-08-12 20:01:50 + line=
2013-08-12 20:01:50 + '[' -n '' ']'
2013-08-12 20:01:50 + sed -i -e '/^\[sql\]/ a\
2013-08-12 20:01:50 connection = mysql://root:stackdb@localhost/keystone?charset=utf8
2013-08-12 20:01:50 ' /etc/keystone/keystone.conf
2013-08-12 20:01:50 + iniset /etc/keystone/keystone.conf ec2 driver keystone.contrib.ec2.backends.sql.Ec2
2013-08-12 20:01:50 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:50 + local section=ec2
2013-08-12 20:01:50 + local option=driver
2013-08-12 20:01:50 + local value=keystone.contrib.ec2.backends.sql.Ec2
2013-08-12 20:01:50 + grep -q '^\[ec2\]' /etc/keystone/keystone.conf
2013-08-12 20:01:50 + ini_has_option /etc/keystone/keystone.conf ec2 driver
2013-08-12 20:01:50 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:50 + local section=ec2
2013-08-12 20:01:50 + local option=driver
2013-08-12 20:01:50 + local line
2013-08-12 20:01:50 ++ sed -ne '/^\[ec2\]/,/^\[.*\]/ { /^driver[ \t]*=/ p; }' /etc/keystone/keystone.conf
2013-08-12 20:01:50 + line=
2013-08-12 20:01:50 + '[' -n '' ']'
2013-08-12 20:01:50 + sed -i -e '/^\[ec2\]/ a\
2013-08-12 20:01:50 driver = keystone.contrib.ec2.backends.sql.Ec2
2013-08-12 20:01:50 ' /etc/keystone/keystone.conf
2013-08-12 20:01:50 + [[ sql = \s\q\l ]]
2013-08-12 20:01:50 + iniset /etc/keystone/keystone.conf token driver keystone.token.backends.sql.Token
2013-08-12 20:01:50 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:50 + local section=token
2013-08-12 20:01:51 + local option=driver
2013-08-12 20:01:51 + local value=keystone.token.backends.sql.Token
2013-08-12 20:01:51 + grep -q '^\[token\]' /etc/keystone/keystone.conf
2013-08-12 20:01:51 + ini_has_option /etc/keystone/keystone.conf token driver
2013-08-12 20:01:51 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:51 + local section=token
2013-08-12 20:01:51 + local option=driver
2013-08-12 20:01:51 + local line
2013-08-12 20:01:51 ++ sed -ne '/^\[token\]/,/^\[.*\]/ { /^driver[ \t]*=/ p; }' /etc/keystone/keystone.conf
2013-08-12 20:01:51 + line=
2013-08-12 20:01:51 + '[' -n '' ']'
2013-08-12 20:01:51 + sed -i -e '/^\[token\]/ a\
2013-08-12 20:01:51 driver = keystone.token.backends.sql.Token
2013-08-12 20:01:51 ' /etc/keystone/keystone.conf
2013-08-12 20:01:51 + [[ sql = \s\q\l ]]
2013-08-12 20:01:51 + iniset /etc/keystone/keystone.conf catalog driver keystone.catalog.backends.sql.Catalog
2013-08-12 20:01:51 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:51 + local section=catalog
2013-08-12 20:01:51 + local option=driver
2013-08-12 20:01:51 + local value=keystone.catalog.backends.sql.Catalog
2013-08-12 20:01:51 + grep -q '^\[catalog\]' /etc/keystone/keystone.conf
2013-08-12 20:01:51 + ini_has_option /etc/keystone/keystone.conf catalog driver
2013-08-12 20:01:51 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:51 + local section=catalog
2013-08-12 20:01:51 + local option=driver
2013-08-12 20:01:51 + local line
2013-08-12 20:01:51 ++ sed -ne '/^\[catalog\]/,/^\[.*\]/ { /^driver[ \t]*=/ p; }' /etc/keystone/keystone.conf
2013-08-12 20:01:51 + line=
2013-08-12 20:01:51 + '[' -n '' ']'
2013-08-12 20:01:51 + sed -i -e '/^\[catalog\]/ a\
2013-08-12 20:01:51 driver = keystone.catalog.backends.sql.Catalog
2013-08-12 20:01:51 ' /etc/keystone/keystone.conf
2013-08-12 20:01:51 + inicomment /etc/keystone/keystone.conf catalog template_file
2013-08-12 20:01:51 + local file=/etc/keystone/keystone.conf
2013-08-12 20:01:51 + local section=catalog
2013-08-12 20:01:52 + local option=template_file
2013-08-12 20:01:52 + sed -i -e '/^\[catalog\]/,/^\[.*\]/ s|^\(template_file[ \t]*=.*$\)|#\1|' /etc/keystone/keystone.conf
2013-08-12 20:01:52 + LOGGING_ROOT=devel
2013-08-12 20:01:52 + '[' False '!=' False ']'
2013-08-12 20:01:52 + KEYSTONE_LOG_CONFIG='--log-config /etc/keystone/logging.conf'
2013-08-12 20:01:52 + cp /opt/stack/keystone/etc/logging.conf.sample /etc/keystone/logging.conf
2013-08-12 20:01:52 + iniset /etc/keystone/logging.conf logger_root level DEBUG
2013-08-12 20:01:52 + local file=/etc/keystone/logging.conf
2013-08-12 20:01:52 + local section=logger_root
2013-08-12 20:01:52 + local option=level
2013-08-12 20:01:52 + local value=DEBUG
2013-08-12 20:01:52 + grep -q '^\[logger_root\]' /etc/keystone/logging.conf
2013-08-12 20:01:52 + ini_has_option /etc/keystone/logging.conf logger_root level
2013-08-12 20:01:52 + local file=/etc/keystone/logging.conf
2013-08-12 20:01:52 + local section=logger_root
2013-08-12 20:01:52 + local option=level
2013-08-12 20:01:52 + local line
2013-08-12 20:01:52 ++ sed -ne '/^\[logger_root\]/,/^\[.*\]/ { /^level[ \t]*=/ p; }' /etc/keystone/logging.conf
2013-08-12 20:01:52 + line=level=WARNING
2013-08-12 20:01:52 + '[' -n level=WARNING ']'
2013-08-12 20:01:52 + sed -i -e '/^\[logger_root\]/,/^\[.*\]/ s|^\(level[ \t]*=[ \t]*\).*$|\1DEBUG|' /etc/keystone/logging.conf
2013-08-12 20:01:52 + iniset /etc/keystone/logging.conf logger_root handlers devel,production
2013-08-12 20:01:52 + local file=/etc/keystone/logging.conf
2013-08-12 20:01:52 + local section=logger_root
2013-08-12 20:01:52 + local option=handlers
2013-08-12 20:01:52 + local value=devel,production
2013-08-12 20:01:52 + grep -q '^\[logger_root\]' /etc/keystone/logging.conf
2013-08-12 20:01:52 + ini_has_option /etc/keystone/logging.conf logger_root handlers
2013-08-12 20:01:52 + local file=/etc/keystone/logging.conf
2013-08-12 20:01:52 + local section=logger_root
2013-08-12 20:01:52 + local option=handlers
2013-08-12 20:01:52 + local line
2013-08-12 20:01:52 ++ sed -ne '/^\[logger_root\]/,/^\[.*\]/ { /^handlers[ \t]*=/ p; }' /etc/keystone/logging.conf
2013-08-12 20:01:52 + line=handlers=file
2013-08-12 20:01:52 + '[' -n handlers=file ']'
2013-08-12 20:01:52 + sed -i -e '/^\[logger_root\]/,/^\[.*\]/ s|^\(handlers[ \t]*=[ \t]*\).*$|\1devel,production|' /etc/keystone/logging.conf
2013-08-12 20:01:52 + is_service_enabled s-proxy
2013-08-12 20:01:52 + services=s-proxy
2013-08-12 20:01:52 + for service in '${services}'
2013-08-12 20:01:53 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,s-proxy, ]]
2013-08-12 20:01:53 + [[ s-proxy == n-cell-* ]]
2013-08-12 20:01:53 + [[ s-proxy == \n\o\v\a ]]
2013-08-12 20:01:53 + [[ s-proxy == \c\i\n\d\e\r ]]
2013-08-12 20:01:53 + [[ s-proxy == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:01:53 + [[ s-proxy == \g\l\a\n\c\e ]]
2013-08-12 20:01:53 + [[ s-proxy == \n\e\u\t\r\o\n ]]
2013-08-12 20:01:53 + [[ s-proxy == \s\w\i\f\t ]]
2013-08-12 20:01:53 + [[ s-proxy == s-* ]]
2013-08-12 20:01:53 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ swift ]]
2013-08-12 20:01:53 + return 1
2013-08-12 20:01:53 + is_service_enabled g-api n-api
2013-08-12 20:01:53 + services='g-api n-api'
2013-08-12 20:01:53 + for service in '${services}'
2013-08-12 20:01:53 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,g-api, ]]
2013-08-12 20:01:54 + return 0
2013-08-12 20:01:54 + install_glance
2013-08-12 20:01:54 + git_clone https://github.com/openstack/glance.git /opt/stack/glance master
2013-08-12 20:01:54 + [[ False = \T\r\u\e ]]
2013-08-12 20:01:54 + GIT_REMOTE=https://github.com/openstack/glance.git
2013-08-12 20:01:54 + GIT_DEST=/opt/stack/glance
2013-08-12 20:01:54 + GIT_REF=master
2013-08-12 20:01:54 + echo master
2013-08-12 20:01:54 + egrep -q '^refs'
2013-08-12 20:01:54 + [[ ! -d /opt/stack/glance ]]
2013-08-12 20:01:54 + [[ False = \T\r\u\e ]]
2013-08-12 20:01:54 + git clone https://github.com/openstack/glance.git /opt/stack/glance
2013-08-12 20:01:54 Cloning into '/opt/stack/glance'...
2013-08-12 20:01:54 + cd /opt/stack/glance
2013-08-12 20:01:54 + git checkout master
2013-08-12 20:01:54 Already on 'master'
2013-08-12 20:01:54 + setup_develop /opt/stack/glance
2013-08-12 20:01:54 + local project_dir=/opt/stack/glance
2013-08-12 20:01:54 + [[ False = True ]]
2013-08-12 20:01:54 + SUDO_CMD=sudo
2013-08-12 20:01:54 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/glance'
2013-08-12 20:01:54 cd /opt/stack/requirements; sudo python update.py /opt/stack/glance
2013-08-12 20:01:54 + cd /opt/stack/glance
2013-08-12 20:01:54 + git diff --quiet
2013-08-12 20:01:54 + cd /opt/stack/requirements
2013-08-12 20:01:54 + sudo python update.py /opt/stack/glance
2013-08-12 20:01:54 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/glance/requirements.txt)
2013-08-12 20:01:54 Syncing /opt/stack/glance/requirements.txt
2013-08-12 20:02:37 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/glance/test-requirements.txt)
2013-08-12 20:02:37 Syncing /opt/stack/glance/test-requirements.txt
2013-08-12 20:02:37 Syncing setup.py
2013-08-12 20:02:37 + pip_install -e /opt/stack/glance
2013-08-12 20:02:37 + [[ False = \T\r\u\e ]]
2013-08-12 20:02:38 + [[ -z -e /opt/stack/glance ]]
2013-08-12 20:02:38 + [[ -z deb ]]
2013-08-12 20:02:38 + [[ False = True ]]
2013-08-12 20:02:38 + SUDO_PIP=sudo
2013-08-12 20:02:38 ++ get_pip_command
2013-08-12 20:02:38 ++ which pip
2013-08-12 20:02:38 ++ '[' 0 -ne 0 ']'
2013-08-12 20:02:38 + CMD_PIP=/usr/local/bin/pip
2013-08-12 20:02:38 + is_fedora
2013-08-12 20:02:38 + [[ -z Ubuntu ]]
2013-08-12 20:02:38 + '[' Ubuntu = Fedora ']'
2013-08-12 20:02:38 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 20:02:38 + '[' Ubuntu = CentOS ']'
2013-08-12 20:02:38 + PIP_USE_MIRRORS=True
2013-08-12 20:02:38 + [[ True != \F\a\l\s\e ]]
2013-08-12 20:02:38 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 20:02:38 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 20:02:38 + local pip_build_tmp=/tmp/pip-build.3ISLF
2013-08-12 20:02:38 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.3ISLF --use-mirrors -e /opt/stack/glance
2013-08-12 20:02:38 Obtaining file:///opt/stack/glance
2013-08-12 20:02:38 Running setup.py egg_info for package from file:///opt/stack/glance
2013-08-12 20:02:38 [pbr] Processing SOURCES.txt
2013-08-12 20:02:38 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 20:02:38
2013-08-12 20:02:38 [pbr] In git context, generating filelist from git
2013-08-12 20:02:38 warning: no files found matching 'AUTHORS'
2013-08-12 20:02:38 warning: no files found matching 'ChangeLog'
2013-08-12 20:02:38 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:02:38 warning: no files found matching 'ChangeLog'
2013-08-12 20:02:38 warning: no files found matching 'builddeb.sh'
2013-08-12 20:02:38 warning: no files found matching 'AUTHORS'
2013-08-12 20:02:38 warning: no files found matching 'run_tests.py'
2013-08-12 20:02:38 warning: no files found matching 'ChangeLog'
2013-08-12 20:02:38 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:02:38 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:38 Requirement already satisfied (use --upgrade to upgrade): greenlet>=0.3.2 in /usr/local/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:38 Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy>=0.7.8,<=0.7.99 in /usr/local/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:38 Downloading/unpacking anyjson>=0.3.3 (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:38 Downloading anyjson-0.3.3.tar.gz
2013-08-12 20:02:38 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fa%2Fanyjson%2Fanyjson-0.3.3.tar.gz
2013-08-12 20:02:38 Running setup.py egg_info for package anyjson
2013-08-12 20:02:38
2013-08-12 20:02:39 Requirement already satisfied (use --upgrade to upgrade): eventlet>=0.13.0 in /usr/local/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:39 Requirement already satisfied (use --upgrade to upgrade): PasteDeploy>=1.5.0 in /usr/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:39 Requirement already satisfied (use --upgrade to upgrade): Routes>=1.12.3 in /usr/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:39 Requirement already satisfied (use --upgrade to upgrade): WebOb>=1.2.3,<1.3 in /usr/local/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:39 Requirement already satisfied (use --upgrade to upgrade): wsgiref>=0.1.2 in /usr/lib/python2.7 (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:39 Downloading/unpacking boto>=2.4.0 (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:39 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fb%2Fboto%2Fboto-2.9.9.tar.gz
2013-08-12 20:02:39 Running setup.py egg_info for package boto
2013-08-12 20:02:39
2013-08-12 20:02:39 warning: no files found matching 'boto/mturk/test/*.doctest'
2013-08-12 20:02:39 warning: no files found matching 'boto/mturk/test/.gitignore'
2013-08-12 20:02:39 Requirement already satisfied (use --upgrade to upgrade): sqlalchemy-migrate>=0.7.2 in /usr/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:39 Requirement already satisfied (use --upgrade to upgrade): httplib2 in /usr/local/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:39 Downloading/unpacking kombu>=2.4.8 (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:39 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fk%2Fkombu%2Fkombu-2.5.12.tar.gz
2013-08-12 20:02:39 Running setup.py egg_info for package kombu
2013-08-12 20:02:39
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): pycrypto>=2.6 in /usr/local/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.1.0 in /opt/stack/oslo.config (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): python-swiftclient>=1.2 in /opt/stack/python-swiftclient (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): lxml>=2.3 in /usr/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): Paste in /usr/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): passlib in /usr/local/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): jsonschema>=1.3.0,!=1.4.0 in /usr/local/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): python-cinderclient>=1.0.4 in /opt/stack/python-cinderclient (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.3.0 in /opt/stack/python-keystoneclient (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): decorator in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): Tempita>=0.4 in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Downloading/unpacking amqp>=1.0.12,<1.1.0 (from kombu>=2.4.8->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fa%2Famqp%2Famqp-1.0.13.tar.gz
2013-08-12 20:02:58 Running setup.py egg_info for package amqp
2013-08-12 20:02:58
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-swiftclient>=1.2->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): Babel>=0.9.6 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Requirement already satisfied (use --upgrade to upgrade): pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=0.9.6->python-cinderclient>=1.0.4->glance==2013.2.a61.g8302c42)
2013-08-12 20:02:58 Installing collected packages: anyjson, boto, kombu, glance, amqp
2013-08-12 20:02:58 Found existing installation: anyjson 0.3.1
2013-08-12 20:02:58 Uninstalling anyjson:
2013-08-12 20:02:58 Successfully uninstalled anyjson
2013-08-12 20:02:58 Running setup.py install for anyjson
2013-08-12 20:02:59
2013-08-12 20:02:59 Found existing installation: boto 2.2.2
2013-08-12 20:02:59 Uninstalling boto:
2013-08-12 20:02:59 Successfully uninstalled boto
2013-08-12 20:02:59 Running setup.py install for boto
2013-08-12 20:02:59
2013-08-12 20:02:59 warning: no files found matching 'boto/mturk/test/*.doctest'
2013-08-12 20:02:59 warning: no files found matching 'boto/mturk/test/.gitignore'
2013-08-12 20:02:59 changing mode of build/scripts-2.7/sdbadmin from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/elbadmin from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/cfadmin from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/s3put from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/fetch_file from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/launch_instance from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/list_instances from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/taskadmin from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/kill_instance from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/bundle_image from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/pyami_sendmail from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/lss3 from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/cq from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/route53 from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/cwutil from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/instance_events from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/asadmin from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/glacier from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/mturk from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/dynamodb_dump from 644 to 755
2013-08-12 20:02:59 changing mode of build/scripts-2.7/dynamodb_load from 644 to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/dynamodb_load to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/cwutil to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/bundle_image to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/s3put to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/lss3 to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/pyami_sendmail to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/cq to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/asadmin to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/taskadmin to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/dynamodb_dump to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/kill_instance to 755
2013-08-12 20:02:59 changing mode of /usr/local/bin/elbadmin to 755
2013-08-12 20:03:00 changing mode of /usr/local/bin/sdbadmin to 755
2013-08-12 20:03:00 changing mode of /usr/local/bin/fetch_file to 755
2013-08-12 20:03:00 changing mode of /usr/local/bin/cfadmin to 755
2013-08-12 20:03:00 changing mode of /usr/local/bin/list_instances to 755
2013-08-12 20:03:00 changing mode of /usr/local/bin/glacier to 755
2013-08-12 20:03:00 changing mode of /usr/local/bin/launch_instance to 755
2013-08-12 20:03:00 changing mode of /usr/local/bin/route53 to 755
2013-08-12 20:03:00 changing mode of /usr/local/bin/mturk to 755
2013-08-12 20:03:00 changing mode of /usr/local/bin/instance_events to 755
2013-08-12 20:03:00 Found existing installation: kombu 1.4.3
2013-08-12 20:03:00 Uninstalling kombu:
2013-08-12 20:03:00 Successfully uninstalled kombu
2013-08-12 20:03:00 Running setup.py install for kombu
2013-08-12 20:03:00
2013-08-12 20:03:00 Running setup.py develop for glance
2013-08-12 20:03:00 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 20:03:00 /usr/bin/python -E -c pass
2013-08-12 20:03:00 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 20:03:00 [pbr] Reusing existing SOURCES.txt
2013-08-12 20:03:00 Creating /usr/local/lib/python2.7/dist-packages/glance.egg-link (link to .)
2013-08-12 20:03:00 Adding glance 2013.2.a61.g8302c42 to easy-install.pth file
2013-08-12 20:03:00 Installing glance-scrubber script to /usr/local/bin
2013-08-12 20:03:00 Installing glance-cache-pruner script to /usr/local/bin
2013-08-12 20:03:00 Installing glance-cache-cleaner script to /usr/local/bin
2013-08-12 20:03:00 Installing glance-api script to /usr/local/bin
2013-08-12 20:03:00 Installing glance-cache-prefetcher script to /usr/local/bin
2013-08-12 20:03:00 Installing glance-replicator script to /usr/local/bin
2013-08-12 20:03:00 Installing glance-cache-manage script to /usr/local/bin
2013-08-12 20:03:00 Installing glance-manage script to /usr/local/bin
2013-08-12 20:03:00 Installing glance-control script to /usr/local/bin
2013-08-12 20:03:00 Installing glance-registry script to /usr/local/bin
2013-08-12 20:03:00
2013-08-12 20:03:00 Installed /opt/stack/glance
2013-08-12 20:03:00 Running setup.py install for amqp
2013-08-12 20:03:00
2013-08-12 20:03:00 Successfully installed anyjson boto kombu glance amqp
2013-08-12 20:03:00 Cleaning up...
2013-08-12 20:03:00 + sudo rm -rf /tmp/pip-build.3ISLF
2013-08-12 20:03:00 + sudo chown -R vagrant /opt/stack/glance/glance.egg-info
2013-08-12 20:03:00 + configure_glance
2013-08-12 20:03:00 + [[ ! -d /etc/glance ]]
2013-08-12 20:03:00 + sudo mkdir -p /etc/glance
2013-08-12 20:03:01 + sudo chown vagrant /etc/glance
2013-08-12 20:03:01 + cp /opt/stack/glance/etc/glance-registry.conf /etc/glance/glance-registry.conf
2013-08-12 20:03:01 + iniset /etc/glance/glance-registry.conf DEFAULT debug True
2013-08-12 20:03:01 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:01 + local section=DEFAULT
2013-08-12 20:03:01 + local option=debug
2013-08-12 20:03:01 + local value=True
2013-08-12 20:03:01 + grep -q '^\[DEFAULT\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:01 + ini_has_option /etc/glance/glance-registry.conf DEFAULT debug
2013-08-12 20:03:01 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:01 + local section=DEFAULT
2013-08-12 20:03:01 + local option=debug
2013-08-12 20:03:01 + local line
2013-08-12 20:03:01 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^debug[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:01 + line=
2013-08-12 20:03:01 + '[' -n '' ']'
2013-08-12 20:03:01 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:01 debug = True
2013-08-12 20:03:01 ' /etc/glance/glance-registry.conf
2013-08-12 20:03:01 + inicomment /etc/glance/glance-registry.conf DEFAULT log_file
2013-08-12 20:03:01 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:01 + local section=DEFAULT
2013-08-12 20:03:01 + local option=log_file
2013-08-12 20:03:01 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(log_file[ \t]*=.*$\)|#\1|' /etc/glance/glance-registry.conf
2013-08-12 20:03:01 ++ database_connection_url glance
2013-08-12 20:03:01 ++ local db=glance
2013-08-12 20:03:01 ++ database_connection_url_mysql glance
2013-08-12 20:03:01 ++ local db=glance
2013-08-12 20:03:01 ++ echo 'mysql://root:stackdb@localhost/glance?charset=utf8'
2013-08-12 20:03:01 + local 'dburl=mysql://root:stackdb@localhost/glance?charset=utf8'
2013-08-12 20:03:01 + iniset /etc/glance/glance-registry.conf DEFAULT sql_connection 'mysql://root:stackdb@localhost/glance?charset=utf8'
2013-08-12 20:03:01 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:01 + local section=DEFAULT
2013-08-12 20:03:01 + local option=sql_connection
2013-08-12 20:03:01 + local 'value=mysql://root:stackdb@localhost/glance?charset=utf8'
2013-08-12 20:03:01 + grep -q '^\[DEFAULT\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:01 + ini_has_option /etc/glance/glance-registry.conf DEFAULT sql_connection
2013-08-12 20:03:01 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:01 + local section=DEFAULT
2013-08-12 20:03:01 + local option=sql_connection
2013-08-12 20:03:01 + local line
2013-08-12 20:03:01 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^sql_connection[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:01 + line='sql_connection = sqlite:///glance.sqlite'
2013-08-12 20:03:01 + '[' -n 'sql_connection = sqlite:///glance.sqlite' ']'
2013-08-12 20:03:01 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(sql_connection[ \t]*=[ \t]*\).*$|\1mysql://root:stackdb@localhost/glance?charset=utf8|' /etc/glance/glance-registry.conf
2013-08-12 20:03:01 + iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False
2013-08-12 20:03:01 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:01 + local section=DEFAULT
2013-08-12 20:03:01 + local option=use_syslog
2013-08-12 20:03:01 + local value=False
2013-08-12 20:03:02 + grep -q '^\[DEFAULT\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + ini_has_option /etc/glance/glance-registry.conf DEFAULT use_syslog
2013-08-12 20:03:02 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:02 + local section=DEFAULT
2013-08-12 20:03:02 + local option=use_syslog
2013-08-12 20:03:02 + local line
2013-08-12 20:03:02 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^use_syslog[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + line=
2013-08-12 20:03:02 + '[' -n '' ']'
2013-08-12 20:03:02 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:02 use_syslog = False
2013-08-12 20:03:02 ' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone
2013-08-12 20:03:02 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:02 + local section=paste_deploy
2013-08-12 20:03:02 + local option=flavor
2013-08-12 20:03:02 + local value=keystone
2013-08-12 20:03:02 + grep -q '^\[paste_deploy\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + ini_has_option /etc/glance/glance-registry.conf paste_deploy flavor
2013-08-12 20:03:02 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:02 + local section=paste_deploy
2013-08-12 20:03:02 + local option=flavor
2013-08-12 20:03:02 + local line
2013-08-12 20:03:02 ++ sed -ne '/^\[paste_deploy\]/,/^\[.*\]/ { /^flavor[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + line=
2013-08-12 20:03:02 + '[' -n '' ']'
2013-08-12 20:03:02 + sed -i -e '/^\[paste_deploy\]/ a\
2013-08-12 20:03:02 flavor = keystone
2013-08-12 20:03:02 ' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + iniset /etc/glance/glance-registry.conf keystone_authtoken auth_host 10.0.2.15
2013-08-12 20:03:02 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:02 + local section=keystone_authtoken
2013-08-12 20:03:02 + local option=auth_host
2013-08-12 20:03:02 + local value=10.0.2.15
2013-08-12 20:03:02 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + ini_has_option /etc/glance/glance-registry.conf keystone_authtoken auth_host
2013-08-12 20:03:02 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:02 + local section=keystone_authtoken
2013-08-12 20:03:02 + local option=auth_host
2013-08-12 20:03:02 + local line
2013-08-12 20:03:02 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_host[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + line='auth_host = 127.0.0.1'
2013-08-12 20:03:02 + '[' -n 'auth_host = 127.0.0.1' ']'
2013-08-12 20:03:02 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(auth_host[ \t]*=[ \t]*\).*$|\110.0.2.15|' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + iniset /etc/glance/glance-registry.conf keystone_authtoken auth_port 35357
2013-08-12 20:03:02 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:02 + local section=keystone_authtoken
2013-08-12 20:03:02 + local option=auth_port
2013-08-12 20:03:02 + local value=35357
2013-08-12 20:03:02 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:02 + ini_has_option /etc/glance/glance-registry.conf keystone_authtoken auth_port
2013-08-12 20:03:02 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:02 + local section=keystone_authtoken
2013-08-12 20:03:02 + local option=auth_port
2013-08-12 20:03:02 + local line
2013-08-12 20:03:02 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_port[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + line='auth_port = 35357'
2013-08-12 20:03:03 + '[' -n 'auth_port = 35357' ']'
2013-08-12 20:03:03 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(auth_port[ \t]*=[ \t]*\).*$|\135357|' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + iniset /etc/glance/glance-registry.conf keystone_authtoken auth_protocol http
2013-08-12 20:03:03 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:03 + local section=keystone_authtoken
2013-08-12 20:03:03 + local option=auth_protocol
2013-08-12 20:03:03 + local value=http
2013-08-12 20:03:03 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + ini_has_option /etc/glance/glance-registry.conf keystone_authtoken auth_protocol
2013-08-12 20:03:03 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:03 + local section=keystone_authtoken
2013-08-12 20:03:03 + local option=auth_protocol
2013-08-12 20:03:03 + local line
2013-08-12 20:03:03 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_protocol[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + line='auth_protocol = http'
2013-08-12 20:03:03 + '[' -n 'auth_protocol = http' ']'
2013-08-12 20:03:03 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(auth_protocol[ \t]*=[ \t]*\).*$|\1http|' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + iniset /etc/glance/glance-registry.conf keystone_authtoken auth_uri http://10.0.2.15:5000/
2013-08-12 20:03:03 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:03 + local section=keystone_authtoken
2013-08-12 20:03:03 + local option=auth_uri
2013-08-12 20:03:03 + local value=http://10.0.2.15:5000/
2013-08-12 20:03:03 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + ini_has_option /etc/glance/glance-registry.conf keystone_authtoken auth_uri
2013-08-12 20:03:03 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:03 + local section=keystone_authtoken
2013-08-12 20:03:03 + local option=auth_uri
2013-08-12 20:03:03 + local line
2013-08-12 20:03:03 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_uri[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + line=
2013-08-12 20:03:03 + '[' -n '' ']'
2013-08-12 20:03:03 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:03:03 auth_uri = http://10.0.2.15:5000/
2013-08-12 20:03:03 ' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + iniset /etc/glance/glance-registry.conf keystone_authtoken admin_tenant_name service
2013-08-12 20:03:03 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:03 + local section=keystone_authtoken
2013-08-12 20:03:03 + local option=admin_tenant_name
2013-08-12 20:03:03 + local value=service
2013-08-12 20:03:03 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + ini_has_option /etc/glance/glance-registry.conf keystone_authtoken admin_tenant_name
2013-08-12 20:03:03 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:03 + local section=keystone_authtoken
2013-08-12 20:03:03 + local option=admin_tenant_name
2013-08-12 20:03:03 + local line
2013-08-12 20:03:03 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_tenant_name[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + line='admin_tenant_name = %SERVICE_TENANT_NAME%'
2013-08-12 20:03:03 + '[' -n 'admin_tenant_name = %SERVICE_TENANT_NAME%' ']'
2013-08-12 20:03:03 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(admin_tenant_name[ \t]*=[ \t]*\).*$|\1service|' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + iniset /etc/glance/glance-registry.conf keystone_authtoken admin_user glance
2013-08-12 20:03:03 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:03 + local section=keystone_authtoken
2013-08-12 20:03:03 + local option=admin_user
2013-08-12 20:03:03 + local value=glance
2013-08-12 20:03:03 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:03 + ini_has_option /etc/glance/glance-registry.conf keystone_authtoken admin_user
2013-08-12 20:03:03 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:03 + local section=keystone_authtoken
2013-08-12 20:03:04 + local option=admin_user
2013-08-12 20:03:04 + local line
2013-08-12 20:03:04 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_user[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:04 + line='admin_user = %SERVICE_USER%'
2013-08-12 20:03:04 + '[' -n 'admin_user = %SERVICE_USER%' ']'
2013-08-12 20:03:04 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(admin_user[ \t]*=[ \t]*\).*$|\1glance|' /etc/glance/glance-registry.conf
2013-08-12 20:03:04 + iniset /etc/glance/glance-registry.conf keystone_authtoken admin_password nomoresecrete
2013-08-12 20:03:04 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:04 + local section=keystone_authtoken
2013-08-12 20:03:04 + local option=admin_password
2013-08-12 20:03:04 + local value=nomoresecrete
2013-08-12 20:03:04 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:04 + ini_has_option /etc/glance/glance-registry.conf keystone_authtoken admin_password
2013-08-12 20:03:04 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:04 + local section=keystone_authtoken
2013-08-12 20:03:04 + local option=admin_password
2013-08-12 20:03:04 + local line
2013-08-12 20:03:04 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_password[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:04 + line='admin_password = %SERVICE_PASSWORD%'
2013-08-12 20:03:04 + '[' -n 'admin_password = %SERVICE_PASSWORD%' ']'
2013-08-12 20:03:04 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(admin_password[ \t]*=[ \t]*\).*$|\1nomoresecrete|' /etc/glance/glance-registry.conf
2013-08-12 20:03:04 + iniset /etc/glance/glance-registry.conf keystone_authtoken signing_dir /var/cache/glance/registry
2013-08-12 20:03:04 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:04 + local section=keystone_authtoken
2013-08-12 20:03:04 + local option=signing_dir
2013-08-12 20:03:04 + local value=/var/cache/glance/registry
2013-08-12 20:03:04 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-registry.conf
2013-08-12 20:03:04 + ini_has_option /etc/glance/glance-registry.conf keystone_authtoken signing_dir
2013-08-12 20:03:04 + local file=/etc/glance/glance-registry.conf
2013-08-12 20:03:04 + local section=keystone_authtoken
2013-08-12 20:03:04 + local option=signing_dir
2013-08-12 20:03:04 + local line
2013-08-12 20:03:04 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^signing_dir[ \t]*=/ p; }' /etc/glance/glance-registry.conf
2013-08-12 20:03:04 + line=
2013-08-12 20:03:04 + '[' -n '' ']'
2013-08-12 20:03:04 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:03:04 signing_dir = /var/cache/glance/registry
2013-08-12 20:03:04 ' /etc/glance/glance-registry.conf
2013-08-12 20:03:04 + cp /opt/stack/glance/etc/glance-api.conf /etc/glance/glance-api.conf
2013-08-12 20:03:04 + iniset /etc/glance/glance-api.conf DEFAULT debug True
2013-08-12 20:03:04 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:04 + local section=DEFAULT
2013-08-12 20:03:04 + local option=debug
2013-08-12 20:03:04 + local value=True
2013-08-12 20:03:04 + grep -q '^\[DEFAULT\]' /etc/glance/glance-api.conf
2013-08-12 20:03:04 + ini_has_option /etc/glance/glance-api.conf DEFAULT debug
2013-08-12 20:03:04 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:04 + local section=DEFAULT
2013-08-12 20:03:04 + local option=debug
2013-08-12 20:03:04 + local line
2013-08-12 20:03:04 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^debug[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:04 + line=
2013-08-12 20:03:04 + '[' -n '' ']'
2013-08-12 20:03:04 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:04 debug = True
2013-08-12 20:03:04 ' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + inicomment /etc/glance/glance-api.conf DEFAULT log_file
2013-08-12 20:03:05 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:05 + local section=DEFAULT
2013-08-12 20:03:05 + local option=log_file
2013-08-12 20:03:05 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(log_file[ \t]*=.*$\)|#\1|' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + iniset /etc/glance/glance-api.conf DEFAULT sql_connection 'mysql://root:stackdb@localhost/glance?charset=utf8'
2013-08-12 20:03:05 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:05 + local section=DEFAULT
2013-08-12 20:03:05 + local option=sql_connection
2013-08-12 20:03:05 + local 'value=mysql://root:stackdb@localhost/glance?charset=utf8'
2013-08-12 20:03:05 + grep -q '^\[DEFAULT\]' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + ini_has_option /etc/glance/glance-api.conf DEFAULT sql_connection
2013-08-12 20:03:05 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:05 + local section=DEFAULT
2013-08-12 20:03:05 + local option=sql_connection
2013-08-12 20:03:05 + local line
2013-08-12 20:03:05 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^sql_connection[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + line='sql_connection = sqlite:///glance.sqlite'
2013-08-12 20:03:05 + '[' -n 'sql_connection = sqlite:///glance.sqlite' ']'
2013-08-12 20:03:05 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(sql_connection[ \t]*=[ \t]*\).*$|\1mysql://root:stackdb@localhost/glance?charset=utf8|' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + iniset /etc/glance/glance-api.conf DEFAULT use_syslog False
2013-08-12 20:03:05 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:05 + local section=DEFAULT
2013-08-12 20:03:05 + local option=use_syslog
2013-08-12 20:03:05 + local value=False
2013-08-12 20:03:05 + grep -q '^\[DEFAULT\]' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + ini_has_option /etc/glance/glance-api.conf DEFAULT use_syslog
2013-08-12 20:03:05 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:05 + local section=DEFAULT
2013-08-12 20:03:05 + local option=use_syslog
2013-08-12 20:03:05 + local line
2013-08-12 20:03:05 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^use_syslog[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + line=
2013-08-12 20:03:05 + '[' -n '' ']'
2013-08-12 20:03:05 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:05 use_syslog = False
2013-08-12 20:03:05 ' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + iniset /etc/glance/glance-api.conf DEFAULT filesystem_store_datadir /opt/stack/data/glance/images/
2013-08-12 20:03:05 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:05 + local section=DEFAULT
2013-08-12 20:03:05 + local option=filesystem_store_datadir
2013-08-12 20:03:05 + local value=/opt/stack/data/glance/images/
2013-08-12 20:03:05 + grep -q '^\[DEFAULT\]' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + ini_has_option /etc/glance/glance-api.conf DEFAULT filesystem_store_datadir
2013-08-12 20:03:05 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:05 + local section=DEFAULT
2013-08-12 20:03:05 + local option=filesystem_store_datadir
2013-08-12 20:03:05 + local line
2013-08-12 20:03:05 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^filesystem_store_datadir[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + line='filesystem_store_datadir = /var/lib/glance/images/'
2013-08-12 20:03:05 + '[' -n 'filesystem_store_datadir = /var/lib/glance/images/' ']'
2013-08-12 20:03:05 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(filesystem_store_datadir[ \t]*=[ \t]*\).*$|\1/opt/stack/data/glance/images/|' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2013-08-12 20:03:05 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:05 + local section=DEFAULT
2013-08-12 20:03:05 + local option=image_cache_dir
2013-08-12 20:03:05 + local value=/opt/stack/data/glance/cache/
2013-08-12 20:03:05 + grep -q '^\[DEFAULT\]' /etc/glance/glance-api.conf
2013-08-12 20:03:05 + ini_has_option /etc/glance/glance-api.conf DEFAULT image_cache_dir
2013-08-12 20:03:06 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:06 + local section=DEFAULT
2013-08-12 20:03:06 + local option=image_cache_dir
2013-08-12 20:03:06 + local line
2013-08-12 20:03:06 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^image_cache_dir[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + line='image_cache_dir = /var/lib/glance/image-cache/'
2013-08-12 20:03:06 + '[' -n 'image_cache_dir = /var/lib/glance/image-cache/' ']'
2013-08-12 20:03:06 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(image_cache_dir[ \t]*=[ \t]*\).*$|\1/opt/stack/data/glance/cache/|' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement
2013-08-12 20:03:06 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:06 + local section=paste_deploy
2013-08-12 20:03:06 + local option=flavor
2013-08-12 20:03:06 + local value=keystone+cachemanagement
2013-08-12 20:03:06 + grep -q '^\[paste_deploy\]' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + ini_has_option /etc/glance/glance-api.conf paste_deploy flavor
2013-08-12 20:03:06 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:06 + local section=paste_deploy
2013-08-12 20:03:06 + local option=flavor
2013-08-12 20:03:06 + local line
2013-08-12 20:03:06 ++ sed -ne '/^\[paste_deploy\]/,/^\[.*\]/ { /^flavor[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + line=
2013-08-12 20:03:06 + '[' -n '' ']'
2013-08-12 20:03:06 + sed -i -e '/^\[paste_deploy\]/ a\
2013-08-12 20:03:06 flavor = keystone+cachemanagement
2013-08-12 20:03:06 ' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + iniset /etc/glance/glance-api.conf keystone_authtoken auth_host 10.0.2.15
2013-08-12 20:03:06 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:06 + local section=keystone_authtoken
2013-08-12 20:03:06 + local option=auth_host
2013-08-12 20:03:06 + local value=10.0.2.15
2013-08-12 20:03:06 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + ini_has_option /etc/glance/glance-api.conf keystone_authtoken auth_host
2013-08-12 20:03:06 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:06 + local section=keystone_authtoken
2013-08-12 20:03:06 + local option=auth_host
2013-08-12 20:03:06 + local line
2013-08-12 20:03:06 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_host[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + line='auth_host = 127.0.0.1'
2013-08-12 20:03:06 + '[' -n 'auth_host = 127.0.0.1' ']'
2013-08-12 20:03:06 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(auth_host[ \t]*=[ \t]*\).*$|\110.0.2.15|' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + iniset /etc/glance/glance-api.conf keystone_authtoken auth_port 35357
2013-08-12 20:03:06 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:06 + local section=keystone_authtoken
2013-08-12 20:03:06 + local option=auth_port
2013-08-12 20:03:06 + local value=35357
2013-08-12 20:03:06 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + ini_has_option /etc/glance/glance-api.conf keystone_authtoken auth_port
2013-08-12 20:03:06 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:06 + local section=keystone_authtoken
2013-08-12 20:03:06 + local option=auth_port
2013-08-12 20:03:06 + local line
2013-08-12 20:03:06 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_port[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:06 + line='auth_port = 35357'
2013-08-12 20:03:06 + '[' -n 'auth_port = 35357' ']'
2013-08-12 20:03:06 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(auth_port[ \t]*=[ \t]*\).*$|\135357|' /etc/glance/glance-api.conf
2013-08-12 20:03:07 + iniset /etc/glance/glance-api.conf keystone_authtoken auth_protocol http
2013-08-12 20:03:07 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:07 + local section=keystone_authtoken
2013-08-12 20:03:07 + local option=auth_protocol
2013-08-12 20:03:07 + local value=http
2013-08-12 20:03:07 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-api.conf
2013-08-12 20:03:07 + ini_has_option /etc/glance/glance-api.conf keystone_authtoken auth_protocol
2013-08-12 20:03:07 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:07 + local section=keystone_authtoken
2013-08-12 20:03:07 + local option=auth_protocol
2013-08-12 20:03:07 + local line
2013-08-12 20:03:07 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_protocol[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:07 + line='auth_protocol = http'
2013-08-12 20:03:07 + '[' -n 'auth_protocol = http' ']'
2013-08-12 20:03:07 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(auth_protocol[ \t]*=[ \t]*\).*$|\1http|' /etc/glance/glance-api.conf
2013-08-12 20:03:07 + iniset /etc/glance/glance-api.conf keystone_authtoken auth_uri http://10.0.2.15:5000/
2013-08-12 20:03:07 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:07 + local section=keystone_authtoken
2013-08-12 20:03:07 + local option=auth_uri
2013-08-12 20:03:07 + local value=http://10.0.2.15:5000/
2013-08-12 20:03:07 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-api.conf
2013-08-12 20:03:07 + ini_has_option /etc/glance/glance-api.conf keystone_authtoken auth_uri
2013-08-12 20:03:07 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:07 + local section=keystone_authtoken
2013-08-12 20:03:07 + local option=auth_uri
2013-08-12 20:03:07 + local line
2013-08-12 20:03:07 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_uri[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:07 + line=
2013-08-12 20:03:07 + '[' -n '' ']'
2013-08-12 20:03:07 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:03:07 auth_uri = http://10.0.2.15:5000/
2013-08-12 20:03:07 ' /etc/glance/glance-api.conf
2013-08-12 20:03:07 + iniset /etc/glance/glance-api.conf keystone_authtoken admin_tenant_name service
2013-08-12 20:03:07 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:07 + local section=keystone_authtoken
2013-08-12 20:03:07 + local option=admin_tenant_name
2013-08-12 20:03:07 + local value=service
2013-08-12 20:03:07 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-api.conf
2013-08-12 20:03:07 + ini_has_option /etc/glance/glance-api.conf keystone_authtoken admin_tenant_name
2013-08-12 20:03:07 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:07 + local section=keystone_authtoken
2013-08-12 20:03:07 + local option=admin_tenant_name
2013-08-12 20:03:07 + local line
2013-08-12 20:03:07 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_tenant_name[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:08 + line='admin_tenant_name = %SERVICE_TENANT_NAME%'
2013-08-12 20:03:08 + '[' -n 'admin_tenant_name = %SERVICE_TENANT_NAME%' ']'
2013-08-12 20:03:08 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(admin_tenant_name[ \t]*=[ \t]*\).*$|\1service|' /etc/glance/glance-api.conf
2013-08-12 20:03:08 + iniset /etc/glance/glance-api.conf keystone_authtoken admin_user glance
2013-08-12 20:03:08 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:08 + local section=keystone_authtoken
2013-08-12 20:03:08 + local option=admin_user
2013-08-12 20:03:08 + local value=glance
2013-08-12 20:03:08 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-api.conf
2013-08-12 20:03:08 + ini_has_option /etc/glance/glance-api.conf keystone_authtoken admin_user
2013-08-12 20:03:08 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:08 + local section=keystone_authtoken
2013-08-12 20:03:08 + local option=admin_user
2013-08-12 20:03:08 + local line
2013-08-12 20:03:08 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_user[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:08 + line='admin_user = %SERVICE_USER%'
2013-08-12 20:03:08 + '[' -n 'admin_user = %SERVICE_USER%' ']'
2013-08-12 20:03:08 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(admin_user[ \t]*=[ \t]*\).*$|\1glance|' /etc/glance/glance-api.conf
2013-08-12 20:03:08 + iniset /etc/glance/glance-api.conf keystone_authtoken admin_password nomoresecrete
2013-08-12 20:03:08 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:08 + local section=keystone_authtoken
2013-08-12 20:03:08 + local option=admin_password
2013-08-12 20:03:08 + local value=nomoresecrete
2013-08-12 20:03:08 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-api.conf
2013-08-12 20:03:08 + ini_has_option /etc/glance/glance-api.conf keystone_authtoken admin_password
2013-08-12 20:03:08 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:08 + local section=keystone_authtoken
2013-08-12 20:03:08 + local option=admin_password
2013-08-12 20:03:08 + local line
2013-08-12 20:03:08 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_password[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:08 + line='admin_password = %SERVICE_PASSWORD%'
2013-08-12 20:03:08 + '[' -n 'admin_password = %SERVICE_PASSWORD%' ']'
2013-08-12 20:03:08 + sed -i -e '/^\[keystone_authtoken\]/,/^\[.*\]/ s|^\(admin_password[ \t]*=[ \t]*\).*$|\1nomoresecrete|' /etc/glance/glance-api.conf
2013-08-12 20:03:08 + is_service_enabled qpid
2013-08-12 20:03:08 + services=qpid
2013-08-12 20:03:08 + for service in '${services}'
2013-08-12 20:03:08 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,qpid, ]]
2013-08-12 20:03:08 + [[ qpid == n-cell-* ]]
2013-08-12 20:03:08 + [[ qpid == \n\o\v\a ]]
2013-08-12 20:03:08 + [[ qpid == \c\i\n\d\e\r ]]
2013-08-12 20:03:08 + [[ qpid == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:03:08 + [[ qpid == \g\l\a\n\c\e ]]
2013-08-12 20:03:08 + [[ qpid == \n\e\u\t\r\o\n ]]
2013-08-12 20:03:08 + [[ qpid == \s\w\i\f\t ]]
2013-08-12 20:03:08 + [[ qpid == s-* ]]
2013-08-12 20:03:09 + return 1
2013-08-12 20:03:09 + '[' -n localhost ']'
2013-08-12 20:03:09 + '[' -n stackqueue ']'
2013-08-12 20:03:09 + iniset /etc/glance/glance-api.conf DEFAULT notifier_strategy rabbit
2013-08-12 20:03:09 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:09 + local section=DEFAULT
2013-08-12 20:03:09 + local option=notifier_strategy
2013-08-12 20:03:09 + local value=rabbit
2013-08-12 20:03:09 + grep -q '^\[DEFAULT\]' /etc/glance/glance-api.conf
2013-08-12 20:03:09 + ini_has_option /etc/glance/glance-api.conf DEFAULT notifier_strategy
2013-08-12 20:03:09 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:09 + local section=DEFAULT
2013-08-12 20:03:09 + local option=notifier_strategy
2013-08-12 20:03:09 + local line
2013-08-12 20:03:09 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^notifier_strategy[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:09 + line='notifier_strategy = noop'
2013-08-12 20:03:09 + '[' -n 'notifier_strategy = noop' ']'
2013-08-12 20:03:09 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(notifier_strategy[ \t]*=[ \t]*\).*$|\1rabbit|' /etc/glance/glance-api.conf
2013-08-12 20:03:09 + iniset_rpc_backend glance /etc/glance/glance-api.conf DEFAULT
2013-08-12 20:03:09 + local package=glance
2013-08-12 20:03:09 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:09 + local section=DEFAULT
2013-08-12 20:03:09 + is_service_enabled zeromq
2013-08-12 20:03:09 + services=zeromq
2013-08-12 20:03:09 + for service in '${services}'
2013-08-12 20:03:09 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,zeromq, ]]
2013-08-12 20:03:09 + [[ zeromq == n-cell-* ]]
2013-08-12 20:03:09 + [[ zeromq == \n\o\v\a ]]
2013-08-12 20:03:09 + [[ zeromq == \c\i\n\d\e\r ]]
2013-08-12 20:03:09 + [[ zeromq == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:03:09 + [[ zeromq == \g\l\a\n\c\e ]]
2013-08-12 20:03:09 + [[ zeromq == \n\e\u\t\r\o\n ]]
2013-08-12 20:03:09 + [[ zeromq == \s\w\i\f\t ]]
2013-08-12 20:03:09 + [[ zeromq == s-* ]]
2013-08-12 20:03:09 + return 1
2013-08-12 20:03:09 + is_service_enabled qpid
2013-08-12 20:03:09 + services=qpid
2013-08-12 20:03:09 + for service in '${services}'
2013-08-12 20:03:09 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,qpid, ]]
2013-08-12 20:03:09 + [[ qpid == n-cell-* ]]
2013-08-12 20:03:09 + [[ qpid == \n\o\v\a ]]
2013-08-12 20:03:09 + [[ qpid == \c\i\n\d\e\r ]]
2013-08-12 20:03:09 + [[ qpid == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:03:09 + [[ qpid == \g\l\a\n\c\e ]]
2013-08-12 20:03:09 + [[ qpid == \n\e\u\t\r\o\n ]]
2013-08-12 20:03:10 + [[ qpid == \s\w\i\f\t ]]
2013-08-12 20:03:10 + [[ qpid == s-* ]]
2013-08-12 20:03:10 + return 1
2013-08-12 20:03:10 + '[' -n '' ']'
2013-08-12 20:03:10 + is_service_enabled rabbit
2013-08-12 20:03:10 + services=rabbit
2013-08-12 20:03:10 + for service in '${services}'
2013-08-12 20:03:10 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,rabbit, ]]
2013-08-12 20:03:10 + return 0
2013-08-12 20:03:10 + iniset /etc/glance/glance-api.conf DEFAULT rpc_backend glance.openstack.common.rpc.impl_kombu
2013-08-12 20:03:10 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:10 + local section=DEFAULT
2013-08-12 20:03:10 + local option=rpc_backend
2013-08-12 20:03:10 + local value=glance.openstack.common.rpc.impl_kombu
2013-08-12 20:03:10 + grep -q '^\[DEFAULT\]' /etc/glance/glance-api.conf
2013-08-12 20:03:10 + ini_has_option /etc/glance/glance-api.conf DEFAULT rpc_backend
2013-08-12 20:03:10 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:10 + local section=DEFAULT
2013-08-12 20:03:10 + local option=rpc_backend
2013-08-12 20:03:10 + local line
2013-08-12 20:03:10 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rpc_backend[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:10 + line=
2013-08-12 20:03:10 + '[' -n '' ']'
2013-08-12 20:03:10 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:10 rpc_backend = glance.openstack.common.rpc.impl_kombu
2013-08-12 20:03:10 ' /etc/glance/glance-api.conf
2013-08-12 20:03:10 + iniset /etc/glance/glance-api.conf DEFAULT rabbit_host localhost
2013-08-12 20:03:10 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:10 + local section=DEFAULT
2013-08-12 20:03:10 + local option=rabbit_host
2013-08-12 20:03:10 + local value=localhost
2013-08-12 20:03:10 + grep -q '^\[DEFAULT\]' /etc/glance/glance-api.conf
2013-08-12 20:03:10 + ini_has_option /etc/glance/glance-api.conf DEFAULT rabbit_host
2013-08-12 20:03:10 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:10 + local section=DEFAULT
2013-08-12 20:03:10 + local option=rabbit_host
2013-08-12 20:03:10 + local line
2013-08-12 20:03:10 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rabbit_host[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:10 + line='rabbit_host = localhost'
2013-08-12 20:03:10 + '[' -n 'rabbit_host = localhost' ']'
2013-08-12 20:03:10 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(rabbit_host[ \t]*=[ \t]*\).*$|\1localhost|' /etc/glance/glance-api.conf
2013-08-12 20:03:10 + iniset /etc/glance/glance-api.conf DEFAULT rabbit_password stackqueue
2013-08-12 20:03:10 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:10 + local section=DEFAULT
2013-08-12 20:03:10 + local option=rabbit_password
2013-08-12 20:03:10 + local value=stackqueue
2013-08-12 20:03:10 + grep -q '^\[DEFAULT\]' /etc/glance/glance-api.conf
2013-08-12 20:03:11 + ini_has_option /etc/glance/glance-api.conf DEFAULT rabbit_password
2013-08-12 20:03:11 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:11 + local section=DEFAULT
2013-08-12 20:03:11 + local option=rabbit_password
2013-08-12 20:03:11 + local line
2013-08-12 20:03:11 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rabbit_password[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:11 + line='rabbit_password = guest'
2013-08-12 20:03:11 + '[' -n 'rabbit_password = guest' ']'
2013-08-12 20:03:11 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(rabbit_password[ \t]*=[ \t]*\).*$|\1stackqueue|' /etc/glance/glance-api.conf
2013-08-12 20:03:11 + iniset /etc/glance/glance-api.conf keystone_authtoken signing_dir /var/cache/glance/api
2013-08-12 20:03:11 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:11 + local section=keystone_authtoken
2013-08-12 20:03:11 + local option=signing_dir
2013-08-12 20:03:11 + local value=/var/cache/glance/api
2013-08-12 20:03:11 + grep -q '^\[keystone_authtoken\]' /etc/glance/glance-api.conf
2013-08-12 20:03:11 + ini_has_option /etc/glance/glance-api.conf keystone_authtoken signing_dir
2013-08-12 20:03:11 + local file=/etc/glance/glance-api.conf
2013-08-12 20:03:11 + local section=keystone_authtoken
2013-08-12 20:03:11 + local option=signing_dir
2013-08-12 20:03:11 + local line
2013-08-12 20:03:11 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^signing_dir[ \t]*=/ p; }' /etc/glance/glance-api.conf
2013-08-12 20:03:11 + line=
2013-08-12 20:03:11 + '[' -n '' ']'
2013-08-12 20:03:11 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:03:11 signing_dir = /var/cache/glance/api
2013-08-12 20:03:11 ' /etc/glance/glance-api.conf
2013-08-12 20:03:11 + is_service_enabled s-proxy
2013-08-12 20:03:11 + services=s-proxy
2013-08-12 20:03:11 + for service in '${services}'
2013-08-12 20:03:11 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,s-proxy, ]]
2013-08-12 20:03:11 + [[ s-proxy == n-cell-* ]]
2013-08-12 20:03:11 + [[ s-proxy == \n\o\v\a ]]
2013-08-12 20:03:11 + [[ s-proxy == \c\i\n\d\e\r ]]
2013-08-12 20:03:11 + [[ s-proxy == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:03:11 + [[ s-proxy == \g\l\a\n\c\e ]]
2013-08-12 20:03:11 + [[ s-proxy == \n\e\u\t\r\o\n ]]
2013-08-12 20:03:11 + [[ s-proxy == \s\w\i\f\t ]]
2013-08-12 20:03:11 + [[ s-proxy == s-* ]]
2013-08-12 20:03:11 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ swift ]]
2013-08-12 20:03:11 + return 1
2013-08-12 20:03:11 + cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini
2013-08-12 20:03:11 + cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini
2013-08-12 20:03:11 + cp /opt/stack/glance/etc/glance-cache.conf /etc/glance/glance-cache.conf
2013-08-12 20:03:11 + iniset /etc/glance/glance-cache.conf DEFAULT debug True
2013-08-12 20:03:11 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:11 + local section=DEFAULT
2013-08-12 20:03:12 + local option=debug
2013-08-12 20:03:12 + local value=True
2013-08-12 20:03:12 + grep -q '^\[DEFAULT\]' /etc/glance/glance-cache.conf
2013-08-12 20:03:12 + ini_has_option /etc/glance/glance-cache.conf DEFAULT debug
2013-08-12 20:03:12 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:12 + local section=DEFAULT
2013-08-12 20:03:12 + local option=debug
2013-08-12 20:03:12 + local line
2013-08-12 20:03:12 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^debug[ \t]*=/ p; }' /etc/glance/glance-cache.conf
2013-08-12 20:03:12 + line=
2013-08-12 20:03:12 + '[' -n '' ']'
2013-08-12 20:03:12 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:12 debug = True
2013-08-12 20:03:12 ' /etc/glance/glance-cache.conf
2013-08-12 20:03:12 + inicomment /etc/glance/glance-cache.conf DEFAULT log_file
2013-08-12 20:03:12 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:12 + local section=DEFAULT
2013-08-12 20:03:12 + local option=log_file
2013-08-12 20:03:12 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(log_file[ \t]*=.*$\)|#\1|' /etc/glance/glance-cache.conf
2013-08-12 20:03:12 + iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False
2013-08-12 20:03:12 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:12 + local section=DEFAULT
2013-08-12 20:03:12 + local option=use_syslog
2013-08-12 20:03:12 + local value=False
2013-08-12 20:03:12 + grep -q '^\[DEFAULT\]' /etc/glance/glance-cache.conf
2013-08-12 20:03:12 + ini_has_option /etc/glance/glance-cache.conf DEFAULT use_syslog
2013-08-12 20:03:12 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:12 + local section=DEFAULT
2013-08-12 20:03:12 + local option=use_syslog
2013-08-12 20:03:12 + local line
2013-08-12 20:03:12 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^use_syslog[ \t]*=/ p; }' /etc/glance/glance-cache.conf
2013-08-12 20:03:12 + line=
2013-08-12 20:03:12 + '[' -n '' ']'
2013-08-12 20:03:12 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:12 use_syslog = False
2013-08-12 20:03:12 ' /etc/glance/glance-cache.conf
2013-08-12 20:03:12 + iniset /etc/glance/glance-cache.conf DEFAULT filesystem_store_datadir /opt/stack/data/glance/images/
2013-08-12 20:03:12 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:12 + local section=DEFAULT
2013-08-12 20:03:12 + local option=filesystem_store_datadir
2013-08-12 20:03:12 + local value=/opt/stack/data/glance/images/
2013-08-12 20:03:12 + grep -q '^\[DEFAULT\]' /etc/glance/glance-cache.conf
2013-08-12 20:03:12 + ini_has_option /etc/glance/glance-cache.conf DEFAULT filesystem_store_datadir
2013-08-12 20:03:12 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:12 + local section=DEFAULT
2013-08-12 20:03:12 + local option=filesystem_store_datadir
2013-08-12 20:03:12 + local line
2013-08-12 20:03:12 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^filesystem_store_datadir[ \t]*=/ p; }' /etc/glance/glance-cache.conf
2013-08-12 20:03:12 + line='filesystem_store_datadir = /var/lib/glance/images/'
2013-08-12 20:03:12 + '[' -n 'filesystem_store_datadir = /var/lib/glance/images/' ']'
2013-08-12 20:03:13 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(filesystem_store_datadir[ \t]*=[ \t]*\).*$|\1/opt/stack/data/glance/images/|' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2013-08-12 20:03:13 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:13 + local section=DEFAULT
2013-08-12 20:03:13 + local option=image_cache_dir
2013-08-12 20:03:13 + local value=/opt/stack/data/glance/cache/
2013-08-12 20:03:13 + grep -q '^\[DEFAULT\]' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + ini_has_option /etc/glance/glance-cache.conf DEFAULT image_cache_dir
2013-08-12 20:03:13 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:13 + local section=DEFAULT
2013-08-12 20:03:13 + local option=image_cache_dir
2013-08-12 20:03:13 + local line
2013-08-12 20:03:13 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^image_cache_dir[ \t]*=/ p; }' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + line='image_cache_dir = /var/lib/glance/image-cache/'
2013-08-12 20:03:13 + '[' -n 'image_cache_dir = /var/lib/glance/image-cache/' ']'
2013-08-12 20:03:13 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(image_cache_dir[ \t]*=[ \t]*\).*$|\1/opt/stack/data/glance/cache/|' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_url
2013-08-12 20:03:13 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:13 + local section=DEFAULT
2013-08-12 20:03:13 + local option=auth_url
2013-08-12 20:03:13 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|[^ \t]*#[ \t]*\(auth_url[ \t]*=.*$\)|\1|' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.0.2.15:35357/v2.0
2013-08-12 20:03:13 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:13 + local section=DEFAULT
2013-08-12 20:03:13 + local option=auth_url
2013-08-12 20:03:13 + local value=http://10.0.2.15:35357/v2.0
2013-08-12 20:03:13 + grep -q '^\[DEFAULT\]' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + ini_has_option /etc/glance/glance-cache.conf DEFAULT auth_url
2013-08-12 20:03:13 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:13 + local section=DEFAULT
2013-08-12 20:03:13 + local option=auth_url
2013-08-12 20:03:13 + local line
2013-08-12 20:03:13 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^auth_url[ \t]*=/ p; }' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + line='auth_url = http://127.0.0.1:5000/v2.0/'
2013-08-12 20:03:13 + '[' -n 'auth_url = http://127.0.0.1:5000/v2.0/' ']'
2013-08-12 20:03:13 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|^\(auth_url[ \t]*=[ \t]*\).*$|\1http://10.0.2.15:35357/v2.0|' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_tenant_name
2013-08-12 20:03:13 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:13 + local section=DEFAULT
2013-08-12 20:03:13 + local option=auth_tenant_name
2013-08-12 20:03:13 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|[^ \t]*#[ \t]*\(auth_tenant_name[ \t]*=.*$\)|\1|' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service
2013-08-12 20:03:13 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:13 + local section=DEFAULT
2013-08-12 20:03:13 + local option=admin_tenant_name
2013-08-12 20:03:13 + local value=service
2013-08-12 20:03:13 + grep -q '^\[DEFAULT\]' /etc/glance/glance-cache.conf
2013-08-12 20:03:13 + ini_has_option /etc/glance/glance-cache.conf DEFAULT admin_tenant_name
2013-08-12 20:03:13 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:13 + local section=DEFAULT
2013-08-12 20:03:13 + local option=admin_tenant_name
2013-08-12 20:03:14 + local line
2013-08-12 20:03:14 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^admin_tenant_name[ \t]*=/ p; }' /etc/glance/glance-cache.conf
2013-08-12 20:03:14 + line=
2013-08-12 20:03:14 + '[' -n '' ']'
2013-08-12 20:03:14 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:14 admin_tenant_name = service
2013-08-12 20:03:14 ' /etc/glance/glance-cache.conf
2013-08-12 20:03:14 + iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_user
2013-08-12 20:03:14 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:14 + local section=DEFAULT
2013-08-12 20:03:14 + local option=auth_user
2013-08-12 20:03:14 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|[^ \t]*#[ \t]*\(auth_user[ \t]*=.*$\)|\1|' /etc/glance/glance-cache.conf
2013-08-12 20:03:14 + iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance
2013-08-12 20:03:14 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:14 + local section=DEFAULT
2013-08-12 20:03:14 + local option=admin_user
2013-08-12 20:03:14 + local value=glance
2013-08-12 20:03:14 + grep -q '^\[DEFAULT\]' /etc/glance/glance-cache.conf
2013-08-12 20:03:14 + ini_has_option /etc/glance/glance-cache.conf DEFAULT admin_user
2013-08-12 20:03:14 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:14 + local section=DEFAULT
2013-08-12 20:03:14 + local option=admin_user
2013-08-12 20:03:14 + local line
2013-08-12 20:03:14 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^admin_user[ \t]*=/ p; }' /etc/glance/glance-cache.conf
2013-08-12 20:03:14 + line=
2013-08-12 20:03:14 + '[' -n '' ']'
2013-08-12 20:03:14 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:14 admin_user = glance
2013-08-12 20:03:14 ' /etc/glance/glance-cache.conf
2013-08-12 20:03:14 + iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_password
2013-08-12 20:03:14 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:17 + local section=DEFAULT
2013-08-12 20:03:17 + local option=auth_password
2013-08-12 20:03:17 + sed -i -e '/^\[DEFAULT\]/,/^\[.*\]/ s|[^ \t]*#[ \t]*\(auth_password[ \t]*=.*$\)|\1|' /etc/glance/glance-cache.conf
2013-08-12 20:03:17 + iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecrete
2013-08-12 20:03:17 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:17 + local section=DEFAULT
2013-08-12 20:03:17 + local option=admin_password
2013-08-12 20:03:17 + local value=nomoresecrete
2013-08-12 20:03:17 + grep -q '^\[DEFAULT\]' /etc/glance/glance-cache.conf
2013-08-12 20:03:17 + ini_has_option /etc/glance/glance-cache.conf DEFAULT admin_password
2013-08-12 20:03:17 + local file=/etc/glance/glance-cache.conf
2013-08-12 20:03:17 + local section=DEFAULT
2013-08-12 20:03:17 + local option=admin_password
2013-08-12 20:03:17 + local line
2013-08-12 20:03:17 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^admin_password[ \t]*=/ p; }' /etc/glance/glance-cache.conf
2013-08-12 20:03:17 + line=
2013-08-12 20:03:17 + '[' -n '' ']'
2013-08-12 20:03:17 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:17 admin_password = nomoresecrete
2013-08-12 20:03:17 ' /etc/glance/glance-cache.conf
2013-08-12 20:03:17 + cp -p /opt/stack/glance/etc/policy.json /etc/glance/policy.json
2013-08-12 20:03:17 + is_service_enabled cinder
2013-08-12 20:03:17 + services=cinder
2013-08-12 20:03:17 + for service in '${services}'
2013-08-12 20:03:17 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,cinder, ]]
2013-08-12 20:03:17 + return 0
2013-08-12 20:03:17 + install_cinder
2013-08-12 20:03:17 + git_clone https://github.com/openstack/cinder.git /opt/stack/cinder master
2013-08-12 20:03:17 + [[ False = \T\r\u\e ]]
2013-08-12 20:03:17 + GIT_REMOTE=https://github.com/openstack/cinder.git
2013-08-12 20:03:17 + GIT_DEST=/opt/stack/cinder
2013-08-12 20:03:17 + GIT_REF=master
2013-08-12 20:03:17 + echo master
2013-08-12 20:03:17 + egrep -q '^refs'
2013-08-12 20:03:17 + [[ ! -d /opt/stack/cinder ]]
2013-08-12 20:03:17 + [[ False = \T\r\u\e ]]
2013-08-12 20:03:17 + git clone https://github.com/openstack/cinder.git /opt/stack/cinder
2013-08-12 20:03:17 Cloning into '/opt/stack/cinder'...
2013-08-12 20:03:17 + cd /opt/stack/cinder
2013-08-12 20:03:17 + git checkout master
2013-08-12 20:03:17 Already on 'master'
2013-08-12 20:03:18 + setup_develop /opt/stack/cinder
2013-08-12 20:03:18 + local project_dir=/opt/stack/cinder
2013-08-12 20:03:18 + [[ False = True ]]
2013-08-12 20:03:18 + SUDO_CMD=sudo
2013-08-12 20:03:18 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/cinder'
2013-08-12 20:03:18 cd /opt/stack/requirements; sudo python update.py /opt/stack/cinder
2013-08-12 20:03:18 + cd /opt/stack/cinder
2013-08-12 20:03:18 + git diff --quiet
2013-08-12 20:03:18 + cd /opt/stack/requirements
2013-08-12 20:03:18 + sudo python update.py /opt/stack/cinder
2013-08-12 20:03:18 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/cinder/requirements.txt)
2013-08-12 20:03:18 Syncing /opt/stack/cinder/requirements.txt
2013-08-12 20:03:39 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/cinder/test-requirements.txt)
2013-08-12 20:03:39 Syncing /opt/stack/cinder/test-requirements.txt
2013-08-12 20:03:39 Syncing setup.py
2013-08-12 20:03:39 + pip_install -e /opt/stack/cinder
2013-08-12 20:03:39 + [[ False = \T\r\u\e ]]
2013-08-12 20:03:39 + [[ -z -e /opt/stack/cinder ]]
2013-08-12 20:03:39 + [[ -z deb ]]
2013-08-12 20:03:39 + [[ False = True ]]
2013-08-12 20:03:39 + SUDO_PIP=sudo
2013-08-12 20:03:39 ++ get_pip_command
2013-08-12 20:03:39 ++ which pip
2013-08-12 20:03:39 ++ '[' 0 -ne 0 ']'
2013-08-12 20:03:39 + CMD_PIP=/usr/local/bin/pip
2013-08-12 20:03:39 + is_fedora
2013-08-12 20:03:39 + [[ -z Ubuntu ]]
2013-08-12 20:03:39 + '[' Ubuntu = Fedora ']'
2013-08-12 20:03:39 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 20:03:39 + '[' Ubuntu = CentOS ']'
2013-08-12 20:03:39 + PIP_USE_MIRRORS=True
2013-08-12 20:03:39 + [[ True != \F\a\l\s\e ]]
2013-08-12 20:03:39 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 20:03:39 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 20:03:39 + local pip_build_tmp=/tmp/pip-build.2y7H5
2013-08-12 20:03:39 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.2y7H5 --use-mirrors -e /opt/stack/cinder
2013-08-12 20:03:39 Obtaining file:///opt/stack/cinder
2013-08-12 20:03:39 Running setup.py egg_info for package from file:///opt/stack/cinder
2013-08-12 20:03:39 [pbr] Processing SOURCES.txt
2013-08-12 20:03:39 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 20:03:39
2013-08-12 20:03:39 [pbr] In git context, generating filelist from git
2013-08-12 20:03:39 warning: no files found matching 'AUTHORS'
2013-08-12 20:03:39 warning: no files found matching 'ChangeLog'
2013-08-12 20:03:39 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:03:39 warning: no files found matching 'AUTHORS'
2013-08-12 20:03:39 warning: no files found matching 'ChangeLog'
2013-08-12 20:03:39 warning: no previously-included files found matching '.gitignore'
2013-08-12 20:03:39 warning: no previously-included files found matching '.gitreview'
2013-08-12 20:03:39 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:03:39 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:39 Requirement already satisfied (use --upgrade to upgrade): amqplib>=0.6.1 in /usr/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:39 Requirement already satisfied (use --upgrade to upgrade): anyjson>=0.3.3 in /usr/local/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): Babel>=0.9.6 in /usr/local/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): eventlet>=0.13.0 in /usr/local/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): greenlet>=0.3.2 in /usr/local/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): kombu>=2.4.8 in /usr/local/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): lockfile>=0.8 in /usr/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): lxml>=2.3 in /usr/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.1.0 in /opt/stack/oslo.config (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Downloading/unpacking paramiko>=1.8.0 (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fparamiko%2Fparamiko-1.11.0.tar.gz
2013-08-12 20:03:40 Running setup.py egg_info for package paramiko
2013-08-12 20:03:40
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): Paste in /usr/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): PasteDeploy>=1.5.0 in /usr/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): python-glanceclient>=0.9.0 in /opt/stack/python-glanceclient (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:40 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.3.0 in /opt/stack/python-keystoneclient (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): python-swiftclient>=1.2 in /opt/stack/python-swiftclient (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): Routes>=1.12.3 in /usr/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy>=0.7.8,<=0.7.99 in /usr/local/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): sqlalchemy-migrate>=0.7.2 in /usr/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): stevedore>=0.10 in /usr/local/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): WebOb>=1.2.3,<1.3 in /usr/local/lib/python2.7/dist-packages (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): wsgiref>=0.1.2 in /usr/lib/python2.7 (from cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=0.9.6->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): amqp>=1.0.12,<1.1.0 in /usr/local/lib/python2.7/dist-packages (from kombu>=2.4.8->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): pycrypto>=2.1,!=2.4 in /usr/local/lib/python2.7/dist-packages (from paramiko>=1.8.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): warlock>=1.0.1,<2 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:41 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:42 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:42 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.3.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:42 Requirement already satisfied (use --upgrade to upgrade): decorator in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:42 Requirement already satisfied (use --upgrade to upgrade): Tempita>=0.4 in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:42 Requirement already satisfied (use --upgrade to upgrade): jsonschema>=0.7,<3 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:42 Requirement already satisfied (use --upgrade to upgrade): jsonpatch>=0.10,<2 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:42 Requirement already satisfied (use --upgrade to upgrade): jsonpointer>=1.0 in /usr/local/lib/python2.7/dist-packages (from jsonpatch>=0.10,<2->warlock>=1.0.1,<2->python-glanceclient>=0.9.0->cinder==2013.2.a202.ge6a23eb)
2013-08-12 20:03:42 Installing collected packages: paramiko, cinder
2013-08-12 20:03:42 Found existing installation: paramiko 1.7.7.1
2013-08-12 20:03:42 Uninstalling paramiko:
2013-08-12 20:03:42 Successfully uninstalled paramiko
2013-08-12 20:03:42 Running setup.py install for paramiko
2013-08-12 20:03:42
2013-08-12 20:03:42 Running setup.py develop for cinder
2013-08-12 20:03:42 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 20:03:42 /usr/bin/python -E -c pass
2013-08-12 20:03:42 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 20:03:42 [pbr] Reusing existing SOURCES.txt
2013-08-12 20:03:42 Creating /usr/local/lib/python2.7/dist-packages/cinder.egg-link (link to .)
2013-08-12 20:03:42 Adding cinder 2013.2.a202.ge6a23eb to easy-install.pth file
2013-08-12 20:03:42 Installing cinder-all script to /usr/local/bin
2013-08-12 20:03:42 Installing cinder-api script to /usr/local/bin
2013-08-12 20:03:42 Installing cinder-backup script to /usr/local/bin
2013-08-12 20:03:42 Installing cinder-clear-rabbit-queues script to /usr/local/bin
2013-08-12 20:03:42 Installing cinder-manage script to /usr/local/bin
2013-08-12 20:03:42 Installing cinder-rootwrap script to /usr/local/bin
2013-08-12 20:03:42 Installing cinder-rpc-zmq-receiver script to /usr/local/bin
2013-08-12 20:03:42 Installing cinder-scheduler script to /usr/local/bin
2013-08-12 20:03:42 Installing cinder-volume script to /usr/local/bin
2013-08-12 20:03:42 Installing cinder-volume-usage-audit script to /usr/local/bin
2013-08-12 20:03:42
2013-08-12 20:03:42 Installed /opt/stack/cinder
2013-08-12 20:03:42 Successfully installed paramiko cinder
2013-08-12 20:03:42 Cleaning up...
2013-08-12 20:03:42 + sudo rm -rf /tmp/pip-build.2y7H5
2013-08-12 20:03:42 + sudo chown -R vagrant /opt/stack/cinder/cinder.egg-info
2013-08-12 20:03:42 + configure_cinder
2013-08-12 20:03:42 + [[ ! -d /etc/cinder ]]
2013-08-12 20:03:42 + sudo mkdir -p /etc/cinder
2013-08-12 20:03:43 + sudo chown vagrant /etc/cinder
2013-08-12 20:03:43 + cp -p /opt/stack/cinder/etc/cinder/policy.json /etc/cinder
2013-08-12 20:03:43 ++ get_rootwrap_location cinder
2013-08-12 20:03:43 ++ local module=cinder
2013-08-12 20:03:43 +++ get_python_exec_prefix
2013-08-12 20:03:43 +++ is_fedora
2013-08-12 20:03:43 +++ [[ -z Ubuntu ]]
2013-08-12 20:03:43 +++ '[' Ubuntu = Fedora ']'
2013-08-12 20:03:43 +++ '[' Ubuntu = 'Red Hat' ']'
2013-08-12 20:03:43 +++ '[' Ubuntu = CentOS ']'
2013-08-12 20:03:43 +++ is_suse
2013-08-12 20:03:43 +++ [[ -z Ubuntu ]]
2013-08-12 20:03:43 +++ '[' Ubuntu = openSUSE ']'
2013-08-12 20:03:43 +++ '[' Ubuntu = 'SUSE LINUX' ']'
2013-08-12 20:03:43 +++ echo /usr/local/bin
2013-08-12 20:03:43 ++ echo /usr/local/bin/cinder-rootwrap
2013-08-12 20:03:43 + CINDER_ROOTWRAP=/usr/local/bin/cinder-rootwrap
2013-08-12 20:03:43 + ROOTWRAP_CINDER_SUDOER_CMD=/usr/local/bin/cinder-rootwrap
2013-08-12 20:03:43 + [[ -d /opt/stack/cinder/etc/cinder/rootwrap.d ]]
2013-08-12 20:03:43 + [[ -d /etc/cinder/rootwrap.d ]]
2013-08-12 20:03:43 + sudo mkdir -m 755 /etc/cinder/rootwrap.d
2013-08-12 20:03:43 + sudo cp /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d
2013-08-12 20:03:43 + sudo chown -R root:root /etc/cinder/rootwrap.d
2013-08-12 20:03:43 + sudo chmod 644 /etc/cinder/rootwrap.d/volume.filters
2013-08-12 20:03:43 + sudo cp /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/
2013-08-12 20:03:43 + sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf
2013-08-12 20:03:43 + sudo chown root:root /etc/cinder/rootwrap.conf
2013-08-12 20:03:43 + sudo chmod 0644 /etc/cinder/rootwrap.conf
2013-08-12 20:03:43 + CINDER_ROOTWRAP='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf'
2013-08-12 20:03:43 + ROOTWRAP_CINDER_SUDOER_CMD='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
2013-08-12 20:03:43 ++ mktemp
2013-08-12 20:03:43 + TEMPFILE=/tmp/tmp.HDJsOY4es0
2013-08-12 20:03:43 + echo 'vagrant ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
2013-08-12 20:03:43 + chmod 0440 /tmp/tmp.HDJsOY4es0
2013-08-12 20:03:43 + sudo chown root:root /tmp/tmp.HDJsOY4es0
2013-08-12 20:03:43 + sudo mv /tmp/tmp.HDJsOY4es0 /etc/sudoers.d/cinder-rootwrap
2013-08-12 20:03:43 + cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini
2013-08-12 20:03:43 + iniset /etc/cinder/api-paste.ini filter:authtoken auth_host 10.0.2.15
2013-08-12 20:03:43 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:43 + local section=filter:authtoken
2013-08-12 20:03:43 + local option=auth_host
2013-08-12 20:03:43 + local value=10.0.2.15
2013-08-12 20:03:44 + grep -q '^\[filter:authtoken\]' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + ini_has_option /etc/cinder/api-paste.ini filter:authtoken auth_host
2013-08-12 20:03:44 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:44 + local section=filter:authtoken
2013-08-12 20:03:44 + local option=auth_host
2013-08-12 20:03:44 + local line
2013-08-12 20:03:44 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^auth_host[ \t]*=/ p; }' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + line='auth_host = 127.0.0.1'
2013-08-12 20:03:44 + '[' -n 'auth_host = 127.0.0.1' ']'
2013-08-12 20:03:44 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(auth_host[ \t]*=[ \t]*\).*$|\110.0.2.15|' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + iniset /etc/cinder/api-paste.ini filter:authtoken auth_port 35357
2013-08-12 20:03:44 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:44 + local section=filter:authtoken
2013-08-12 20:03:44 + local option=auth_port
2013-08-12 20:03:44 + local value=35357
2013-08-12 20:03:44 + grep -q '^\[filter:authtoken\]' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + ini_has_option /etc/cinder/api-paste.ini filter:authtoken auth_port
2013-08-12 20:03:44 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:44 + local section=filter:authtoken
2013-08-12 20:03:44 + local option=auth_port
2013-08-12 20:03:44 + local line
2013-08-12 20:03:44 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^auth_port[ \t]*=/ p; }' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + line='auth_port = 35357'
2013-08-12 20:03:44 + '[' -n 'auth_port = 35357' ']'
2013-08-12 20:03:44 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(auth_port[ \t]*=[ \t]*\).*$|\135357|' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + iniset /etc/cinder/api-paste.ini filter:authtoken auth_protocol http
2013-08-12 20:03:44 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:44 + local section=filter:authtoken
2013-08-12 20:03:44 + local option=auth_protocol
2013-08-12 20:03:44 + local value=http
2013-08-12 20:03:44 + grep -q '^\[filter:authtoken\]' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + ini_has_option /etc/cinder/api-paste.ini filter:authtoken auth_protocol
2013-08-12 20:03:44 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:44 + local section=filter:authtoken
2013-08-12 20:03:44 + local option=auth_protocol
2013-08-12 20:03:44 + local line
2013-08-12 20:03:44 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^auth_protocol[ \t]*=/ p; }' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + line='auth_protocol = http'
2013-08-12 20:03:44 + '[' -n 'auth_protocol = http' ']'
2013-08-12 20:03:44 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(auth_protocol[ \t]*=[ \t]*\).*$|\1http|' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + iniset /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name service
2013-08-12 20:03:44 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:44 + local section=filter:authtoken
2013-08-12 20:03:44 + local option=admin_tenant_name
2013-08-12 20:03:44 + local value=service
2013-08-12 20:03:44 + grep -q '^\[filter:authtoken\]' /etc/cinder/api-paste.ini
2013-08-12 20:03:44 + ini_has_option /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name
2013-08-12 20:03:44 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:44 + local section=filter:authtoken
2013-08-12 20:03:44 + local option=admin_tenant_name
2013-08-12 20:03:45 + local line
2013-08-12 20:03:45 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^admin_tenant_name[ \t]*=/ p; }' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + line='admin_tenant_name = %SERVICE_TENANT_NAME%'
2013-08-12 20:03:45 + '[' -n 'admin_tenant_name = %SERVICE_TENANT_NAME%' ']'
2013-08-12 20:03:45 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(admin_tenant_name[ \t]*=[ \t]*\).*$|\1service|' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + iniset /etc/cinder/api-paste.ini filter:authtoken admin_user cinder
2013-08-12 20:03:45 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:45 + local section=filter:authtoken
2013-08-12 20:03:45 + local option=admin_user
2013-08-12 20:03:45 + local value=cinder
2013-08-12 20:03:45 + grep -q '^\[filter:authtoken\]' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + ini_has_option /etc/cinder/api-paste.ini filter:authtoken admin_user
2013-08-12 20:03:45 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:45 + local section=filter:authtoken
2013-08-12 20:03:45 + local option=admin_user
2013-08-12 20:03:45 + local line
2013-08-12 20:03:45 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^admin_user[ \t]*=/ p; }' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + line='admin_user = %SERVICE_USER%'
2013-08-12 20:03:45 + '[' -n 'admin_user = %SERVICE_USER%' ']'
2013-08-12 20:03:45 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(admin_user[ \t]*=[ \t]*\).*$|\1cinder|' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + iniset /etc/cinder/api-paste.ini filter:authtoken admin_password nomoresecrete
2013-08-12 20:03:45 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:45 + local section=filter:authtoken
2013-08-12 20:03:45 + local option=admin_password
2013-08-12 20:03:45 + local value=nomoresecrete
2013-08-12 20:03:45 + grep -q '^\[filter:authtoken\]' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + ini_has_option /etc/cinder/api-paste.ini filter:authtoken admin_password
2013-08-12 20:03:45 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:45 + local section=filter:authtoken
2013-08-12 20:03:45 + local option=admin_password
2013-08-12 20:03:45 + local line
2013-08-12 20:03:45 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^admin_password[ \t]*=/ p; }' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + line='admin_password = %SERVICE_PASSWORD%'
2013-08-12 20:03:45 + '[' -n 'admin_password = %SERVICE_PASSWORD%' ']'
2013-08-12 20:03:45 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(admin_password[ \t]*=[ \t]*\).*$|\1nomoresecrete|' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + iniset /etc/cinder/api-paste.ini filter:authtoken signing_dir /var/cache/cinder
2013-08-12 20:03:45 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:45 + local section=filter:authtoken
2013-08-12 20:03:45 + local option=signing_dir
2013-08-12 20:03:45 + local value=/var/cache/cinder
2013-08-12 20:03:45 + grep -q '^\[filter:authtoken\]' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + ini_has_option /etc/cinder/api-paste.ini filter:authtoken signing_dir
2013-08-12 20:03:45 + local file=/etc/cinder/api-paste.ini
2013-08-12 20:03:45 + local section=filter:authtoken
2013-08-12 20:03:45 + local option=signing_dir
2013-08-12 20:03:45 + local line
2013-08-12 20:03:45 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^signing_dir[ \t]*=/ p; }' /etc/cinder/api-paste.ini
2013-08-12 20:03:45 + line=
2013-08-12 20:03:46 + '[' -n '' ']'
2013-08-12 20:03:46 + sed -i -e '/^\[filter:authtoken\]/ a\
2013-08-12 20:03:46 signing_dir = /var/cache/cinder
2013-08-12 20:03:46 ' /etc/cinder/api-paste.ini
2013-08-12 20:03:46 + cp /opt/stack/cinder/etc/cinder/cinder.conf.sample /etc/cinder/cinder.conf
2013-08-12 20:03:46 + iniset /etc/cinder/cinder.conf DEFAULT auth_strategy keystone
2013-08-12 20:03:46 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:46 + local section=DEFAULT
2013-08-12 20:03:46 + local option=auth_strategy
2013-08-12 20:03:46 + local value=keystone
2013-08-12 20:03:46 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:46 + ini_has_option /etc/cinder/cinder.conf DEFAULT auth_strategy
2013-08-12 20:03:46 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:46 + local section=DEFAULT
2013-08-12 20:03:46 + local option=auth_strategy
2013-08-12 20:03:46 + local line
2013-08-12 20:03:46 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^auth_strategy[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:46 + line=
2013-08-12 20:03:46 + '[' -n '' ']'
2013-08-12 20:03:46 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:46 auth_strategy = keystone
2013-08-12 20:03:46 ' /etc/cinder/cinder.conf
2013-08-12 20:03:46 + iniset /etc/cinder/cinder.conf DEFAULT debug True
2013-08-12 20:03:46 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:46 + local section=DEFAULT
2013-08-12 20:03:46 + local option=debug
2013-08-12 20:03:46 + local value=True
2013-08-12 20:03:46 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:46 + ini_has_option /etc/cinder/cinder.conf DEFAULT debug
2013-08-12 20:03:46 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:46 + local section=DEFAULT
2013-08-12 20:03:46 + local option=debug
2013-08-12 20:03:46 + local line
2013-08-12 20:03:46 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^debug[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:46 + line=
2013-08-12 20:03:46 + '[' -n '' ']'
2013-08-12 20:03:46 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:46 debug = True
2013-08-12 20:03:46 ' /etc/cinder/cinder.conf
2013-08-12 20:03:46 + iniset /etc/cinder/cinder.conf DEFAULT verbose True
2013-08-12 20:03:46 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:46 + local section=DEFAULT
2013-08-12 20:03:46 + local option=verbose
2013-08-12 20:03:46 + local value=True
2013-08-12 20:03:47 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:47 + ini_has_option /etc/cinder/cinder.conf DEFAULT verbose
2013-08-12 20:03:47 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:47 + local section=DEFAULT
2013-08-12 20:03:47 + local option=verbose
2013-08-12 20:03:47 + local line
2013-08-12 20:03:47 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^verbose[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:47 + line=
2013-08-12 20:03:47 + '[' -n '' ']'
2013-08-12 20:03:47 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:47 verbose = True
2013-08-12 20:03:47 ' /etc/cinder/cinder.conf
2013-08-12 20:03:47 + '[' False = True ']'
2013-08-12 20:03:47 + iniset /etc/cinder/cinder.conf DEFAULT volume_group stack-volumes
2013-08-12 20:03:47 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:47 + local section=DEFAULT
2013-08-12 20:03:47 + local option=volume_group
2013-08-12 20:03:47 + local value=stack-volumes
2013-08-12 20:03:47 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:47 + ini_has_option /etc/cinder/cinder.conf DEFAULT volume_group
2013-08-12 20:03:47 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:47 + local section=DEFAULT
2013-08-12 20:03:47 + local option=volume_group
2013-08-12 20:03:47 + local line
2013-08-12 20:03:47 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^volume_group[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:47 + line=
2013-08-12 20:03:47 + '[' -n '' ']'
2013-08-12 20:03:47 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:47 volume_group = stack-volumes
2013-08-12 20:03:47 ' /etc/cinder/cinder.conf
2013-08-12 20:03:47 + iniset /etc/cinder/cinder.conf DEFAULT volume_name_template volume-%s
2013-08-12 20:03:47 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:47 + local section=DEFAULT
2013-08-12 20:03:47 + local option=volume_name_template
2013-08-12 20:03:47 + local value=volume-%s
2013-08-12 20:03:47 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:47 + ini_has_option /etc/cinder/cinder.conf DEFAULT volume_name_template
2013-08-12 20:03:47 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:47 + local section=DEFAULT
2013-08-12 20:03:47 + local option=volume_name_template
2013-08-12 20:03:47 + local line
2013-08-12 20:03:47 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^volume_name_template[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:47 + line=
2013-08-12 20:03:47 + '[' -n '' ']'
2013-08-12 20:03:47 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:48 volume_name_template = volume-%s
2013-08-12 20:03:48 ' /etc/cinder/cinder.conf
2013-08-12 20:03:48 + iniset /etc/cinder/cinder.conf DEFAULT iscsi_helper tgtadm
2013-08-12 20:03:48 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:48 + local section=DEFAULT
2013-08-12 20:03:48 + local option=iscsi_helper
2013-08-12 20:03:48 + local value=tgtadm
2013-08-12 20:03:48 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:48 + ini_has_option /etc/cinder/cinder.conf DEFAULT iscsi_helper
2013-08-12 20:03:48 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:48 + local section=DEFAULT
2013-08-12 20:03:48 + local option=iscsi_helper
2013-08-12 20:03:48 + local line
2013-08-12 20:03:48 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^iscsi_helper[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:48 + line=
2013-08-12 20:03:48 + '[' -n '' ']'
2013-08-12 20:03:48 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:48 iscsi_helper = tgtadm
2013-08-12 20:03:48 ' /etc/cinder/cinder.conf
2013-08-12 20:03:48 ++ database_connection_url cinder
2013-08-12 20:03:48 ++ local db=cinder
2013-08-12 20:03:48 ++ database_connection_url_mysql cinder
2013-08-12 20:03:48 ++ local db=cinder
2013-08-12 20:03:48 ++ echo 'mysql://root:stackdb@localhost/cinder?charset=utf8'
2013-08-12 20:03:48 + iniset /etc/cinder/cinder.conf DEFAULT sql_connection 'mysql://root:stackdb@localhost/cinder?charset=utf8'
2013-08-12 20:03:48 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:48 + local section=DEFAULT
2013-08-12 20:03:48 + local option=sql_connection
2013-08-12 20:03:48 + local 'value=mysql://root:stackdb@localhost/cinder?charset=utf8'
2013-08-12 20:03:48 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:48 + ini_has_option /etc/cinder/cinder.conf DEFAULT sql_connection
2013-08-12 20:03:48 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:48 + local section=DEFAULT
2013-08-12 20:03:48 + local option=sql_connection
2013-08-12 20:03:48 + local line
2013-08-12 20:03:48 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^sql_connection[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:48 + line=
2013-08-12 20:03:48 + '[' -n '' ']'
2013-08-12 20:03:48 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:48 sql_connection = mysql://root:stackdb@localhost/cinder?charset=utf8
2013-08-12 20:03:48 ' /etc/cinder/cinder.conf
2013-08-12 20:03:48 + iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini
2013-08-12 20:03:48 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:48 + local section=DEFAULT
2013-08-12 20:03:48 + local option=api_paste_config
2013-08-12 20:03:48 + local value=/etc/cinder/api-paste.ini
2013-08-12 20:03:48 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:49 + ini_has_option /etc/cinder/cinder.conf DEFAULT api_paste_config
2013-08-12 20:03:49 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:49 + local section=DEFAULT
2013-08-12 20:03:49 + local option=api_paste_config
2013-08-12 20:03:49 + local line
2013-08-12 20:03:49 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^api_paste_config[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:49 + line=
2013-08-12 20:03:49 + '[' -n '' ']'
2013-08-12 20:03:49 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:49 api_paste_config = /etc/cinder/api-paste.ini
2013-08-12 20:03:49 ' /etc/cinder/cinder.conf
2013-08-12 20:03:49 + iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf
2013-08-12 20:03:49 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:49 + local section=DEFAULT
2013-08-12 20:03:49 + local option=rootwrap_config
2013-08-12 20:03:49 + local value=/etc/cinder/rootwrap.conf
2013-08-12 20:03:49 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:49 + ini_has_option /etc/cinder/cinder.conf DEFAULT rootwrap_config
2013-08-12 20:03:49 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:49 + local section=DEFAULT
2013-08-12 20:03:49 + local option=rootwrap_config
2013-08-12 20:03:49 + local line
2013-08-12 20:03:49 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rootwrap_config[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:49 + line=
2013-08-12 20:03:49 + '[' -n '' ']'
2013-08-12 20:03:49 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:49 rootwrap_config = /etc/cinder/rootwrap.conf
2013-08-12 20:03:49 ' /etc/cinder/cinder.conf
2013-08-12 20:03:49 + iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions
2013-08-12 20:03:49 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:49 + local section=DEFAULT
2013-08-12 20:03:49 + local option=osapi_volume_extension
2013-08-12 20:03:49 + local value=cinder.api.contrib.standard_extensions
2013-08-12 20:03:49 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:49 + ini_has_option /etc/cinder/cinder.conf DEFAULT osapi_volume_extension
2013-08-12 20:03:49 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:49 + local section=DEFAULT
2013-08-12 20:03:49 + local option=osapi_volume_extension
2013-08-12 20:03:49 + local line
2013-08-12 20:03:49 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^osapi_volume_extension[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:49 + line=
2013-08-12 20:03:49 + '[' -n '' ']'
2013-08-12 20:03:49 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:49 osapi_volume_extension = cinder.api.contrib.standard_extensions
2013-08-12 20:03:49 ' /etc/cinder/cinder.conf
2013-08-12 20:03:49 + iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder
2013-08-12 20:03:49 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:49 + local section=DEFAULT
2013-08-12 20:03:50 + local option=state_path
2013-08-12 20:03:50 + local value=/opt/stack/data/cinder
2013-08-12 20:03:50 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:50 + ini_has_option /etc/cinder/cinder.conf DEFAULT state_path
2013-08-12 20:03:50 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:50 + local section=DEFAULT
2013-08-12 20:03:50 + local option=state_path
2013-08-12 20:03:50 + local line
2013-08-12 20:03:50 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^state_path[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:50 + line=
2013-08-12 20:03:50 + '[' -n '' ']'
2013-08-12 20:03:50 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:50 state_path = /opt/stack/data/cinder
2013-08-12 20:03:50 ' /etc/cinder/cinder.conf
2013-08-12 20:03:50 + iniset /etc/cinder/cinder.conf DEFAULT periodic_interval 60
2013-08-12 20:03:50 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:50 + local section=DEFAULT
2013-08-12 20:03:50 + local option=periodic_interval
2013-08-12 20:03:50 + local value=60
2013-08-12 20:03:50 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:50 + ini_has_option /etc/cinder/cinder.conf DEFAULT periodic_interval
2013-08-12 20:03:50 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:50 + local section=DEFAULT
2013-08-12 20:03:50 + local option=periodic_interval
2013-08-12 20:03:50 + local line
2013-08-12 20:03:50 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^periodic_interval[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:50 + line=
2013-08-12 20:03:50 + '[' -n '' ']'
2013-08-12 20:03:50 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:50 periodic_interval = 60
2013-08-12 20:03:50 ' /etc/cinder/cinder.conf
2013-08-12 20:03:50 + is_service_enabled ceilometer
2013-08-12 20:03:50 + services=ceilometer
2013-08-12 20:03:50 + for service in '${services}'
2013-08-12 20:03:50 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,ceilometer, ]]
2013-08-12 20:03:50 + [[ ceilometer == n-cell-* ]]
2013-08-12 20:03:50 + [[ ceilometer == \n\o\v\a ]]
2013-08-12 20:03:50 + [[ ceilometer == \c\i\n\d\e\r ]]
2013-08-12 20:03:50 + [[ ceilometer == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:03:50 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ ceilometer- ]]
2013-08-12 20:03:50 + return 0
2013-08-12 20:03:50 + iniset /etc/cinder/cinder.conf DEFAULT notification_driver cinder.openstack.common.notifier.rpc_notifier
2013-08-12 20:03:50 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:50 + local section=DEFAULT
2013-08-12 20:03:50 + local option=notification_driver
2013-08-12 20:03:50 + local value=cinder.openstack.common.notifier.rpc_notifier
2013-08-12 20:03:50 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:50 + ini_has_option /etc/cinder/cinder.conf DEFAULT notification_driver
2013-08-12 20:03:50 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:50 + local section=DEFAULT
2013-08-12 20:03:50 + local option=notification_driver
2013-08-12 20:03:50 + local line
2013-08-12 20:03:50 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^notification_driver[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:51 + line=
2013-08-12 20:03:51 + '[' -n '' ']'
2013-08-12 20:03:51 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:51 notification_driver = cinder.openstack.common.notifier.rpc_notifier
2013-08-12 20:03:51 ' /etc/cinder/cinder.conf
2013-08-12 20:03:51 + is_service_enabled tls-proxy
2013-08-12 20:03:51 + services=tls-proxy
2013-08-12 20:03:51 + for service in '${services}'
2013-08-12 20:03:51 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,tls-proxy, ]]
2013-08-12 20:03:51 + [[ tls-proxy == n-cell-* ]]
2013-08-12 20:03:51 + [[ tls-proxy == \n\o\v\a ]]
2013-08-12 20:03:51 + [[ tls-proxy == \c\i\n\d\e\r ]]
2013-08-12 20:03:51 + [[ tls-proxy == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:03:51 + [[ tls-proxy == \g\l\a\n\c\e ]]
2013-08-12 20:03:51 + [[ tls-proxy == \n\e\u\t\r\o\n ]]
2013-08-12 20:03:51 + [[ tls-proxy == \s\w\i\f\t ]]
2013-08-12 20:03:51 + [[ tls-proxy == s-* ]]
2013-08-12 20:03:51 + return 1
2013-08-12 20:03:51 + '[' False '!=' False ']'
2013-08-12 20:03:51 + iniset_rpc_backend cinder /etc/cinder/cinder.conf DEFAULT
2013-08-12 20:03:51 + local package=cinder
2013-08-12 20:03:51 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:51 + local section=DEFAULT
2013-08-12 20:03:51 + is_service_enabled zeromq
2013-08-12 20:03:51 + services=zeromq
2013-08-12 20:03:51 + for service in '${services}'
2013-08-12 20:03:51 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,zeromq, ]]
2013-08-12 20:03:51 + [[ zeromq == n-cell-* ]]
2013-08-12 20:03:51 + [[ zeromq == \n\o\v\a ]]
2013-08-12 20:03:51 + [[ zeromq == \c\i\n\d\e\r ]]
2013-08-12 20:03:51 + [[ zeromq == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:03:51 + [[ zeromq == \g\l\a\n\c\e ]]
2013-08-12 20:03:51 + [[ zeromq == \n\e\u\t\r\o\n ]]
2013-08-12 20:03:51 + [[ zeromq == \s\w\i\f\t ]]
2013-08-12 20:03:51 + [[ zeromq == s-* ]]
2013-08-12 20:03:51 + return 1
2013-08-12 20:03:51 + is_service_enabled qpid
2013-08-12 20:03:51 + services=qpid
2013-08-12 20:03:51 + for service in '${services}'
2013-08-12 20:03:51 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,qpid, ]]
2013-08-12 20:03:51 + [[ qpid == n-cell-* ]]
2013-08-12 20:03:51 + [[ qpid == \n\o\v\a ]]
2013-08-12 20:03:51 + [[ qpid == \c\i\n\d\e\r ]]
2013-08-12 20:03:51 + [[ qpid == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:03:52 + [[ qpid == \g\l\a\n\c\e ]]
2013-08-12 20:03:52 + [[ qpid == \n\e\u\t\r\o\n ]]
2013-08-12 20:03:52 + [[ qpid == \s\w\i\f\t ]]
2013-08-12 20:03:52 + [[ qpid == s-* ]]
2013-08-12 20:03:52 + return 1
2013-08-12 20:03:52 + '[' -n '' ']'
2013-08-12 20:03:52 + is_service_enabled rabbit
2013-08-12 20:03:52 + services=rabbit
2013-08-12 20:03:52 + for service in '${services}'
2013-08-12 20:03:52 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,rabbit, ]]
2013-08-12 20:03:52 + return 0
2013-08-12 20:03:52 + iniset /etc/cinder/cinder.conf DEFAULT rpc_backend cinder.openstack.common.rpc.impl_kombu
2013-08-12 20:03:52 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:52 + local section=DEFAULT
2013-08-12 20:03:52 + local option=rpc_backend
2013-08-12 20:03:52 + local value=cinder.openstack.common.rpc.impl_kombu
2013-08-12 20:03:52 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:52 + ini_has_option /etc/cinder/cinder.conf DEFAULT rpc_backend
2013-08-12 20:03:52 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:52 + local section=DEFAULT
2013-08-12 20:03:52 + local option=rpc_backend
2013-08-12 20:03:52 + local line
2013-08-12 20:03:52 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rpc_backend[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:52 + line=
2013-08-12 20:03:52 + '[' -n '' ']'
2013-08-12 20:03:52 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:52 rpc_backend = cinder.openstack.common.rpc.impl_kombu
2013-08-12 20:03:52 ' /etc/cinder/cinder.conf
2013-08-12 20:03:52 + iniset /etc/cinder/cinder.conf DEFAULT rabbit_host localhost
2013-08-12 20:03:52 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:52 + local section=DEFAULT
2013-08-12 20:03:52 + local option=rabbit_host
2013-08-12 20:03:52 + local value=localhost
2013-08-12 20:03:52 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:52 + ini_has_option /etc/cinder/cinder.conf DEFAULT rabbit_host
2013-08-12 20:03:52 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:52 + local section=DEFAULT
2013-08-12 20:03:52 + local option=rabbit_host
2013-08-12 20:03:52 + local line
2013-08-12 20:03:52 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rabbit_host[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:52 + line=
2013-08-12 20:03:53 + '[' -n '' ']'
2013-08-12 20:03:53 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:53 rabbit_host = localhost
2013-08-12 20:03:53 ' /etc/cinder/cinder.conf
2013-08-12 20:03:53 + iniset /etc/cinder/cinder.conf DEFAULT rabbit_password stackqueue
2013-08-12 20:03:53 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:53 + local section=DEFAULT
2013-08-12 20:03:53 + local option=rabbit_password
2013-08-12 20:03:53 + local value=stackqueue
2013-08-12 20:03:53 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:53 + ini_has_option /etc/cinder/cinder.conf DEFAULT rabbit_password
2013-08-12 20:03:53 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:53 + local section=DEFAULT
2013-08-12 20:03:53 + local option=rabbit_password
2013-08-12 20:03:53 + local line
2013-08-12 20:03:53 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rabbit_password[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:53 + line=
2013-08-12 20:03:53 + '[' -n '' ']'
2013-08-12 20:03:53 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:53 rabbit_password = stackqueue
2013-08-12 20:03:53 ' /etc/cinder/cinder.conf
2013-08-12 20:03:53 + [[ True == \F\a\l\s\e ]]
2013-08-12 20:03:53 + '[' True == True ']'
2013-08-12 20:03:53 + '[' False == False ']'
2013-08-12 20:03:53 + 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'
2013-08-12 20:03:53 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:53 + local section=DEFAULT
2013-08-12 20:03:53 + local option=logging_context_format_string
2013-08-12 20:03:53 + local 'value=%(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'
2013-08-12 20:03:53 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:53 + ini_has_option /etc/cinder/cinder.conf DEFAULT logging_context_format_string
2013-08-12 20:03:53 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:53 + local section=DEFAULT
2013-08-12 20:03:53 + local option=logging_context_format_string
2013-08-12 20:03:53 + local line
2013-08-12 20:03:53 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^logging_context_format_string[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:53 + line=
2013-08-12 20:03:53 + '[' -n '' ']'
2013-08-12 20:03:53 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:53 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
2013-08-12 20:03:53 ' /etc/cinder/cinder.conf
2013-08-12 20:03:53 + 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'
2013-08-12 20:03:53 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:54 + local section=DEFAULT
2013-08-12 20:03:54 + local option=logging_default_format_string
2013-08-12 20:03:54 + local 'value=%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2013-08-12 20:03:54 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:54 + ini_has_option /etc/cinder/cinder.conf DEFAULT logging_default_format_string
2013-08-12 20:03:54 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:54 + local section=DEFAULT
2013-08-12 20:03:54 + local option=logging_default_format_string
2013-08-12 20:03:54 + local line
2013-08-12 20:03:54 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^logging_default_format_string[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:54 + line=
2013-08-12 20:03:54 + '[' -n '' ']'
2013-08-12 20:03:54 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:54 logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
2013-08-12 20:03:54 ' /etc/cinder/cinder.conf
2013-08-12 20:03:54 + iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d'
2013-08-12 20:03:54 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:54 + local section=DEFAULT
2013-08-12 20:03:54 + local option=logging_debug_format_suffix
2013-08-12 20:03:54 + local 'value=from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d'
2013-08-12 20:03:54 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:54 + ini_has_option /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix
2013-08-12 20:03:54 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:54 + local section=DEFAULT
2013-08-12 20:03:54 + local option=logging_debug_format_suffix
2013-08-12 20:03:54 + local line
2013-08-12 20:03:54 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^logging_debug_format_suffix[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:54 + line=
2013-08-12 20:03:54 + '[' -n '' ']'
2013-08-12 20:03:54 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:54 logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
2013-08-12 20:03:54 ' /etc/cinder/cinder.conf
2013-08-12 20:03:54 + iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s'
2013-08-12 20:03:54 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:54 + local section=DEFAULT
2013-08-12 20:03:54 + local option=logging_exception_prefix
2013-08-12 20:03:54 + local 'value=%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s'
2013-08-12 20:03:54 + grep -q '^\[DEFAULT\]' /etc/cinder/cinder.conf
2013-08-12 20:03:54 + ini_has_option /etc/cinder/cinder.conf DEFAULT logging_exception_prefix
2013-08-12 20:03:55 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:55 + local section=DEFAULT
2013-08-12 20:03:55 + local option=logging_exception_prefix
2013-08-12 20:03:55 + local line
2013-08-12 20:03:55 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^logging_exception_prefix[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:55 + line=
2013-08-12 20:03:55 + '[' -n '' ']'
2013-08-12 20:03:55 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:03:55 logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s
2013-08-12 20:03:55 ' /etc/cinder/cinder.conf
2013-08-12 20:03:55 + '[' default == XenAPINFS ']'
2013-08-12 20:03:55 + '[' default == sheepdog ']'
2013-08-12 20:03:55 + '[' default == glusterfs ']'
2013-08-12 20:03:55 + [[ -n is_fedora ]]
2013-08-12 20:03:55 + [[ precise =~ (rhel6) ]]
2013-08-12 20:03:55 + iniset /etc/cinder/cinder.conf keystone_authtoken auth_uri http://10.0.2.15:5000
2013-08-12 20:03:55 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:55 + local section=keystone_authtoken
2013-08-12 20:03:55 + local option=auth_uri
2013-08-12 20:03:55 + local value=http://10.0.2.15:5000
2013-08-12 20:03:55 + grep -q '^\[keystone_authtoken\]' /etc/cinder/cinder.conf
2013-08-12 20:03:55 + echo -e '\n[keystone_authtoken]'
2013-08-12 20:03:55 + ini_has_option /etc/cinder/cinder.conf keystone_authtoken auth_uri
2013-08-12 20:03:55 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:55 + local section=keystone_authtoken
2013-08-12 20:03:55 + local option=auth_uri
2013-08-12 20:03:55 + local line
2013-08-12 20:03:55 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_uri[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:55 + line=
2013-08-12 20:03:55 + '[' -n '' ']'
2013-08-12 20:03:55 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:03:55 auth_uri = http://10.0.2.15:5000
2013-08-12 20:03:55 ' /etc/cinder/cinder.conf
2013-08-12 20:03:55 + iniset /etc/cinder/cinder.conf keystone_authtoken admin_user cinder
2013-08-12 20:03:55 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:55 + local section=keystone_authtoken
2013-08-12 20:03:55 + local option=admin_user
2013-08-12 20:03:55 + local value=cinder
2013-08-12 20:03:55 + grep -q '^\[keystone_authtoken\]' /etc/cinder/cinder.conf
2013-08-12 20:03:55 + ini_has_option /etc/cinder/cinder.conf keystone_authtoken admin_user
2013-08-12 20:03:55 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:55 + local section=keystone_authtoken
2013-08-12 20:03:55 + local option=admin_user
2013-08-12 20:03:56 + local line
2013-08-12 20:03:56 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_user[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:56 + line=
2013-08-12 20:03:56 + '[' -n '' ']'
2013-08-12 20:03:56 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:03:56 admin_user = cinder
2013-08-12 20:03:56 ' /etc/cinder/cinder.conf
2013-08-12 20:03:56 + iniset /etc/cinder/cinder.conf keystone_authtoken admin_tenant_name service
2013-08-12 20:03:56 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:56 + local section=keystone_authtoken
2013-08-12 20:03:56 + local option=admin_tenant_name
2013-08-12 20:03:56 + local value=service
2013-08-12 20:03:56 + grep -q '^\[keystone_authtoken\]' /etc/cinder/cinder.conf
2013-08-12 20:03:56 + ini_has_option /etc/cinder/cinder.conf keystone_authtoken admin_tenant_name
2013-08-12 20:03:56 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:56 + local section=keystone_authtoken
2013-08-12 20:03:56 + local option=admin_tenant_name
2013-08-12 20:03:56 + local line
2013-08-12 20:03:56 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_tenant_name[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:56 + line=
2013-08-12 20:03:56 + '[' -n '' ']'
2013-08-12 20:03:56 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:03:56 admin_tenant_name = service
2013-08-12 20:03:56 ' /etc/cinder/cinder.conf
2013-08-12 20:03:56 + iniset /etc/cinder/cinder.conf keystone_authtoken admin_password nomoresecrete
2013-08-12 20:03:56 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:56 + local section=keystone_authtoken
2013-08-12 20:03:56 + local option=admin_password
2013-08-12 20:03:56 + local value=nomoresecrete
2013-08-12 20:03:56 + grep -q '^\[keystone_authtoken\]' /etc/cinder/cinder.conf
2013-08-12 20:03:56 + ini_has_option /etc/cinder/cinder.conf keystone_authtoken admin_password
2013-08-12 20:03:56 + local file=/etc/cinder/cinder.conf
2013-08-12 20:03:56 + local section=keystone_authtoken
2013-08-12 20:03:56 + local option=admin_password
2013-08-12 20:03:56 + local line
2013-08-12 20:03:56 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_password[ \t]*=/ p; }' /etc/cinder/cinder.conf
2013-08-12 20:03:56 + line=
2013-08-12 20:03:56 + '[' -n '' ']'
2013-08-12 20:03:56 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:03:56 admin_password = nomoresecrete
2013-08-12 20:03:56 ' /etc/cinder/cinder.conf
2013-08-12 20:03:57 + is_service_enabled neutron
2013-08-12 20:03:57 + services=neutron
2013-08-12 20:03:57 + for service in '${services}'
2013-08-12 20:03:57 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,neutron, ]]
2013-08-12 20:03:57 + [[ neutron == n-cell-* ]]
2013-08-12 20:03:57 + [[ neutron == \n\o\v\a ]]
2013-08-12 20:04:00 + [[ neutron == \c\i\n\d\e\r ]]
2013-08-12 20:04:00 + [[ neutron == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:04:00 + [[ neutron == \g\l\a\n\c\e ]]
2013-08-12 20:04:00 + [[ neutron == \n\e\u\t\r\o\n ]]
2013-08-12 20:04:01 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ q- ]]
2013-08-12 20:04:01 + [[ neutron == \s\w\i\f\t ]]
2013-08-12 20:04:01 + [[ neutron == s-* ]]
2013-08-12 20:04:01 + return 1
2013-08-12 20:04:01 + is_service_enabled nova
2013-08-12 20:04:01 + services=nova
2013-08-12 20:04:01 + for service in '${services}'
2013-08-12 20:04:01 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,nova, ]]
2013-08-12 20:04:01 + [[ nova == n-cell-* ]]
2013-08-12 20:04:01 + [[ nova == \n\o\v\a ]]
2013-08-12 20:04:01 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ n- ]]
2013-08-12 20:04:01 + return 0
2013-08-12 20:04:01 + install_nova
2013-08-12 20:04:01 + is_service_enabled n-cpu
2013-08-12 20:04:01 + services=n-cpu
2013-08-12 20:04:01 + for service in '${services}'
2013-08-12 20:04:01 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,n-cpu, ]]
2013-08-12 20:04:01 + return 0
2013-08-12 20:04:01 + [[ libvirt = \l\i\b\v\i\r\t ]]
2013-08-12 20:04:01 + is_ubuntu
2013-08-12 20:04:01 + [[ -z deb ]]
2013-08-12 20:04:01 + '[' deb = deb ']'
2013-08-12 20:04:01 + install_package kvm
2013-08-12 20:04:01 + is_ubuntu
2013-08-12 20:04:01 + [[ -z deb ]]
2013-08-12 20:04:01 + '[' deb = deb ']'
2013-08-12 20:04:01 + [[ True = \T\r\u\e ]]
2013-08-12 20:04:01 + NO_UPDATE_REPOS=True
2013-08-12 20:04:01 + apt_get install kvm
2013-08-12 20:04:01 + [[ False = \T\r\u\e ]]
2013-08-12 20:04:01 + [[ -z install kvm ]]
2013-08-12 20:04:01 + local sudo=sudo
2013-08-12 20:04:01 ++ id -u
2013-08-12 20:04:01 + [[ 1000 = \0 ]]
2013-08-12 20:04:01 + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install kvm
2013-08-12 20:04:01 Reading package lists...
2013-08-12 20:04:01 Building dependency tree...
2013-08-12 20:04:01 Reading state information...
2013-08-12 20:04:02 The following extra packages will be installed:
2013-08-12 20:04:02 cpu-checker kvm-ipxe libasound2 libasyncns0 libcaca0 libflac8 libjson0
2013-08-12 20:04:02 libogg0 libpulse0 libsdl1.2debian libsndfile1 libvorbis0a libvorbisenc2
2013-08-12 20:04:02 msr-tools qemu-common qemu-kvm seabios vgabios
2013-08-12 20:04:02 Suggested packages:
2013-08-12 20:04:02 libasound2-plugins libasound2-python pulseaudio mol-drivers-macosx
2013-08-12 20:04:02 openbios-sparc ubuntu-vm-builder uml-utilities
2013-08-12 20:04:02 The following NEW packages will be installed:
2013-08-12 20:04:02 cpu-checker kvm kvm-ipxe libasound2 libasyncns0 libcaca0 libflac8 libjson0
2013-08-12 20:04:02 libogg0 libpulse0 libsdl1.2debian libsndfile1 libvorbis0a libvorbisenc2
2013-08-12 20:04:02 msr-tools qemu-common qemu-kvm seabios vgabios
2013-08-12 20:04:02 0 upgraded, 19 newly installed, 0 to remove and 116 not upgraded.
2013-08-12 20:04:02 Need to get 5,874 kB of archives.
2013-08-12 20:04:02 After this operation, 22.8 MB of additional disk space will be used.
2013-08-12 20:04:02 Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libasound2 amd64 1.0.25-1ubuntu10.2 [428 kB]
2013-08-12 20:04:02 Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main libasyncns0 amd64 0.8-4 [13.2 kB]
2013-08-12 20:04:02 Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main libcaca0 amd64 0.99.beta17-2.1ubuntu2 [246 kB]
2013-08-12 20:04:02 Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main libogg0 amd64 1.2.2~dfsg-1ubuntu1 [17.2 kB]
2013-08-12 20:04:02 Get:5 http://us.archive.ubuntu.com/ubuntu/ precise/main libflac8 amd64 1.2.1-6 [144 kB]
2013-08-12 20:04:02 Get:6 http://us.archive.ubuntu.com/ubuntu/ precise/main libjson0 amd64 0.9-1ubuntu1 [16.3 kB]
2013-08-12 20:04:02 Get:7 http://us.archive.ubuntu.com/ubuntu/ precise/main libvorbis0a amd64 1.3.2-1ubuntu3 [103 kB]
2013-08-12 20:04:02 Get:8 http://us.archive.ubuntu.com/ubuntu/ precise/main libvorbisenc2 amd64 1.3.2-1ubuntu3 [136 kB]
2013-08-12 20:04:02 Get:9 http://us.archive.ubuntu.com/ubuntu/ precise/main libsndfile1 amd64 1.0.25-4 [163 kB]
2013-08-12 20:04:02 Get:10 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpulse0 amd64 1:1.1-0ubuntu15.3 [289 kB]
2013-08-12 20:04:02 Get:11 http://us.archive.ubuntu.com/ubuntu/ precise/main libsdl1.2debian amd64 1.2.14-6.4ubuntu3 [197 kB]
2013-08-12 20:04:02 Get:12 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main seabios all 0.6.2-0ubuntu2.1 [70.5 kB]
2013-08-12 20:04:02 Get:13 http://us.archive.ubuntu.com/ubuntu/ precise/main vgabios all 0.6c-2ubuntu3 [164 kB]
2013-08-12 20:04:02 Get:14 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main qemu-common all 1.0+noroms-0ubuntu14.10 [22.4 kB]
2013-08-12 20:04:02 Get:15 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main qemu-kvm amd64 1.0+noroms-0ubuntu14.10 [3,517 kB]
2013-08-12 20:04:02 Get:16 http://us.archive.ubuntu.com/ubuntu/ precise/main msr-tools amd64 1.2-3 [9,052 B]
2013-08-12 20:04:02 Get:17 http://us.archive.ubuntu.com/ubuntu/ precise/main cpu-checker amd64 0.7-0ubuntu1 [6,538 B]
2013-08-12 20:04:02 Get:18 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main kvm amd64 1:84+dfsg-0ubuntu16+1.0+noroms+0ubuntu14.10 [3,236 B]
2013-08-12 20:04:02 Get:19 http://us.archive.ubuntu.com/ubuntu/ precise/main kvm-ipxe all 1.0.0+git-3.55f6c88-0ubuntu1 [327 kB]
2013-08-12 20:04:02 Fetched 5,874 kB in 5s (989 kB/s)
2013-08-12 20:04:02 Selecting previously unselected package libasound2.
2013-08-12 20:04:03 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 69463 files and directories currently installed.)
2013-08-12 20:04:03 Unpacking libasound2 (from .../libasound2_1.0.25-1ubuntu10.2_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libasyncns0.
2013-08-12 20:04:03 Unpacking libasyncns0 (from .../libasyncns0_0.8-4_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libcaca0.
2013-08-12 20:04:03 Unpacking libcaca0 (from .../libcaca0_0.99.beta17-2.1ubuntu2_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libogg0.
2013-08-12 20:04:03 Unpacking libogg0 (from .../libogg0_1.2.2~dfsg-1ubuntu1_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libflac8.
2013-08-12 20:04:03 Unpacking libflac8 (from .../libflac8_1.2.1-6_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libjson0.
2013-08-12 20:04:03 Unpacking libjson0 (from .../libjson0_0.9-1ubuntu1_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libvorbis0a.
2013-08-12 20:04:03 Unpacking libvorbis0a (from .../libvorbis0a_1.3.2-1ubuntu3_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libvorbisenc2.
2013-08-12 20:04:03 Unpacking libvorbisenc2 (from .../libvorbisenc2_1.3.2-1ubuntu3_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libsndfile1.
2013-08-12 20:04:03 Unpacking libsndfile1 (from .../libsndfile1_1.0.25-4_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libpulse0.
2013-08-12 20:04:03 Unpacking libpulse0 (from .../libpulse0_1%3a1.1-0ubuntu15.3_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package libsdl1.2debian.
2013-08-12 20:04:03 Unpacking libsdl1.2debian (from .../libsdl1.2debian_1.2.14-6.4ubuntu3_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package seabios.
2013-08-12 20:04:03 Unpacking seabios (from .../seabios_0.6.2-0ubuntu2.1_all.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package vgabios.
2013-08-12 20:04:03 Unpacking vgabios (from .../vgabios_0.6c-2ubuntu3_all.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package qemu-common.
2013-08-12 20:04:03 Unpacking qemu-common (from .../qemu-common_1.0+noroms-0ubuntu14.10_all.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package qemu-kvm.
2013-08-12 20:04:03 Unpacking qemu-kvm (from .../qemu-kvm_1.0+noroms-0ubuntu14.10_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package msr-tools.
2013-08-12 20:04:03 Unpacking msr-tools (from .../msr-tools_1.2-3_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package cpu-checker.
2013-08-12 20:04:03 Unpacking cpu-checker (from .../cpu-checker_0.7-0ubuntu1_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package kvm.
2013-08-12 20:04:03 Unpacking kvm (from .../kvm_1%3a84+dfsg-0ubuntu16+1.0+noroms+0ubuntu14.10_amd64.deb) ...
2013-08-12 20:04:03 Selecting previously unselected package kvm-ipxe.
2013-08-12 20:04:03 Unpacking kvm-ipxe (from .../kvm-ipxe_1.0.0+git-3.55f6c88-0ubuntu1_all.deb) ...
2013-08-12 20:04:03 Processing triggers for man-db ...
2013-08-12 20:04:03 Processing triggers for ureadahead ...
2013-08-12 20:04:03 Setting up libasound2 (1.0.25-1ubuntu10.2) ...
2013-08-12 20:04:03 Setting up libasyncns0 (0.8-4) ...
2013-08-12 20:04:03 Setting up libcaca0 (0.99.beta17-2.1ubuntu2) ...
2013-08-12 20:04:04 Setting up libogg0 (1.2.2~dfsg-1ubuntu1) ...
2013-08-12 20:04:04 Setting up libflac8 (1.2.1-6) ...
2013-08-12 20:04:04 Setting up libjson0 (0.9-1ubuntu1) ...
2013-08-12 20:04:04 Setting up libvorbis0a (1.3.2-1ubuntu3) ...
2013-08-12 20:04:04 Setting up libvorbisenc2 (1.3.2-1ubuntu3) ...
2013-08-12 20:04:04 Setting up libsndfile1 (1.0.25-4) ...
2013-08-12 20:04:04 Setting up libpulse0 (1:1.1-0ubuntu15.3) ...
2013-08-12 20:06:19 Setting up libsdl1.2debian (1.2.14-6.4ubuntu3) ...
2013-08-12 20:06:19 Setting up seabios (0.6.2-0ubuntu2.1) ...
2013-08-12 20:06:19 Setting up vgabios (0.6c-2ubuntu3) ...
2013-08-12 20:06:19 Setting up qemu-common (1.0+noroms-0ubuntu14.10) ...
2013-08-12 20:06:19 Setting up qemu-kvm (1.0+noroms-0ubuntu14.10) ...
2013-08-12 20:06:19 qemu-kvm start/running
2013-08-12 20:06:19 Setting up msr-tools (1.2-3) ...
2013-08-12 20:06:19 Setting up cpu-checker (0.7-0ubuntu1) ...
2013-08-12 20:06:19 Setting up kvm (1:84+dfsg-0ubuntu16+1.0+noroms+0ubuntu14.10) ...
2013-08-12 20:06:19 Setting up kvm-ipxe (1.0.0+git-3.55f6c88-0ubuntu1) ...
2013-08-12 20:06:19 Processing triggers for libc-bin ...
2013-08-12 20:06:19 ldconfig deferred processing now taking place
2013-08-12 20:06:19 + install_package libvirt-bin
2013-08-12 20:06:19 + is_ubuntu
2013-08-12 20:06:19 + [[ -z deb ]]
2013-08-12 20:06:19 + '[' deb = deb ']'
2013-08-12 20:06:20 + [[ True = \T\r\u\e ]]
2013-08-12 20:06:20 + NO_UPDATE_REPOS=True
2013-08-12 20:06:20 + apt_get install libvirt-bin
2013-08-12 20:06:20 + [[ False = \T\r\u\e ]]
2013-08-12 20:06:20 + [[ -z install libvirt-bin ]]
2013-08-12 20:06:20 + local sudo=sudo
2013-08-12 20:06:20 ++ id -u
2013-08-12 20:06:20 + [[ 1000 = \0 ]]
2013-08-12 20:06:20 + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libvirt-bin
2013-08-12 20:06:20 Reading package lists...
2013-08-12 20:06:20 Building dependency tree...
2013-08-12 20:06:20 Reading state information...
2013-08-12 20:06:20 The following extra packages will be installed:
2013-08-12 20:06:20 cgroup-lite libapparmor1 libavahi-client3 libavahi-common-data
2013-08-12 20:06:20 libavahi-common3 libnuma1 libvirt0 libxenstore3.0 libxml2-utils libyajl1
2013-08-12 20:06:20 Suggested packages:
2013-08-12 20:06:20 policykit-1 pm-utils radvd
2013-08-12 20:06:20 The following NEW packages will be installed:
2013-08-12 20:06:20 cgroup-lite libapparmor1 libavahi-client3 libavahi-common-data
2013-08-12 20:06:20 libavahi-common3 libnuma1 libvirt-bin libvirt0 libxenstore3.0 libxml2-utils
2013-08-12 20:06:20 libyajl1
2013-08-12 20:06:20 0 upgraded, 11 newly installed, 0 to remove and 116 not upgraded.
2013-08-12 20:06:20 Need to get 2,310 kB of archives.
2013-08-12 20:06:20 After this operation, 8,147 kB of additional disk space will be used.
2013-08-12 20:06:20 Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libavahi-common-data amd64 0.6.30-5ubuntu2 [22.2 kB]
2013-08-12 20:06:20 Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main libavahi-common3 amd64 0.6.30-5ubuntu2 [25.5 kB]
2013-08-12 20:06:20 Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main libavahi-client3 amd64 0.6.30-5ubuntu2 [30.3 kB]
2013-08-12 20:06:20 Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main libyajl1 amd64 1.0.12-2 [17.5 kB]
2013-08-12 20:06:20 Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libapparmor1 amd64 2.7.102-0ubuntu3.7 [37.6 kB]
2013-08-12 20:06:20 Get:6 http://us.archive.ubuntu.com/ubuntu/ precise/main libnuma1 amd64 2.0.8~rc3-1 [23.1 kB]
2013-08-12 20:06:20 Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxenstore3.0 amd64 4.1.2-2ubuntu2.10 [20.5 kB]
2013-08-12 20:06:20 Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libvirt0 amd64 0.9.8-2ubuntu17.10 [874 kB]
2013-08-12 20:06:20 Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main cgroup-lite all 1.1.2 [3,878 B]
2013-08-12 20:06:20 Get:10 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libvirt-bin amd64 0.9.8-2ubuntu17.10 [1,215 kB]
2013-08-12 20:06:20 Get:11 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxml2-utils amd64 2.7.8.dfsg-5.1ubuntu4.6 [39.8 kB]
2013-08-12 20:06:20 Fetched 2,310 kB in 3s (597 kB/s)
2013-08-12 20:06:20 Selecting previously unselected package libavahi-common-data.
2013-08-12 20:06:20 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 69804 files and directories currently installed.)
2013-08-12 20:06:20 Unpacking libavahi-common-data (from .../libavahi-common-data_0.6.30-5ubuntu2_amd64.deb) ...
2013-08-12 20:06:20 Selecting previously unselected package libavahi-common3.
2013-08-12 20:06:20 Unpacking libavahi-common3 (from .../libavahi-common3_0.6.30-5ubuntu2_amd64.deb) ...
2013-08-12 20:06:20 Selecting previously unselected package libavahi-client3.
2013-08-12 20:06:20 Unpacking libavahi-client3 (from .../libavahi-client3_0.6.30-5ubuntu2_amd64.deb) ...
2013-08-12 20:06:20 Selecting previously unselected package libyajl1.
2013-08-12 20:06:20 Unpacking libyajl1 (from .../libyajl1_1.0.12-2_amd64.deb) ...
2013-08-12 20:06:20 Selecting previously unselected package libapparmor1.
2013-08-12 20:06:20 Unpacking libapparmor1 (from .../libapparmor1_2.7.102-0ubuntu3.7_amd64.deb) ...
2013-08-12 20:06:21 Selecting previously unselected package libnuma1.
2013-08-12 20:06:21 Unpacking libnuma1 (from .../libnuma1_2.0.8~rc3-1_amd64.deb) ...
2013-08-12 20:06:21 Selecting previously unselected package libxenstore3.0.
2013-08-12 20:06:21 Unpacking libxenstore3.0 (from .../libxenstore3.0_4.1.2-2ubuntu2.10_amd64.deb) ...
2013-08-12 20:06:21 Selecting previously unselected package libvirt0.
2013-08-12 20:06:21 Unpacking libvirt0 (from .../libvirt0_0.9.8-2ubuntu17.10_amd64.deb) ...
2013-08-12 20:06:21 Selecting previously unselected package cgroup-lite.
2013-08-12 20:06:21 Unpacking cgroup-lite (from .../cgroup-lite_1.1.2_all.deb) ...
2013-08-12 20:06:21 Selecting previously unselected package libvirt-bin.
2013-08-12 20:06:21 Unpacking libvirt-bin (from .../libvirt-bin_0.9.8-2ubuntu17.10_amd64.deb) ...
2013-08-12 20:06:21 Selecting previously unselected package libxml2-utils.
2013-08-12 20:06:21 Unpacking libxml2-utils (from .../libxml2-utils_2.7.8.dfsg-5.1ubuntu4.6_amd64.deb) ...
2013-08-12 20:06:21 Processing triggers for man-db ...
2013-08-12 20:06:21 Processing triggers for ureadahead ...
2013-08-12 20:06:21 Setting up libavahi-common-data (0.6.30-5ubuntu2) ...
2013-08-12 20:06:21 Setting up libavahi-common3 (0.6.30-5ubuntu2) ...
2013-08-12 20:06:21 Setting up libavahi-client3 (0.6.30-5ubuntu2) ...
2013-08-12 20:06:21 Setting up libyajl1 (1.0.12-2) ...
2013-08-12 20:06:21 Setting up libapparmor1 (2.7.102-0ubuntu3.7) ...
2013-08-12 20:06:21 Setting up libnuma1 (2.0.8~rc3-1) ...
2013-08-12 20:06:21 Setting up libxenstore3.0 (4.1.2-2ubuntu2.10) ...
2013-08-12 20:06:21 Setting up libvirt0 (0.9.8-2ubuntu17.10) ...
2013-08-12 20:06:21 Setting up cgroup-lite (1.1.2) ...
2013-08-12 20:06:21 cgroup-lite start/running
2013-08-12 20:06:21 Setting up libvirt-bin (0.9.8-2ubuntu17.10) ...
2013-08-12 20:06:21 Adding group `libvirtd' (GID 116) ...
2013-08-12 20:06:21 Done.
2013-08-12 20:06:21 libvirt-bin start/running, process 8153
2013-08-12 20:06:21 Setting up libvirt-bin dnsmasq configuration.
2013-08-12 20:06:21 Setting up libxml2-utils (2.7.8.dfsg-5.1ubuntu4.6) ...
2013-08-12 20:06:21 Processing triggers for libc-bin ...
2013-08-12 20:06:21 ldconfig deferred processing now taking place
2013-08-12 20:06:21 + install_package python-libvirt
2013-08-12 20:06:21 + is_ubuntu
2013-08-12 20:06:21 + [[ -z deb ]]
2013-08-12 20:06:21 + '[' deb = deb ']'
2013-08-12 20:06:21 + [[ True = \T\r\u\e ]]
2013-08-12 20:06:21 + NO_UPDATE_REPOS=True
2013-08-12 20:06:21 + apt_get install python-libvirt
2013-08-12 20:06:21 + [[ False = \T\r\u\e ]]
2013-08-12 20:06:21 + [[ -z install python-libvirt ]]
2013-08-12 20:06:21 + local sudo=sudo
2013-08-12 20:06:21 ++ id -u
2013-08-12 20:06:21 + [[ 1000 = \0 ]]
2013-08-12 20:06:21 + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python-libvirt
2013-08-12 20:06:22 Reading package lists...
2013-08-12 20:06:22 Building dependency tree...
2013-08-12 20:06:22 Reading state information...
2013-08-12 20:06:22 The following NEW packages will be installed:
2013-08-12 20:06:22 python-libvirt
2013-08-12 20:06:22 0 upgraded, 1 newly installed, 0 to remove and 116 not upgraded.
2013-08-12 20:06:22 Need to get 97.0 kB of archives.
2013-08-12 20:06:22 After this operation, 1,381 kB of additional disk space will be used.
2013-08-12 20:06:22 Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-libvirt amd64 0.9.8-2ubuntu17.10 [97.0 kB]
2013-08-12 20:06:22 Fetched 97.0 kB in 0s (179 kB/s)
2013-08-12 20:06:22 Selecting previously unselected package python-libvirt.
2013-08-12 20:06:22 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 70001 files and directories currently installed.)
2013-08-12 20:06:22 Unpacking python-libvirt (from .../python-libvirt_0.9.8-2ubuntu17.10_amd64.deb) ...
2013-08-12 20:06:22 Setting up python-libvirt (0.9.8-2ubuntu17.10) ...
2013-08-12 20:06:22 + [[ kvm == \l\x\c ]]
2013-08-12 20:06:22 + git_clone https://github.com/openstack/nova.git /opt/stack/nova master
2013-08-12 20:06:22 + [[ False = \T\r\u\e ]]
2013-08-12 20:06:22 + GIT_REMOTE=https://github.com/openstack/nova.git
2013-08-12 20:06:22 + GIT_DEST=/opt/stack/nova
2013-08-12 20:06:22 + GIT_REF=master
2013-08-12 20:06:22 + echo master
2013-08-12 20:06:22 + egrep -q '^refs'
2013-08-12 20:06:22 + [[ ! -d /opt/stack/nova ]]
2013-08-12 20:06:22 + [[ False = \T\r\u\e ]]
2013-08-12 20:06:22 + git clone https://github.com/openstack/nova.git /opt/stack/nova
2013-08-12 20:06:22 Cloning into '/opt/stack/nova'...
2013-08-12 20:06:22 + cd /opt/stack/nova
2013-08-12 20:06:22 + git checkout master
2013-08-12 20:06:22 Already on 'master'
2013-08-12 20:06:22 + setup_develop /opt/stack/nova
2013-08-12 20:06:22 + local project_dir=/opt/stack/nova
2013-08-12 20:06:22 + [[ False = True ]]
2013-08-12 20:06:22 + SUDO_CMD=sudo
2013-08-12 20:06:22 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/nova'
2013-08-12 20:06:22 cd /opt/stack/requirements; sudo python update.py /opt/stack/nova
2013-08-12 20:06:22 + cd /opt/stack/nova
2013-08-12 20:06:22 + git diff --quiet
2013-08-12 20:06:22 + cd /opt/stack/requirements
2013-08-12 20:06:22 + sudo python update.py /opt/stack/nova
2013-08-12 20:06:22 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/nova/requirements.txt)
2013-08-12 20:06:22 Syncing /opt/stack/nova/requirements.txt
2013-08-12 20:06:39 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/nova/test-requirements.txt)
2013-08-12 20:06:39 Syncing /opt/stack/nova/test-requirements.txt
2013-08-12 20:06:39 Syncing setup.py
2013-08-12 20:06:39 + pip_install -e /opt/stack/nova
2013-08-12 20:06:39 + [[ False = \T\r\u\e ]]
2013-08-12 20:06:39 + [[ -z -e /opt/stack/nova ]]
2013-08-12 20:06:39 + [[ -z deb ]]
2013-08-12 20:06:39 + [[ False = True ]]
2013-08-12 20:06:39 + SUDO_PIP=sudo
2013-08-12 20:06:39 ++ get_pip_command
2013-08-12 20:06:39 ++ which pip
2013-08-12 20:06:39 ++ '[' 0 -ne 0 ']'
2013-08-12 20:06:40 + CMD_PIP=/usr/local/bin/pip
2013-08-12 20:06:40 + is_fedora
2013-08-12 20:06:40 + [[ -z Ubuntu ]]
2013-08-12 20:06:40 + '[' Ubuntu = Fedora ']'
2013-08-12 20:06:40 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 20:06:40 + '[' Ubuntu = CentOS ']'
2013-08-12 20:06:40 + PIP_USE_MIRRORS=True
2013-08-12 20:06:40 + [[ True != \F\a\l\s\e ]]
2013-08-12 20:06:40 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 20:06:40 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 20:06:40 + local pip_build_tmp=/tmp/pip-build.3OEBm
2013-08-12 20:06:40 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.3OEBm --use-mirrors -e /opt/stack/nova
2013-08-12 20:06:40 Obtaining file:///opt/stack/nova
2013-08-12 20:06:40 Running setup.py egg_info for package from file:///opt/stack/nova
2013-08-12 20:06:40 [pbr] Processing SOURCES.txt
2013-08-12 20:06:40 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 20:06:40
2013-08-12 20:06:40 [pbr] In git context, generating filelist from git
2013-08-12 20:06:40 warning: no files found matching 'AUTHORS'
2013-08-12 20:06:40 warning: no files found matching 'ChangeLog'
2013-08-12 20:06:40 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:06:40 warning: no files found matching 'AUTHORS'
2013-08-12 20:06:40 warning: no files found matching 'ChangeLog'
2013-08-12 20:06:40 warning: no previously-included files found matching '.gitignore'
2013-08-12 20:06:40 warning: no previously-included files found matching '.gitreview'
2013-08-12 20:06:40 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy>=0.7.8,<=0.7.99 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): Cheetah>=2.4.4 in /usr/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): amqplib>=0.6.1 in /usr/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): anyjson>=0.3.3 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): boto>=2.4.0 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): eventlet>=0.13.0 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): kombu>=2.4.8 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): lxml>=2.3 in /usr/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): Routes>=1.12.3 in /usr/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): WebOb>=1.2.3,<1.3 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): greenlet>=0.3.2 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): PasteDeploy>=1.5.0 in /usr/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): Paste in /usr/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): sqlalchemy-migrate>=0.7.2 in /usr/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:06:40 Requirement already satisfied (use --upgrade to upgrade): suds>=0.4 in /usr/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): paramiko>=1.8.0 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Downloading/unpacking pyasn1 (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpyasn1%2Fpyasn1-0.1.7.tar.gz
2013-08-12 20:07:18 Running setup.py egg_info for package pyasn1
2013-08-12 20:07:18
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): Babel>=0.9.6 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): python-cinderclient>=1.0.4 in /opt/stack/python-cinderclient (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): python-neutronclient>=2.2.3,<3 in /opt/stack/python-neutronclient (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): python-glanceclient>=0.9.0 in /opt/stack/python-glanceclient (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.3.0 in /opt/stack/python-keystoneclient (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): stevedore>=0.10 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Downloading/unpacking websockify>=0.5.1,<0.6 (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fw%2Fwebsockify%2Fwebsockify-0.5.1.tar.gz
2013-08-12 20:07:18 Running setup.py egg_info for package websockify
2013-08-12 20:07:18
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): pyparsing>=1.5.7,<2.0 in /usr/local/lib/python2.7/dist-packages (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.2.0a3 in /opt/stack/oslo.config (from nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Downloading/unpacking Markdown>=2.0.1 (from Cheetah>=2.4.4->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:18 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FM%2FMarkdown%2FMarkdown-2.3.1.tar.gz
2013-08-12 20:07:19 Running setup.py egg_info for package Markdown
2013-08-12 20:07:19
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): amqp>=1.0.12,<1.1.0 in /usr/local/lib/python2.7/dist-packages (from kombu>=2.4.8->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): decorator in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): Tempita>=0.4 in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): pycrypto>=2.1,!=2.4 in /usr/local/lib/python2.7/dist-packages (from paramiko>=1.8.0->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=0.9.6->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): cliff>=1.4 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.2.3,<3->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): httplib2 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.2.3,<3->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): warlock>=1.0.1,<2 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): numpy in /usr/lib/python2.7/dist-packages (from websockify>=0.5.1,<0.6->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): cmd2>=0.6.4 in /usr/local/lib/python2.7/dist-packages (from cliff>=1.4->python-neutronclient>=2.2.3,<3->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): jsonschema>=0.7,<3 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): jsonpatch>=0.10,<2 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Requirement already satisfied (use --upgrade to upgrade): jsonpointer>=1.0 in /usr/local/lib/python2.7/dist-packages (from jsonpatch>=0.10,<2->warlock>=1.0.1,<2->python-glanceclient>=0.9.0->nova==2013.2.a2672.ga4d28bc)
2013-08-12 20:07:19 Installing collected packages: pyasn1, websockify, nova, Markdown
2013-08-12 20:07:19 Running setup.py install for pyasn1
2013-08-12 20:07:19
2013-08-12 20:07:19 Running setup.py install for websockify
2013-08-12 20:07:19
2013-08-12 20:07:19 Installing websockify script to /usr/local/bin
2013-08-12 20:07:19 Running setup.py develop for nova
2013-08-12 20:07:20 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 20:07:20 /usr/bin/python -E -c pass
2013-08-12 20:07:20 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 20:07:20 [pbr] Reusing existing SOURCES.txt
2013-08-12 20:07:20 Creating /usr/local/lib/python2.7/dist-packages/nova.egg-link (link to .)
2013-08-12 20:07:20 Adding nova 2013.2.a2672.ga4d28bc to easy-install.pth file
2013-08-12 20:07:20 Installing nova-dhcpbridge script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-manage script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-api script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-api-os-compute script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-objectstore script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-novncproxy script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-rpc-zmq-receiver script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-consoleauth script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-network script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-all script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-api-ec2 script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-api-metadata script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-baremetal-deploy-helper script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-clear-rabbit-queues script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-xvpvncproxy script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-conductor script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-scheduler script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-console script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-spicehtml5proxy script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-cert script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-baremetal-manage script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-compute script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-cells script to /usr/local/bin
2013-08-12 20:07:20 Installing nova-rootwrap script to /usr/local/bin
2013-08-12 20:07:20
2013-08-12 20:07:20 Installed /opt/stack/nova
2013-08-12 20:07:20 Running setup.py install for Markdown
2013-08-12 20:07:20 changing mode of build/scripts-2.7/markdown_py from 644 to 755
2013-08-12 20:07:20 Converting docs/install.txt -> build/docs/install.html
2013-08-12 20:07:20 Converting docs/release-2.0.1.txt -> build/docs/release-2.0.1.html
2013-08-12 20:07:20 Converting docs/authors.txt -> build/docs/authors.html
2013-08-12 20:07:20 Converting docs/release-2.3.txt -> build/docs/release-2.3.html
2013-08-12 20:07:20 Converting docs/release-2.2.0.txt -> build/docs/release-2.2.0.html
2013-08-12 20:07:21 Converting docs/cli.txt -> build/docs/cli.html
2013-08-12 20:07:21 Converting docs/siteindex.txt -> build/docs/siteindex.html
2013-08-12 20:07:21 Converting docs/index.txt -> build/docs/index.html
2013-08-12 20:07:21 Converting docs/release-2.0.txt -> build/docs/release-2.0.html
2013-08-12 20:07:21 Converting docs/release-2.1.0.txt -> build/docs/release-2.1.0.html
2013-08-12 20:07:21 Converting docs/release-2.1.1.txt -> build/docs/release-2.1.1.html
2013-08-12 20:07:21 Converting docs/change_log.txt -> build/docs/change_log.html
2013-08-12 20:07:21 Converting docs/release-2.2.1.txt -> build/docs/release-2.2.1.html
2013-08-12 20:07:21 Converting docs/reference.txt -> build/docs/reference.html
2013-08-12 20:07:21 Converting docs/test_suite.txt -> build/docs/test_suite.html
2013-08-12 20:07:21 Converting docs/release-2.0.2.txt -> build/docs/release-2.0.2.html
2013-08-12 20:07:21 Converting docs/extensions/attr_list.txt -> build/docs/extensions/attr_list.html
2013-08-12 20:07:21 Converting docs/extensions/tables.txt -> build/docs/extensions/tables.html
2013-08-12 20:07:21 Converting docs/extensions/api.txt -> build/docs/extensions/api.html
2013-08-12 20:07:21 Converting docs/extensions/smart_strong.txt -> build/docs/extensions/smart_strong.html
2013-08-12 20:07:21 Converting docs/extensions/code_hilite.txt -> build/docs/extensions/code_hilite.html
2013-08-12 20:07:21 Converting docs/extensions/fenced_code_blocks.txt -> build/docs/extensions/fenced_code_blocks.html
2013-08-12 20:07:21 Converting docs/extensions/toc.txt -> build/docs/extensions/toc.html
2013-08-12 20:07:21 Converting docs/extensions/sane_lists.txt -> build/docs/extensions/sane_lists.html
2013-08-12 20:07:21 Converting docs/extensions/nl2br.txt -> build/docs/extensions/nl2br.html
2013-08-12 20:07:21 Converting docs/extensions/extra.txt -> build/docs/extensions/extra.html
2013-08-12 20:07:21 Converting docs/extensions/wikilinks.txt -> build/docs/extensions/wikilinks.html
2013-08-12 20:07:21 Converting docs/extensions/footnotes.txt -> build/docs/extensions/footnotes.html
2013-08-12 20:07:21 Converting docs/extensions/admonition.txt -> build/docs/extensions/admonition.html
2013-08-12 20:07:21 Converting docs/extensions/index.txt -> build/docs/extensions/index.html
2013-08-12 20:07:21 Converting docs/extensions/abbreviations.txt -> build/docs/extensions/abbreviations.html
2013-08-12 20:07:21 Converting docs/extensions/definition_lists.txt -> build/docs/extensions/definition_lists.html
2013-08-12 20:07:21 Converting docs/extensions/meta_data.txt -> build/docs/extensions/meta_data.html
2013-08-12 20:07:21 Converting docs/extensions/header_id.txt -> build/docs/extensions/header_id.html
2013-08-12 20:07:21
2013-08-12 20:07:21 changing mode of /usr/local/bin/markdown_py to 755
2013-08-12 20:07:21 Successfully installed pyasn1 websockify nova Markdown
2013-08-12 20:07:21 Cleaning up...
2013-08-12 20:07:21 + sudo rm -rf /tmp/pip-build.3OEBm
2013-08-12 20:07:21 + sudo chown -R vagrant /opt/stack/nova/nova.egg-info
2013-08-12 20:07:21 + cleanup_nova
2013-08-12 20:07:21 + is_service_enabled n-cpu
2013-08-12 20:07:21 + services=n-cpu
2013-08-12 20:07:21 + for service in '${services}'
2013-08-12 20:07:21 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,n-cpu, ]]
2013-08-12 20:07:22 + return 0
2013-08-12 20:07:22 + clean_iptables
2013-08-12 20:07:22 + sed 's/-c [0-9]* [0-9]* //g'
2013-08-12 20:07:22 + grep nova
2013-08-12 20:07:22 + grep '\-A'
2013-08-12 20:07:22 + sudo iptables -S -v
2013-08-12 20:07:22 + awk '{print "sudo iptables",$0}'
2013-08-12 20:07:22 + sed s/-A/-D/g
2013-08-12 20:07:22 + bash
2013-08-12 20:07:22 + sudo iptables -S -v -t nat
2013-08-12 20:07:22 + grep '\-A'
2013-08-12 20:07:22 + sed 's/-c [0-9]* [0-9]* //g'
2013-08-12 20:07:22 + sed s/-A/-D/g
2013-08-12 20:07:22 + grep nova
2013-08-12 20:07:22 + awk '{print "sudo iptables -t nat",$0}'
2013-08-12 20:07:22 + bash
2013-08-12 20:07:22 + sudo iptables -S -v
2013-08-12 20:07:22 + grep nova
2013-08-12 20:07:22 + grep '\-N'
2013-08-12 20:07:22 + sed 's/-c [0-9]* [0-9]* //g'
2013-08-12 20:07:22 + sed s/-N/-X/g
2013-08-12 20:07:22 + awk '{print "sudo iptables",$0}'
2013-08-12 20:07:22 + bash
2013-08-12 20:07:22 + grep nova
2013-08-12 20:07:22 + sed 's/-c [0-9]* [0-9]* //g'
2013-08-12 20:07:22 + sudo iptables -S -v -t nat
2013-08-12 20:07:23 + grep '\-N'
2013-08-12 20:07:23 + sed s/-N/-X/g
2013-08-12 20:07:23 + awk '{print "sudo iptables -t nat",$0}'
2013-08-12 20:07:23 + bash
2013-08-12 20:07:23 ++ sudo virsh list --all
2013-08-12 20:07:23 ++ sed 's/.*\(instance-[0-9a-fA-F]*\).*/\1/g'
2013-08-12 20:07:23 ++ grep instance-
2013-08-12 20:07:23 + instances=
2013-08-12 20:07:23 + '[' '!' '' = '' ']'
2013-08-12 20:07:23 ++ cut -d ' ' -f2
2013-08-12 20:07:23 ++ sudo iscsiadm --mode node
2013-08-12 20:07:23 ++ grep volume-
2013-08-12 20:07:23 iscsiadm: no records found!
2013-08-12 20:07:23 + tgts=
2013-08-12 20:07:23 + sudo iscsiadm --mode node --op delete
2013-08-12 20:07:23 iscsiadm: no records found!
2013-08-12 20:07:23 + true
2013-08-12 20:07:23 + sudo rm -rf '/opt/stack/data/nova/instances/*'
2013-08-12 20:07:23 + sudo rm -rf /opt/stack/data/nova /var/cache/nova
2013-08-12 20:07:23 + configure_nova
2013-08-12 20:07:23 + [[ ! -d /etc/nova ]]
2013-08-12 20:07:23 + sudo mkdir -p /etc/nova
2013-08-12 20:07:23 + sudo chown vagrant /etc/nova
2013-08-12 20:07:23 + cp -p /opt/stack/nova/etc/nova/policy.json /etc/nova
2013-08-12 20:07:23 + configure_nova_rootwrap
2013-08-12 20:07:23 + [[ -d /etc/nova/rootwrap.d ]]
2013-08-12 20:07:23 + sudo mkdir -m 755 /etc/nova/rootwrap.d
2013-08-12 20:07:23 + sudo cp /opt/stack/nova/etc/nova/rootwrap.d/api-metadata.filters /opt/stack/nova/etc/nova/rootwrap.d/baremetal-compute-ipmi.filters /opt/stack/nova/etc/nova/rootwrap.d/baremetal-deploy-helper.filters /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /opt/stack/nova/etc/nova/rootwrap.d/network.filters /etc/nova/rootwrap.d
2013-08-12 20:07:23 + sudo chown -R root:root /etc/nova/rootwrap.d
2013-08-12 20:07:23 + sudo chmod 644 /etc/nova/rootwrap.d/api-metadata.filters /etc/nova/rootwrap.d/baremetal-compute-ipmi.filters /etc/nova/rootwrap.d/baremetal-deploy-helper.filters /etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d/network.filters
2013-08-12 20:07:24 + sudo cp /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/
2013-08-12 20:07:24 + sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf
2013-08-12 20:07:24 + sudo chown root:root /etc/nova/rootwrap.conf
2013-08-12 20:07:24 + sudo chmod 0644 /etc/nova/rootwrap.conf
2013-08-12 20:07:24 + ROOTWRAP_SUDOER_CMD='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
2013-08-12 20:07:24 ++ mktemp
2013-08-12 20:07:24 + TEMPFILE=/tmp/tmp.FQKzj4twqv
2013-08-12 20:07:24 + echo 'vagrant ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
2013-08-12 20:07:24 + chmod 0440 /tmp/tmp.FQKzj4twqv
2013-08-12 20:07:24 + sudo chown root:root /tmp/tmp.FQKzj4twqv
2013-08-12 20:07:24 + sudo mv /tmp/tmp.FQKzj4twqv /etc/sudoers.d/nova-rootwrap
2013-08-12 20:07:24 + is_service_enabled n-api
2013-08-12 20:07:24 + services=n-api
2013-08-12 20:07:24 + for service in '${services}'
2013-08-12 20:07:24 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,n-api, ]]
2013-08-12 20:07:24 + return 0
2013-08-12 20:07:24 + rm -f /opt/stack/nova/bin/nova-api-paste.ini
2013-08-12 20:07:24 + cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova
2013-08-12 20:07:24 + iniset /etc/nova/api-paste.ini filter:authtoken auth_host 10.0.2.15
2013-08-12 20:07:24 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:24 + local section=filter:authtoken
2013-08-12 20:07:24 + local option=auth_host
2013-08-12 20:07:24 + local value=10.0.2.15
2013-08-12 20:07:24 + grep -q '^\[filter:authtoken\]' /etc/nova/api-paste.ini
2013-08-12 20:07:24 + ini_has_option /etc/nova/api-paste.ini filter:authtoken auth_host
2013-08-12 20:07:24 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:24 + local section=filter:authtoken
2013-08-12 20:07:24 + local option=auth_host
2013-08-12 20:07:24 + local line
2013-08-12 20:07:24 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^auth_host[ \t]*=/ p; }' /etc/nova/api-paste.ini
2013-08-12 20:07:24 + line='auth_host = 127.0.0.1'
2013-08-12 20:07:24 + '[' -n 'auth_host = 127.0.0.1' ']'
2013-08-12 20:07:24 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(auth_host[ \t]*=[ \t]*\).*$|\110.0.2.15|' /etc/nova/api-paste.ini
2013-08-12 20:07:24 + is_service_enabled tls-proxy
2013-08-12 20:07:24 + services=tls-proxy
2013-08-12 20:07:25 + for service in '${services}'
2013-08-12 20:07:25 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,tls-proxy, ]]
2013-08-12 20:07:25 + [[ tls-proxy == n-cell-* ]]
2013-08-12 20:07:25 + [[ tls-proxy == \n\o\v\a ]]
2013-08-12 20:07:25 + [[ tls-proxy == \c\i\n\d\e\r ]]
2013-08-12 20:07:25 + [[ tls-proxy == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:07:25 + [[ tls-proxy == \g\l\a\n\c\e ]]
2013-08-12 20:07:25 + [[ tls-proxy == \n\e\u\t\r\o\n ]]
2013-08-12 20:07:25 + [[ tls-proxy == \s\w\i\f\t ]]
2013-08-12 20:07:25 + [[ tls-proxy == s-* ]]
2013-08-12 20:07:25 + return 1
2013-08-12 20:07:25 + iniset /etc/nova/api-paste.ini filter:authtoken admin_tenant_name service
2013-08-12 20:07:25 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:25 + local section=filter:authtoken
2013-08-12 20:07:25 + local option=admin_tenant_name
2013-08-12 20:07:25 + local value=service
2013-08-12 20:07:25 + grep -q '^\[filter:authtoken\]' /etc/nova/api-paste.ini
2013-08-12 20:07:25 + ini_has_option /etc/nova/api-paste.ini filter:authtoken admin_tenant_name
2013-08-12 20:07:25 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:25 + local section=filter:authtoken
2013-08-12 20:07:25 + local option=admin_tenant_name
2013-08-12 20:07:25 + local line
2013-08-12 20:07:25 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^admin_tenant_name[ \t]*=/ p; }' /etc/nova/api-paste.ini
2013-08-12 20:07:25 + line='admin_tenant_name = %SERVICE_TENANT_NAME%'
2013-08-12 20:07:25 + '[' -n 'admin_tenant_name = %SERVICE_TENANT_NAME%' ']'
2013-08-12 20:07:25 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(admin_tenant_name[ \t]*=[ \t]*\).*$|\1service|' /etc/nova/api-paste.ini
2013-08-12 20:07:25 + iniset /etc/nova/api-paste.ini filter:authtoken admin_user nova
2013-08-12 20:07:25 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:25 + local section=filter:authtoken
2013-08-12 20:07:25 + local option=admin_user
2013-08-12 20:07:25 + local value=nova
2013-08-12 20:07:25 + grep -q '^\[filter:authtoken\]' /etc/nova/api-paste.ini
2013-08-12 20:07:25 + ini_has_option /etc/nova/api-paste.ini filter:authtoken admin_user
2013-08-12 20:07:25 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:25 + local section=filter:authtoken
2013-08-12 20:07:25 + local option=admin_user
2013-08-12 20:07:25 + local line
2013-08-12 20:07:30 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^admin_user[ \t]*=/ p; }' /etc/nova/api-paste.ini
2013-08-12 20:07:30 + line='admin_user = %SERVICE_USER%'
2013-08-12 20:07:31 + '[' -n 'admin_user = %SERVICE_USER%' ']'
2013-08-12 20:07:31 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(admin_user[ \t]*=[ \t]*\).*$|\1nova|' /etc/nova/api-paste.ini
2013-08-12 20:07:31 + iniset /etc/nova/api-paste.ini filter:authtoken admin_password nomoresecrete
2013-08-12 20:07:31 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:31 + local section=filter:authtoken
2013-08-12 20:07:31 + local option=admin_password
2013-08-12 20:07:31 + local value=nomoresecrete
2013-08-12 20:07:31 + grep -q '^\[filter:authtoken\]' /etc/nova/api-paste.ini
2013-08-12 20:07:31 + ini_has_option /etc/nova/api-paste.ini filter:authtoken admin_password
2013-08-12 20:07:31 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:31 + local section=filter:authtoken
2013-08-12 20:07:31 + local option=admin_password
2013-08-12 20:07:31 + local line
2013-08-12 20:07:31 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^admin_password[ \t]*=/ p; }' /etc/nova/api-paste.ini
2013-08-12 20:07:31 + line='admin_password = %SERVICE_PASSWORD%'
2013-08-12 20:07:31 + '[' -n 'admin_password = %SERVICE_PASSWORD%' ']'
2013-08-12 20:07:31 + sed -i -e '/^\[filter:authtoken\]/,/^\[.*\]/ s|^\(admin_password[ \t]*=[ \t]*\).*$|\1nomoresecrete|' /etc/nova/api-paste.ini
2013-08-12 20:07:31 + iniset /etc/nova/api-paste.ini filter:authtoken signing_dir /var/cache/nova
2013-08-12 20:07:31 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:31 + local section=filter:authtoken
2013-08-12 20:07:31 + local option=signing_dir
2013-08-12 20:07:31 + local value=/var/cache/nova
2013-08-12 20:07:31 + grep -q '^\[filter:authtoken\]' /etc/nova/api-paste.ini
2013-08-12 20:07:31 + ini_has_option /etc/nova/api-paste.ini filter:authtoken signing_dir
2013-08-12 20:07:31 + local file=/etc/nova/api-paste.ini
2013-08-12 20:07:31 + local section=filter:authtoken
2013-08-12 20:07:31 + local option=signing_dir
2013-08-12 20:07:31 + local line
2013-08-12 20:07:31 ++ sed -ne '/^\[filter:authtoken\]/,/^\[.*\]/ { /^signing_dir[ \t]*=/ p; }' /etc/nova/api-paste.ini
2013-08-12 20:07:31 + line=
2013-08-12 20:07:31 + '[' -n '' ']'
2013-08-12 20:07:31 + sed -i -e '/^\[filter:authtoken\]/ a\
2013-08-12 20:07:31 signing_dir = /var/cache/nova
2013-08-12 20:07:31 ' /etc/nova/api-paste.ini
2013-08-12 20:07:31 + is_service_enabled n-cpu
2013-08-12 20:07:31 + services=n-cpu
2013-08-12 20:07:31 + for service in '${services}'
2013-08-12 20:07:31 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,n-cpu, ]]
2013-08-12 20:07:31 + return 0
2013-08-12 20:07:31 + sudo sysctl -w net.ipv4.ip_forward=1
2013-08-12 20:07:31 net.ipv4.ip_forward = 1
2013-08-12 20:07:31 + [[ libvirt = \l\i\b\v\i\r\t ]]
2013-08-12 20:07:31 + sudo modprobe nbd
2013-08-12 20:07:31 + [[ kvm == \k\v\m ]]
2013-08-12 20:07:31 + sudo modprobe kvm
2013-08-12 20:07:31 + '[' '!' -e /dev/kvm ']'
2013-08-12 20:07:32 + echo 'WARNING: Switching to QEMU'
2013-08-12 20:07:32 WARNING: Switching to QEMU
2013-08-12 20:07:32 + LIBVIRT_TYPE=qemu
2013-08-12 20:07:32 + which selinuxenabled
2013-08-12 20:07:32 + [[ qemu == \l\x\c ]]
2013-08-12 20:07:32 + is_baremetal
2013-08-12 20:07:32 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ baremetal ]]
2013-08-12 20:07:32 + return 1
2013-08-12 20:07:32 + [[ libvirt = \l\i\b\v\i\r\t ]]
2013-08-12 20:07:32 + is_service_enabled neutron
2013-08-12 20:07:32 + services=neutron
2013-08-12 20:07:32 + for service in '${services}'
2013-08-12 20:07:32 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,neutron, ]]
2013-08-12 20:07:32 + [[ neutron == n-cell-* ]]
2013-08-12 20:07:32 + [[ neutron == \n\o\v\a ]]
2013-08-12 20:07:32 + [[ neutron == \c\i\n\d\e\r ]]
2013-08-12 20:07:32 + [[ neutron == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:07:32 + [[ neutron == \g\l\a\n\c\e ]]
2013-08-12 20:07:32 + [[ neutron == \n\e\u\t\r\o\n ]]
2013-08-12 20:07:32 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ q- ]]
2013-08-12 20:07:32 + [[ neutron == \s\w\i\f\t ]]
2013-08-12 20:07:32 + [[ neutron == s-* ]]
2013-08-12 20:07:32 + return 1
2013-08-12 20:07:32 + is_ubuntu
2013-08-12 20:07:32 + [[ -z deb ]]
2013-08-12 20:07:32 + '[' deb = deb ']'
2013-08-12 20:07:32 + LIBVIRT_DAEMON=libvirt-bin
2013-08-12 20:07:32 + is_fedora
2013-08-12 20:07:32 + [[ -z Ubuntu ]]
2013-08-12 20:07:32 + '[' Ubuntu = Fedora ']'
2013-08-12 20:07:32 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 20:07:32 + '[' Ubuntu = CentOS ']'
2013-08-12 20:07:32 + is_suse
2013-08-12 20:07:32 + [[ -z Ubuntu ]]
2013-08-12 20:07:32 + '[' Ubuntu = openSUSE ']'
2013-08-12 20:07:32 + '[' Ubuntu = 'SUSE LINUX' ']'
2013-08-12 20:07:32 + getent group libvirtd
2013-08-12 20:07:32 + add_user_to_group vagrant libvirtd
2013-08-12 20:07:32 + local user=vagrant
2013-08-12 20:07:32 + local group=libvirtd
2013-08-12 20:07:32 + [[ -z Ubuntu ]]
2013-08-12 20:07:32 + is_suse
2013-08-12 20:07:32 + [[ -z Ubuntu ]]
2013-08-12 20:07:32 + '[' Ubuntu = openSUSE ']'
2013-08-12 20:07:33 + '[' Ubuntu = 'SUSE LINUX' ']'
2013-08-12 20:07:33 + sudo usermod -a -G libvirtd vagrant
2013-08-12 20:07:33 + restart_service libvirt-bin
2013-08-12 20:07:33 + is_ubuntu
2013-08-12 20:07:33 + [[ -z deb ]]
2013-08-12 20:07:33 + '[' deb = deb ']'
2013-08-12 20:07:33 + sudo /usr/sbin/service libvirt-bin restart
2013-08-12 20:07:33 libvirt-bin stop/waiting
2013-08-12 20:07:33 libvirt-bin start/running, process 9175
2013-08-12 20:07:33 + sudo mkdir -p /opt/stack/data/nova/instances
2013-08-12 20:07:33 + sudo chown -R vagrant /opt/stack/data/nova/instances
2013-08-12 20:07:33 + '[' -L /dev/disk/by-label/nova-instances ']'
2013-08-12 20:07:33 + is_service_enabled n-novnc
2013-08-12 20:07:33 + services=n-novnc
2013-08-12 20:07:33 + for service in '${services}'
2013-08-12 20:07:33 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,n-novnc, ]]
2013-08-12 20:07:33 + return 0
2013-08-12 20:07:33 + git_clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC master
2013-08-12 20:07:33 + [[ False = \T\r\u\e ]]
2013-08-12 20:07:33 + GIT_REMOTE=https://github.com/kanaka/noVNC.git
2013-08-12 20:07:33 + GIT_DEST=/opt/stack/noVNC
2013-08-12 20:07:33 + GIT_REF=master
2013-08-12 20:07:33 + echo master
2013-08-12 20:07:33 + egrep -q '^refs'
2013-08-12 20:07:33 + [[ ! -d /opt/stack/noVNC ]]
2013-08-12 20:07:33 + [[ False = \T\r\u\e ]]
2013-08-12 20:07:33 + git clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC
2013-08-12 20:07:33 Cloning into '/opt/stack/noVNC'...
2013-08-12 20:07:33 + cd /opt/stack/noVNC
2013-08-12 20:07:33 + git checkout master
2013-08-12 20:07:33 Already on 'master'
2013-08-12 20:07:33 + is_service_enabled n-spice
2013-08-12 20:07:33 + services=n-spice
2013-08-12 20:07:33 + for service in '${services}'
2013-08-12 20:07:33 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,n-spice, ]]
2013-08-12 20:07:33 + [[ n-spice == n-cell-* ]]
2013-08-12 20:07:33 + [[ n-spice == \n\o\v\a ]]
2013-08-12 20:07:33 + [[ n-spice == \c\i\n\d\e\r ]]
2013-08-12 20:07:33 + [[ n-spice == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:07:34 + [[ n-spice == \g\l\a\n\c\e ]]
2013-08-12 20:07:34 + [[ n-spice == \n\e\u\t\r\o\n ]]
2013-08-12 20:07:34 + [[ n-spice == \s\w\i\f\t ]]
2013-08-12 20:07:34 + [[ n-spice == s-* ]]
2013-08-12 20:07:34 + return 1
2013-08-12 20:07:34 + is_service_enabled horizon
2013-08-12 20:07:34 + services=horizon
2013-08-12 20:07:34 + for service in '${services}'
2013-08-12 20:07:34 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,horizon, ]]
2013-08-12 20:07:34 + return 0
2013-08-12 20:07:34 + install_horizon
2013-08-12 20:07:34 + install_apache_wsgi
2013-08-12 20:07:34 + is_ubuntu
2013-08-12 20:07:34 + [[ -z deb ]]
2013-08-12 20:07:34 + '[' deb = deb ']'
2013-08-12 20:07:34 + install_package apache2 libapache2-mod-wsgi
2013-08-12 20:07:34 + is_ubuntu
2013-08-12 20:07:34 + [[ -z deb ]]
2013-08-12 20:07:34 + '[' deb = deb ']'
2013-08-12 20:07:34 + [[ True = \T\r\u\e ]]
2013-08-12 20:07:34 + NO_UPDATE_REPOS=True
2013-08-12 20:07:34 + apt_get install apache2 libapache2-mod-wsgi
2013-08-12 20:07:34 + [[ False = \T\r\u\e ]]
2013-08-12 20:07:34 + [[ -z install apache2 libapache2-mod-wsgi ]]
2013-08-12 20:07:34 + local sudo=sudo
2013-08-12 20:07:34 ++ id -u
2013-08-12 20:07:34 + [[ 1000 = \0 ]]
2013-08-12 20:07:34 + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 libapache2-mod-wsgi
2013-08-12 20:07:34 Reading package lists...
2013-08-12 20:07:34 Building dependency tree...
2013-08-12 20:07:34 Reading state information...
2013-08-12 20:07:34 The following extra packages will be installed:
2013-08-12 20:07:34 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common libapr1
2013-08-12 20:07:34 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap ssl-cert
2013-08-12 20:07:34 Suggested packages:
2013-08-12 20:07:35 www-browser apache2-doc apache2-suexec apache2-suexec-custom
2013-08-12 20:07:35 openssl-blacklist
2013-08-12 20:07:35 The following NEW packages will be installed:
2013-08-12 20:07:35 apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common
2013-08-12 20:07:35 libapache2-mod-wsgi libapr1 libaprutil1 libaprutil1-dbd-sqlite3
2013-08-12 20:07:35 libaprutil1-ldap ssl-cert
2013-08-12 20:07:35 0 upgraded, 11 newly installed, 0 to remove and 116 not upgraded.
2013-08-12 20:07:35 Need to get 1,928 kB of archives.
2013-08-12 20:07:35 After this operation, 5,910 kB of additional disk space will be used.
2013-08-12 20:07:35 Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libapr1 amd64 1.4.6-1 [89.6 kB]
2013-08-12 20:07:35 Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main libaprutil1 amd64 1.3.12+dfsg-3 [74.6 kB]
2013-08-12 20:07:35 Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main libaprutil1-dbd-sqlite3 amd64 1.3.12+dfsg-3 [10.4 kB]
2013-08-12 20:07:35 Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main libaprutil1-ldap amd64 1.3.12+dfsg-3 [8,044 B]
2013-08-12 20:07:35 Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main apache2.2-bin amd64 2.2.22-1ubuntu1.4 [1,340 kB]
2013-08-12 20:07:35 Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main apache2-utils amd64 2.2.22-1ubuntu1.4 [90.1 kB]
2013-08-12 20:07:35 Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main apache2.2-common amd64 2.2.22-1ubuntu1.4 [226 kB]
2013-08-12 20:07:35 Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main apache2-mpm-worker amd64 2.2.22-1ubuntu1.4 [2,284 B]
2013-08-12 20:07:54 Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main apache2 amd64 2.2.22-1ubuntu1.4 [1,492 B]
2013-08-12 20:07:54 Get:10 http://us.archive.ubuntu.com/ubuntu/ precise/main libapache2-mod-wsgi amd64 3.3-4build1 [72.7 kB]
2013-08-12 20:07:54 Get:11 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main ssl-cert all 1.0.28ubuntu0.1 [12.3 kB]
2013-08-12 20:07:54 Preconfiguring packages ...
2013-08-12 20:07:54 Fetched 1,928 kB in 1s (1,067 kB/s)
2013-08-12 20:07:54 Selecting previously unselected package libapr1.
2013-08-12 20:07:54 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 70016 files and directories currently installed.)
2013-08-12 20:07:54 Unpacking libapr1 (from .../libapr1_1.4.6-1_amd64.deb) ...
2013-08-12 20:07:54 Selecting previously unselected package libaprutil1.
2013-08-12 20:07:54 Unpacking libaprutil1 (from .../libaprutil1_1.3.12+dfsg-3_amd64.deb) ...
2013-08-12 20:07:54 Selecting previously unselected package libaprutil1-dbd-sqlite3.
2013-08-12 20:07:54 Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.3.12+dfsg-3_amd64.deb) ...
2013-08-12 20:07:54 Selecting previously unselected package libaprutil1-ldap.
2013-08-12 20:07:54 Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.3.12+dfsg-3_amd64.deb) ...
2013-08-12 20:07:54 Selecting previously unselected package apache2.2-bin.
2013-08-12 20:07:54 Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.22-1ubuntu1.4_amd64.deb) ...
2013-08-12 20:07:54 Selecting previously unselected package apache2-utils.
2013-08-12 20:07:54 Unpacking apache2-utils (from .../apache2-utils_2.2.22-1ubuntu1.4_amd64.deb) ...
2013-08-12 20:07:54 Selecting previously unselected package apache2.2-common.
2013-08-12 20:07:54 Unpacking apache2.2-common (from .../apache2.2-common_2.2.22-1ubuntu1.4_amd64.deb) ...
2013-08-12 20:07:54 Selecting previously unselected package apache2-mpm-worker.
2013-08-12 20:07:54 Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.22-1ubuntu1.4_amd64.deb) ...
2013-08-12 20:07:55 Selecting previously unselected package apache2.
2013-08-12 20:07:55 Unpacking apache2 (from .../apache2_2.2.22-1ubuntu1.4_amd64.deb) ...
2013-08-12 20:07:55 Selecting previously unselected package libapache2-mod-wsgi.
2013-08-12 20:07:55 Unpacking libapache2-mod-wsgi (from .../libapache2-mod-wsgi_3.3-4build1_amd64.deb) ...
2013-08-12 20:07:55 Selecting previously unselected package ssl-cert.
2013-08-12 20:07:55 Unpacking ssl-cert (from .../ssl-cert_1.0.28ubuntu0.1_all.deb) ...
2013-08-12 20:07:55 Processing triggers for man-db ...
2013-08-12 20:07:55 Processing triggers for ureadahead ...
2013-08-12 20:07:55 Processing triggers for ufw ...
2013-08-12 20:07:55 Setting up libapr1 (1.4.6-1) ...
2013-08-12 20:07:55 Setting up libaprutil1 (1.3.12+dfsg-3) ...
2013-08-12 20:07:55 Setting up libaprutil1-dbd-sqlite3 (1.3.12+dfsg-3) ...
2013-08-12 20:07:55 Setting up libaprutil1-ldap (1.3.12+dfsg-3) ...
2013-08-12 20:07:55 Setting up apache2.2-bin (2.2.22-1ubuntu1.4) ...
2013-08-12 20:07:55 Setting up apache2-utils (2.2.22-1ubuntu1.4) ...
2013-08-12 20:07:55 Setting up apache2.2-common (2.2.22-1ubuntu1.4) ...
2013-08-12 20:07:55 Enabling site default.
2013-08-12 20:07:55 Enabling module alias.
2013-08-12 20:07:55 Enabling module autoindex.
2013-08-12 20:07:55 Enabling module dir.
2013-08-12 20:07:55 Enabling module env.
2013-08-12 20:07:55 Enabling module mime.
2013-08-12 20:07:55 Enabling module negotiation.
2013-08-12 20:07:55 Enabling module setenvif.
2013-08-12 20:07:55 Enabling module status.
2013-08-12 20:07:55 Enabling module auth_basic.
2013-08-12 20:07:55 Enabling module deflate.
2013-08-12 20:07:55 Enabling module authz_default.
2013-08-12 20:07:55 Enabling module authz_user.
2013-08-12 20:07:55 Enabling module authz_groupfile.
2013-08-12 20:07:55 Enabling module authn_file.
2013-08-12 20:07:55 Enabling module authz_host.
2013-08-12 20:07:55 Enabling module reqtimeout.
2013-08-12 20:07:55 Setting up apache2-mpm-worker (2.2.22-1ubuntu1.4) ...
2013-08-12 20:07:55 * Starting web server apache2  apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
2013-08-12 20:07:55
[ OK ]
2013-08-12 20:07:55 Setting up apache2 (2.2.22-1ubuntu1.4) ...
2013-08-12 20:07:55 Setting up libapache2-mod-wsgi (3.3-4build1) ...
2013-08-12 20:07:55 * Restarting web server apache2  apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
2013-08-12 20:07:55 ... waiting .apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
2013-08-12 20:07:55
[ OK ]
2013-08-12 20:07:55 Setting up ssl-cert (1.0.28ubuntu0.1) ...
2013-08-12 20:07:55 Processing triggers for libc-bin ...
2013-08-12 20:07:55 ldconfig deferred processing now taking place
2013-08-12 20:07:55 + is_ubuntu
2013-08-12 20:07:55 + [[ -z deb ]]
2013-08-12 20:07:55 + '[' deb = deb ']'
2013-08-12 20:07:55 + [[ ! -e /usr/bin/node ]]
2013-08-12 20:07:55 + git_clone https://github.com/openstack/horizon.git /opt/stack/horizon master
2013-08-12 20:07:56 + [[ False = \T\r\u\e ]]
2013-08-12 20:07:56 + GIT_REMOTE=https://github.com/openstack/horizon.git
2013-08-12 20:07:56 + GIT_DEST=/opt/stack/horizon
2013-08-12 20:07:56 + GIT_REF=master
2013-08-12 20:07:56 + echo master
2013-08-12 20:07:56 + egrep -q '^refs'
2013-08-12 20:07:56 + [[ ! -d /opt/stack/horizon ]]
2013-08-12 20:07:56 + [[ False = \T\r\u\e ]]
2013-08-12 20:07:56 + git clone https://github.com/openstack/horizon.git /opt/stack/horizon
2013-08-12 20:07:56 Cloning into '/opt/stack/horizon'...
2013-08-12 20:07:56 + cd /opt/stack/horizon
2013-08-12 20:07:56 + git checkout master
2013-08-12 20:07:56 Already on 'master'
2013-08-12 20:07:56 + configure_horizon
2013-08-12 20:07:56 + setup_develop /opt/stack/horizon
2013-08-12 20:07:56 + local project_dir=/opt/stack/horizon
2013-08-12 20:07:56 + [[ False = True ]]
2013-08-12 20:07:56 + SUDO_CMD=sudo
2013-08-12 20:07:56 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/horizon'
2013-08-12 20:07:56 cd /opt/stack/requirements; sudo python update.py /opt/stack/horizon
2013-08-12 20:07:56 + cd /opt/stack/horizon
2013-08-12 20:07:56 + git diff --quiet
2013-08-12 20:07:56 + cd /opt/stack/requirements
2013-08-12 20:07:56 + sudo python update.py /opt/stack/horizon
2013-08-12 20:07:56 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/horizon/requirements.txt)
2013-08-12 20:07:56 Syncing /opt/stack/horizon/requirements.txt
2013-08-12 20:08:55 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/horizon/test-requirements.txt)
2013-08-12 20:08:55 Syncing /opt/stack/horizon/test-requirements.txt
2013-08-12 20:08:55 Syncing setup.py
2013-08-12 20:08:55 + pip_install -e /opt/stack/horizon
2013-08-12 20:08:55 + [[ False = \T\r\u\e ]]
2013-08-12 20:08:55 + [[ -z -e /opt/stack/horizon ]]
2013-08-12 20:08:55 + [[ -z deb ]]
2013-08-12 20:08:55 + [[ False = True ]]
2013-08-12 20:08:55 + SUDO_PIP=sudo
2013-08-12 20:08:55 ++ get_pip_command
2013-08-12 20:08:55 ++ which pip
2013-08-12 20:08:55 ++ '[' 0 -ne 0 ']'
2013-08-12 20:08:55 + CMD_PIP=/usr/local/bin/pip
2013-08-12 20:08:55 + is_fedora
2013-08-12 20:08:55 + [[ -z Ubuntu ]]
2013-08-12 20:08:55 + '[' Ubuntu = Fedora ']'
2013-08-12 20:08:55 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 20:08:55 + '[' Ubuntu = CentOS ']'
2013-08-12 20:08:55 + PIP_USE_MIRRORS=True
2013-08-12 20:08:55 + [[ True != \F\a\l\s\e ]]
2013-08-12 20:08:55 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 20:08:55 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 20:08:55 + local pip_build_tmp=/tmp/pip-build.hxhdZ
2013-08-12 20:08:55 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.hxhdZ --use-mirrors -e /opt/stack/horizon
2013-08-12 20:08:55 Obtaining file:///opt/stack/horizon
2013-08-12 20:08:55 Running setup.py egg_info for package from file:///opt/stack/horizon
2013-08-12 20:08:55 [pbr] Processing SOURCES.txt
2013-08-12 20:08:55 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 20:08:55
2013-08-12 20:08:55 [pbr] In git context, generating filelist from git
2013-08-12 20:08:55 warning: no files found matching 'AUTHORS'
2013-08-12 20:08:55 warning: no files found matching 'ChangeLog'
2013-08-12 20:08:55 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:08:55 warning: no files found matching '*.css' under directory 'doc'
2013-08-12 20:08:55 warning: no files found matching '*.js' under directory 'doc'
2013-08-12 20:08:55 warning: no files found matching '*.html' under directory 'doc'
2013-08-12 20:08:55 warning: no files found matching '*.conf' under directory 'doc'
2013-08-12 20:08:55 warning: no files found matching '*.jpg' under directory 'doc'
2013-08-12 20:08:55 warning: no files found matching '*.gif' under directory 'doc'
2013-08-12 20:08:55 warning: no files found matching '*.png' under directory 'doc'
2013-08-12 20:08:55 warning: no files found matching '*.css_t' under directory 'doc'
2013-08-12 20:08:55 warning: no files found matching '*.csv' under directory 'horizon'
2013-08-12 20:08:55 warning: no files found matching '*.template' under directory 'horizon'
2013-08-12 20:08:55 warning: no files found matching '*.js' under directory 'openstack_dashboard'
2013-08-12 20:08:56 warning: no files found matching 'AUTHORS'
2013-08-12 20:08:56 warning: no files found matching 'ChangeLog'
2013-08-12 20:08:56 warning: no files found matching 'doc/source/_templates/.placeholder'
2013-08-12 20:08:56 warning: no previously-included files found matching 'openstack_dashboard/local/local_settings.py'
2013-08-12 20:08:56 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:08:56 Downloading/unpacking Django>=1.4,<1.6 (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:08:56 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FD%2FDjango%2FDjango-1.5.1.tar.gz
2013-08-12 20:08:56 Running setup.py egg_info for package Django
2013-08-12 20:08:56
2013-08-12 20:08:56 warning: no previously-included files matching '__pycache__' found under directory '*'
2013-08-12 20:08:56 warning: no previously-included files matching '*.py[co]' found under directory '*'
2013-08-12 20:08:56 Downloading/unpacking django-compressor>=1.3 (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:08:56 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fd%2Fdjango_compressor%2Fdjango_compressor-1.3.tar.gz
2013-08-12 20:08:56 Running setup.py egg_info for package django-compressor
2013-08-12 20:08:56
2013-08-12 20:08:56 warning: no files found matching '*.js' under directory 'compressor/tests/media'
2013-08-12 20:08:56 warning: no files found matching '*.css' under directory 'compressor/tests/media'
2013-08-12 20:08:56 warning: no files found matching '*.png' under directory 'compressor/tests/media'
2013-08-12 20:08:56 warning: no files found matching '*.coffee' under directory 'compressor/tests/media'
2013-08-12 20:08:56 Downloading/unpacking django-openstack-auth>=1.1.1 (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:08:56 Downloading django_openstack_auth-1.1.1.tar.gz
2013-08-12 20:08:56 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fd%2Fdjango_openstack_auth%2Fdjango_openstack_auth-1.1.1.tar.gz
2013-08-12 20:08:56 Running setup.py egg_info for package django-openstack-auth
2013-08-12 20:08:56
2013-08-12 20:08:56 Requirement already satisfied (use --upgrade to upgrade): eventlet>=0.13.0 in /usr/local/lib/python2.7/dist-packages (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:31 Requirement already satisfied (use --upgrade to upgrade): kombu>=2.4.8 in /usr/local/lib/python2.7/dist-packages (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:31 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:31 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:31 Requirement already satisfied (use --upgrade to upgrade): python-cinderclient>=1.0.4 in /opt/stack/python-cinderclient (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:31 Requirement already satisfied (use --upgrade to upgrade): python-glanceclient>=0.9.0 in /opt/stack/python-glanceclient (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:31 Requirement already satisfied (use --upgrade to upgrade): python-heatclient>=0.2.3 in /opt/stack/python-heatclient (from horizon==2013.Exception in thread Thread-27:
2013-08-12 20:09:31 Traceback (most recent call last):
2013-08-12 20:09:31 File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
2013-08-12 20:09:31 self.run()
2013-08-12 20:09:31 File "/usr/lib/python2.7/threading.py", line 504, in run
2013-08-12 20:09:31 self.__target(*self.__args, **self.__kwargs)
2013-08-12 20:09:31 File "/usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg/pip/index.py", line 382, in _get_queued_page
2013-08-12 20:09:31 page = self._get_page(location, req)
2013-08-12 20:09:31 File "/usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg/pip/index.py", line 551, in _get_page
2013-08-12 20:09:31 return HTMLPage.get_page(link, req, cache=self.cache)
2013-08-12 20:09:31 File "/usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg/pip/index.py", line 668, in get_page
2013-08-12 20:09:31 resp = urlopen(url)
2013-08-12 20:09:31 File "/usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg/pip/download.py", line 176, in __call__
2013-08-12 20:09:31 response = self.get_opener(scheme=scheme).open(url)
2013-08-12 20:09:31 File "/usr/lib/python2.7/urllib2.py", line 400, in open
2013-08-12 20:09:31 response = self._open(req, data)
2013-08-12 20:09:31 File "/usr/lib/python2.7/urllib2.py", line 418, in _open
2013-08-12 20:09:31 '_open', req)
2013-08-12 20:09:31 File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
2013-08-12 20:09:32 result = func(*args)
2013-08-12 20:09:32 File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
2013-08-12 20:09:32 return self.do_open(httplib.HTTPConnection, req)
2013-08-12 20:09:32 File "/usr/lib/python2.7/urllib2.py", line 1180, in do_open
2013-08-12 20:09:32 r = h.getresponse(buffering=True)
2013-08-12 20:09:32 File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse
2013-08-12 20:09:32 response.begin()
2013-08-12 20:09:32 File "/usr/lib/python2.7/httplib.py", line 407, in begin
2013-08-12 20:09:32 version, status, reason = self._read_status()
2013-08-12 20:09:32 File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
2013-08-12 20:09:32 raise BadStatusLine(line)
2013-08-12 20:09:32 BadStatusLine: ''
2013-08-12 20:09:32
2013-08-12 20:09:32 2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.3.0 in /opt/stack/python-keystoneclient (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): python-novaclient>=2.12.0 in /opt/stack/python-novaclient (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): python-neutronclient>=2.2.3,<3 in /opt/stack/python-neutronclient (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): python-swiftclient>=1.2 in /opt/stack/python-swiftclient (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Downloading/unpacking python-ceilometerclient>=1.0.2 (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-ceilometerclient%2Fpython-ceilometerclient-1.0.3.tar.gz
2013-08-12 20:09:32 Running setup.py egg_info for package python-ceilometerclient
2013-08-12 20:09:32 [pbr] Processing SOURCES.txt
2013-08-12 20:09:32 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 20:09:32
2013-08-12 20:09:32 warning: no previously-included files found matching '.gitignore'
2013-08-12 20:09:32 warning: no previously-included files found matching '.gitreview'
2013-08-12 20:09:32 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:09:32 warning: no files found matching 'README.md'
2013-08-12 20:09:32 warning: no files found matching '*' under directory 'tests'
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): pytz>=2010h in /usr/local/lib/python2.7/dist-packages (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): lockfile>=0.8 in /usr/lib/python2.7/dist-packages (from horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Downloading/unpacking django-appconf>=0.4 (from django-compressor>=1.3->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Downloading django-appconf-0.6.tar.gz
2013-08-12 20:09:32 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fd%2Fdjango-appconf%2Fdjango-appconf-0.6.tar.gz
2013-08-12 20:09:32 Running setup.py egg_info for package django-appconf
2013-08-12 20:09:32
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): greenlet>=0.3 in /usr/local/lib/python2.7/dist-packages (from eventlet>=0.13.0->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): anyjson>=0.3.3 in /usr/local/lib/python2.7/dist-packages (from kombu>=2.4.8->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): amqp>=1.0.12,<1.1.0 in /usr/local/lib/python2.7/dist-packages (from kombu>=2.4.8->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): Babel>=0.9.6 in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from python-cinderclient>=1.0.4->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:32 Requirement already satisfied (use --upgrade to upgrade): warlock>=1.0.1,<2 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:33 Requirement already satisfied (use --upgrade to upgrade): httplib2 in /usr/local/lib/python2.7/dist-packages (from python-heatclient>=0.2.3->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:33 Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.1.0 in /usr/lib/python2.7/dist-packages (from python-heatclient>=0.2.3->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:33 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.1.0 in /opt/stack/oslo.config (from python-keystoneclient>=0.3.0->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:33 Requirement already satisfied (use --upgrade to upgrade): cliff>=1.4 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.2.3,<3->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:33 Requirement already satisfied (use --upgrade to upgrade): jsonschema>=0.7,<3 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:33 Requirement already satisfied (use --upgrade to upgrade): jsonpatch>=0.10,<2 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:33 Requirement already satisfied (use --upgrade to upgrade): cmd2>=0.6.4 in /usr/local/lib/python2.7/dist-packages (from cliff>=1.4->python-neutronclient>=2.2.3,<3->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:33 Requirement already satisfied (use --upgrade to upgrade): pyparsing==1.5.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=1.4->python-neutronclient>=2.2.3,<3->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:42 Requirement already satisfied (use --upgrade to upgrade): jsonpointer>=1.0 in /usr/local/lib/python2.7/dist-packages (from jsonpatch>=0.10,<2->warlock>=1.0.1,<2->python-glanceclient>=0.9.0->horizon==2013.2.a69.gfe659b2)
2013-08-12 20:09:42 Installing collected packages: Django, django-compressor, django-openstack-auth, python-ceilometerclient, horizon, django-appconf
2013-08-12 20:09:42 Running setup.py install for Django
2013-08-12 20:09:42 changing mode of build/scripts-2.7/django-admin.py from 644 to 755
2013-08-12 20:09:43
2013-08-12 20:09:43 warning: no previously-included files matching '__pycache__' found under directory '*'
2013-08-12 20:09:43 warning: no previously-included files matching '*.py[co]' found under directory '*'
2013-08-12 20:09:43 changing mode of /usr/local/bin/django-admin.py to 755
2013-08-12 20:09:43 Running setup.py install for django-compressor
2013-08-12 20:09:43
2013-08-12 20:09:43 warning: no files found matching '*.js' under directory 'compressor/tests/media'
2013-08-12 20:09:43 warning: no files found matching '*.css' under directory 'compressor/tests/media'
2013-08-12 20:09:43 warning: no files found matching '*.png' under directory 'compressor/tests/media'
2013-08-12 20:09:43 warning: no files found matching '*.coffee' under directory 'compressor/tests/media'
2013-08-12 20:09:43 Running setup.py install for django-openstack-auth
2013-08-12 20:09:43
2013-08-12 20:09:43 Running setup.py install for python-ceilometerclient
2013-08-12 20:09:43 [pbr] Reusing existing SOURCES.txt
2013-08-12 20:09:43 Installing ceilometer script to /usr/local/bin
2013-08-12 20:09:43 Running setup.py develop for horizon
2013-08-12 20:09:43 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 20:09:43 /usr/bin/python -E -c pass
2013-08-12 20:09:43 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 20:09:43 [pbr] Reusing existing SOURCES.txt
2013-08-12 20:09:43 Creating /usr/local/lib/python2.7/dist-packages/horizon.egg-link (link to .)
2013-08-12 20:09:43 Adding horizon 2013.2.a69.gfe659b2 to easy-install.pth file
2013-08-12 20:09:43
2013-08-12 20:09:43 Installed /opt/stack/horizon
2013-08-12 20:09:43 Running setup.py install for django-appconf
2013-08-12 20:09:43
2013-08-12 20:09:43 Successfully installed Django django-compressor django-openstack-auth python-ceilometerclient horizon django-appconf
2013-08-12 20:09:43 Cleaning up...
2013-08-12 20:09:43 + sudo rm -rf /tmp/pip-build.hxhdZ
2013-08-12 20:09:43 + sudo chown -R vagrant /opt/stack/horizon/horizon.egg-info
2013-08-12 20:09:43 + is_service_enabled ceilometer
2013-08-12 20:09:43 + services=ceilometer
2013-08-12 20:09:43 + for service in '${services}'
2013-08-12 20:09:43 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,ceilometer, ]]
2013-08-12 20:09:43 + [[ ceilometer == n-cell-* ]]
2013-08-12 20:09:43 + [[ ceilometer == \n\o\v\a ]]
2013-08-12 20:09:43 + [[ ceilometer == \c\i\n\d\e\r ]]
2013-08-12 20:09:43 + [[ ceilometer == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:09:43 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api =~ ceilometer- ]]
2013-08-12 20:09:43 + return 0
2013-08-12 20:09:43 + install_ceilometerclient
2013-08-12 20:09:43 + git_clone https://github.com/openstack/python-ceilometerclient.git /opt/stack/python-ceilometerclient master
2013-08-12 20:09:43 + [[ False = \T\r\u\e ]]
2013-08-12 20:09:44 + GIT_REMOTE=https://github.com/openstack/python-ceilometerclient.git
2013-08-12 20:09:44 + GIT_DEST=/opt/stack/python-ceilometerclient
2013-08-12 20:09:44 + GIT_REF=master
2013-08-12 20:09:44 + egrep -q '^refs'
2013-08-12 20:09:44 + echo master
2013-08-12 20:09:44 + [[ ! -d /opt/stack/python-ceilometerclient ]]
2013-08-12 20:09:44 + [[ False = \T\r\u\e ]]
2013-08-12 20:09:44 + git clone https://github.com/openstack/python-ceilometerclient.git /opt/stack/python-ceilometerclient
2013-08-12 20:09:44 Cloning into '/opt/stack/python-ceilometerclient'...
2013-08-12 20:09:44 + cd /opt/stack/python-ceilometerclient
2013-08-12 20:09:44 + git checkout master
2013-08-12 20:09:44 Already on 'master'
2013-08-12 20:09:44 + install_ceilometer
2013-08-12 20:09:44 + git_clone https://github.com/openstack/ceilometer.git /opt/stack/ceilometer master
2013-08-12 20:09:44 + [[ False = \T\r\u\e ]]
2013-08-12 20:09:44 + GIT_REMOTE=https://github.com/openstack/ceilometer.git
2013-08-12 20:09:44 + GIT_DEST=/opt/stack/ceilometer
2013-08-12 20:09:44 + GIT_REF=master
2013-08-12 20:09:44 + echo master
2013-08-12 20:09:44 + egrep -q '^refs'
2013-08-12 20:09:44 + [[ ! -d /opt/stack/ceilometer ]]
2013-08-12 20:09:44 + [[ False = \T\r\u\e ]]
2013-08-12 20:09:44 + git clone https://github.com/openstack/ceilometer.git /opt/stack/ceilometer
2013-08-12 20:09:44 Cloning into '/opt/stack/ceilometer'...
2013-08-12 20:09:44 + cd /opt/stack/ceilometer
2013-08-12 20:09:44 + git checkout master
2013-08-12 20:09:44 Already on 'master'
2013-08-12 20:09:44 + echo_summary 'Configuring Ceilometer'
2013-08-12 20:09:44 + [[ -t 3 ]]
2013-08-12 20:09:44 + [[ True != \T\r\u\e ]]
2013-08-12 20:09:44 + echo -e Configuring Ceilometer
2013-08-12 20:09:44 + configure_ceilometer
2013-08-12 20:09:44 Configuring Ceilometer
2013-08-12 20:09:44 + setup_develop /opt/stack/ceilometer
2013-08-12 20:09:44 + local project_dir=/opt/stack/ceilometer
2013-08-12 20:09:44 + [[ False = True ]]
2013-08-12 20:09:44 + SUDO_CMD=sudo
2013-08-12 20:09:44 + echo 'cd /opt/stack/requirements; sudo python update.py /opt/stack/ceilometer'
2013-08-12 20:09:44 cd /opt/stack/requirements; sudo python update.py /opt/stack/ceilometer
2013-08-12 20:09:44 + cd /opt/stack/ceilometer
2013-08-12 20:09:44 + git diff --quiet
2013-08-12 20:09:44 + cd /opt/stack/requirements
2013-08-12 20:09:44 + sudo python update.py /opt/stack/ceilometer
2013-08-12 20:09:44 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/ceilometer/requirements.txt)
2013-08-12 20:09:45 Syncing /opt/stack/ceilometer/requirements.txt
2013-08-12 20:09:56 _sync_requirements_file({'sockjs-tornado': 'sockjs-tornado>=1.0.0,<2.0.0', 'prettytable': 'PrettyTable>=0.6,<0.8', 'cffi': 'cffi', 'python-quantumclient': 'python-quantumclient>=2.2.0', 'openstack.nose-plugin': 'openstack.nose_plugin>=0.7', 'pyparsing': 'pyparsing>=1.5.7,<2.0', 'oslo.sphinx': 'oslo.sphinx', 'python-glanceclient': 'python-glanceclient>=0.9.0', 'python-ldap': 'python-ldap==2.3.13', 'flask': 'Flask==0.9', 'amqplib': 'amqplib>=0.6.1', 'selenium': 'selenium', 'feedparser': 'feedparser', 'mox': 'mox>=0.5.3', 'jinja2': 'Jinja2', 'httplib2': 'httplib2', 'happybase': 'happybase>=0.4', 'pbr': 'pbr>=0.5.21,<1.0', 'webob': 'WebOb>=1.2.3,<1.3', 'passlib': 'passlib', 'unittest2': 'unittest2', 'psutil': 'psutil>=0.6.1,<1.0', 'greenlet': 'greenlet>=0.3.2', 'nose': 'nose', 'flake8': 'flake8==2.0', 'discover': 'discover', 'nosehtmloutput': 'nosehtmloutput>=0.0.3', 'jsonschema': 'jsonschema>=1.3.0,!=1.4.0', 'qpid-python': 'qpid-python', 'fixtures': 'fixtures>=0.3.12', 'eventlet': 'eventlet>=0.13.0', 'pyopenssl': 'pyOpenSSL', 'pastedeploy': 'PasteDeploy>=1.5.0', 'redis': 'redis', 'django-openstack-auth': 'django_openstack_auth>=1.1.1', 'docutils': 'docutils==0.9.1', 'python-troveclient': 'python-troveclient', 'pysqlite': 'pysqlite', 'python-neutronclient': 'python-neutronclient>=2.2.3,<3', 'sphinxcontrib-httpdomain': 'sphinxcontrib-httpdomain', 'django-compressor': 'django_compressor>=1.3', 'msgpack-python': 'msgpack-python', 'lockfile': 'lockfile>=0.8', 'paste': 'Paste', 'pyyaml': 'PyYAML>=3.1.0', 'sqlalchemy-migrate': 'sqlalchemy-migrate>=0.7.2', 'boto': 'boto>=2.4.0', 'cliff-tablib': 'cliff-tablib>=1.0', 'wsgiref': 'wsgiref>=0.1.2', 'psycopg2': 'psycopg2', 'routes': 'Routes>=1.12.3', 'requests': 'requests>=1.1', 'anyjson': 'anyjson>=0.3.3', 'pyasn1': 'pyasn1', 'python-cinderclient': 'python-cinderclient>=1.0.4', 'nose-exclude': 'nose-exclude', 'alembic': 'alembic>=0.4.1', 'sphinxcontrib-pecanwsme': 'sphinxcontrib-pecanwsme>=0.2', 'kazoo': 'kazoo>=0.9,<=1.1', 'hgtools': 'hgtools # dependency of pytest-runner that is only in setup_requires', 'python-heatclient': 'python-heatclient>=0.2.3', 'testrepository': 'testrepository>=0.0.17', 'testscenarios': 'testscenarios>=0.4,<0.5', 'testresources': 'testresources>=0.2.4,<0.3', 'swift': 'swift', 'dnspython': 'dnspython>=1.9.4', 'pyzmq': 'pyzmq==2.2.0.1', 'warlock': 'warlock>=1.0.1,<2', 'python-novaclient': 'python-novaclient>=2.12.0', 'websockify': 'websockify>=0.5.1,<0.6', 'sqlalchemy': 'SQLAlchemy>=0.7.8,<=0.7.99', 'simplejson': 'simplejson>=2.0.9', 'pylint': 'pylint==0.25.2', 'iso8601': 'iso8601>=0.1.4', 'pytz': 'pytz>=2010h', 'pecan': 'pecan>=0.2.0', 'testtools': 'testtools>=0.9.32', 'nosexcover': 'nosexcover', 'oauth2': 'oauth2', 'wsme': 'WSME>=0.5b2', 'django-nose': 'django-nose', 'hacking': 'hacking>=0.5.6,<0.7', 'mysql-python': 'MySQL-python', 'configobj': 'configobj', 'pysendfile': 'pysendfile==2.0.0', 'suds': 'suds>=0.4', 'pip': 'pip>=1.0', 'jsonrpclib': 'jsonrpclib', 'xattr': 'xattr>=0.4', 'paramiko': 'paramiko>=1.8.0', 'lxml': 'lxml>=2.3', 'babel': 'Babel>=0.9.6', 'six': 'six', 'webtest': 'WebTest==1.3.3', 'kombu': 'kombu>=2.4.8', 'cheetah': 'Cheetah>=2.4.4', 'pymongo': 'pymongo>=2.4', 'pam': 'pam>=0.1.4', 'mock': 'mock>=1.0', 'python-swiftclient': 'python-swiftclient>=1.2', 'python-keystoneclient': 'python-keystoneclient>=0.3.0', 'hp3parclient': 'hp3parclient>=1.0.0', 'oslo.config': 'oslo.config>=1.1.0', 'python-ceilometerclient': 'python-ceilometerclient>=1.0.2', 'python-subunit': 'python-subunit', 'lesscpy': 'lesscpy>=0.9h', 'coverage': 'coverage>=3.6', 'pysnmp': 'pysnmp>=4.2.1,<5.0.0', 'pyudev': 'pyudev', 'cliff': 'cliff>=1.4', 'argparse': 'argparse', 'sphinx': 'sphinx>=1.1.2', 'pycrypto': 'pycrypto>=2.6', 'pyflakes': 'pyflakes==0.7.2', 'httpretty': 'httpretty>=0.6.3', 'netaddr': 'netaddr', 'keyring': 'keyring>=1.6.1', 'django': 'Django>=1.4,<1.6', 'pep8': 'pep8==1.4.5', 'extras': 'extras', 'stevedore': 'stevedore>=0.10', 'netifaces': 'netifaces>=0.5', 'python-memcached': 'python-memcached'}, {'oslo.config': 'oslo.config>=1.2.0a3', 'oslo.messaging': 'oslo.messaging>=1.2.0a2'}, /opt/stack/ceilometer/test-requirements.txt)
2013-08-12 20:09:56 Syncing /opt/stack/ceilometer/test-requirements.txt
2013-08-12 20:09:56 Syncing setup.py
2013-08-12 20:09:56 + pip_install -e /opt/stack/ceilometer
2013-08-12 20:09:56 + [[ False = \T\r\u\e ]]
2013-08-12 20:09:56 + [[ -z -e /opt/stack/ceilometer ]]
2013-08-12 20:09:56 + [[ -z deb ]]
2013-08-12 20:09:57 + [[ False = True ]]
2013-08-12 20:09:57 + SUDO_PIP=sudo
2013-08-12 20:09:57 ++ get_pip_command
2013-08-12 20:09:57 ++ which pip
2013-08-12 20:09:57 ++ '[' 0 -ne 0 ']'
2013-08-12 20:09:57 + CMD_PIP=/usr/local/bin/pip
2013-08-12 20:09:57 + is_fedora
2013-08-12 20:09:57 + [[ -z Ubuntu ]]
2013-08-12 20:09:57 + '[' Ubuntu = Fedora ']'
2013-08-12 20:09:57 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 20:09:57 + '[' Ubuntu = CentOS ']'
2013-08-12 20:09:57 + PIP_USE_MIRRORS=True
2013-08-12 20:09:57 + [[ True != \F\a\l\s\e ]]
2013-08-12 20:09:57 + PIP_MIRROR_OPT=--use-mirrors
2013-08-12 20:09:57 ++ mktemp --tmpdir -d pip-build.XXXXX
2013-08-12 20:09:57 + local pip_build_tmp=/tmp/pip-build.AafY9
2013-08-12 20:09:57 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.AafY9 --use-mirrors -e /opt/stack/ceilometer
2013-08-12 20:09:57 Obtaining file:///opt/stack/ceilometer
2013-08-12 20:09:57 Running setup.py egg_info for package from file:///opt/stack/ceilometer
2013-08-12 20:09:57 [pbr] Processing SOURCES.txt
2013-08-12 20:09:57 warning: LocalManifestMaker: standard file '-c' not found
2013-08-12 20:09:57
2013-08-12 20:09:57 [pbr] In git context, generating filelist from git
2013-08-12 20:09:57 warning: no files found matching 'AUTHORS'
2013-08-12 20:09:57 warning: no files found matching 'ChangeLog'
2013-08-12 20:09:57 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:09:57 warning: no files found matching 'AUTHORS'
2013-08-12 20:09:57 warning: no files found matching 'ChangeLog'
2013-08-12 20:09:57 warning: no files found matching 'CONTRIBUTING.txt'
2013-08-12 20:09:57 warning: no previously-included files found matching '.gitignore'
2013-08-12 20:09:57 warning: no previously-included files found matching '.gitreview'
2013-08-12 20:09:57 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:09:57 warning: no files found matching '*' under directory 'public'
2013-08-12 20:09:57 Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:57 Requirement already satisfied (use --upgrade to upgrade): WebOb>=1.2.3,<1.3 in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:57 Requirement already satisfied (use --upgrade to upgrade): kombu>=2.4.8 in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:57 Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.4 in /usr/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:57 Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy>=0.7.8,<=0.7.99 in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:57 Requirement already satisfied (use --upgrade to upgrade): sqlalchemy-migrate>=0.7.2 in /usr/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:57 Downloading/unpacking alembic>=0.4.1 (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:57 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fa%2Falembic%2Falembic-0.6.0.tar.gz
2013-08-12 20:09:57 Running setup.py egg_info for package alembic
2013-08-12 20:09:57
2013-08-12 20:09:57 warning: no files found matching '*.jpg' under directory 'docs'
2013-08-12 20:09:57 warning: no files found matching '*.sty' under directory 'docs'
2013-08-12 20:09:57 warning: no files found matching '*.dat' under directory 'tests'
2013-08-12 20:09:58 no previously-included directories found matching 'docs/build/output'
2013-08-12 20:09:58 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:58 Downloading/unpacking pymongo>=2.4 (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:58 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpymongo%2Fpymongo-2.5.2.tar.gz
2013-08-12 20:09:58 Running setup.py egg_info for package pymongo
2013-08-12 20:09:58
2013-08-12 20:09:58 Requirement already satisfied (use --upgrade to upgrade): eventlet>=0.13.0 in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:58 Requirement already satisfied (use --upgrade to upgrade): anyjson>=0.3.3 in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:58 Downloading/unpacking Flask==0.9 (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:09:58 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FF%2FFlask%2FFlask-0.9.tar.gz
2013-08-12 20:10:19 Running setup.py egg_info for package Flask
2013-08-12 20:10:19
2013-08-12 20:10:19 warning: no files found matching '*' under directory 'tests'
2013-08-12 20:10:19 warning: no previously-included files matching '*.pyc' found under directory 'docs'
2013-08-12 20:10:19 warning: no previously-included files matching '*.pyo' found under directory 'docs'
2013-08-12 20:10:19 warning: no previously-included files matching '*.pyc' found under directory 'tests'
2013-08-12 20:10:19 warning: no previously-included files matching '*.pyo' found under directory 'tests'
2013-08-12 20:10:19 warning: no previously-included files matching '*.pyc' found under directory 'examples'
2013-08-12 20:10:19 warning: no previously-included files matching '*.pyo' found under directory 'examples'
2013-08-12 20:10:19 no previously-included directories found matching 'docs/_build'
2013-08-12 20:10:20 no previously-included directories found matching 'docs/_themes/.git'
2013-08-12 20:10:20 Downloading/unpacking pecan>=0.2.0 (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpecan%2Fpecan-0.3.1.tar.gz
2013-08-12 20:10:20 Running setup.py egg_info for package pecan
2013-08-12 20:10:20
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): stevedore>=0.10 in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): msgpack-python in /usr/lib/pymodules/python2.7 (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): python-glanceclient>=0.9.0 in /opt/stack/python-glanceclient (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): python-novaclient>=2.12.0 in /opt/stack/python-novaclient (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.3.0 in /opt/stack/python-keystoneclient (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): python-ceilometerclient>=1.0.2 in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): python-swiftclient>=1.2 in /opt/stack/python-swiftclient (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): lxml>=2.3 in /usr/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Downloading/unpacking WSME>=0.5b2 (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWSME%2FWSME-0.5b2.tar.gz
2013-08-12 20:10:20 Running setup.py egg_info for package WSME
2013-08-12 20:10:20
2013-08-12 20:10:20 Installed /tmp/pip-build.AafY9/WSME/d2to1-0.2.10-py2.7.egg
2013-08-12 20:10:20 [d2to1] running patched manifest_maker command with extra_files support
2013-08-12 20:10:20
2013-08-12 20:10:20 warning: no files found matching '*.ini' under directory 'tests'
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.1.0 in /usr/lib/python2.7/dist-packages (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): oslo.config>=1.2.0a3 in /opt/stack/oslo.config (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Downloading/unpacking happybase>=0.4 (from ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fh%2Fhappybase%2Fhappybase-0.6.tar.gz
2013-08-12 20:10:20 Running setup.py egg_info for package happybase
2013-08-12 20:10:20
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.7/dist-packages/pip-1.4-py2.7.egg (from pbr>=0.5.21,<1.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): amqp>=1.0.12,<1.1.0 in /usr/local/lib/python2.7/dist-packages (from kombu>=2.4.8->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): decorator in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): Tempita>=0.4 in /usr/lib/python2.7/dist-packages (from sqlalchemy-migrate>=0.7.2->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Downloading/unpacking Mako (from alembic>=0.4.1->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FM%2FMako%2FMako-0.8.1.tar.gz
2013-08-12 20:10:20 Running setup.py egg_info for package Mako
2013-08-12 20:10:20
2013-08-12 20:10:20 warning: no files found matching '*.xml' under directory 'examples'
2013-08-12 20:10:20 warning: no files found matching '*.mako' under directory 'examples'
2013-08-12 20:10:20 warning: no files found matching 'ez_setup.py'
2013-08-12 20:10:20 no previously-included directories found matching 'doc/build/output'
2013-08-12 20:10:20 Requirement already satisfied (use --upgrade to upgrade): greenlet>=0.3 in /usr/local/lib/python2.7/dist-packages (from eventlet>=0.13.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:20 Downloading/unpacking Werkzeug>=0.7 (from Flask==0.9->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWerkzeug%2FWerkzeug-0.9.3.tar.gz
2013-08-12 20:10:21 Running setup.py egg_info for package Werkzeug
2013-08-12 20:10:21
2013-08-12 20:10:21 warning: no files found matching '*' under directory 'werkzeug/debug/templates'
2013-08-12 20:10:21 warning: no files found matching '*' under directory 'tests'
2013-08-12 20:10:21 warning: no previously-included files matching '*.pyc' found under directory 'docs'
2013-08-12 20:10:21 warning: no previously-included files matching '*.pyo' found under directory 'docs'
2013-08-12 20:10:21 warning: no previously-included files matching '*.pyc' found under directory 'tests'
2013-08-12 20:10:21 warning: no previously-included files matching '*.pyo' found under directory 'tests'
2013-08-12 20:10:21 warning: no previously-included files matching '*.pyc' found under directory 'examples'
2013-08-12 20:10:21 warning: no previously-included files matching '*.pyo' found under directory 'examples'
2013-08-12 20:10:21 no previously-included directories found matching 'docs/_build'
2013-08-12 20:10:21 Requirement already satisfied (use --upgrade to upgrade): Jinja2>=2.4 in /usr/lib/python2.7/dist-packages (from Flask==0.9->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Downloading/unpacking simplegeneric>=0.8 (from pecan>=0.2.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Downloading simplegeneric-0.8.1.zip
2013-08-12 20:10:21 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsimplegeneric%2Fsimplegeneric-0.8.1.zip
2013-08-12 20:10:21 Running setup.py egg_info for package simplegeneric
2013-08-12 20:10:21
2013-08-12 20:10:21 Downloading/unpacking WebTest>=1.3.1 (from pecan>=0.2.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWebTest%2FWebTest-2.0.7.zip
2013-08-12 20:10:21 Running setup.py egg_info for package WebTest
2013-08-12 20:10:21
2013-08-12 20:10:21 no previously-included directories found matching 'docs/_build'
2013-08-12 20:10:21 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:10:21 warning: no previously-included files matching '__pycache__' found anywhere in distribution
2013-08-12 20:10:21 Requirement already satisfied (use --upgrade to upgrade): PrettyTable>=0.6,<0.8 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Requirement already satisfied (use --upgrade to upgrade): warlock>=1.0.1,<2 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=0.9.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.0.9 in /usr/local/lib/python2.7/dist-packages (from python-novaclient>=2.12.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Requirement already satisfied (use --upgrade to upgrade): httplib2 in /usr/local/lib/python2.7/dist-packages (from python-ceilometerclient>=1.0.2->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Downloading/unpacking thrift>=0.8.0 (from happybase>=0.4->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:21 Downloading thrift-0.9.0.tar.gz
2013-08-12 20:10:31 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Ft%2Fthrift%2Fthrift-0.9.0.tar.gz
2013-08-12 20:10:31 Running setup.py egg_info for package thrift
2013-08-12 20:10:31
2013-08-12 20:10:31 Requirement already satisfied (use --upgrade to upgrade): MarkupSafe>=0.9.2 in /usr/lib/python2.7/dist-packages (from Mako->alembic>=0.4.1->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:31 Downloading/unpacking waitress>=0.8.5 (from WebTest>=1.3.1->pecan>=0.2.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:31 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fw%2Fwaitress%2Fwaitress-0.8.6.tar.gz
2013-08-12 20:10:31 Running setup.py egg_info for package waitress
2013-08-12 20:10:31
2013-08-12 20:10:31 Downloading/unpacking beautifulsoup4 (from WebTest>=1.3.1->pecan>=0.2.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:31 Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fb%2Fbeautifulsoup4%2Fbeautifulsoup4-4.3.0.tar.gz
2013-08-12 20:10:31 Running setup.py egg_info for package beautifulsoup4
2013-08-12 20:10:31
2013-08-12 20:10:31 Requirement already satisfied (use --upgrade to upgrade): jsonschema>=0.7,<3 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:31 Requirement already satisfied (use --upgrade to upgrade): jsonpatch>=0.10,<2 in /usr/local/lib/python2.7/dist-packages (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:31 Requirement already satisfied (use --upgrade to upgrade): distribute in /usr/lib/python2.7/dist-packages (from waitress>=0.8.5->WebTest>=1.3.1->pecan>=0.2.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:31 Requirement already satisfied (use --upgrade to upgrade): jsonpointer>=1.0 in /usr/local/lib/python2.7/dist-packages (from jsonpatch>=0.10,<2->warlock>=1.0.1,<2->python-glanceclient>=0.9.0->ceilometer==2013.2.a378.g90ad86c)
2013-08-12 20:10:31 Installing collected packages: alembic, pymongo, Flask, pecan, WSME, happybase, ceilometer, Mako, Werkzeug, simplegeneric, WebTest, thrift, waitress, beautifulsoup4
2013-08-12 20:10:31 Running setup.py install for alembic
2013-08-12 20:10:31
2013-08-12 20:10:31 warning: no files found matching '*.jpg' under directory 'docs'
2013-08-12 20:10:31 warning: no files found matching '*.sty' under directory 'docs'
2013-08-12 20:10:31 warning: no files found matching '*.dat' under directory 'tests'
2013-08-12 20:10:31 no previously-included directories found matching 'docs/build/output'
2013-08-12 20:10:31 Installing alembic script to /usr/local/bin
2013-08-12 20:10:31 Found existing installation: pymongo 2.1
2013-08-12 20:10:31 Uninstalling pymongo:
2013-08-12 20:10:31 Successfully uninstalled pymongo
2013-08-12 20:10:31 Running setup.py install for pymongo
2013-08-12 20:10:31 building 'bson._cbson' extension
2013-08-12 20:10:32 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/_cbsonmodule.c -o build/temp.linux-x86_64-2.7/bson/_cbsonmodule.o
2013-08-12 20:10:32 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/time64.c -o build/temp.linux-x86_64-2.7/bson/time64.o
2013-08-12 20:10:32 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-x86_64-2.7/bson/buffer.o
2013-08-12 20:10:32 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/encoding_helpers.c -o build/temp.linux-x86_64-2.7/bson/encoding_helpers.o
2013-08-12 20:10:32 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/bson/_cbsonmodule.o build/temp.linux-x86_64-2.7/bson/time64.o build/temp.linux-x86_64-2.7/bson/buffer.o build/temp.linux-x86_64-2.7/bson/encoding_helpers.o -o build/lib.linux-x86_64-2.7/bson/_cbson.so
2013-08-12 20:10:32 building 'pymongo._cmessage' extension
2013-08-12 20:10:32 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c pymongo/_cmessagemodule.c -o build/temp.linux-x86_64-2.7/pymongo/_cmessagemodule.o
2013-08-12 20:10:32 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-x86_64-2.7/bson/buffer.o
2013-08-12 20:10:32 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/pymongo/_cmessagemodule.o build/temp.linux-x86_64-2.7/bson/buffer.o -o build/lib.linux-x86_64-2.7/pymongo/_cmessage.so
2013-08-12 20:10:32
2013-08-12 20:10:32 Running setup.py install for Flask
2013-08-12 20:10:32
2013-08-12 20:10:32 warning: no files found matching '*' under directory 'tests'
2013-08-12 20:10:32 warning: no previously-included files matching '*.pyc' found under directory 'docs'
2013-08-12 20:10:32 warning: no previously-included files matching '*.pyo' found under directory 'docs'
2013-08-12 20:10:32 warning: no previously-included files matching '*.pyc' found under directory 'tests'
2013-08-12 20:10:32 warning: no previously-included files matching '*.pyo' found under directory 'tests'
2013-08-12 20:10:32 warning: no previously-included files matching '*.pyc' found under directory 'examples'
2013-08-12 20:10:32 warning: no previously-included files matching '*.pyo' found under directory 'examples'
2013-08-12 20:10:32 no previously-included directories found matching 'docs/_build'
2013-08-12 20:10:32 no previously-included directories found matching 'docs/_themes/.git'
2013-08-12 20:10:32 Running setup.py install for pecan
2013-08-12 20:10:32
2013-08-12 20:10:32 changing mode of build/scripts-2.7/pecan from 644 to 755
2013-08-12 20:10:32 changing mode of /usr/local/bin/pecan to 755
2013-08-12 20:10:32 Installing pecan script to /usr/local/bin
2013-08-12 20:10:32 Installing gunicorn_pecan script to /usr/local/bin
2013-08-12 20:10:32 Running setup.py install for WSME
2013-08-12 20:10:32 [d2to1] running patched manifest_maker command with extra_files support
2013-08-12 20:10:32
2013-08-12 20:10:32 warning: no files found matching '*.ini' under directory 'tests'
2013-08-12 20:10:32 Running setup.py install for happybase
2013-08-12 20:10:32
2013-08-12 20:10:32 Running setup.py develop for ceilometer
2013-08-12 20:10:32 Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
2013-08-12 20:10:32 /usr/bin/python -E -c pass
2013-08-12 20:10:32 TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
2013-08-12 20:10:32 [pbr] Reusing existing SOURCES.txt
2013-08-12 20:10:32 Creating /usr/local/lib/python2.7/dist-packages/ceilometer.egg-link (link to .)
2013-08-12 20:10:33 Adding ceilometer 2013.2.a378.g90ad86c to easy-install.pth file
2013-08-12 20:10:33 Installing ceilometer-alarm-singleton script to /usr/local/bin
2013-08-12 20:10:33 Installing ceilometer-dbsync script to /usr/local/bin
2013-08-12 20:10:33 Installing ceilometer-agent-compute script to /usr/local/bin
2013-08-12 20:10:33 Installing ceilometer-collector script to /usr/local/bin
2013-08-12 20:10:33 Installing ceilometer-api script to /usr/local/bin
2013-08-12 20:10:33 Installing ceilometer-expirer script to /usr/local/bin
2013-08-12 20:10:33 Installing ceilometer-alarm-notifier script to /usr/local/bin
2013-08-12 20:10:33 Installing ceilometer-agent-central script to /usr/local/bin
2013-08-12 20:10:33 Installing ceilometer-collector-udp script to /usr/local/bin
2013-08-12 20:10:33
2013-08-12 20:10:33 Installed /opt/stack/ceilometer
2013-08-12 20:10:33 Running setup.py install for Mako
2013-08-12 20:10:33 changing mode of build/scripts-2.7/mako-render from 644 to 755
2013-08-12 20:10:33
2013-08-12 20:10:33 warning: no files found matching '*.xml' under directory 'examples'
2013-08-12 20:10:33 warning: no files found matching '*.mako' under directory 'examples'
2013-08-12 20:10:33 warning: no files found matching 'ez_setup.py'
2013-08-12 20:10:33 no previously-included directories found matching 'doc/build/output'
2013-08-12 20:10:33 changing mode of /usr/local/bin/mako-render to 755
2013-08-12 20:10:33 Running setup.py install for Werkzeug
2013-08-12 20:10:33
2013-08-12 20:10:33 warning: no files found matching '*' under directory 'werkzeug/debug/templates'
2013-08-12 20:10:33 warning: no files found matching '*' under directory 'tests'
2013-08-12 20:10:33 warning: no previously-included files matching '*.pyc' found under directory 'docs'
2013-08-12 20:10:33 warning: no previously-included files matching '*.pyo' found under directory 'docs'
2013-08-12 20:10:33 warning: no previously-included files matching '*.pyc' found under directory 'tests'
2013-08-12 20:10:33 warning: no previously-included files matching '*.pyo' found under directory 'tests'
2013-08-12 20:10:33 warning: no previously-included files matching '*.pyc' found under directory 'examples'
2013-08-12 20:10:33 warning: no previously-included files matching '*.pyo' found under directory 'examples'
2013-08-12 20:10:33 no previously-included directories found matching 'docs/_build'
2013-08-12 20:10:33 Running setup.py install for simplegeneric
2013-08-12 20:10:33
2013-08-12 20:10:33 Running setup.py install for WebTest
2013-08-12 20:10:33
2013-08-12 20:10:33 no previously-included directories found matching 'docs/_build'
2013-08-12 20:10:33 warning: no previously-included files matching '*.pyc' found anywhere in distribution
2013-08-12 20:10:33 warning: no previously-included files matching '__pycache__' found anywhere in distribution
2013-08-12 20:10:33 Running setup.py install for thrift
2013-08-12 20:10:33 building 'thrift.protocol.fastbinary' extension
2013-08-12 20:10:33 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/protocol/fastbinary.c -o build/temp.linux-x86_64-2.7/src/protocol/fastbinary.o
2013-08-12 20:10:33 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/protocol/fastbinary.o -o build/lib.linux-x86_64-2.7/thrift/protocol/fastbinary.so
2013-08-12 20:10:33 /usr/bin/python -O /tmp/tmphpY_AA.py
2013-08-12 20:10:33 removing /tmp/tmphpY_AA.py
2013-08-12 20:10:33
2013-08-12 20:10:33 Running setup.py install for waitress
2013-08-12 20:10:33
2013-08-12 20:10:33 Installing waitress-serve script to /usr/local/bin
2013-08-12 20:10:33 Running setup.py install for beautifulsoup4
2013-08-12 20:10:34
2013-08-12 20:10:34 Successfully installed alembic pymongo Flask pecan WSME happybase ceilometer Mako Werkzeug simplegeneric WebTest thrift waitress beautifulsoup4
2013-08-12 20:10:34 Cleaning up...
2013-08-12 20:10:34 + sudo rm -rf /tmp/pip-build.AafY9
2013-08-12 20:10:34 + sudo chown -R vagrant /opt/stack/ceilometer/ceilometer.egg-info
2013-08-12 20:10:34 + '[' '!' -d /etc/ceilometer ']'
2013-08-12 20:10:34 + sudo mkdir -m 755 -p /etc/ceilometer
2013-08-12 20:10:34 + sudo chown vagrant /etc/ceilometer
2013-08-12 20:10:34 + '[' '!' -d /var/log/ceilometer-api ']'
2013-08-12 20:10:34 + sudo mkdir -m 755 -p /var/log/ceilometer-api
2013-08-12 20:10:34 + sudo chown vagrant /var/log/ceilometer-api
2013-08-12 20:10:34 + iniset_rpc_backend ceilometer /etc/ceilometer/ceilometer.conf DEFAULT
2013-08-12 20:10:34 + local package=ceilometer
2013-08-12 20:10:34 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:34 + local section=DEFAULT
2013-08-12 20:10:34 + is_service_enabled zeromq
2013-08-12 20:10:34 + services=zeromq
2013-08-12 20:10:34 + for service in '${services}'
2013-08-12 20:10:34 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,zeromq, ]]
2013-08-12 20:10:34 + [[ zeromq == n-cell-* ]]
2013-08-12 20:10:34 + [[ zeromq == \n\o\v\a ]]
2013-08-12 20:10:34 + [[ zeromq == \c\i\n\d\e\r ]]
2013-08-12 20:10:34 + [[ zeromq == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:10:34 + [[ zeromq == \g\l\a\n\c\e ]]
2013-08-12 20:10:34 + [[ zeromq == \n\e\u\t\r\o\n ]]
2013-08-12 20:10:34 + [[ zeromq == \s\w\i\f\t ]]
2013-08-12 20:10:34 + [[ zeromq == s-* ]]
2013-08-12 20:10:34 + return 1
2013-08-12 20:10:34 + is_service_enabled qpid
2013-08-12 20:10:34 + services=qpid
2013-08-12 20:10:34 + for service in '${services}'
2013-08-12 20:10:34 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,qpid, ]]
2013-08-12 20:10:34 + [[ qpid == n-cell-* ]]
2013-08-12 20:10:34 + [[ qpid == \n\o\v\a ]]
2013-08-12 20:10:34 + [[ qpid == \c\i\n\d\e\r ]]
2013-08-12 20:10:34 + [[ qpid == \c\e\i\l\o\m\e\t\e\r ]]
2013-08-12 20:10:34 + [[ qpid == \g\l\a\n\c\e ]]
2013-08-12 20:10:34 + [[ qpid == \n\e\u\t\r\o\n ]]
2013-08-12 20:10:34 + [[ qpid == \s\w\i\f\t ]]
2013-08-12 20:10:34 + [[ qpid == s-* ]]
2013-08-12 20:10:34 + return 1
2013-08-12 20:10:34 + '[' -n '' ']'
2013-08-12 20:10:34 + is_service_enabled rabbit
2013-08-12 20:10:34 + services=rabbit
2013-08-12 20:10:34 + for service in '${services}'
2013-08-12 20:10:34 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api, =~ ,rabbit, ]]
2013-08-12 20:10:34 + return 0
2013-08-12 20:10:34 + iniset /etc/ceilometer/ceilometer.conf DEFAULT rpc_backend ceilometer.openstack.common.rpc.impl_kombu
2013-08-12 20:10:34 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:34 + local section=DEFAULT
2013-08-12 20:10:34 + local option=rpc_backend
2013-08-12 20:10:35 + local value=ceilometer.openstack.common.rpc.impl_kombu
2013-08-12 20:10:35 + grep -q '^\[DEFAULT\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 grep: /etc/ceilometer/ceilometer.conf: No such file or directory
2013-08-12 20:10:35 + echo -e '\n[DEFAULT]'
2013-08-12 20:10:35 + ini_has_option /etc/ceilometer/ceilometer.conf DEFAULT rpc_backend
2013-08-12 20:10:35 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + local section=DEFAULT
2013-08-12 20:10:35 + local option=rpc_backend
2013-08-12 20:10:35 + local line
2013-08-12 20:10:35 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rpc_backend[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + line=
2013-08-12 20:10:35 + '[' -n '' ']'
2013-08-12 20:10:35 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:10:35 rpc_backend = ceilometer.openstack.common.rpc.impl_kombu
2013-08-12 20:10:35 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + iniset /etc/ceilometer/ceilometer.conf DEFAULT rabbit_host localhost
2013-08-12 20:10:35 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + local section=DEFAULT
2013-08-12 20:10:35 + local option=rabbit_host
2013-08-12 20:10:35 + local value=localhost
2013-08-12 20:10:35 + grep -q '^\[DEFAULT\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + ini_has_option /etc/ceilometer/ceilometer.conf DEFAULT rabbit_host
2013-08-12 20:10:35 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + local section=DEFAULT
2013-08-12 20:10:35 + local option=rabbit_host
2013-08-12 20:10:35 + local line
2013-08-12 20:10:35 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rabbit_host[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + line=
2013-08-12 20:10:35 + '[' -n '' ']'
2013-08-12 20:10:35 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:10:35 rabbit_host = localhost
2013-08-12 20:10:35 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + iniset /etc/ceilometer/ceilometer.conf DEFAULT rabbit_password stackqueue
2013-08-12 20:10:35 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + local section=DEFAULT
2013-08-12 20:10:35 + local option=rabbit_password
2013-08-12 20:10:35 + local value=stackqueue
2013-08-12 20:10:35 + grep -q '^\[DEFAULT\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + ini_has_option /etc/ceilometer/ceilometer.conf DEFAULT rabbit_password
2013-08-12 20:10:35 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + local section=DEFAULT
2013-08-12 20:10:35 + local option=rabbit_password
2013-08-12 20:10:35 + local line
2013-08-12 20:10:35 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^rabbit_password[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + line=
2013-08-12 20:10:35 + '[' -n '' ']'
2013-08-12 20:10:35 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:10:35 rabbit_password = stackqueue
2013-08-12 20:10:35 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + iniset /etc/ceilometer/ceilometer.conf DEFAULT notification_topics notifications
2013-08-12 20:10:35 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + local section=DEFAULT
2013-08-12 20:10:35 + local option=notification_topics
2013-08-12 20:10:35 + local value=notifications
2013-08-12 20:10:35 + grep -q '^\[DEFAULT\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:35 + ini_has_option /etc/ceilometer/ceilometer.conf DEFAULT notification_topics
2013-08-12 20:10:36 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + local section=DEFAULT
2013-08-12 20:10:36 + local option=notification_topics
2013-08-12 20:10:36 + local line
2013-08-12 20:10:36 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^notification_topics[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + line=
2013-08-12 20:10:36 + '[' -n '' ']'
2013-08-12 20:10:36 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:10:36 notification_topics = notifications
2013-08-12 20:10:36 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + iniset /etc/ceilometer/ceilometer.conf DEFAULT verbose True
2013-08-12 20:10:36 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + local section=DEFAULT
2013-08-12 20:10:36 + local option=verbose
2013-08-12 20:10:36 + local value=True
2013-08-12 20:10:36 + grep -q '^\[DEFAULT\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + ini_has_option /etc/ceilometer/ceilometer.conf DEFAULT verbose
2013-08-12 20:10:36 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + local section=DEFAULT
2013-08-12 20:10:36 + local option=verbose
2013-08-12 20:10:36 + local line
2013-08-12 20:10:36 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^verbose[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + line=
2013-08-12 20:10:36 + '[' -n '' ']'
2013-08-12 20:10:36 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:10:36 verbose = True
2013-08-12 20:10:36 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + cp /opt/stack/ceilometer/etc/ceilometer/policy.json /etc/ceilometer
2013-08-12 20:10:36 + cp /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml /etc/ceilometer
2013-08-12 20:10:36 + iniset /etc/ceilometer/ceilometer.conf DEFAULT policy_file /etc/ceilometer/policy.json
2013-08-12 20:10:36 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + local section=DEFAULT
2013-08-12 20:10:36 + local option=policy_file
2013-08-12 20:10:36 + local value=/etc/ceilometer/policy.json
2013-08-12 20:10:36 + grep -q '^\[DEFAULT\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + ini_has_option /etc/ceilometer/ceilometer.conf DEFAULT policy_file
2013-08-12 20:10:36 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + local section=DEFAULT
2013-08-12 20:10:36 + local option=policy_file
2013-08-12 20:10:36 + local line
2013-08-12 20:10:36 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^policy_file[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + line=
2013-08-12 20:10:36 + '[' -n '' ']'
2013-08-12 20:10:36 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:10:36 policy_file = /etc/ceilometer/policy.json
2013-08-12 20:10:36 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + iniset /etc/ceilometer/ceilometer.conf DEFAULT os_username ceilometer
2013-08-12 20:10:36 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + local section=DEFAULT
2013-08-12 20:10:36 + local option=os_username
2013-08-12 20:10:36 + local value=ceilometer
2013-08-12 20:10:36 + grep -q '^\[DEFAULT\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:36 + ini_has_option /etc/ceilometer/ceilometer.conf DEFAULT os_username
2013-08-12 20:10:37 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + local section=DEFAULT
2013-08-12 20:10:37 + local option=os_username
2013-08-12 20:10:37 + local line
2013-08-12 20:10:37 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^os_username[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + line=
2013-08-12 20:10:37 + '[' -n '' ']'
2013-08-12 20:10:37 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:10:37 os_username = ceilometer
2013-08-12 20:10:37 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + iniset /etc/ceilometer/ceilometer.conf DEFAULT os_password nomoresecrete
2013-08-12 20:10:37 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + local section=DEFAULT
2013-08-12 20:10:37 + local option=os_password
2013-08-12 20:10:37 + local value=nomoresecrete
2013-08-12 20:10:37 + grep -q '^\[DEFAULT\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + ini_has_option /etc/ceilometer/ceilometer.conf DEFAULT os_password
2013-08-12 20:10:37 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + local section=DEFAULT
2013-08-12 20:10:37 + local option=os_password
2013-08-12 20:10:37 + local line
2013-08-12 20:10:37 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^os_password[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + line=
2013-08-12 20:10:37 + '[' -n '' ']'
2013-08-12 20:10:37 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:10:37 os_password = nomoresecrete
2013-08-12 20:10:37 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + iniset /etc/ceilometer/ceilometer.conf DEFAULT os_tenant_name service
2013-08-12 20:10:37 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + local section=DEFAULT
2013-08-12 20:10:37 + local option=os_tenant_name
2013-08-12 20:10:37 + local value=service
2013-08-12 20:10:37 + grep -q '^\[DEFAULT\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + ini_has_option /etc/ceilometer/ceilometer.conf DEFAULT os_tenant_name
2013-08-12 20:10:37 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + local section=DEFAULT
2013-08-12 20:10:37 + local option=os_tenant_name
2013-08-12 20:10:37 + local line
2013-08-12 20:10:37 ++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^os_tenant_name[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + line=
2013-08-12 20:10:37 + '[' -n '' ']'
2013-08-12 20:10:37 + sed -i -e '/^\[DEFAULT\]/ a\
2013-08-12 20:10:37 os_tenant_name = service
2013-08-12 20:10:37 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + iniset /etc/ceilometer/ceilometer.conf keystone_authtoken auth_protocol http
2013-08-12 20:10:37 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + local section=keystone_authtoken
2013-08-12 20:10:37 + local option=auth_protocol
2013-08-12 20:10:37 + local value=http
2013-08-12 20:10:37 + grep -q '^\[keystone_authtoken\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + echo -e '\n[keystone_authtoken]'
2013-08-12 20:10:37 + ini_has_option /etc/ceilometer/ceilometer.conf keystone_authtoken auth_protocol
2013-08-12 20:10:37 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:37 + local section=keystone_authtoken
2013-08-12 20:10:37 + local option=auth_protocol
2013-08-12 20:10:38 + local line
2013-08-12 20:10:38 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^auth_protocol[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + line=
2013-08-12 20:10:38 + '[' -n '' ']'
2013-08-12 20:10:38 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:10:38 auth_protocol = http
2013-08-12 20:10:38 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + iniset /etc/ceilometer/ceilometer.conf keystone_authtoken admin_user ceilometer
2013-08-12 20:10:38 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + local section=keystone_authtoken
2013-08-12 20:10:38 + local option=admin_user
2013-08-12 20:10:38 + local value=ceilometer
2013-08-12 20:10:38 + grep -q '^\[keystone_authtoken\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + ini_has_option /etc/ceilometer/ceilometer.conf keystone_authtoken admin_user
2013-08-12 20:10:38 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + local section=keystone_authtoken
2013-08-12 20:10:38 + local option=admin_user
2013-08-12 20:10:38 + local line
2013-08-12 20:10:38 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_user[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + line=
2013-08-12 20:10:38 + '[' -n '' ']'
2013-08-12 20:10:38 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:10:38 admin_user = ceilometer
2013-08-12 20:10:38 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + iniset /etc/ceilometer/ceilometer.conf keystone_authtoken admin_password nomoresecrete
2013-08-12 20:10:38 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + local section=keystone_authtoken
2013-08-12 20:10:38 + local option=admin_password
2013-08-12 20:10:38 + local value=nomoresecrete
2013-08-12 20:10:38 + grep -q '^\[keystone_authtoken\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + ini_has_option /etc/ceilometer/ceilometer.conf keystone_authtoken admin_password
2013-08-12 20:10:38 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + local section=keystone_authtoken
2013-08-12 20:10:38 + local option=admin_password
2013-08-12 20:10:38 + local line
2013-08-12 20:10:38 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_password[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + line=
2013-08-12 20:10:38 + '[' -n '' ']'
2013-08-12 20:10:38 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:10:38 admin_password = nomoresecrete
2013-08-12 20:10:38 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + iniset /etc/ceilometer/ceilometer.conf keystone_authtoken admin_tenant_name service
2013-08-12 20:10:38 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + local section=keystone_authtoken
2013-08-12 20:10:38 + local option=admin_tenant_name
2013-08-12 20:10:38 + local value=service
2013-08-12 20:10:38 + grep -q '^\[keystone_authtoken\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + ini_has_option /etc/ceilometer/ceilometer.conf keystone_authtoken admin_tenant_name
2013-08-12 20:10:38 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + local section=keystone_authtoken
2013-08-12 20:10:38 + local option=admin_tenant_name
2013-08-12 20:10:38 + local line
2013-08-12 20:10:38 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^admin_tenant_name[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:38 + line=
2013-08-12 20:10:38 + '[' -n '' ']'
2013-08-12 20:10:38 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:10:39 admin_tenant_name = service
2013-08-12 20:10:39 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + iniset /etc/ceilometer/ceilometer.conf keystone_authtoken signing_dir /var/cache/ceilometer
2013-08-12 20:10:39 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + local section=keystone_authtoken
2013-08-12 20:10:39 + local option=signing_dir
2013-08-12 20:10:39 + local value=/var/cache/ceilometer
2013-08-12 20:10:39 + grep -q '^\[keystone_authtoken\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + ini_has_option /etc/ceilometer/ceilometer.conf keystone_authtoken signing_dir
2013-08-12 20:10:39 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + local section=keystone_authtoken
2013-08-12 20:10:39 + local option=signing_dir
2013-08-12 20:10:39 + local line
2013-08-12 20:10:39 ++ sed -ne '/^\[keystone_authtoken\]/,/^\[.*\]/ { /^signing_dir[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + line=
2013-08-12 20:10:39 + '[' -n '' ']'
2013-08-12 20:10:39 + sed -i -e '/^\[keystone_authtoken\]/ a\
2013-08-12 20:10:39 signing_dir = /var/cache/ceilometer
2013-08-12 20:10:39 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + [[ mongodb = \m\y\s\q\l ]]
2013-08-12 20:10:39 + iniset /etc/ceilometer/ceilometer.conf database connection mongodb://localhost:27017/ceilometer
2013-08-12 20:10:39 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + local section=database
2013-08-12 20:10:39 + local option=connection
2013-08-12 20:10:39 + local value=mongodb://localhost:27017/ceilometer
2013-08-12 20:10:39 + grep -q '^\[database\]' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + echo -e '\n[database]'
2013-08-12 20:10:39 + ini_has_option /etc/ceilometer/ceilometer.conf database connection
2013-08-12 20:10:39 + local file=/etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + local section=database
2013-08-12 20:10:39 + local option=connection
2013-08-12 20:10:39 + local line
2013-08-12 20:10:39 ++ sed -ne '/^\[database\]/,/^\[.*\]/ { /^connection[ \t]*=/ p; }' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + line=
2013-08-12 20:10:39 + '[' -n '' ']'
2013-08-12 20:10:39 + sed -i -e '/^\[database\]/ a\
2013-08-12 20:10:39 connection = mongodb://localhost:27017/ceilometer
2013-08-12 20:10:39 ' /etc/ceilometer/ceilometer.conf
2013-08-12 20:10:39 + configure_mongodb
2013-08-12 20:10:39 + is_fedora
2013-08-12 20:10:39 + [[ -z Ubuntu ]]
2013-08-12 20:10:39 + '[' Ubuntu = Fedora ']'
2013-08-12 20:10:39 + '[' Ubuntu = 'Red Hat' ']'
2013-08-12 20:10:39 + '[' Ubuntu = CentOS ']'
2013-08-12 20:10:39 + cleanup_ceilometer
2013-08-12 20:10:39 + mongo ceilometer --eval 'db.dropDatabase();'
2013-08-12 20:10:39 MongoDB shell version: 2.4.5
2013-08-12 20:10:39 connecting to: ceilometer
2013-08-12 20:10:39 Mon Aug 12 20:10:33.423 JavaScript execution failed: Error: couldn't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:L112
2013-08-12 20:10:39 exception: connect failed
2013-08-12 20:10:39 ++ failed
2013-08-12 20:10:39 ++ local r=1
2013-08-12 20:10:39 +++ jobs -p
2013-08-12 20:10:39 ++ kill
2013-08-12 20:10:39 ++ set +o xtrace
2013-08-12 20:10:39 stack.sh failed: full log in /opt/stack/logs/stack.sh.log.2013-08-12-195123
@apeyroux
Copy link

Same errir. You have a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment