[Reproducible-commits] Build failed in Jenkins: reproducible_build_test_reproducibility #49

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Sep 30 16:03:27 UTC 2014


See <https://jenkins.debian.net/job/reproducible_build_test_reproducibility/49/>

------------------------------------------
[...truncated 1588 lines...]
-o LTlib.o
`cat config.cc`  -I. -I.. `cat config.cflags` LTbasic.c \
LTlib.o `cat config.xobj` -o LTbasic
`cat config.cc`  -I. -I.. `cat config.cflags` LTnlink.c \
LTlib.o `cat config.xobj` -o LTnlink
`cat config.cc`  -I. -I.. `cat config.cflags` LTsock.c \
LTlib.o `cat config.xobj` -o LTsock `cat config.ldflags`
`cat config.cc`  -I. -I.. `cat config.cflags` LTszoff.c \
LTlib.o `cat config.xobj` -o LTszoff
`cat config.cc`  -I. -I.. `cat config.cflags` LTunix.c \
LTlib.o `cat config.xobj` -o LTunix `cat config.ldflags`
/tmp/buildd/lsof-4.86+dfsg/tests

Basic test:
LTbasic ... OK

Standard tests:
LTnlink ... OK
LTsock ... OK
LTszoff ... OK
LTunix ... OK
All standard tests succeeded.

Suggestion: try the optional tests: "make opt"

make[2]: Leaving directory '/tmp/buildd/lsof-4.86+dfsg/tests'
make[2]: Entering directory '/tmp/buildd/lsof-4.86+dfsg/tests'
`cat config.cc`  -I. -I.. `cat config.cflags` LTbigf.c \
LTlib.o `cat config.xobj` -o LTbigf
`cat config.cc`  -I. -I.. `cat config.cflags` LTdnlc.c \
LTlib.o `cat config.xobj` -o LTdnlc
`cat config.cc`  -I. -I.. `cat config.cflags` LTlock.c \
LTlib.o `cat config.xobj` -o LTlock

Optional tests:
LTbigf ... OK
LTdnlc ... /tmp/buildd/lsof-4.86+dfsg/tests found: 100.00%
           OK
LTlock ... OK
All optional tests succeeded.

make[2]: Leaving directory '/tmp/buildd/lsof-4.86+dfsg/tests'
/tmp/buildd/lsof-4.86+dfsg
make[1]: Leaving directory '/tmp/buildd/lsof-4.86+dfsg'
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
	rm -f debian/lsof.substvars
	rm -f debian/lsof.*.debhelper
	rm -rf debian/lsof/
   dh_auto_install
	install -d debian/lsof
	make -j1 install DESTDIR=/tmp/buildd/lsof-4.86\+dfsg/debian/lsof AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/tmp/buildd/lsof-4.86+dfsg'
(cd lib; make DEBUG="-O" CFGF="-g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wdate-time -DLINUXV=316003 -DGLIBCV=219 -DHASIPv6 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"3.16.3\"")
make[2]: Entering directory '/tmp/buildd/lsof-4.86+dfsg/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/buildd/lsof-4.86+dfsg/lib'
Constructing version.h
cc  -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wdate-time -DLINUXV=316003 -DGLIBCV=219 -DHASIPv6 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"3.16.3\"    -O   -c -o usage.o usage.c
cc -o lsof dfile.o dmnt.o dnode.o dproc.o dsock.o dstore.o arg.o main.o misc.o node.o print.o proc.o store.o usage.o util.o -L./lib -llsof -fPIE -pie -Wl,-z,relro -Wl,-z,now

Please write your own install rule.  Lsof should be installed
setuid to root if you wish any lsof user to be able to examine
all open files.  Your install rule actions might look something
like this:

    install -m 4xxx -o root -g ${GRP} ${PROG} ${BIN}
    install -m 444 ${MAN} ${DOC}

You will have to complete the 4xxx modes, the GRP value, and
the skeletons for the BIN and DOC strings, given at the
beginning of this Makefile, e.g.,

    BIN= ${DESTDIR}/usr/local/etc
    DOC= ${DESTDIR}/usr/man/man8
    GRP= sys

make[1]: Leaving directory '/tmp/buildd/lsof-4.86+dfsg'
   dh_install
	install -d debian/lsof/usr/bin
	cp -a ./lsof debian/lsof/usr/bin/
   dh_installdocs
	install -g 0 -o 0 -d debian/lsof/usr/share/doc/lsof
	cp -a 00FAQ debian/lsof/usr/share/doc/lsof
	cp -a 00LSOF-L debian/lsof/usr/share/doc/lsof
	cp -a 00QUICKSTART debian/lsof/usr/share/doc/lsof
	chown -R 0:0 debian/lsof/usr/share/doc
	chmod -R go=rX debian/lsof/usr/share/doc
	chmod -R u\+rw debian/lsof/usr/share/doc
	install -g 0 -o 0 -m 644 -p debian/README.Debian debian/lsof/usr/share/doc/lsof/README.Debian
	install -g 0 -o 0 -m 644 -p debian/copyright debian/lsof/usr/share/doc/lsof/copyright
   debian/rules override_dh_installchangelogs
