[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_delta #29917

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 22:12:38 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_delta/29917/>

------------------------------------------
[...truncated 605 lines...]
dpkg-source: info: using options from patchelf-0.8/debian/source/options: --extend-diff-ignore=bootstrap.sh --extend-diff-ignore=release.nix --extend-diff-ignore=version --extend-diff-ignore=BUGS
 fakeroot debian/rules clean
dh clean  --with autoreconf
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/tmp/buildd/patchelf-0.8'
[ ! -f Makefile ] || /usr/bin/make maintainer-clean
rm -rf build-aux
find . -name Makefile.in -delete
rm -f configure
rm -f aclocal.m4
make[1]: Leaving directory '/tmp/buildd/patchelf-0.8'
   dh_autoreconf_clean
   dh_clean
 debian/rules build
dh build  --with autoreconf
   dh_testdir
   dh_autoreconf
configure.ac:6: installing 'build-aux/compile'
configure.ac:4: installing 'build-aux/install-sh'
configure.ac:4: installing 'build-aux/missing'
src/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
   dh_auto_configure
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating patchelf.spec
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   debian/rules override_dh_auto_build
make[1]: Entering directory '/tmp/buildd/patchelf-0.8'
mv src/elf.h src/elf.h.bak
dh_auto_build
	make -j1
make[2]: Entering directory '/tmp/buildd/patchelf-0.8'
Making all in src
make[3]: Entering directory '/tmp/buildd/patchelf-0.8/src'
g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"patchelf\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.8\" -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o patchelf.o patchelf.cc
g++  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -o patchelf patchelf.o  
make[3]: Leaving directory '/tmp/buildd/patchelf-0.8/src'
Making all in tests
make[3]: Entering directory '/tmp/buildd/patchelf-0.8/tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/buildd/patchelf-0.8/tests'
make[3]: Entering directory '/tmp/buildd/patchelf-0.8'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/buildd/patchelf-0.8'
make[2]: Leaving directory '/tmp/buildd/patchelf-0.8'
make[1]: Leaving directory '/tmp/buildd/patchelf-0.8'
   dh_auto_test
	make -j1 check
make[1]: Entering directory '/tmp/buildd/patchelf-0.8'
Making check in src
make[2]: Entering directory '/tmp/buildd/patchelf-0.8/src'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/tmp/buildd/patchelf-0.8/src'
Making check in tests
make[2]: Entering directory '/tmp/buildd/patchelf-0.8/tests'
make  simple main main-scoped big-dynstr libfoo.so libfoo-scoped.so libbar.so libbar-scoped.so
make[3]: Entering directory '/tmp/buildd/patchelf-0.8/tests'
gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"patchelf\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.8\" -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o simple-simple.o `test -f 'simple.c' || echo './'`simple.c
gcc  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -o simple simple-simple.o  
gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"patchelf\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.8\" -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o main.o main.c
gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"patchelf\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.8\" -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o foo.o foo.c
gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"patchelf\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.8\" -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o bar.o bar.c
gcc -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L.  -Wl,-rpath,`pwd`/no-such-path -Wl,-z,relro -o libbar.so bar.o  
gcc -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L.  -Wl,-z,relro -o libfoo.so foo.o -lbar  
gcc -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,--disable-new-dtags -Wl,-rpath-link=. -L.  -Wl,-z,relro -o main main.o -lfoo  
gcc -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L.  -Wl,-z,relro -o libbar-scoped.so bar.o  
gcc -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L.  -Wl,-z,relro -o libfoo-scoped.so foo.o -lbar-scoped  
gcc -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,--disable-new-dtags -Wl,-rpath-link=. -L.  -Wl,-z,relro -o main-scoped main.o -lfoo-scoped  
cat main.c > big-dynstr.c
for i in $(seq 1 2000); do echo "void f$i(void) { };" >> big-dynstr.c; done
gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"patchelf\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.8\" -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o big-dynstr.o big-dynstr.c
gcc -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,--disable-new-dtags -Wl,-rpath-link=. -L.  -Wl,-z,relro -o big-dynstr big-dynstr.o -lfoo  
make[3]: 'libfoo.so' is up to date.
make[3]: 'libfoo-scoped.so' is up to date.
make[3]: 'libbar.so' is up to date.
make[3]: 'libbar-scoped.so' is up to date.
make[3]: Leaving directory '/tmp/buildd/patchelf-0.8/tests'
make  check-TESTS
make[3]: Entering directory '/tmp/buildd/patchelf-0.8/tests'
make[4]: Entering directory '/tmp/buildd/patchelf-0.8/tests'
PASS: plain-fail.sh
PASS: plain-run.sh
PASS: shrink-rpath.sh
PASS: set-interpreter-short.sh
PASS: set-interpreter-long.sh
PASS: set-rpath.sh
PASS: no-rpath.sh
PASS: big-dynstr.sh
PASS: set-rpath-library.sh
============================================================================
Testsuite summary for patchelf 0.8
============================================================================
# TOTAL: 9
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/tmp/buildd/patchelf-0.8/tests'
make[3]: Leaving directory '/tmp/buildd/patchelf-0.8/tests'
make[2]: Leaving directory '/tmp/buildd/patchelf-0.8/tests'
make[2]: Entering directory '/tmp/buildd/patchelf-0.8'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/tmp/buildd/patchelf-0.8'
make[1]: Leaving directory '/tmp/buildd/patchelf-0.8'
 fakeroot debian/rules binary
dh binary  --with autoreconf
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/buildd/patchelf-0.8/debian/patchelf AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/tmp/buildd/patchelf-0.8'
Making install in src
make[2]: Entering directory '/tmp/buildd/patchelf-0.8/src'
make[3]: Entering directory '/tmp/buildd/patchelf-0.8/src'
 /bin/mkdir -p '/tmp/buildd/patchelf-0.8/debian/patchelf/usr/bin'
  /usr/bin/install -c patchelf '/tmp/buildd/patchelf-0.8/debian/patchelf/usr/bin'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/buildd/patchelf-0.8/src'
make[2]: Leaving directory '/tmp/buildd/patchelf-0.8/src'
Making install in tests
make[2]: Entering directory '/tmp/buildd/patchelf-0.8/tests'
make[3]: Entering directory '/tmp/buildd/patchelf-0.8/tests'
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/patchelf-0.8/tests'
make[2]: Leaving directory '/tmp/buildd/patchelf-0.8/tests'
make[2]: Entering directory '/tmp/buildd/patchelf-0.8'
make[3]: Entering directory '/tmp/buildd/patchelf-0.8'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/buildd/patchelf-0.8/debian/patchelf/usr/share/doc/patchelf'
 /usr/bin/install -c -m 644 README '/tmp/buildd/patchelf-0.8/debian/patchelf/usr/share/doc/patchelf'
 /bin/mkdir -p '/tmp/buildd/patchelf-0.8/debian/patchelf/usr/share/man/man1'
 /usr/bin/install -c -m 644 patchelf.1 '/tmp/buildd/patchelf-0.8/debian/patchelf/usr/share/man/man1'
make[3]: Leaving directory '/tmp/buildd/patchelf-0.8'
make[2]: Leaving directory '/tmp/buildd/patchelf-0.8'
make[1]: Leaving directory '/tmp/buildd/patchelf-0.8'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   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 'patchelf-dbgsym' in '../patchelf-dbgsym_0.8-2_amd64.deb'.
dpkg-deb: building package 'patchelf' in '../patchelf_0.8-2_amd64.deb'.
 dpkg-genbuildinfo  >../patchelf_0.8-2_amd64.buildinfo
 dpkg-distaddfile patchelf_0.8-2_amd64.buildinfo utils optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../patchelf_0.8-2_amd64.changes
dpkg-genchanges: warning: package patchelf-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build patchelf-0.8
dpkg-source: info: using options from patchelf-0.8/debian/source/options: --extend-diff-ignore=bootstrap.sh --extend-diff-ignore=release.nix --extend-diff-ignore=version --extend-diff-ignore=BUGS
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//42242/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//42242/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//42242 and its subdirectories
I: Current time: lundi 31 août 2015, 12:12:38 (UTC+1400)
I: pbuilder-time-stamp: 1440972758
+ false
+ set +x
Format: 1.8
Date: Fri, 28 Mar 2014 15:28:41 -0300
Source: patchelf
Binary: patchelf
Architecture: amd64
Version: 0.8-2
Distribution: unstable
Urgency: medium
Maintainer: Felipe Sateler <fsateler at debian.org>
Changed-By: Felipe Sateler <fsateler at debian.org>
Description:
 patchelf   - modify properties of ELF executables
Closes: 742468
Changes:
 patchelf (0.8-2) unstable; urgency=medium
 .
   * Document --remove-needed in manpage
   * Fix typo in manpage. Closes: #742468
      Thanks Gianluigi Tiesi
Checksums-Sha1:
 d0059474bae5ddb43eae8b5ec9daaed2892eea85 248760 patchelf-dbgsym_0.8-2_amd64.deb
 96905934f2d3ca6e17aeb2afe8e0c3e24169ffc0 4969 patchelf_0.8-2_amd64.buildinfo
 a2322a21ff2f7fd47797b80101dd3e8d95aad743 38008 patchelf_0.8-2_amd64.deb
Checksums-Sha256:
 214ae819e201df609c1e5b1295730e588dad8f885782fa3431859d887e26883a 248760 patchelf-dbgsym_0.8-2_amd64.deb
 3f014924cf5db42442420918d8262a03e973d80159cb3193a46d4db9d434a15e 4969 patchelf_0.8-2_amd64.buildinfo
 3ceb097b1ff46402c035472bca6b4b819a835c99365a10033fe5eb3418ba227c 38008 patchelf_0.8-2_amd64.deb
Files:
 36a67fb9997f9a93ed492e39f81d8bfc 248760 debugsym extra patchelf-dbgsym_0.8-2_amd64.deb
 00e57e1c361eb8e69970d0445a09327f 4969 utils optional patchelf_0.8-2_amd64.buildinfo
 00b0444335bb1babb16ebea9e5583e5c 38008 utils optional patchelf_0.8-2_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.29V9eh9TMI/tmp.2M3scC6mia:	 72.1% -- replaced with /srv/reproducible-results/tmp.29V9eh9TMI/tmp.2M3scC6mia.gz
INFO: Starting at 2015-08-30 22:12:38.804885
INFO: Finished at 2015-08-30 22:12:38.813010, took: 0:00:00.008139
Sun 30 Aug 22:12:38 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-94kU5uMN, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list