[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_zeta #29201
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Aug 30 19:55:33 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_zeta/29201/>
------------------------------------------
[...truncated 3118 lines...]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made dim 21 sep 2014 23:57:14 GMT-14 using RSA key ID 0ECEBE4A
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./octave-miscellaneous_1.2.1-2.dsc
dpkg-source: info: extracting octave-miscellaneous in octave-miscellaneous-1.2.1
dpkg-source: info: unpacking octave-miscellaneous_1.2.1.orig.tar.gz
dpkg-source: info: unpacking octave-miscellaneous_1.2.1-2.debian.tar.xz
dpkg-source: info: applying special_matrix_lauchli
dpkg-source: info: applying autoload-yes.patch
dpkg-source: info: applying partcnt-test-succeeds.patch
I: Building the package
W: no hooks of type A found -- ignoring
I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: source package octave-miscellaneous
dpkg-buildpackage: source version 1.2.1-2
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sébastien Villemot <sebastien at debian.org>
dpkg-source --before-build octave-miscellaneous-1.2.1
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
test -x debian/rules
dh_clean
/usr/bin/make -k -C src clean
make[1]: Entering directory '/tmp/buildd/octave-miscellaneous-1.2.1/src'
rm -f *.o octave-core core *.oct *~
make[1]: Leaving directory '/tmp/buildd/octave-miscellaneous-1.2.1/src'
rm -rf inst/x86_64-pc-linux-gnu-api-v50+ global-list local-list
debian/rules build
test -x debian/rules
mkdir -p "."
fakeroot debian/rules binary
test -x debian/rules
dh_testroot
dh_prep
dh_installdirs -A
mkdir -p "."
Adding cdbs dependencies to debian/octave-miscellaneous.substvars
dh_installdirs -poctave-miscellaneous
Checking the Octave version... ok
mkdir -p /tmp/buildd/octave-miscellaneous-1.2.1/debian/octave-miscellaneous/usr/share/octave/packages \
/tmp/buildd/octave-miscellaneous-1.2.1/debian/octave-miscellaneous/usr/lib/x86_64-linux-gnu/octave/packages
[ -e PKG_ADD ] && mv PKG_ADD PKG_ADD.bak
/usr/bin/octave-cli --no-history --silent --no-init-file --no-window-system --eval \
"pkg ('prefix', [pwd(),'/debian/octave-miscellaneous/usr/share/octave/packages'], \
[pwd(),'/debian/octave-miscellaneous/usr/lib/x86_64-linux-gnu/octave/packages']); \
pkg ('local_list', [pwd(),'/local-list']); \
pkg ('global_list', [pwd(),'/global-list']); \
save_header_format_string( \
'# Generated by Octave during Debian package build'); \
if (exist ('PKG_ADD.bak') == 2), \
movefile ('PKG_ADD.bak', 'PKG_ADD'); \
endif; \
pkg -verbose -nodeps install ."
mkdir (/tmp/oct-x0rXRm)
Copying directory (., /tmp/oct-x0rXRm)
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for units... yes
make[1]: Entering directory '/tmp/oct-x0rXRm/src'
/usr/bin/mkoctfile --verbose cell2cell.cc
/usr/bin/mkoctfile --verbose partint.cc
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-4.0.0/octave/.. -I/usr/include/octave-4.0.0/octave -I/usr/include/hdf5/serial -I/usr/include/mpi -pthread -fopenmp -g -O2 -fstack-protector-strong -Wformat -Werror=format-security cell2cell.cc -o cell2cell.o
/usr/bin/mkoctfile --verbose sample.cc
/usr/bin/mkoctfile --verbose text_waitbar.cc
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-4.0.0/octave/.. -I/usr/include/octave-4.0.0/octave -I/usr/include/hdf5/serial -I/usr/include/mpi -pthread -fopenmp -g -O2 -fstack-protector-strong -Wformat -Werror=format-security partint.cc -o partint.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-4.0.0/octave/.. -I/usr/include/octave-4.0.0/octave -I/usr/include/hdf5/serial -I/usr/include/mpi -pthread -fopenmp -g -O2 -fstack-protector-strong -Wformat -Werror=format-security text_waitbar.cc -o text_waitbar.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-4.0.0/octave/.. -I/usr/include/octave-4.0.0/octave -I/usr/include/hdf5/serial -I/usr/include/mpi -pthread -fopenmp -g -O2 -fstack-protector-strong -Wformat -Werror=format-security sample.cc -o sample.o
g++ -shared -Wl,-Bsymbolic -o sample.oct sample.o -L/usr/lib/x86_64-linux-gnu/octave/4.0.0 -L/usr/lib/x86_64-linux-gnu -loctinterp -loctave -Wl,-z,relro -Wl,--as-needed
g++ -shared -Wl,-Bsymbolic -o text_waitbar.oct text_waitbar.o -L/usr/lib/x86_64-linux-gnu/octave/4.0.0 -L/usr/lib/x86_64-linux-gnu -loctinterp -loctave -Wl,-z,relro -Wl,--as-needed
g++ -shared -Wl,-Bsymbolic -o partint.oct partint.o -L/usr/lib/x86_64-linux-gnu/octave/4.0.0 -L/usr/lib/x86_64-linux-gnu -loctinterp -loctave -Wl,-z,relro -Wl,--as-needed
g++ -shared -Wl,-Bsymbolic -o cell2cell.oct cell2cell.o -L/usr/lib/x86_64-linux-gnu/octave/4.0.0 -L/usr/lib/x86_64-linux-gnu -loctinterp -loctave -Wl,-z,relro -Wl,--as-needed
make[1]: Leaving directory '/tmp/oct-x0rXRm/src'
copyfile /tmp/oct-x0rXRm/./src/cell2cell.oct /tmp/oct-x0rXRm/./src/partint.oct /tmp/oct-x0rXRm/./src/sample.oct /tmp/oct-x0rXRm/./src/text_waitbar.oct /tmp/oct-x0rXRm/./inst/x86_64-pc-linux-gnu-api-v50+
For information about changes from previous versions of the miscellaneous package, run 'news miscellaneous'.
/usr/share/octave/debian/dh/octave-pkg-helper
dh_install --package=octave-miscellaneous
( cd ./debian/octave-miscellaneous/usr/share/octave/packages/miscellaneous-1.2.1/packinfo ; rm -f COPYING ChangeLog )
if [ -d doc ] ; then \
dh_installdocs -poctave-miscellaneous; \
rm -rf debian/octave-miscellaneous/usr/share/octave/packages/*/doc ; \
fi
[ -e PKG_ADD ] && mv PKG_ADD PKG_ADD.bak
Checking package...
Checking m files ...
[zigzag]
PASSES 1 out of 1 test
[zagzig]
PASSES 1 out of 1 test
[z_curve]
PASSES 3 out of 3 tests
[units]
PASSES 4 out of 4 tests
[reduce]
PASSES 5 out of 5 tests
[physical_constant]
PASSES 335 out of 335 tests
[peano_curve]
PASSES 3 out of 3 tests
[normr]
PASSES 4 out of 4 tests
[normc]
PASSES 4 out of 4 tests
[match]
PASSES 4 out of 4 tests
[hilbert_curve]
PASSES 3 out of 3 tests
[clip]
PASSES 8 out of 8 tests
[chebyshevpoly]
PASSES 1 out of 1 test
[ascii]
PASSES 5 out of 5 tests
Checking CC files ...
warning: function /tmp/buildd/octave-miscellaneous-1.2.1/inst/private/strsplit.m shadows a core library function
warning: called from
/tmp/filewt9iAG at line 1 column 1
[partint]
PASSES 7 out of 7 tests
[sample]
PASSES 11 out of 11 tests
[ -e PKG_ADD.bak ] && mv PKG_ADD.bak PKG_ADD
rmdir --ignore-fail-on-non-empty -p \
/tmp/buildd/octave-miscellaneous-1.2.1/debian/octave-miscellaneous/usr/share/octave/packages \
/tmp/buildd/octave-miscellaneous-1.2.1/debian/octave-miscellaneous/usr/lib/x86_64-linux-gnu/octave/packages
chmod -x $(find /tmp/buildd/octave-miscellaneous-1.2.1/debian/octave-miscellaneous/ -name physical_constant.py)
dh_installdocs -poctave-miscellaneous ./NEWS
dh_installexamples -poctave-miscellaneous
dh_installman -poctave-miscellaneous
dh_installinfo -poctave-miscellaneous
dh_installmenu -poctave-miscellaneous
dh_installcron -poctave-miscellaneous
dh_installinit -poctave-miscellaneous
dh_installdebconf -poctave-miscellaneous
dh_installemacsen -poctave-miscellaneous
dh_installcatalogs -poctave-miscellaneous
dh_installpam -poctave-miscellaneous
dh_installlogrotate -poctave-miscellaneous
dh_installlogcheck -poctave-miscellaneous
dh_installchangelogs -poctave-miscellaneous
dh_installudev -poctave-miscellaneous
dh_lintian -poctave-miscellaneous
dh_bugfiles -poctave-miscellaneous
dh_install -poctave-miscellaneous
dh_link -poctave-miscellaneous
dh_installmime -poctave-miscellaneous
dh_installgsettings -poctave-miscellaneous
dh_strip -poctave-miscellaneous
dh_strip_nondeterminism
dh_compress -poctave-miscellaneous
dh_fixperms -poctave-miscellaneous
dh_makeshlibs -poctave-miscellaneous
dh_installdeb -poctave-miscellaneous
dh_perl -poctave-miscellaneous
dh_shlibdeps -poctave-miscellaneous
dh_gencontrol -poctave-miscellaneous
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 -poctave-miscellaneous
dh_builddeb -poctave-miscellaneous
dpkg-deb: building package 'octave-miscellaneous-dbgsym' in '../octave-miscellaneous-dbgsym_1.2.1-2_amd64.deb'.
dpkg-deb: building package 'octave-miscellaneous' in '../octave-miscellaneous_1.2.1-2_amd64.deb'.
dpkg-genbuildinfo >../octave-miscellaneous_1.2.1-2_amd64.buildinfo
dpkg-distaddfile octave-miscellaneous_1.2.1-2_amd64.buildinfo math optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../octave-miscellaneous_1.2.1-2_amd64.changes
dpkg-genchanges: warning: package octave-miscellaneous-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
dpkg-source --after-build octave-miscellaneous-1.2.1
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//31015/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//31015/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//31015 and its subdirectories
I: Current time: lundi 31 août 2015, 09:55:33 (UTC+1400)
I: pbuilder-time-stamp: 1440964533
+ false
+ set +x
Format: 1.8
Date: Sun, 21 Sep 2014 11:53:45 +0200
Source: octave-miscellaneous
Binary: octave-miscellaneous
Architecture: amd64
Version: 1.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
Changed-By: Sébastien Villemot <sebastien at debian.org>
Description:
octave-miscellaneous - miscellaneous tools for Octave
Changes:
octave-miscellaneous (1.2.1-2) unstable; urgency=medium
.
[ Sébastien Villemot ]
* Add Rafael Laboissiere and Mike Miller to Uploaders.
.
[ Rafael Laboissiere ]
* Bump Standards-Version to 3.9.6 (no changes needed)
* debian/copyright: Comply with DEP-5 specification
* Make physical_constant.py script non-executable
Checksums-Sha1:
067d7453107b18c7f7123fdf0c5ece529d3a5438 841680 octave-miscellaneous-dbgsym_1.2.1-2_amd64.deb
e5e0ac9fd2d0f3a5bb96b20c374d1cdcf3aa39f6 11370 octave-miscellaneous_1.2.1-2_amd64.buildinfo
4d85e65f18225faa90bb465ccf77ef6c69cc78b4 80324 octave-miscellaneous_1.2.1-2_amd64.deb
Checksums-Sha256:
4c4092ada45a17bc53c68af6e76c576b7ff0f415dac357af7ce231ff57620eb4 841680 octave-miscellaneous-dbgsym_1.2.1-2_amd64.deb
ea9ea94411f058bf8b8a98236495cb27a25a9c608f5bb31e613d7fa8e5490181 11370 octave-miscellaneous_1.2.1-2_amd64.buildinfo
40c88b95fa1dc0749d4205bd48993ead4104c09f207a258ff1d7b13e78a12c99 80324 octave-miscellaneous_1.2.1-2_amd64.deb
Files:
d0747288eecba61d93fdc16e5047d4f5 841680 debugsym extra octave-miscellaneous-dbgsym_1.2.1-2_amd64.deb
4a261725265ce6bb1b4e224a0e90d06d 11370 math optional octave-miscellaneous_1.2.1-2_amd64.buildinfo
7f214e1bfe453d9a01ae107cf6350002 80324 math optional octave-miscellaneous_1.2.1-2_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.deLDaDcJd5/tmp.RrJR0n0PY9: 81.5% -- replaced with /srv/reproducible-results/tmp.deLDaDcJd5/tmp.RrJR0n0PY9.gz
INFO: Starting at 2015-08-30 19:55:33.499397
INFO: Finished at 2015-08-30 19:55:33.507695, took: 0:00:00.008308
Sun 30 Aug 19:55:33 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-STsy4ogn, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list