[Openstack-stable-maint] Build failed in Jenkins: periodic-tempest-devstack-vm-stable-folsom #55

OpenStack Jenkins jenkins at openstack.org
Sun Nov 25 00:08:18 UTC 2012


See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-folsom/55/>

------------------------------------------
[...truncated 5214 lines...]

Using /usr/local/lib/python2.7/dist-packages
Searching for Tempita==0.5.1
Best match: Tempita 0.5.1
Adding Tempita 0.5.1 to easy-install.pth file

Using /usr/lib/python2.7/dist-packages
Searching for decorator==3.3.2
Best match: decorator 3.3.2
Adding decorator 3.3.2 to easy-install.pth file

Using /usr/lib/python2.7/dist-packages
Finished processing dependencies for keystone==2012.2.1
+ [[ ! -d /etc/keystone ]]
+ [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]]
+ cp -p /opt/stack/keystone/etc/keystone.conf.sample /etc/keystone/keystone.conf
+ cp -p /opt/stack/keystone/etc/policy.json /etc/keystone
+ iniset /etc/keystone/keystone.conf DEFAULT admin_token 111222333444
+ local file=/etc/keystone/keystone.conf
+ local section=DEFAULT
+ local option=admin_token
+ local value=111222333444
+ grep -q '^\[DEFAULT\]' /etc/keystone/keystone.conf
++ iniget /etc/keystone/keystone.conf DEFAULT admin_token
++ local file=/etc/keystone/keystone.conf
++ local section=DEFAULT
++ local option=admin_token
++ local line
+++ sed -ne '/^\[DEFAULT\]/,/^\[.*\]/ { /^admin_token[ \t]*=/ p; }' /etc/keystone/keystone.conf
++ line=
++ echo
+ [[ -z '' ]]
+ sed -i -e '/^\[DEFAULT\]/ a\
admin_token = 111222333444
' /etc/keystone/keystone.conf
+ iniset /etc/keystone/keystone.conf sql connection 'mysql://root:secret@localhost/keystone?charset=utf8'
+ local file=/etc/keystone/keystone.conf
+ local section=sql
+ local option=connection
+ local 'value=mysql://root:secret@localhost/keystone?charset=utf8'
+ grep -q '^\[sql\]' /etc/keystone/keystone.conf
++ iniget /etc/keystone/keystone.conf sql connection
++ local file=/etc/keystone/keystone.conf
++ local section=sql
++ local option=connection
++ local line
+++ sed -ne '/^\[sql\]/,/^\[.*\]/ { /^connection[ \t]*=/ p; }' /etc/keystone/keystone.conf
++ line=
++ echo
+ [[ -z '' ]]
+ sed -i -e '/^\[sql\]/ a\
connection = mysql://root:secret@localhost/keystone?charset=utf8
' /etc/keystone/keystone.conf
+ iniset /etc/keystone/keystone.conf ec2 driver keystone.contrib.ec2.backends.sql.Ec2
+ local file=/etc/keystone/keystone.conf
+ local section=ec2
+ local option=driver
+ local value=keystone.contrib.ec2.backends.sql.Ec2
+ grep -q '^\[ec2\]' /etc/keystone/keystone.conf
++ iniget /etc/keystone/keystone.conf ec2 driver
++ local file=/etc/keystone/keystone.conf
++ local section=ec2
++ local option=driver
++ local line
+++ sed -ne '/^\[ec2\]/,/^\[.*\]/ { /^driver[ \t]*=/ p; }' /etc/keystone/keystone.conf
++ line=
++ echo
+ [[ -z '' ]]
+ sed -i -e '/^\[ec2\]/ a\
driver = keystone.contrib.ec2.backends.sql.Ec2
' /etc/keystone/keystone.conf
+ sed -e '
        /^pipeline.*ec2_extension crud_/s|ec2_extension crud_extension|ec2_extension s3_extension crud_extension|;
    ' -i /etc/keystone/keystone.conf
