[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_1 #4509

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Dec 20 02:41:59 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_armhf_1/4509/>

------------------------------------------
[...truncated 1733 lines...]
echo "R:Depends=r-base-core (>= 3.2.3-1), r-api-3" >> debian/r-cran-maptools.substvars
if test -f /usr/bin/xvfb-run; then 			\
		 xvfb-run -a 			\
			R CMD INSTALL -l /build/r-cran-maptools-0.8-30/debian/r-cran-maptools/usr/lib/R/site-library --clean     \
				 .   	\
				"--built-timestamp=\"Mon, 23 Jun 2014 14:22:43 +0200\""   	        \
				;                               \
	else							\
		 R CMD INSTALL -l /build/r-cran-maptools-0.8-30/debian/r-cran-maptools/usr/lib/R/site-library 	\
				--clean  .  \
				"--built-timestamp=\"Mon, 23 Jun 2014 14:22:43 +0200\""   	        \
				;                               \
	fi
* installing *source* package ‘maptools’ ...
files ‘data/wrld_simpl.rda’, ‘inst/shapes/baltim.dbf’, ‘inst/shapes/baltim.shp’, ‘inst/shapes/baltim.shx’, ‘inst/shapes/columbus.dbf’, ‘inst/shapes/columbus.shp’, ‘inst/shapes/columbus.shx’, ‘inst/shapes/pointZ.dbf’, ‘inst/shapes/pointZ.prj’, ‘inst/shapes/pointZ.shp’, ‘inst/shapes/pointZ.shx’, ‘inst/shapes/sids.dbf’, ‘inst/shapes/sids.shp’, ‘inst/shapes/sids.shx’ are missing
** libs
make[1]: Entering directory '/build/r-cran-maptools-0.8-30/src'
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c Rcentroid.c -o Rcentroid.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c Rgshhs.c -o Rgshhs.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c Rshapeget.c -o Rshapeget.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c Rshapeinfo.c -o Rshapeinfo.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c Rshapewrite.c -o Rshapewrite.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c Rshapewrite1.c -o Rshapewrite1.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c insiders.c -o insiders.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c pip.c -o pip.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c shpopen.c -o shpopen.o
shpopen.c: In function ‘SHPOpen’:
shpopen.c:507:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread( pabyBuf, 100, 1, psSHP->fpSHP );
     ^
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c shptree.c -o shptree.o
shptree.c: In function ‘SHPSearchDiskTree’:
shptree.c:829:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread( abyBuf, 16, 1, fp );
     ^
shptree.c: In function ‘SHPSearchDiskTreeNode’:
shptree.c:731:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread( &offset, 4, 1, fp );
     ^
shptree.c:734:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread( adfNodeBoundsMin, sizeof(double), 2, fp );
     ^
shptree.c:735:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread( adfNodeBoundsMax, sizeof(double), 2, fp );
     ^
shptree.c:744:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread( &numshapes, 4, 1, fp );
     ^
shptree.c:771:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
         fread( *ppanResultBuffer + *pnResultCount, 
         ^
shptree.c:786:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread( &numsubnodes, 4, 1, fp );
     ^
gcc -std=gnu99 -shared -L/usr/lib/R/lib -Wl,-z,relro -o maptools.so Rcentroid.o Rgshhs.o Rshapeget.o Rshapeinfo.o Rshapewrite.o Rshapewrite1.o insiders.o pip.o shpopen.o shptree.o -L/usr/lib/R/lib -lR
make[1]: Leaving directory '/build/r-cran-maptools-0.8-30/src'
make[1]: Entering directory '/build/r-cran-maptools-0.8-30/src'
make[1]: Leaving directory '/build/r-cran-maptools-0.8-30/src'
installing to /build/r-cran-maptools-0.8-30/debian/r-cran-maptools/usr/lib/R/site-library/maptools/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (maptools)
rm -vf /build/r-cran-maptools-0.8-30/debian/r-cran-maptools/usr/lib/R/site-library/R.css 			\
		/build/r-cran-maptools-0.8-30/debian/r-cran-maptools/usr/lib/R/site-library/maptools/COPYING 	\
		/build/r-cran-maptools-0.8-30/debian/r-cran-maptools/usr/lib/R/site-library/maptools/LICENSE.txt
if test -f debian/overrides; then 		\
		install -d /build/r-cran-maptools-0.8-30/debian/r-cran-maptools/usr/share/lintian/overrides ; 		\
		install -m 0644 debian/overrides 	\
			/build/r-cran-maptools-0.8-30/debian/r-cran-maptools/usr/share/lintian/overrides/r-cran-maptools; 	\
	fi
Adding cdbs dependencies to debian/r-cran-maptools.substvars
dh_installdirs -pr-cran-maptools 
# remove extra license file, the content is just in debian/copyright
rm -f debian/r-cran-maptools/usr/lib/R/site-library/maptools/LICENSE
dh_installdocs -pr-cran-maptools 
dh_installexamples -pr-cran-maptools 
dh_installman -pr-cran-maptools  
dh_installinfo -pr-cran-maptools  
dh_installmenu -pr-cran-maptools 
dh_installcron -pr-cran-maptools 
dh_installinit -pr-cran-maptools  
dh_installdebconf -pr-cran-maptools 
dh_installemacsen -pr-cran-maptools   
dh_installcatalogs -pr-cran-maptools 
dh_installpam -pr-cran-maptools 
dh_installlogrotate -pr-cran-maptools 
dh_installlogcheck -pr-cran-maptools 
dh_installchangelogs -pr-cran-maptools  ./ChangeLog 
dh_installudev -pr-cran-maptools 
dh_lintian -pr-cran-maptools 
dh_bugfiles -pr-cran-maptools 
dh_install -pr-cran-maptools  
dh_link -pr-cran-maptools  
dh_installmime -pr-cran-maptools 
dh_installgsettings -pr-cran-maptools 
dh_strip -pr-cran-maptools  
dh_strip_nondeterminism
dh_compress -pr-cran-maptools  
dh_fixperms -pr-cran-maptools  
dh_makeshlibs -pr-cran-maptools  
dh_installdeb -pr-cran-maptools 
dh_perl -pr-cran-maptools 
dh_shlibdeps -pr-cran-maptools    
dh_gencontrol -pr-cran-maptools  
dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dh_md5sums -pr-cran-maptools 
dh_builddeb -pr-cran-maptools 
dpkg-deb : construction du paquet « r-cran-maptools-dbgsym » dans « ../r-cran-maptools-dbgsym_0.8-30-1_armhf.deb ».
dpkg-deb : construction du paquet « r-cran-maptools » dans « ../r-cran-maptools_0.8-30-1_armhf.deb ».
 dpkg-genbuildinfo  >../r-cran-maptools_0.8-30-1_armhf.buildinfo
 dpkg-distaddfile r-cran-maptools_0.8-30-1_armhf.buildinfo gnu-r optional
dpkg-distaddfile: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
 dpkg-genchanges -b >../r-cran-maptools_0.8-30-1_armhf.changes
dpkg-genchanges: avertissement: paquet r-cran-maptools-dbgsym listé dans le fichier de liste des fichiers mais pas dans le fichier info
dpkg-genchanges: envoi des binaires seulement (le code source n'est pas inclus)
 dpkg-source --after-build r-cran-maptools-0.8-30
dpkg-buildpackage: envoi d'un binaire seulement (aucune inclusion de code source)
I: user script /srv/workspace/pbuilder/26076/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/26076/tmp/hooks/B01_cleanup finished
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting /sys filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting /dev/shm filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting dev/pts filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting run/shm filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting proc filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/26076 and its subdirectories
I: Current time: Sun Dec 20 16:41:46 GMT-14 2015
I: pbuilder-time-stamp: 1450579306
Sun Dec 20 02:41:46 UTC 2015 - build #2 for r-cran-maptools/unstable/armhf on odxu4 done.
Sun Dec 20 02:41:46 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-7w4rCyrJ, which will now be removed.
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
/srv/reproducible-results/rbuild-debian-EQrygwzY/tmp.mwGloVAoth:	 49.1% -- replaced with /srv/reproducible-results/rbuild-debian-EQrygwzY/tmp.mwGloVAoth.gz
/srv/reproducible-results/rbuild-debian-bAAuDH6S:
total 72
drwxr-xr-x 2 jenkins jenkins  4096 Dec 20 02:33 b1
drwxr-xr-x 2 jenkins jenkins  4096 Dec 20 02:41 b2
-rw-r--r-- 1 jenkins jenkins  2086 Jun 24  2014 r-cran-maptools_0.8-30-1.dsc
-rw------- 1 jenkins jenkins 54623 Dec 20 02:33 tmp.knZq86vYNk

/srv/reproducible-results/rbuild-debian-bAAuDH6S/b1:
total 2228
-rw-r--r-- 1 jenkins jenkins   51794 Dec 20 02:33 build.log
-rw-r--r-- 1 jenkins jenkins    6468 Dec 20 02:33 r-cran-maptools_0.8-30-1.debian.tar.xz
-rw-r--r-- 1 jenkins jenkins    2086 Dec 20 02:33 r-cran-maptools_0.8-30-1.dsc
-rw-r--r-- 1 jenkins jenkins    1046 Dec 20 02:33 r-cran-maptools_0.8-30-1_armhf.changes
-rw-r--r-- 1 jenkins jenkins 1219780 Dec 20 02:33 r-cran-maptools_0.8-30-1_armhf.deb
-rw-r--r-- 1 jenkins jenkins  976188 Dec 20 02:33 r-cran-maptools_0.8-30.orig.tar.xz

/srv/reproducible-results/rbuild-debian-bAAuDH6S/b2:
total 2296
-rw-r--r-- 1 jenkins jenkins   53865 Dec 20 02:41 build.log
-rw-r--r-- 1 jenkins jenkins   52980 Dec 20 02:41 r-cran-maptools-dbgsym_0.8-30-1_armhf.deb
-rw-r--r-- 1 jenkins jenkins    6468 Dec 20 02:41 r-cran-maptools_0.8-30-1.debian.tar.xz
-rw-r--r-- 1 jenkins jenkins    2086 Dec 20 02:41 r-cran-maptools_0.8-30-1.dsc
-rw-r--r-- 1 jenkins jenkins    7237 Dec 20 02:41 r-cran-maptools_0.8-30-1_armhf.buildinfo
-rw-r--r-- 1 jenkins jenkins    1639 Dec 20 02:41 r-cran-maptools_0.8-30-1_armhf.changes
-rw-r--r-- 1 jenkins jenkins 1218728 Dec 20 02:41 r-cran-maptools_0.8-30-1_armhf.deb
-rw-r--r-- 1 jenkins jenkins  976188 Dec 20 02:41 r-cran-maptools_0.8-30.orig.tar.xz
Format: 1.8
Date: Mon, 23 Jun 2014 14:22:43 +0200
Source: r-cran-maptools
Binary: r-cran-maptools
Architecture: armhf
Version: 1:0.8-30-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Changed-By: Andreas Tille <tille at debian.org>
Description:
 r-cran-maptools - GNU R Tools for reading and handling spatial objects
Changes:
 r-cran-maptools (1:0.8-30-1) unstable; urgency=medium
 .
   * New upstream version
   * debian/copyright: exclude files with unclear license
   * Upload to Debian main since no non-free parts are remaining
   * debian/README.source: document binary data files
   * debian/README.Debian: Hint about removed data files
Checksums-Sha1:
 eae64b1fd4f31cfccc2898d0ab01e6063362c90d 1219780 r-cran-maptools_0.8-30-1_armhf.deb
Checksums-Sha256:
 acffdbdd0276bfc41bc89b7f00b1b2b42216ab4e82475749ec95efe8eb4ff7db 1219780 r-cran-maptools_0.8-30-1_armhf.deb
Files:
 8a336d422b24610a88a31c07a27cf261 1219780 gnu-r optional r-cran-maptools_0.8-30-1_armhf.deb
grep-dctrl: ./b1/r-cran-maptools_0.8-30-1_armhf.buildinfo: No such file or directory
/srv/reproducible-results/rbuild-debian-bAAuDH6S/tmp.knZq86vYNk:	 79.5% -- replaced with /srv/reproducible-results/rbuild-debian-bAAuDH6S/tmp.knZq86vYNk.gz
INFO: Starting at 2015-12-20 02:41:59.234493
INFO: Finished at 2015-12-20 02:41:59.246412, took: 0:00:00.011932
Sun 20 Dec 02:41:59 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-xybpQHd3, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list