[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_zeta #29171

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 16:02:24 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_zeta/29171/>

------------------------------------------
[...truncated 1178 lines...]
checking md5.h usability... no
checking md5.h presence... no
checking for md5.h... no
checking sha2.h usability... no
checking sha2.h presence... no
checking for sha2.h... no
checking sys/sensors.h usability... no
checking sys/sensors.h presence... no
checking for sys/sensors.h... no
checking for struct sockaddr_in.sin_len... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating compat/Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
dh_testdir
/usr/bin/make
make[1]: Entering directory '/tmp/buildd/openntpd-5.7p4'
Making all in include
make[2]: Entering directory '/tmp/buildd/openntpd-5.7p4/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/buildd/openntpd-5.7p4/include'
Making all in compat
make[2]: Entering directory '/tmp/buildd/openntpd-5.7p4/compat'
  CC       libcompat_la-adjfreq_linux.lo
  CC       libcompat_la-closefrom.lo
  CC       libcompat_la-imsg.lo
  CC       libcompat_la-imsg-buffer.lo
imsg-buffer.c: In function ‘msgbuf_write’:
imsg-buffer.c:258:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(int *)CMSG_DATA(cmsg) = buf->fd;
   ^
  CC       libcompat_la-md5.lo
  CC       libcompat_la-progname.lo
  CC       libcompat_la-reallocarray.lo
  CC       libcompat_la-setproctitle.lo
  CC       libcompat_la-strlcat.lo
  CC       libcompat_la-strlcpy.lo
  CC       libcompat_la-strtonum.lo
  CC       libcompat_la-arc4random.lo
  CC       libcompat_la-getentropy_linux.lo
  CC       libcompat_la-sha2.lo
  CC       libcompat_la-arc4random_uniform.lo
  CCLD     libcompat.la
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
  CC       libcompatnoopt_la-explicit_bzero.lo
  CCLD     libcompatnoopt.la
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/tmp/buildd/openntpd-5.7p4/compat'
Making all in src
make[2]: Entering directory '/tmp/buildd/openntpd-5.7p4/src'
  CC       ntpd-client.o
  CC       ntpd-config.o
  CC       ntpd-constraint-disabled.o
  CC       ntpd-control.o
  CC       ntpd-log.o
  CC       ntpd-ntp.o
  CC       ntpd-ntp_dns.o
  CC       ntpd-ntp_msg.o
  CC       ntpd-ntpd.o
  CC       ntpd-parse.o
  CC       ntpd-fake-sensors.o
  CC       ntpd-server.o
  CC       ntpd-util.o
  CCLD     ntpd
make[2]: Leaving directory '/tmp/buildd/openntpd-5.7p4/src'
make[2]: Entering directory '/tmp/buildd/openntpd-5.7p4'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/tmp/buildd/openntpd-5.7p4'
make[1]: Leaving directory '/tmp/buildd/openntpd-5.7p4'
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_prep
dh_installdirs var/lib/openntpd/db etc/apparmor.d usr/lib/systemd/ntp-units.d
/usr/bin/make install DESTDIR=/tmp/buildd/openntpd-5.7p4/debian/openntpd
make[1]: Entering directory '/tmp/buildd/openntpd-5.7p4'
Making install in include
make[2]: Entering directory '/tmp/buildd/openntpd-5.7p4/include'
make[3]: Entering directory '/tmp/buildd/openntpd-5.7p4/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/buildd/openntpd-5.7p4/include'
make[2]: Leaving directory '/tmp/buildd/openntpd-5.7p4/include'
Making install in compat
make[2]: Entering directory '/tmp/buildd/openntpd-5.7p4/compat'
make[3]: Entering directory '/tmp/buildd/openntpd-5.7p4/compat'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/buildd/openntpd-5.7p4/compat'
make[2]: Leaving directory '/tmp/buildd/openntpd-5.7p4/compat'
Making install in src
make[2]: Entering directory '/tmp/buildd/openntpd-5.7p4/src'
make[3]: Entering directory '/tmp/buildd/openntpd-5.7p4/src'
 /bin/mkdir -p '/tmp/buildd/openntpd-5.7p4/debian/openntpd/usr/sbin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c ntpd '/tmp/buildd/openntpd-5.7p4/debian/openntpd/usr/sbin'
libtool: install: /usr/bin/install -c ntpd /tmp/buildd/openntpd-5.7p4/debian/openntpd/usr/sbin/ntpd
/usr/bin/make  install-exec-hook
make[4]: Entering directory '/tmp/buildd/openntpd-5.7p4/src'

 Please created a privilege separation directory for ntpd.
 For OS X, see INSTALL for instructions.
 On Linux / BSD systems, this will probably work:

   mkdir -p "/var/lib/openntpd"
   chown 0 "/var/lib/openntpd"
   chgrp 0 "/var/lib/openntpd"
   chmod 0755 "/var/lib/openntpd"

 Please create a dedicated group for ntpd.
 For OS X, see INSTALL for instructions.
 On Linux / BSD systems, this will probably work:

   groupadd ntpd

 Please create a dedicated user for ntpd and ensure it
 cannot be used to log in.
 For OS X, see INSTALL for instructions.
 On Linux / BSD systems, this will probably work:

   useradd -g ntpd -s /sbin/nologin -d /var/lib/openntpd -c 'OpenNTP daemon' ntpd

make[4]: Leaving directory '/tmp/buildd/openntpd-5.7p4/src'
 /bin/mkdir -p '/tmp/buildd/openntpd-5.7p4/debian/openntpd/usr/share/man/man5'
 /usr/bin/install -c -m 644 ntpd.conf.5 '/tmp/buildd/openntpd-5.7p4/debian/openntpd/usr/share/man/man5'
 /bin/mkdir -p '/tmp/buildd/openntpd-5.7p4/debian/openntpd/usr/share/man/man8'
 /usr/bin/install -c -m 644 ntpctl.8 ntpd.8 '/tmp/buildd/openntpd-5.7p4/debian/openntpd/usr/share/man/man8'
make[3]: Leaving directory '/tmp/buildd/openntpd-5.7p4/src'
make[2]: Leaving directory '/tmp/buildd/openntpd-5.7p4/src'
make[2]: Entering directory '/tmp/buildd/openntpd-5.7p4'
make[3]: Entering directory '/tmp/buildd/openntpd-5.7p4'
/usr/bin/make  install-exec-hook
make[4]: Entering directory '/tmp/buildd/openntpd-5.7p4'
make[4]: Leaving directory '/tmp/buildd/openntpd-5.7p4'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/buildd/openntpd-5.7p4'
make[2]: Leaving directory '/tmp/buildd/openntpd-5.7p4'
make[1]: Leaving directory '/tmp/buildd/openntpd-5.7p4'
install -D -m 0755 debian/config/openntpd debian/openntpd/etc/network/if-up.d/openntpd
cp debian/apparmor-profile debian/openntpd/etc/apparmor.d/usr.sbin.ntpd
dh_apparmor --profile-name=usr.sbin.ntpd
dh_install debian/openntpd.list usr/lib/systemd/ntp-units.d
dh_testdir
dh_testroot
dh_installchangelogs debian/ChangeLog
dh_installdocs AUTHORS
dh_systemd_enable
dh_installinit
dh_systemd_start
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
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
dh_md5sums
dh_builddeb
dpkg-deb: building package 'openntpd-dbgsym' in '../openntpd-dbgsym_5.7p4-1_amd64.deb'.
dpkg-deb: building package 'openntpd' in '../openntpd_5.7p4-1_amd64.deb'.
 dpkg-genbuildinfo  >../openntpd_5.7p4-1_amd64.buildinfo
 dpkg-distaddfile openntpd_5.7p4-1_amd64.buildinfo net optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../openntpd_5.7p4-1_amd64.changes
dpkg-genchanges: warning: package openntpd-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build openntpd-5.7p4
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//23841/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//23841/tmp/hooks/B01_cleanup finished
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//23841 and its subdirectories
I: Current time: lundi 31 août 2015, 06:02:24 (UTC+1400)
I: pbuilder-time-stamp: 1440950544
+ true
+ '[' -f b2/openntpd_5.7p4-1_amd64.changes ']'
+ FTBFS=0
+ cat b1/openntpd_5.7p4-1_amd64.changes
+ tee -a /srv/reproducible-results/tmp.6qrJ59mKSg/tmp.O6CkB2vQD0
Format: 1.8
Date: Fri, 22 May 2015 15:24:48 -0300
Source: openntpd
Binary: openntpd
Architecture: amd64
Version: 1:5.7p4-1
Distribution: experimental
Urgency: medium
Maintainer: Ulises Vitulli <dererk at debian.org>
Changed-By: Ulises Vitulli <dererk at debian.org>
Description:
 openntpd   - OpenBSD NTP daemon
Closes: 781777
Changes:
 openntpd (1:5.7p4-1) experimental; urgency=medium
 .
   * The 'Uh!-So-Close!' dupload.
   * New upstream release:
     - Refresh local patch 01-use-debian-ntp-pool.patch.
     - Refresh local patch 02-syslog.patch.
   * Drop chrony from conflicts and replaces fields since its provided by
     time-daemon virtual package (Closes: #781777).
   * Remove command path on postrm script, dpkg ensures that the PATH is set to
     a reasonable value.
Checksums-Sha1:
 713fb6792f48062b1722723d50486f6b5f9bfb05 114168 openntpd-dbgsym_5.7p4-1_amd64.deb
 e558e55c1763169d49767b1f754cdcd7e41d0c74 5075 openntpd_5.7p4-1_amd64.buildinfo
 61b49e6d4001773a04ee60d6794725f1a947353d 68360 openntpd_5.7p4-1_amd64.deb
Checksums-Sha256:
 8305f4ed366ed9a9b6491ad960481ced8540550d16bf66382eb80fdbac9d2a2a 114168 openntpd-dbgsym_5.7p4-1_amd64.deb
 4d3eab67f2c219ae0ee349149b1b5c9c004148b2111f14c4c6d2a321fe2c0f5d 5075 openntpd_5.7p4-1_amd64.buildinfo
 5351d79d67f940e3e43c829c110885cc1e076fcbd4100211d5516c3a53c89420 68360 openntpd_5.7p4-1_amd64.deb
Files:
 f6807d19aba89ad9a8746cf8ae74f62e 114168 debugsym extra openntpd-dbgsym_5.7p4-1_amd64.deb
 a0e894c43d5aaffa073e9d9e70d54d7c 5075 net optional openntpd_5.7p4-1_amd64.buildinfo
 5ae8e1103c3ff36b790a39da4544f4e2 68360 net optional openntpd_5.7p4-1_amd64.deb
+ rm
rm: missing operand
Try 'rm --help' for more information.
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.6qrJ59mKSg/tmp.O6CkB2vQD0
/srv/reproducible-results/tmp.6qrJ59mKSg/tmp.O6CkB2vQD0:	 71.6% -- replaced with /srv/reproducible-results/tmp.6qrJ59mKSg/tmp.O6CkB2vQD0.gz
+ gen_package_html openntpd
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''openntpd'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-08-30 16:02:24.546049
INFO: Finished at 2015-08-30 16:02:24.554708, took: 0:00:00.008669
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.6qrJ59mKSg
+ false
+ rm -f /tmp/reproducible-lockfile-experimental-amd64-openntpd
Sun 30 Aug 16:02:24 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-Sz3WiJtN, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list