[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_37 #1942

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Apr 6 12:02:38 UTC 2016


See <https://jenkins.debian.net/job/reproducible_builder_armhf_37/1942/>

------------------------------------------
[...truncated 405 lines...]
I: Building the package
I: Running cd /build/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent" dpkg-buildpackage -us -uc -b --buildinfo-identifier=armhf -rfakeroot
dpkg-buildpackage: source package rawtran
dpkg-buildpackage: source version 0.3.6-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Filip Hroch <hroch at physics.muni.cz>
 dpkg-source --before-build rawtran-0.3.6
dpkg-buildpackage: host architecture armhf
 fakeroot debian/rules clean
dh clean --with autoreconf
   dh_testdir
   dh_auto_clean
   dh_autoreconf_clean
   dh_clean
 debian/rules build
dh build --with autoreconf
   dh_testdir
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
	./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf --libexecdir=\${prefix}/lib/arm-linux-gnueabihf --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 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 for style of include used by make... GNU
checking dependency style of gcc... none
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 whether byte ordering is bigendian... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for pow in -lm... yes
checking fitsio.h usability... yes
checking fitsio.h presence... yes
checking for fitsio.h... yes
checking for ffclos in -lcfitsio... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating images/Makefile
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   dh_auto_build
	make -j1
make[1]: Entering directory '/build/rawtran-0.3.6'
Making all in images
make[2]: Entering directory '/build/rawtran-0.3.6/images'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/rawtran-0.3.6/images'
make[2]: Entering directory '/build/rawtran-0.3.6'
gcc -DPACKAGE_NAME=\"rawtran\" -DPACKAGE_TARNAME=\"rawtran\" -DPACKAGE_VERSION=\"0.3.6\" -DPACKAGE_STRING=\"rawtran\ 0.3.6\" -DPACKAGE_BUGREPORT=\"hroch at physics.muni.cz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rawtran\" -DVERSION=\"0.3.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_LIBM=1 -DHAVE_FITSIO_H=1 -DHAVE_LIBCFITSIO=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o pixmap.o pixmap.c
gcc -DPACKAGE_NAME=\"rawtran\" -DPACKAGE_TARNAME=\"rawtran\" -DPACKAGE_VERSION=\"0.3.6\" -DPACKAGE_STRING=\"rawtran\ 0.3.6\" -DPACKAGE_BUGREPORT=\"hroch at physics.muni.cz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rawtran\" -DVERSION=\"0.3.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_LIBM=1 -DHAVE_FITSIO_H=1 -DHAVE_LIBCFITSIO=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o dark.o dark.c
In file included from /usr/include/stdio.h:27:0,
                 from pixmap.h:23,
                 from dark.c:24:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -DPACKAGE_NAME=\"rawtran\" -DPACKAGE_TARNAME=\"rawtran\" -DPACKAGE_VERSION=\"0.3.6\" -DPACKAGE_STRING=\"rawtran\ 0.3.6\" -DPACKAGE_BUGREPORT=\"hroch at physics.muni.cz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rawtran\" -DVERSION=\"0.3.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_LIBM=1 -DHAVE_FITSIO_H=1 -DHAVE_LIBCFITSIO=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o rawtran.o rawtran.c
gcc -DPACKAGE_NAME=\"rawtran\" -DPACKAGE_TARNAME=\"rawtran\" -DPACKAGE_VERSION=\"0.3.6\" -DPACKAGE_STRING=\"rawtran\ 0.3.6\" -DPACKAGE_BUGREPORT=\"hroch at physics.muni.cz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rawtran\" -DVERSION=\"0.3.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_LIBM=1 -DHAVE_FITSIO_H=1 -DHAVE_LIBCFITSIO=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o main.o main.c
gcc  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -lm -Wl,-z,relro -o rawtran pixmap.o dark.o rawtran.o main.o  -lcfitsio -lm 
make[2]: Leaving directory '/build/rawtran-0.3.6'
make[1]: Leaving directory '/build/rawtran-0.3.6'
   dh_auto_test
	make -j1 check VERBOSE=1
make[1]: Entering directory '/build/rawtran-0.3.6'
Making check in images
make[2]: Entering directory '/build/rawtran-0.3.6/images'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/rawtran-0.3.6/images'
make[2]: Entering directory '/build/rawtran-0.3.6'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/build/rawtran-0.3.6'
make[1]: Leaving directory '/build/rawtran-0.3.6'
 fakeroot debian/rules binary
dh binary --with autoreconf
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/build/rawtran-0.3.6/debian/rawtran AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/build/rawtran-0.3.6'
Making install in images
make[2]: Entering directory '/build/rawtran-0.3.6/images'
make[3]: Entering directory '/build/rawtran-0.3.6/images'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/build/rawtran-0.3.6/debian/rawtran/usr/share/doc/rawtran/images'
 /usr/bin/install -c -m 644 IMG_5952.png IMG_5952_Gi.png IMG_5952_V.png IMG_5952_Z.png IMG_5952_B.png IMG_5952_R.png IMG_5952_X.png IMG_5952_s.png IMG_5952_Bi.png IMG_5952_Ri.png IMG_5952_Y.png IMG_5952_u.png '/build/rawtran-0.3.6/debian/rawtran/usr/share/doc/rawtran/images'
make[3]: Leaving directory '/build/rawtran-0.3.6/images'
make[2]: Leaving directory '/build/rawtran-0.3.6/images'
make[2]: Entering directory '/build/rawtran-0.3.6'
make[3]: Entering directory '/build/rawtran-0.3.6'
 /bin/mkdir -p '/build/rawtran-0.3.6/debian/rawtran/usr/bin'
  /usr/bin/install -c rawtran '/build/rawtran-0.3.6/debian/rawtran/usr/bin'
 /bin/mkdir -p '/build/rawtran-0.3.6/debian/rawtran/usr/share/doc/rawtran'
 /usr/bin/install -c -m 644 README rawtran.html '/build/rawtran-0.3.6/debian/rawtran/usr/share/doc/rawtran'
 /bin/mkdir -p '/build/rawtran-0.3.6/debian/rawtran/usr/share/man/man1'
 /usr/bin/install -c -m 644 rawtran.1 '/build/rawtran-0.3.6/debian/rawtran/usr/share/man/man1'
make[3]: Leaving directory '/build/rawtran-0.3.6'
make[2]: Leaving directory '/build/rawtran-0.3.6'
make[1]: Leaving directory '/build/rawtran-0.3.6'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/rawtran/usr/bin/rawtran was not linked against ld-linux-armhf.so.3 (it uses none of the library's symbols)
   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 'rawtran-dbgsym' in '../rawtran-dbgsym_0.3.6-1_armhf.deb'.
dpkg-deb: building package 'rawtran' in '../rawtran_0.3.6-1_armhf.deb'.
 dpkg-genbuildinfo  >../rawtran_0.3.6-1_armhf.buildinfo
 dpkg-distaddfile rawtran_0.3.6-1_armhf.buildinfo science optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../rawtran_0.3.6-1_armhf.changes
dpkg-genchanges: warning: package rawtran-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build rawtran-0.3.6
dpkg-buildpackage: binary-only upload (no source included)
I: copying local configuration
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 /srv/workspace/pbuilder/11486 and its subdirectories
I: Current time: Wed Apr  6 00:01:59 GMT+12 2016
I: pbuilder-time-stamp: 1459944119
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Wed Apr  6 12:01:59 UTC 2016 - build #1 for rawtran/unstable/armhf on cbxi4b done.
/srv/reproducible-results/rbuild-debian-hnHlVKmR/tmp.dkIwreTCUQ:	 77.4% -- replaced with /srv/reproducible-results/rbuild-debian-hnHlVKmR/tmp.dkIwreTCUQ.gz
Wed Apr  6 12:01:59 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-QJMX8JJE, which will now be removed.
/srv/reproducible-results/rbuild-debian-pRTKvcKs:
total 16
drwxr-xr-x 2 jenkins jenkins 4096 Apr  6 12:02 b1
drwxr-xr-x 2 jenkins jenkins 4096 Apr  6 11:54 b2
-rw-r--r-- 1 jenkins jenkins 1962 Mar 14 10:13 rawtran_0.3.6-1.dsc
-rw------- 1 jenkins jenkins 2663 Apr  6 11:54 tmp.ERtEGUEEsq

/srv/reproducible-results/rbuild-debian-pRTKvcKs/b1:
total 1376
-rw-r--r-- 1 jenkins jenkins  25244 Apr  6 12:02 build.log
-rw-r--r-- 1 jenkins jenkins  25708 Apr  6 12:02 rawtran-dbgsym_0.3.6-1_armhf.deb
-rw-r--r-- 1 jenkins jenkins   1872 Apr  6 12:02 rawtran_0.3.6-1.debian.tar.xz
-rw-r--r-- 1 jenkins jenkins   1962 Apr  6 12:02 rawtran_0.3.6-1.dsc
-rw-r--r-- 1 jenkins jenkins   4355 Apr  6 12:02 rawtran_0.3.6-1_armhf.buildinfo
-rw-r--r-- 1 jenkins jenkins   1291 Apr  6 12:02 rawtran_0.3.6-1_armhf.changes
-rw-r--r-- 1 jenkins jenkins 604992 Apr  6 12:02 rawtran_0.3.6-1_armhf.deb
-rw-r--r-- 1 jenkins jenkins 714450 Apr  6 12:02 rawtran_0.3.6.orig.tar.gz

/srv/reproducible-results/rbuild-debian-pRTKvcKs/b2:
total 0
====================================================================================

Wed Apr  6 12:02:11 UTC 2016 - running /srv/jenkins/bin/reproducible_build.sh () on wbq0 now.

To learn to understand this, clone git.debian.org/git/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/reproducible_build.sh, has been called using "2 rawtran unstable /srv/reproducible-results/rbuild-debian-pRTKvcKs" as arguments.

====================================================================================
Wed Apr  6 12:02:11 UTC 2016 - start running "/srv/jenkins/bin/reproducible_build.sh" (md5sum 1a4172b344271356dcfd640519539283) as "/tmp/jenkins-script-S03rhbL7" on wbq0.

Reading package lists...
NOTICE: 'rawtran' packaging is maintained in the 'Git' version control system at:
https://anonscm.debian.org/git/debian-astro/packages/rawtran.git
Please use:
git clone https://anonscm.debian.org/git/debian-astro/packages/rawtran.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 718 kB of source archives.
Get:1 http://ftp.us.debian.org/debian unstable/main rawtran 0.3.6-1 (dsc) [1962 B]
Get:2 http://ftp.us.debian.org/debian unstable/main rawtran 0.3.6-1 (tar) [714 kB]
Get:3 http://ftp.us.debian.org/debian unstable/main rawtran 0.3.6-1 (diff) [1872 B]
Fetched 718 kB in 0s (5033 kB/s)
Download complete and in download only mode
=============================================================================
Re-Building rawtran in unstable on armhf on wbq0.dyn.aikidev.net now.
Date:     Wed Apr  6 12:02:16 UTC 2016
Date UTC: Wed Apr  6 12:02:16 UTC 2016
=============================================================================
++ mktemp -t pbuilderrc_XXXX --tmpdir=/srv/reproducible-results/rbuild-debian-pRTKvcKs
+ local TMPCFG=/srv/reproducible-results/rbuild-debian-pRTKvcKs/pbuilderrc_pMag
+ NEW_NUM_CPU=4
+ case $ARCH in
+ locale=fr_CH
+ language=fr
+ cat
+ set +e
+ sudo timeout -k 18.1h 18h /usr/bin/ionice -c 3 /usr/bin/nice /usr/bin/unshare --uts -- /usr/sbin/pbuilder --build --configfile /srv/reproducible-results/rbuild-debian-pRTKvcKs/pbuilderrc_pMag --hookdir /etc/pbuilder/rebuild-hooks --debbuildopts '-b --buildinfo-identifier=armhf' --basetgz /var/cache/pbuilder/unstable-reproducible-base.tgz --buildresult /srv/reproducible-results/rbuild-debian-pRTKvcKs/b2 --logfile b2/build.log rawtran_0.3.6-1.dsc
W: /root/.pbuilderrc does not exist
/srv/reproducible-results/rbuild-debian-pRTKvcKs/pbuilderrc_pMag: line 6: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8): No such file or directory
I: Logging to b2/build.log
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Thu Apr  7 02:02:17 GMT-14 2016
I: pbuilder-time-stamp: 1459944137
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
/srv/reproducible-results/rbuild-debian-pRTKvcKs/tmp.ERtEGUEEsq:	FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)



More information about the Qa-jenkins-scm mailing list