[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_12 #32990

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Apr 8 09:39:17 UTC 2016


See <https://jenkins.debian.net/job/reproducible_builder_amd64_12/32990/>

------------------------------------------
[...truncated 15975 lines...]
writing output... [ 40%] event_notifications
writing output... [ 43%] extensions
writing output... [ 46%] external-auth
writing output... [ 50%] federation/mellon
writing output... [ 53%] federation/openidc
writing output... [ 56%] federation/shibboleth
writing output... [ 59%] federation/websso
writing output... [ 62%] http-api
writing output... [ 65%] index
writing output... [ 68%] installing
writing output... [ 71%] key_terms
writing output... [ 75%] man/keystone-all
writing output... [ 78%] man/keystone-manage
writing output... [ 81%] mapping_combinations
writing output... [ 84%] mapping_schema
writing output... [ 87%] middlewarearchitecture
writing output... [ 90%] online_schema_migration_examples
writing output... [ 93%] policy_mapping
writing output... [ 96%] sample_config
writing output... [100%] services

generating indices... genindex
writing additional pages... search
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded, 1 warning.
dh_sphinxdoc -O--buildsystem=python_distutils
make[1]: Leaving directory '/build/keystone-9.0.0'
   debian/rules override_dh_installchangelogs
make[1]: Entering directory '/build/keystone-9.0.0'
if [ -e /build/keystone-9.0.0/debian/CHANGELOG ] ; then \
	dh_installchangelogs /build/keystone-9.0.0/debian/CHANGELOG ; \
else \
	dh_installchangelogs ; \
fi
make[1]: Leaving directory '/build/keystone-9.0.0'
   debian/rules override_dh_installman
make[1]: Entering directory '/build/keystone-9.0.0'
PYTHONPATH=. sphinx-build -b man doc/source doc/build/man
Running Sphinx v1.3.6
making output directory...
fatal: Not a git repository (or any of the parent directories): .git
loading pickled environment... not yet created
[oslo_config.sphinxconfiggen] reading config generator instructions from /build/keystone-9.0.0/doc/source/../../config-generator/keystone.conf
[oslo_config.sphinxconfiggen] writing sample configuration to /build/keystone-9.0.0/doc/source/_static/keystone.conf.sample
Using openstack theme from /usr/lib/python2.7/dist-packages/oslosphinx/theme
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: 32 added, 0 changed, 0 removed
reading sources... [  3%] apache-httpd
reading sources... [  6%] api_curl_examples
reading sources... [  9%] architecture
reading sources... [ 12%] auth-totp
reading sources... [ 15%] community
reading sources... [ 18%] configuration
reading sources... [ 21%] configure_federation
reading sources... [ 25%] configure_tokenless_x509
reading sources... [ 28%] configuringservices
reading sources... [ 31%] developing
reading sources... [ 34%] developing_drivers
reading sources... [ 37%] devref/development.environment
reading sources... [ 40%] event_notifications
reading sources... [ 43%] extensions
reading sources... [ 46%] external-auth
reading sources... [ 50%] federation/mellon
reading sources... [ 53%] federation/openidc
reading sources... [ 56%] federation/shibboleth
reading sources... [ 59%] federation/websso
reading sources... [ 62%] http-api
reading sources... [ 65%] index
reading sources... [ 68%] installing
reading sources... [ 71%] key_terms
reading sources... [ 75%] man/keystone-all
reading sources... [ 78%] man/keystone-manage
reading sources... [ 81%] mapping_combinations
reading sources... [ 84%] mapping_schema
reading sources... [ 87%] middlewarearchitecture
reading sources... [ 90%] online_schema_migration_examples
reading sources... [ 93%] policy_mapping
reading sources... [ 96%] sample_config
reading sources... [100%] services

/build/keystone-9.0.0/doc/source/index.rst:101: WARNING: toctree contains reference to nonexisting document u'api/modules'
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... keystone-manage.1 { } keystone-all.1 { } 
build succeeded, 1 warning.
dh_installman -O--buildsystem=python_distutils
make[1]: Leaving directory '/build/keystone-9.0.0'
   dh_installcron -O--buildsystem=python_distutils
   dh_installdebconf -O--buildsystem=python_distutils
   dh_python2 -O--buildsystem=python_distutils
   debian/rules override_dh_systemd_enable
make[1]: Entering directory '/build/keystone-9.0.0'
# Create the init scripts and systemd unit files from the template
set -e ; set -x ; for i in `ls -1 debian/*.init.in` ; do \
	MYINIT=`echo $i | sed s/.init.in//` ; \
	cp $i $MYINIT.init ; \
	cat /usr/share/openstack-pkg-tools/init-script-template >>$MYINIT.init ; \
	pkgos-gen-systemd-unit $i ; \
done
+ ls -1 debian/keystone.init.in
+ echo debian/keystone.init.in
+ sed s/.init.in//
+ MYINIT=debian/keystone
+ cp debian/keystone.init.in debian/keystone.init
+ cat /usr/share/openstack-pkg-tools/init-script-template
+ pkgos-gen-systemd-unit debian/keystone.init.in
# If there's an upstart.in file, use that one instead of the generated one
set -e ; set -x ; for i in `ls -1 debian/*.upstart.in` ; do \
	MYPKG=`echo $i | sed s/.upstart.in//` ; \
	cp $MYPKG.upstart.in $MYPKG.upstart ; \
done
+ ls -1 debian/*.upstart.in
ls: cannot access 'debian/*.upstart.in': No such file or directory
# Generate the upstart job if there's no already existing .upstart.in
set -e ; set -x ; for i in `ls debian/*.init.in` ; do \
	MYINIT=`echo $i | sed s/.init.in/.upstart.in/` ; \
	if ! [ -e $MYINIT ] ; then \
		pkgos-gen-upstart-job $i ; \
	fi \
done
+ ls debian/keystone.init.in
+ echo debian/keystone.init.in
+ sed s/.init.in/.upstart.in/
+ MYINIT=debian/keystone.upstart.in
+ [ -e debian/keystone.upstart.in ]
+ pkgos-gen-upstart-job debian/keystone.init.in
# If there's a service.in file, use that one instead of the generated one
set -e ; set -x ; for i in `ls -1 debian/*.service.in`; do \
	MYPKG=`echo $i | sed s/.service.in//` ; \
	cp $MYPKG.service.in $MYPKG.service ; \
done
+ ls -1 debian/*.service.in
ls: cannot access 'debian/*.service.in': No such file or directory
# Generate the systemd unit if there's no already existing .service.in
set -e ; set -x ; for i in `ls debian/*.init.in` ; do \
	MYINIT=`echo $i | sed s/.init.in/.service.in/` ; \
	if ! [ -e $MYINIT ] ; then \
		pkgos-gen-systemd-unit $i ; \
	fi \
done
+ ls debian/keystone.init.in
+ echo debian/keystone.init.in
+ sed s/.init.in/.service.in/
+ MYINIT=debian/keystone.service.in
+ [ -e debian/keystone.service.in ]
+ pkgos-gen-systemd-unit debian/keystone.init.in
dh_systemd_enable
make[1]: Leaving directory '/build/keystone-9.0.0'
   debian/rules override_dh_installinit
make[1]: Entering directory '/build/keystone-9.0.0'
# Create the init scripts and systemd unit files from the template
set -e ; set -x ; for i in `ls -1 debian/*.init.in` ; do \
	MYINIT=`echo $i | sed s/.init.in//` ; \
	cp $i $MYINIT.init ; \
	cat /usr/share/openstack-pkg-tools/init-script-template >>$MYINIT.init ; \
	pkgos-gen-systemd-unit $i ; \
done
+ ls -1 debian/keystone.init.in
+ echo debian/keystone.init.in
+ sed s/.init.in//
+ MYINIT=debian/keystone
+ cp debian/keystone.init.in debian/keystone.init
+ cat /usr/share/openstack-pkg-tools/init-script-template
+ pkgos-gen-systemd-unit debian/keystone.init.in
# If there's an upstart.in file, use that one instead of the generated one
set -e ; set -x ; for i in `ls -1 debian/*.upstart.in` ; do \
	MYPKG=`echo $i | sed s/.upstart.in//` ; \
	cp $MYPKG.upstart.in $MYPKG.upstart ; \
done
+ ls -1 debian/*.upstart.in
ls: cannot access 'debian/*.upstart.in': No such file or directory
# Generate the upstart job if there's no already existing .upstart.in
set -e ; set -x ; for i in `ls debian/*.init.in` ; do \
	MYINIT=`echo $i | sed s/.init.in/.upstart.in/` ; \
	if ! [ -e $MYINIT ] ; then \
		pkgos-gen-upstart-job $i ; \
	fi \
done
+ ls debian/keystone.init.in
+ echo debian/keystone.init.in
+ sed s/.init.in/.upstart.in/
+ MYINIT=debian/keystone.upstart.in
+ [ -e debian/keystone.upstart.in ]
+ pkgos-gen-upstart-job debian/keystone.init.in
# If there's a service.in file, use that one instead of the generated one
set -e ; set -x ; for i in `ls -1 debian/*.service.in`; do \
	MYPKG=`echo $i | sed s/.service.in//` ; \
	cp $MYPKG.service.in $MYPKG.service ; \
done
+ ls -1 debian/*.service.in
ls: cannot access 'debian/*.service.in': No such file or directory
# Generate the systemd unit if there's no already existing .service.in
set -e ; set -x ; for i in `ls debian/*.init.in` ; do \
	MYINIT=`echo $i | sed s/.init.in/.service.in/` ; \
	if ! [ -e $MYINIT ] ; then \
		pkgos-gen-systemd-unit $i ; \
	fi \
done
+ ls debian/keystone.init.in
+ echo debian/keystone.init.in
+ sed s/.init.in/.service.in/
+ MYINIT=debian/keystone.service.in
+ [ -e debian/keystone.service.in ]
+ pkgos-gen-systemd-unit debian/keystone.init.in
dh_installinit --error-handler=true
make[1]: Leaving directory '/build/keystone-9.0.0'
   dh_systemd_start -O--buildsystem=python_distutils
   dh_installlogrotate -O--buildsystem=python_distutils
   dh_lintian -O--buildsystem=python_distutils
   dh_perl -O--buildsystem=python_distutils
   dh_link -O--buildsystem=python_distutils
   dh_strip_nondeterminism -O--buildsystem=python_distutils
   dh_compress -O--buildsystem=python_distutils
   dh_fixperms -O--buildsystem=python_distutils
   dh_installdeb -O--buildsystem=python_distutils
   debian/rules override_dh_gencontrol
make[1]: Entering directory '/build/keystone-9.0.0'
if dpkg-vendor --derives-from ubuntu ; then \
	dh_gencontrol -- -T/build/keystone-9.0.0/debian/ubuntu_control_vars ; \
else \
	dh_gencontrol -- -T/build/keystone-9.0.0/debian/debian_control_vars ; \
fi
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package python-keystone: unused substitution variable ${python:Provides}
dpkg-gencontrol: warning: package python-keystone: unused substitution variable ${python:Versions}
dpkg-gencontrol: warning: package python-keystone: unused substitution variable ${ostack-lsb-base}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package keystone-doc: unused substitution variable ${ostack-lsb-base}
make[1]: Leaving directory '/build/keystone-9.0.0'
   dh_md5sums -O--buildsystem=python_distutils
   dh_builddeb -O--buildsystem=python_distutils
dpkg-deb: building package 'keystone-doc' in '../keystone-doc_9.0.0-1_all.deb'.
dpkg-deb: building package 'python-keystone' in '../python-keystone_9.0.0-1_all.deb'.
dpkg-deb: building package 'keystone' in '../keystone_9.0.0-1_all.deb'.
/srv/reproducible-results/rbuild-debian-BqS5DlNl/tmp.h9NB3lZbO5:	FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)



More information about the Qa-jenkins-scm mailing list