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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 19:22:05 UTC 2015


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

------------------------------------------
[...truncated 3230 lines...]
checking for gcc option to accept ISO C89... none needed
checking for mkoctfile... /usr/bin/mkoctfile --verbose
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    conftest.cc -o conftest.o
g++ -shared -Wl,-Bsymbolic  -o conftest.oct  conftest.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 
retrieving compile and link flags from /usr/bin/mkoctfile --verbose
checking for F77_FUNC... 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    conftest.cc -o conftest.o
yes
checking for octave... /usr/bin/octave
checking for OCTAVE_VERSION in Octave... octave: X11 DISPLAY environment variable not set
octave: disabling GUI features
4.0.0
checking for octave_config_info('canonical_host_type') in Octave... octave: X11 DISPLAY environment variable not set
octave: disabling GUI features
x86_64-pc-linux-gnu
checking for octave_config_info('SHLEXT') in Octave... octave: X11 DISPLAY environment variable not set
octave: disabling GUI features
so
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for strip... strip
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 linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
configure: creating ./config.status
config.status: creating Makeconf
 
  "$prefix" is /tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4
  "$exec_prefix" is ${prefix}

octave commands will install into the following directories:
   m-files:   /usr/share/octave/4.0.0/site/m/octave-forge
   oct-files: /usr/lib/x86_64-linux-gnu/octave/4.0.0/site/oct/x86_64-pc-linux-gnu/octave-forge
   binaries:  /usr/lib/x86_64-linux-gnu/octave/4.0.0/site/exec/x86_64-pc-linux-gnu
alternatives:
   m-files:   /usr/share/octave/4.0.0/site/octave-forge-alternatives/m
   oct-files: /usr/lib/x86_64-linux-gnu/octave/4.0.0/site/octave-forge-alternatives/oct/x86_64-pc-linux-gnu

shell commands will install into the following directories:
   binaries:  ${exec_prefix}/bin
   man pages: ${datarootdir}/man
   libraries: ${exec_prefix}/lib
   headers:   ${prefix}/include

octave-forge is configured with
   octave:      /usr/bin/octave (version 4.0.0)
   mkoctfile:	/usr/bin/mkoctfile --verbose for Octave 0
   audio capture: yes

find . -name NOINSTALL -print    # shows which toolboxes won't be installed