+ iniset /etc/keystone/keystone.conf filter:s3_extension paste.filter_factory keystone.contrib.s3:S3Extension.factory
+ local file=/etc/keystone/keystone.conf
+ local section=filter:s3_extension
+ local option=paste.filter_factory
+ local value=keystone.contrib.s3:S3Extension.factory
+ grep -q '^\[filter:s3_extension\]' /etc/keystone/keystone.conf
++ iniget /etc/keystone/keystone.conf filter:s3_extension paste.filter_factory
++ local file=/etc/keystone/keystone.conf
++ local section=filter:s3_extension
++ local option=paste.filter_factory
++ local line
+++ sed -ne '/^\[filter:s3_extension\]/,/^\[.*\]/ { /^paste.filter_factory[ \t]*=/ p; }' /etc/keystone/keystone.conf
++ line='paste.filter_factory = keystone.contrib.s3:S3Extension.factory'
++ echo keystone.contrib.s3:S3Extension.factory
+ [[ -z keystone.contrib.s3:S3Extension.factory ]]
+ sed -i -e '/^\[filter:s3_extension\]/,/^\[.*\]/ s|^\(paste.filter_factory[ \t]*=[ \t]*\).*$|\1keystone.contrib.s3:S3Extension.factory|' /etc/keystone/keystone.conf
+ [[ sql = \s\q\l ]]
+ iniset /etc/keystone/keystone.conf catalog driver keystone.catalog.backends.sql.Catalog
+ local file=/etc/keystone/keystone.conf
+ local section=catalog
+ local option=driver
+ local value=keystone.catalog.backends.sql.Catalog
+ grep -q '^\[catalog\]' /etc/keystone/keystone.conf
++ iniget /etc/keystone/keystone.conf catalog driver
++ local file=/etc/keystone/keystone.conf
++ local section=catalog
++ local option=driver
++ local line
+++ sed -ne '/^\[catalog\]/,/^\[.*\]/ { /^driver[ \t]*=/ p; }' /etc/keystone/keystone.conf
++ line=
++ echo
+ [[ -z '' ]]
+ sed -i -e '/^\[catalog\]/ a\
driver = keystone.catalog.backends.sql.Catalog
' /etc/keystone/keystone.conf
+ inicomment /etc/keystone/keystone.conf catalog template_file
+ local file=/etc/keystone/keystone.conf
+ local section=catalog
+ local option=template_file
+ sed -i -e '/^\[catalog\]/,/^\[.*\]/ s|^\(template_file[ \t]*=.*$\)|#\1|' /etc/keystone/keystone.conf
+ LOGGING_ROOT=devel
+ '[' True '!=' False ']'
+ LOGGING_ROOT=devel,production
+ KEYSTONE_LOG_CONFIG='--log-config /etc/keystone/logging.conf'
+ cp /opt/stack/keystone/etc/logging.conf.sample /etc/keystone/logging.conf
+ iniset /etc/keystone/logging.conf logger_root level DEBUG
+ local file=/etc/keystone/logging.conf
+ local section=logger_root
+ local option=level
+ local value=DEBUG
+ grep -q '^\[logger_root\]' /etc/keystone/logging.conf
++ iniget /etc/keystone/logging.conf logger_root level
++ local file=/etc/keystone/logging.conf
++ local section=logger_root
++ local option=level
++ local line
+++ sed -ne '/^\[logger_root\]/,/^\[.*\]/ { /^level[ \t]*=/ p; }' /etc/keystone/logging.conf
++ line=level=WARNING
++ echo WARNING
+ [[ -z WARNING ]]
+ sed -i -e '/^\[logger_root\]/,/^\[.*\]/ s|^\(level[ \t]*=[ \t]*\).*$|\1DEBUG|' /etc/keystone/logging.conf
+ iniset /etc/keystone/logging.conf logger_root handlers devel,production
+ local file=/etc/keystone/logging.conf
+ local section=logger_root
+ local option=handlers
+ local value=devel,production
+ grep -q '^\[logger_root\]' /etc/keystone/logging.conf
++ iniget /etc/keystone/logging.conf logger_root handlers
++ local file=/etc/keystone/logging.conf
++ local section=logger_root
++ local option=handlers
++ local line
+++ sed -ne '/^\[logger_root\]/,/^\[.*\]/ { /^handlers[ \t]*=/ p; }' /etc/keystone/logging.conf
++ line=handlers=file
++ echo file
+ [[ -z file ]]
+ sed -i -e '/^\[logger_root\]/,/^\[.*\]/ s|^\(handlers[ \t]*=[ \t]*\).*$|\1devel,production|' /etc/keystone/logging.conf
+ init_keystone
+ mysql -uroot -psecret -e 'DROP DATABASE IF EXISTS keystone;'
+ mysql -uroot -psecret -e 'CREATE DATABASE keystone CHARACTER SET utf8;'
+ /opt/stack/keystone/bin/keystone-manage db_sync
+ /opt/stack/keystone/bin/keystone-manage pki_setup
Generating RSA private key, 1024 bit long modulus
...............++++++
......................++++++
e is 65537 (0x10001)
Generating RSA private key, 1024 bit long modulus
..++++++
.....................................++++++
e is 65537 (0x10001)
Using configuration from /etc/keystone/ssl/certs/openssl.conf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'Unset'
localityName          :PRINTABLE:'Unset'
organizationName      :PRINTABLE:'Unset'
commonName            :PRINTABLE:'www.example.com'
Certificate is to be certified until Nov 25 00:07:05 2013 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
Looking for /etc/keystone/ssl/certs/openssl.conf:	[NOT FOUND]
Looking for /etc/keystone/ssl/certs:	[NOT FOUND]
Looking for /etc/keystone/ssl/certs/index.txt:	[NOT FOUND]
Looking for /etc/keystone/ssl/certs/serial:	[NOT FOUND]
Looking for /etc/keystone/ssl/certs/ca.pem:	[NOT FOUND]
Looking for /etc/keystone/ssl/certs:	[FOUND]
openssl genrsa -out /etc/keystone/ssl/certs/cakey.pem 1024 -config /etc/keystone/ssl/certs/openssl.conf
Generating CA certificate
openssl req -new -x509 -extensions v3_ca -passin pass:None -key /etc/keystone/ssl/certs/cakey.pem -out /etc/keystone/ssl/certs/ca.pem -days 3650 -config /etc/keystone/ssl/certs/openssl.conf -subj /C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com
Looking for /etc/keystone/ssl/private/signing_key.pem:	[NOT FOUND]
Looking for /etc/keystone/ssl/private:	[NOT FOUND]
openssl genrsa -out /etc/keystone/ssl/private/signing_key.pem 1024 -config /etc/keystone/ssl/certs/openssl.conf
Looking for /etc/keystone/ssl/certs/signing_cert.pem:	[NOT FOUND]
Looking for /etc/keystone/ssl/certs:	[FOUND]
openssl req -key /etc/keystone/ssl/private/signing_key.pem -new -nodes -out /etc/keystone/ssl/certs/req.pem -config /etc/keystone/ssl/certs/openssl.conf -subj /C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com
openssl ca -batch -out /etc/keystone/ssl/certs/signing_cert.pem -config /etc/keystone/ssl/certs/openssl.conf -infiles /etc/keystone/ssl/certs/req.pem
+ start_keystone
+ screen_it key 'cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d --debug'
++ echo -ne '\015'
+ NL=$'\r'
+ SCREEN_NAME=stack
+ is_service_enabled key
+ services=key
+ for service in '${services}'
+ [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,tempest,n-net,swift,n-vol, =~ ,key, ]]
+ return 0
+ screen_rc key 'cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d --debug'
+ SCREEN_NAME=stack
+ SCREENRC=/opt/stack/devstack/stack-screenrc
+ [[ ! -e /opt/stack/devstack/stack-screenrc ]]
+ echo 'sessionname stack'
+ echo 'hardstatus alwayslastline '\''%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'\'''
+ echo 'screen -t shell bash'
+ grep key /opt/stack/devstack/stack-screenrc
++ echo -ne '\015'
+ NL=$'\r'
+ echo 'screen -t key bash'
+ echo 'stuff "cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d --debug
"'
+ screen -S stack -X screen -t key
+ sleep 1.5
+ [[ -n /opt/stack/screen-logs ]]
+ screen -S stack -p key -X logfile /opt/stack/screen-logs/screen-key.2012-11-25-000352.log
+ screen -S stack -p key -X log on
+ ln -sf /opt/stack/screen-logs/screen-key.2012-11-25-000352.log /opt/stack/screen-logs/screen-key.log
+ screen -S stack -p key -X stuff 'cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d --debug
'
+ echo 'Waiting for keystone to start...'
Waiting for keystone to start...
+ timeout 60 sh -c 'while ! http_proxy= curl -s http://127.0.0.1:5000/v2.0/ >/dev/null; do sleep 1; done'
+ echo 'keystone did not start'
keystone did not start
+ exit 1
+ clean
+ local r=1
++ jobs -p
+ kill
+ exit 1
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55/logs/devstack-gate-cleanup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55/logs/devstack-gate-setup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55/logs/devstack-gate-setup-workspace.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55/logs/devstacklog.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55/logs/kern_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55/logs/localrc.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55/logs/screen-key.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/55/logs/syslog.txt'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.



More information about the Openstack-stable-maint mailing list