[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_3 #443
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Sep 9 16:44:14 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_amd64_3/443/>
------------------------------------------
[...truncated 7021 lines...]
dh_installdebconf -O--buildsystem=python_distutils
dh_python2 -O--buildsystem=python_distutils
debian/rules override_dh_systemd_enable
make[1]: Entering directory '/tmp/buildd/sahara-3.0.0~b2'
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
# Create the init scripts and systemd unit files from the template
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
# If there's an upstart.in file, use that one instead of the generated one
for i in `ls -1 debian/*.upstart.in` ; do \
MYPKG=`echo $i | sed s/.upstart.in//` ; \
cp $MYPKG.upstart.in $MYPKG.upstart ; \
done
ls: cannot access debian/*.upstart.in: No such file or directory
# Generate the upstart job if there's no already existing .upstart.in
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
# If there's a service.in file, use that one instead of the generated one
for i in `ls -1 debian/*.service.in`; do \
MYPKG=`echo $i | sed s/.service.in//` ; \
cp $MYPKG.service.in $MYPKG.service ; \
done
ls: cannot access debian/*.service.in: No such file or directory
# Generate the systemd unit if there's no already existing .service.in
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
dh_systemd_enable
make[1]: Leaving directory '/tmp/buildd/sahara-3.0.0~b2'
debian/rules override_dh_installinit
make[1]: Entering directory '/tmp/buildd/sahara-3.0.0~b2'
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
# Create the init scripts and systemd unit files from the template
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
# If there's an upstart.in file, use that one instead of the generated one
for i in `ls -1 debian/*.upstart.in` ; do \
MYPKG=`echo $i | sed s/.upstart.in//` ; \
cp $MYPKG.upstart.in $MYPKG.upstart ; \
done
ls: cannot access debian/*.upstart.in: No such file or directory
# Generate the upstart job if there's no already existing .upstart.in
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
# If there's a service.in file, use that one instead of the generated one
for i in `ls -1 debian/*.service.in`; do \
MYPKG=`echo $i | sed s/.service.in//` ; \
cp $MYPKG.service.in $MYPKG.service ; \
done
ls: cannot access debian/*.service.in: No such file or directory
# Generate the systemd unit if there's no already existing .service.in
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
dh_installinit --error-handler=true
make[1]: Leaving directory '/tmp/buildd/sahara-3.0.0~b2'
dh_systemd_start -O--buildsystem=python_distutils
dh_installlogrotate -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 '/tmp/buildd/sahara-3.0.0~b2'
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
if dpkg-vendor --derives-from ubuntu ; then \
dh_gencontrol -- -T/tmp/buildd/sahara-3.0.0~b2/debian/ubuntu_control_vars ; \
else \
dh_gencontrol -- -T/tmp/buildd/sahara-3.0.0~b2/debian/debian_control_vars ; \
fi
dpkg-gencontrol: warning: relation < is deprecated: use << or <=
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package python-sahara: unused substitution variable ${ostack-lsb-base}
dpkg-gencontrol: warning: package python-sahara: unused substitution variable ${python:Versions}
dpkg-gencontrol: warning: package python-sahara: unused substitution variable ${python:Provides}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package sahara-common: unused substitution variable ${ostack-lsb-base}
dpkg-gencontrol: warning: Depends field of package sahara-api: unknown substitution variable ${python:Depends}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: Depends field of package sahara-engine: unknown substitution variable ${python:Depends}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: Depends field of package sahara: unknown substitution variable ${python:Depends}
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 sahara-doc: unused substitution variable ${ostack-lsb-base}
make[1]: Leaving directory '/tmp/buildd/sahara-3.0.0~b2'
dh_md5sums -O--buildsystem=python_distutils
dh_builddeb -O--buildsystem=python_distutils
dpkg-deb: building package 'sahara' in '../sahara_3.0.0~b2-1_all.deb'.
dpkg-deb: building package 'sahara-engine' in '../sahara-engine_3.0.0~b2-1_all.deb'.
dpkg-deb: building package 'sahara-api' in '../sahara-api_3.0.0~b2-1_all.deb'.
dpkg-deb: building package 'sahara-common' in '../sahara-common_3.0.0~b2-1_all.deb'.
dpkg-deb: building package 'sahara-doc' in '../sahara-doc_3.0.0~b2-1_all.deb'.
dpkg-deb: building package 'python-sahara' in '../python-sahara_3.0.0~b2-1_all.deb'.
dpkg-genbuildinfo >../sahara_3.0.0~b2-1_amd64.buildinfo
dpkg-distaddfile sahara_3.0.0~b2-1_amd64.buildinfo net extra
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../sahara_3.0.0~b2-1_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
dpkg-source --after-build sahara-3.0.0~b2
dpkg-source: info: using options from sahara-3.0.0~b2/debian/source/options: --extend-diff-ignore=^[^/]*[.]egg-info/
dpkg-buildpackage: binary-only upload (no source included)
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env
I: removing directory /var/cache/pbuilder/build//35494 and its subdirectories
I: Current time: Wed Sep 9 04:44:27 GMT+12 2015
I: pbuilder-time-stamp: 1441817067
+ true
+ rm /srv/reproducible-results/tmp.J7frD9oLLY/pbuilderrc_FaIB
++ date -u
Wed Sep 9 16:44:27 UTC 2015 - build #1 for sahara/experimental/amd64 on profitbricks-build1-amd64 done
+ echo 'Wed Sep 9 16:44:27 UTC 2015 - build #1 for sahara/experimental/amd64 on profitbricks-build1-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.1C76GoqMb4/tmp.lB2t84rtpc
/srv/reproducible-results/tmp.1C76GoqMb4/tmp.lB2t84rtpc: 92.7% -- replaced with /srv/reproducible-results/tmp.1C76GoqMb4/tmp.lB2t84rtpc.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-experimental-amd64-sahara
Wed Sep 9 16:44:27 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-xDoguhs1, which will now be removed.
+ RESULT=0
+ '[' 0 -eq 148 ']'
+ '[' 0 -ne 0 ']'
+ rsync -e 'ssh -p 22' -r profitbricks-build1-amd64.debian.net:/srv/reproducible-results/tmp.J7frD9oLLY/b1 /srv/reproducible-results/tmp.J7frD9oLLY/
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -R /srv/reproducible-results/tmp.J7frD9oLLY
/srv/reproducible-results/tmp.J7frD9oLLY:
b1
b2
sahara_3.0.0~b3-1.debian.tar.xz
sahara_3.0.0~b3-1.dsc
sahara_3.0.0~b3.orig.tar.xz
tmp.Sa5ePME0Q0
/srv/reproducible-results/tmp.J7frD9oLLY/b1:
build.log
python-sahara_3.0.0~b2-1_all.deb
sahara-api_3.0.0~b2-1_all.deb
sahara-common_3.0.0~b2-1_all.deb
sahara-doc_3.0.0~b2-1_all.deb
sahara-engine_3.0.0~b2-1_all.deb
sahara_3.0.0~b2-1.debian.tar.xz
sahara_3.0.0~b2-1.dsc
sahara_3.0.0~b2-1_all.deb
sahara_3.0.0~b2-1_amd64.buildinfo
sahara_3.0.0~b2-1_amd64.changes
sahara_3.0.0~b2.orig.tar.xz
/srv/reproducible-results/tmp.J7frD9oLLY/b2:
+ ssh -p 22 profitbricks-build1-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.J7frD9oLLY'
+ set -e
+ '[' '!' -f b1/sahara_3.0.0~b3-1_amd64.changes ']'
+ '[' -f b1/sahara_3.0.0~b2-1_amd64.changes ']'
+ tee -a /srv/reproducible-results/tmp.J7frD9oLLY/tmp.Sa5ePME0Q0
+ echo 'Version mismatch between main node and first build node, aborting. Please upgrade the schroots...'
Version mismatch between main node and first build node, aborting. Please upgrade the schroots...
+ FTBFS=0
+ calculate_build_duration
++ date +%s
+ END=1441817053
+ DURATION=326
+ update_db_and_html depwait
+ STATUS=depwait
+ '[' -z 1:3.0.0~b3-1 ']'
++ sqlite3 -init /var/lib/jenkins/reproducible.init /var/lib/jenkins/reproducible.db 'SELECT status FROM results WHERE package_id='\''48538'\'''
+ local OLD_STATUS=reproducible
+ '[' reproducible = reproducible ']'
+ '[' depwait '!=' depwait ']'
+ '[' reproducible '!=' depwait ']'
+ '[' 0 -eq 1 ']'
+ sqlite3 -init /var/lib/jenkins/reproducible.init /var/lib/jenkins/reproducible.db 'REPLACE INTO results (package_id, version, status, build_date, build_duration, builder) VALUES ('\''48538'\'', '\''1:3.0.0~b3-1'\'', '\''depwait'\'', '\''2015-09-09 16:38'\'', '\''326'\'', '\''amd64_3/443'\'')'
+ '[' '!' -z 326 ']'
+ sqlite3 -init /var/lib/jenkins/reproducible.init /var/lib/jenkins/reproducible.db 'INSERT INTO stats_build (name, version, suite, architecture, status, build_date, build_duration, builder) VALUES ('\''sahara'\'', '\''1:3.0.0~b3-1'\'', '\''experimental'\'', '\''amd64'\'', '\''depwait'\'', '\''2015-09-09 16:38'\'', '\''326'\'', '\''amd64_3/443'\'')'
+ sqlite3 -init /var/lib/jenkins/reproducible.init /var/lib/jenkins/reproducible.db 'DELETE FROM schedule WHERE package_id='\''48538'\'';'
+ gen_package_html sahara
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''sahara'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-09 16:44:14.072126
CRITICAL: https://reproducible.debian.net/experimental/amd64/sahara didn't produce a buildlog, even though it has been built.
INFO: Finished at 2015-09-09 16:44:14.081310, took: 0:00:00.009196
+ cd -
+ echo
+ echo 'Successfully updated the database and updated https://reproducible.debian.net/rb-pkg/experimental/amd64/sahara.html'
Successfully updated the database and updated https://reproducible.debian.net/rb-pkg/experimental/amd64/sahara.html
+ echo
+ exit 1
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.J7frD9oLLY/tmp.Sa5ePME0Q0
/srv/reproducible-results/tmp.J7frD9oLLY/tmp.Sa5ePME0Q0: 50.5% -- replaced with /srv/reproducible-results/tmp.J7frD9oLLY/tmp.Sa5ePME0Q0.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html sahara
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''sahara'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-09 16:44:14.236269
CRITICAL: https://reproducible.debian.net/experimental/amd64/sahara didn't produce a buildlog, even though it has been built.
INFO: Finished at 2015-09-09 16:44:14.246902, took: 0:00:00.010643
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.J7frD9oLLY
+ false
+ rm -f /tmp/reproducible-lockfile-experimental-amd64-sahara
Wed 9 Sep 16:44:14 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-sltFMFg9, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list