make[1]: Entering directory '/tmp/oct-uCuhci/src'
make -f Makefile.linux
make[2]: Entering directory '/tmp/oct-uCuhci/src'
/usr/bin/mkoctfile --verbose -DHAVE_OCTAVE_40 -v aurecord.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    -DHAVE_OCTAVE_40 aurecord.cc -o aurecord.o
g++ -shared -Wl,-Bsymbolic  -o aurecord.oct  aurecord.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 
/usr/bin/mkoctfile --verbose -DHAVE_OCTAVE_40 -v -DHAVE_CONFIG_H aurecord.cc endpoint.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    -DHAVE_OCTAVE_40 -DHAVE_CONFIG_H aurecord.cc -o aurecord.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    -DHAVE_OCTAVE_40 -DHAVE_CONFIG_H endpoint.cc -o endpoint.o
g++ -shared -Wl,-Bsymbolic  -o aurecord.oct  aurecord.o endpoint.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[2]: Leaving directory '/tmp/oct-uCuhci/src'
make[1]: Leaving directory '/tmp/oct-uCuhci/src'
copyfile /tmp/oct-uCuhci/./src/aurecord.oct /tmp/oct-uCuhci/./inst/x86_64-pc-linux-gnu-api-v50+
warning: function /tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/soundsc.m shadows a core library function
warning: function /tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/sound.m shadows a core library function
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 346 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 347 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 348 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 349 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 350 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 351 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 352 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 353 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 354 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 355 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 356 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 357 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 358 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 359 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 360 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 361 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 133 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auplot.m'
warning: function /tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/soundsc.m shadows a core library function
warning: function /tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/sound.m shadows a core library function
/usr/share/octave/debian/dh/octave-pkg-helper
dh_install --package=octave-audio
( cd  ./debian/octave-audio/usr/share/octave/packages/audio-1.1.4/packinfo ; rm -f COPYING ChangeLog )
if [ -d doc ] ; then				\
	dh_installdocs -poctave-audio;		\
	rm -rf debian/octave-audio/usr/share/octave/packages/*/doc ;	\
fi
[ -e PKG_ADD ] && mv PKG_ADD PKG_ADD.bak
/usr/share/cdbs/1/class/octave-pkg.mk:134: recipe for target 'check-pkg' failed
make: [check-pkg] Error 1 (ignored)
Checking package...
Checking m files ...
warning: function /tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/soundsc.m shadows a core library function
warning: called from
    /tmp/fileTmK7de at line 1 column 1
warning: function /tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/sound.m shadows a core library function
[soundsc]
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 346 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 347 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 348 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 349 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 350 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 351 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 352 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 353 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 354 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 355 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 356 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 357 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 358 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 359 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 360 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 361 of file '/tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages/audio-1.1.4/auload.m'
PASSES 2 out of 2 tests
[clip]
PASSES 8 out of 8 tests
Checking CC files ...
warning: function /tmp/buildd/octave-audio-1.1.4/inst/sound.m shadows a core library function
warning: called from
    /tmp/fileYULK6T at line 1 column 1
warning: function /tmp/buildd/octave-audio-1.1.4/inst/soundsc.m shadows a core library function
[ -e PKG_ADD.bak ] && mv PKG_ADD.bak PKG_ADD
/usr/share/cdbs/1/class/octave-pkg.mk:134: recipe for target 'check-pkg' failed
make: [check-pkg] Error 1 (ignored)
rmdir --ignore-fail-on-non-empty -p	\
	 /tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/share/octave/packages	\
	 /tmp/buildd/octave-audio-1.1.4/debian/octave-audio/usr/lib/x86_64-linux-gnu/octave/packages
# Remove .m files that are now in Octave 4.0.0
# https://savannah.gnu.org/bugs/?func=detailitem&item_id=38395
************************************************************************
Warning: check whether this fix is still needed:
find debian/octave-audio \( -name sound.m -o -name soundsc.m \) -exec rm \{} \;
************************************************************************
dh_installdocs -poctave-audio 
dh_installexamples -poctave-audio 
dh_installman -poctave-audio  
dh_installinfo -poctave-audio  
dh_installmenu -poctave-audio 
dh_installcron -poctave-audio 
dh_installinit -poctave-audio  
dh_installdebconf -poctave-audio 
dh_installemacsen -poctave-audio   
dh_installcatalogs -poctave-audio 
dh_installpam -poctave-audio 
dh_installlogrotate -poctave-audio 
dh_installlogcheck -poctave-audio 
dh_installchangelogs -poctave-audio  ./ChangeLog 
dh_installudev -poctave-audio 
dh_lintian -poctave-audio 
dh_bugfiles -poctave-audio 
dh_install -poctave-audio  
dh_link -poctave-audio  
dh_installmime -poctave-audio 
dh_installgsettings -poctave-audio 
dh_strip -poctave-audio  
dh_strip_nondeterminism
dh_compress -poctave-audio  
dh_fixperms -poctave-audio  
dh_makeshlibs -poctave-audio  
dh_installdeb -poctave-audio 
dh_perl -poctave-audio 
dh_shlibdeps -poctave-audio    
dh_gencontrol -poctave-audio  
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-audio 
dh_builddeb -poctave-audio 
dpkg-deb: building package 'octave-audio-dbgsym' in '../octave-audio-dbgsym_1.1.4-6_amd64.deb'.
dpkg-deb: building package 'octave-audio' in '../octave-audio_1.1.4-6_amd64.deb'.
 dpkg-genbuildinfo  >../octave-audio_1.1.4-6_amd64.buildinfo
 dpkg-distaddfile octave-audio_1.1.4-6_amd64.buildinfo math optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../octave-audio_1.1.4-6_amd64.changes
dpkg-genchanges: warning: package octave-audio-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build octave-audio-1.1.4
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//42029/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//42029/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//42029 and its subdirectories
I: Current time: lundi 31 août 2015, 09:22:04 (UTC+1400)
I: pbuilder-time-stamp: 1440962524
+ false
+ set +x
Format: 1.8
Date: Sat, 18 Jul 2015 23:21:40 +0200
Source: octave-audio
Binary: octave-audio
Architecture: amd64
Version: 1.1.4-6
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-audio - functions to work with audio files in Octave
Changes:
 octave-audio (1.1.4-6) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Rafael Laboissiere ]
   * d/copyright: Use unique license names
   * Remove .m files that are now in Octave 4.0.0
 .
   [ Sébastien Villemot ]
   * Bump B-D on octave-pkg-dev to >= 1.3.0, to ensure Octave 4.0 is used.
Checksums-Sha1:
 5d039224ee2c1a355e63efb34927fd26ffab0d06 232952 octave-audio-dbgsym_1.1.4-6_amd64.deb
 f91ecdfd3abb48e46f5b6042ec6ca2eb91a7c572 11255 octave-audio_1.1.4-6_amd64.buildinfo
 72838ce87c28b1db32b20e77815e1f54bed305a3 81226 octave-audio_1.1.4-6_amd64.deb
Checksums-Sha256:
 c24e574ea9cb0be56e02328981668812ccbff9de27c50f60f0c195632e07b4de 232952 octave-audio-dbgsym_1.1.4-6_amd64.deb
 82a5bb952e04c944ede4807a6a45a493ca4a17ec509bed0fc94f5b7347d04bae 11255 octave-audio_1.1.4-6_amd64.buildinfo
 0ca7c4bb5e18feb5f31b438eed9b0e60470f01e8973c3375fca9c56569f4bf12 81226 octave-audio_1.1.4-6_amd64.deb
Files:
 dcf7164996326c7615e88210f978971d 232952 debugsym extra octave-audio-dbgsym_1.1.4-6_amd64.deb
 5248e5f45642e3fa1691f081e182e318 11255 math optional octave-audio_1.1.4-6_amd64.buildinfo
 3cbce41a99ffdc7aeb892b5148d70505 81226 math optional octave-audio_1.1.4-6_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.sBG2EfuTAA/tmp.tHyqTEknrw:	 82.6% -- replaced with /srv/reproducible-results/tmp.sBG2EfuTAA/tmp.tHyqTEknrw.gz
INFO: Starting at 2015-08-30 19:22:04.896159
INFO: Finished at 2015-08-30 19:22:04.905881, took: 0:00:00.009736
Sun 30 Aug 19:22:04 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-ZzBv83QC, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list