make[1]: Entering directory '/tmp/buildd/lsof-4.86+dfsg'
dh_installchangelogs 00DIST
	install -o 0 -g 0 -p -m644 debian/changelog debian/lsof/usr/share/doc/lsof/changelog.Debian
	install -o 0 -g 0 -p -m644 00DIST debian/lsof/usr/share/doc/lsof/changelog
make[1]: Leaving directory '/tmp/buildd/lsof-4.86+dfsg'
   dh_installexamples
	install -d debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/00MANIFEST debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/00README debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/big_brother.perl5 debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/count_pf.perl debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/count_pf.perl5 debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/identd.perl5 debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/idrlogin.perl debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/idrlogin.perl5 debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/list_fields.awk debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/list_fields.perl debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/list_NULf.perl5 debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/shared.perl5 debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/sort_res.perl5 debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/watch_a_file.perl debian/lsof/usr/share/doc/lsof/examples
	cp -a scripts/xusers.awk debian/lsof/usr/share/doc/lsof/examples
   dh_installman
	install -d debian/lsof/usr/share/man/man8/
	install -p -m644 lsof.8 debian/lsof/usr/share/man/man8/lsof.8
	man --recode UTF-8 ./lsof\.8 > lsof\.8\.new
	chmod 644 lsof.8.new
	mv -f lsof.8.new lsof.8
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
	cd debian/lsof
	chmod a-x usr/share/man/man8/lsof.8 usr/share/doc/lsof/examples/shared.perl5 usr/share/doc/lsof/examples/list_NULf.perl5 usr/share/doc/lsof/examples/list_fields.perl usr/share/doc/lsof/examples/list_fields.awk usr/share/doc/lsof/examples/idrlogin.perl5 usr/share/doc/lsof/examples/idrlogin.perl usr/share/doc/lsof/examples/big_brother.perl5 usr/share/doc/lsof/changelog usr/share/doc/lsof/changelog.Debian usr/share/doc/lsof/00QUICKSTART usr/share/doc/lsof/00FAQ
	gzip -9nf usr/share/man/man8/lsof.8 usr/share/doc/lsof/examples/shared.perl5 usr/share/doc/lsof/examples/list_NULf.perl5 usr/share/doc/lsof/examples/list_fields.perl usr/share/doc/lsof/examples/list_fields.awk usr/share/doc/lsof/examples/idrlogin.perl5 usr/share/doc/lsof/examples/idrlogin.perl usr/share/doc/lsof/examples/big_brother.perl5 usr/share/doc/lsof/changelog usr/share/doc/lsof/changelog.Debian usr/share/doc/lsof/00QUICKSTART usr/share/doc/lsof/00FAQ
	cd '/tmp/buildd/lsof-4.86+dfsg'
   dh_fixperms
	find debian/lsof  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
	find debian/lsof ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
	find debian/lsof/usr/share/doc -type f  ! -regex 'debian/lsof/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
	find debian/lsof/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
	find debian/lsof/usr/share/man debian/lsof/usr/man/ debian/lsof/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/lsof -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/lsof/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/lsof/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/lsof -perm -5 -type f \( -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/lsof/usr/lib/x86_64-linux-gnu/perl5/5.20 debian/lsof/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
	find debian/lsof/usr/bin -type f  -print0 2>/dev/null | xargs -0r chmod a+x
	find debian/lsof/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
   dh_strip
	strip --remove-section=.comment --remove-section=.note debian/lsof/usr/bin/lsof
   dh_makeshlibs
	rm -f debian/lsof/DEBIAN/shlibs
   dh_shlibdeps
	install -o 0 -g 0 -d debian/lsof/DEBIAN
	dpkg-shlibdeps -Tdebian/lsof.substvars debian/lsof/usr/bin/lsof
   dh_installdeb
   dh_gencontrol
	echo misc:Depends= >> debian/lsof.substvars
	dpkg-gencontrol -plsof -ldebian/changelog -Tdebian/lsof.substvars -Pdebian/lsof
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
	chmod 644 debian/lsof/DEBIAN/control
	chown 0:0 debian/lsof/DEBIAN/control
   dh_md5sums
	(cd debian/lsof >/dev/null ; find . -type f  ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null
	chmod 644 debian/lsof/DEBIAN/md5sums
	chown 0:0 debian/lsof/DEBIAN/md5sums
   dh_fixmtimes
	find debian/lsof -newermt 'Wed, 25 Apr 2012 07:11:12 +0100'  -print0 2>/dev/null | xargs -0r touch --no-dereference --date='Wed, 25 Apr 2012 07:11:12 +0100'
   dh_builddeb
	dpkg-deb --build debian/lsof ..
dpkg-deb: building package `lsof' in `../lsof_4.86+dfsg-1_amd64.deb'.
   dh_genbuildinfo
	/usr/share/debhelper/gen-buildinfo > ../lsof_4.86+dfsg-1_amd64.buildinfo
	dpkg-distaddfile lsof_4.86+dfsg-1_amd64.buildinfo utils standard
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges  >../lsof_4.86+dfsg-1_amd64.changes
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build lsof-4.86+dfsg
dpkg-buildpackage: full upload (original source is included)
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//57547 and its subdirectories
I: Current time: Tue Sep 30 16:03:24 UTC 2014
I: pbuilder-time-stamp: 1412093004
+ dcmd cp /var/cache/pbuilder/result/lsof_4.86+dfsg-1_amd64.changes b2
+ sudo dcmd rm /var/cache/pbuilder/result/lsof_4.86+dfsg-1_amd64.changes
+ set -e
+ cat b1/lsof_4.86+dfsg-1_amd64.changes
Format: 1.8
Date: Wed, 25 Apr 2012 07:11:12 +0100
Source: lsof
Binary: lsof
Architecture: source amd64
Version: 4.86+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Norbert Tretkowski <nobse at debian.org>
Changed-By: Nicholas Bamber <nicholas at periapt.co.uk>
Description:
 lsof       - Utility to list open files
Closes: 520587 596393
Changes:
 lsof (4.86+dfsg-1) unstable; urgency=low
 .
   [ Nicholas Bamber ]
   * Imported into git.debian.org and documented procedures in README.source
 .
   [ Raoul Gunnar Borenius ]
   * New upstream release (Closes: #596393) and (Closes: #520587)
   * packaging is now done with plain debhelper.
   * updated debian/control (added Uploaders:, include
     upstream homepage, bumped standards version, etc.)
   * changed debian/copyright to latest format
   * added debian/patches/examples to correct path to perl interpreter
   * added debian/patches/manpage to add missing escape signs in
     manpage
   * added watch file and uscan helper files (repack.stub, repack.local)
     in preparation for downloading and dfsg-repackaging of the newest source.
 .
   [ Nicholas Bamber ]
   * New upstream release (4.86) and refreshed manpage patch
   * Added additional mirrors to watch file
   * Marked examples patch as not requiring forwarding
   * Removed obsolete debian/control clauses
   * Enabled all tests apart from the NFS based test
   * Passed '-n freebsd' to ./Configure on freebsd builds (cf. #589103)
   * Added main comment to debian/copyright explaining modifications
     to upstream tarball and added missing copyright stanzas
Checksums-Sha1:
 5adab28db5c717c7ce75b4411c50049ff6ebffb5 1036 lsof_4.86+dfsg-1.dsc
 12920b1172bd24406b4f7c706a423b0b1fcb30b7 1035875 lsof_4.86+dfsg.orig.tar.gz
 2af5b33be987f6cfcaaa415f957e4fb70dcc6827 16276 lsof_4.86+dfsg-1.debian.tar.xz
 78d072b75ecf71a8ec60104d6b708b1371d338bf 305844 lsof_4.86+dfsg-1_amd64.deb
 c80ed84aa36674fb2f6035de7eaf5e0f807c3ea5 4296 lsof_4.86+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 f977f902d669f8bf183b48e15296ec62a7a539a10f367c686b2fca81a6ee4e54 1036 lsof_4.86+dfsg-1.dsc
 bfee7fcd5d260514b9f2e7ea9293b12cfb3d6b681545b4dd37b660e60aef4149 1035875 lsof_4.86+dfsg.orig.tar.gz
 cf06447327b726650349bf2dfc3da102d34a9ac92786b1854f94ce73e9484692 16276 lsof_4.86+dfsg-1.debian.tar.xz
 d860032949432893d65b3369d25314f4db6892e4fa86f762b2fe8f24cb064a2d 305844 lsof_4.86+dfsg-1_amd64.deb
 987ced8f0e5c3eaec1d4379a5dfc703734c0ea338c253528cae2def7e4393546 4296 lsof_4.86+dfsg-1_amd64.buildinfo
Files:
 dd8249f04e6b68bcb0dd2458dcf14d11 305844 utils standard lsof_4.86+dfsg-1_amd64.deb
 c92378295aa3753a4d0e7c0d99b58717 4296 utils standard lsof_4.86+dfsg-1_amd64.buildinfo
 9ee67880ceee3f7471af2b61cba217af 1036 utils standard lsof_4.86+dfsg-1.dsc
 23420509564a897b76055f9d84d19068 1035875 utils standard lsof_4.86+dfsg.orig.tar.gz
 8f5920a8d3b7f581be88a8bdb8dd98d7 16276 utils standard lsof_4.86+dfsg-1.debian.tar.xz
++ ls lsof_4.86+dfsg-1.dsc
+ LOGFILE=lsof_4.86+dfsg-1.dsc
++ echo lsof_4.86+dfsg-1.diffp.html
+ LOGFILE=lsof_4.86+dfsg-1.diffp.html
+ ./debbindiff.git/debbindiff.py --html ./results/lsof_4.86+dfsg-1.diffp.html b1/lsof_4.86+dfsg-1_amd64.changes b2/lsof_4.86+dfsg-1_amd64.changes
Tue Sep 30 16:03:27 UTC 2014 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-HxUOTKA4, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Reproducible-commits mailing list