[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_15 #1763

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Jan 8 06:37:27 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_15/1763/------------------------------------------
[...truncated 311.31 KB...]
Setting up m4 (1.4.18-1) ...
Setting up libicu57:arm64 (57.1-5) ...
Setting up libbsd0:arm64 (0.8.3-1) ...
Setting up libxml2:arm64 (2.9.4+dfsg1-2.1) ...
Setting up libmagic-mgc (1:5.29-2) ...
Setting up libmagic1:arm64 (1:5.29-2) ...
Processing triggers for libc-bin (2.24-8) ...
Setting up autotools-dev (20161112.1) ...
Setting up libunistring0:arm64 (0.9.6+really0.9.3-0.1) ...
Setting up libffi6:arm64 (3.2.1-6) ...
Setting up bsdmainutils (9.0.12) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up autopoint (0.19.8.1-1) ...
Setting up libfile-stripnondeterminism-perl (0.029-2) ...
Setting up libglib2.0-0:arm64 (2.50.2-2) ...
No schema files found: doing nothing.
Setting up autoconf (2.69-10) ...
Setting up file (1:5.29-2) ...
Setting up libcroco3:arm64 (0.6.11-2) ...
Setting up automake (1:1.15-5) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Setting up man-db (2.7.6.1-2) ...
Building database of manual pages ...
Setting up libtool (2.4.6-2) ...
Setting up gettext (0.19.8.1-1) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up po-debconf (1.0.20) ...
Setting up dh-autoreconf (13) ...
Setting up debhelper (10.2.3) ...
Setting up dh-strip-nondeterminism (0.029-2) ...
Processing triggers for libc-bin (2.24-8) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
fakeroot is already the newest version (1.21-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Building the package
I: user script /srv/workspace/pbuilder/5526/tmp/hooks/A01_modfiy_src_dir starting
I: user script /srv/workspace/pbuilder/5526/tmp/hooks/A01_modfiy_src_dir finished
I: Running cd /build/patcher-0.0.20040521/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" HOME="/nonexistent/second-build" dpkg-buildpackage -us -uc -b --buildinfo-id=arm64 -rfakeroot
dpkg-buildpackage: warning: --buildinfo-id is deprecated, it is without effect
dpkg-buildpackage: info: source package patcher
dpkg-buildpackage: info: source version 0.0.20040521-6.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by gregor herrmann <gregoa at debian.org>
 dpkg-source --before-build 2nd
dpkg-buildpackage: info: host architecture arm64
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
#-/usr/bin/make clean
dh_clean 
	rm -f debian/debhelper-build-stamp
	rm -f debian/patcher.substvars
	rm -f debian/patcher.*.debhelper
	rm -rf debian/patcher/
	rm -rf debian/.debhelper/
	rm -f debian/*.debhelper.log
	rm -f debian/files
	find .  \( \( \
		\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
	        \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
		 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
		 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
		 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
		\) -exec rm -f {} + \) -o \
		\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
	rm -f *-stamp
 debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
#/usr/bin/make
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_prep
	rm -f debian/patcher.substvars
	rm -f debian/patcher.*.debhelper
	rm -rf debian/patcher/
dh_installdirs
	install -d debian/patcher
	install -d debian/patcher/usr/bin
# Add here commands to install the package into debian/patcher.
#/usr/bin/make install DESTDIR=/build/patcher-0.0.20040521/2nd/debian/patcher
cp /build/patcher-0.0.20040521/2nd/patcher /build/patcher-0.0.20040521/2nd/debian/patcher/usr/bin
dh_testdir
dh_testroot
dh_installchangelogs 
	install -d debian/patcher/usr/share/doc/patcher
	install -p -m0644 debian/changelog debian/patcher/usr/share/doc/patcher/changelog.Debian
dh_installdocs
	cp --reflink=auto -a README debian/patcher/usr/share/doc/patcher
	chown -R 0:0 debian/patcher/usr/share/doc
	chmod -R go=rX debian/patcher/usr/share/doc
	chmod -R u\+rw debian/patcher/usr/share/doc
	install -p -m0644 debian/copyright debian/patcher/usr/share/doc/patcher/copyright
dh_installman debian/*.1
	install -d debian/patcher/usr/share/man/man1/
	install -p -m0644 debian/patcher.1 debian/patcher/usr/share/man/man1/patcher.1
	man --recode UTF-8 ./patcher\.1 > patcher\.1\.new
	chmod 0755 -- patcher.1.new
	chown 0:0 -- patcher.1.new
	mv -f patcher.1.new patcher.1
dh_compress
	cd debian/patcher
	chmod a-x usr/share/doc/patcher/README usr/share/doc/patcher/changelog.Debian usr/share/man/man1/patcher.1
	gzip -9nf usr/share/doc/patcher/README usr/share/doc/patcher/changelog.Debian usr/share/man/man1/patcher.1
	cd '/build/patcher-0.0.20040521/2nd'
dh_fixperms
	find debian/patcher  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
	find debian/patcher ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
	find debian/patcher/usr/share/doc -type f  ! -regex 'debian/patcher/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644
	find debian/patcher/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 0755
	find debian/patcher/usr/share/man -type f  -print0 2>/dev/null | xargs -0r chmod 0644
	find debian/patcher/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 0644
	find debian/patcher/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 0644
	find debian/patcher/usr/lib/aarch64-linux-gnu/perl5/5.24 debian/patcher/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
	find debian/patcher -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
	find debian/patcher/usr/bin -type f  -print0 2>/dev/null | xargs -0r chmod a+x
	find debian/patcher/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
dh_perl
	(grep -a -s -v perl:Depends debian/patcher.substvars; echo perl:Depends=perl:any) > debian/patcher.substvars.new
	mv debian/patcher.substvars.new debian/patcher.substvars
dh_installdeb
	install -d debian/patcher/DEBIAN
dh_gencontrol
	echo misc:Depends= >> debian/patcher.substvars
	echo misc:Pre-Depends= >> debian/patcher.substvars
	dpkg-gencontrol -ppatcher -ldebian/changelog -Tdebian/patcher.substvars -Pdebian/patcher
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package patcher: unused substitution variable ${perl:Depends}
	chmod 0644 -- debian/patcher/DEBIAN/control
	chown 0:0 -- debian/patcher/DEBIAN/control
dh_md5sums
	(cd debian/patcher >/dev/null ; find . -type f  ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null
	chmod 0644 -- debian/patcher/DEBIAN/md5sums
	chown 0:0 -- debian/patcher/DEBIAN/md5sums
dh_builddeb
	dpkg-deb --build debian/patcher ..
dpkg-deb: building package 'patcher' in '../patcher_0.0.20040521-6.1_all.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../patcher_0.0.20040521-6.1_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: user script /srv/workspace/pbuilder/5526/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/5526/tmp/hooks/B01_cleanup finished
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/5526 and its subdirectories
I: Current time: Sun Feb 11 03:00:23 +14 2018
I: pbuilder-time-stamp: 1518267623
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Sat Feb 10 13:00:23 UTC 2018  I: Signing ./b2/patcher_0.0.20040521-6.1_arm64.buildinfo as patcher_0.0.20040521-6.1_arm64.buildinfo.asc
Sat Feb 10 13:00:24 UTC 2018  I: Signed ./b2/patcher_0.0.20040521-6.1_arm64.buildinfo as ./b2/patcher_0.0.20040521-6.1_arm64.buildinfo.asc
Sat Feb 10 13:00:24 UTC 2018 - build #2 for patcher/unstable/arm64 on codethink-sled15-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-NHqYkTqg/tmp.SORLuuICsY:	 59.5% -- replaced with /srv/reproducible-results/rbuild-debian-NHqYkTqg/tmp.SORLuuICsY.gz
All cleanup done.
Sat Feb 10 13:00:24 UTC 2018 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-iHAC75A7, which will now be removed.
/srv/reproducible-results/rbuild-debian-XJtNKMhI:
total 36
drwxr-xr-x 2 jenkins jenkins  4096 Jan  8 06:36 b1
drwxr-xr-x 2 jenkins jenkins  4096 Jan  8 06:37 b2
-rw-r--r-- 1 jenkins jenkins  1828 Feb 25  2015 patcher_0.0.20040521-6.1.dsc
-rw------- 1 jenkins jenkins 24141 Jan  8 06:36 tmp.dpaimf3tNb

/srv/reproducible-results/rbuild-debian-XJtNKMhI/b1:
total 64
-rw-r--r-- 1 jenkins jenkins 20905 Jan  8 06:36 build.log
-rw-r--r-- 1 jenkins jenkins 21756 Jan  8 06:36 patcher_0.0.20040521-6.1_all.deb
-rw-r--r-- 1 jenkins jenkins  4042 Jan  8 06:36 patcher_0.0.20040521-6.1_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins  4908 Jan  8 06:36 patcher_0.0.20040521-6.1_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins  1180 Jan  8 06:36 patcher_0.0.20040521-6.1_arm64.changes

/srv/reproducible-results/rbuild-debian-XJtNKMhI/b2:
total 312
-rw-r--r-- 1 jenkins jenkins 271146 Jan  8 06:37 build.log
-rw-r--r-- 1 jenkins jenkins  21756 Jan  8 06:37 patcher_0.0.20040521-6.1_all.deb
-rw-r--r-- 1 jenkins jenkins   4042 Jan  8 06:37 patcher_0.0.20040521-6.1_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   4908 Jan  8 06:37 patcher_0.0.20040521-6.1_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1180 Jan  8 06:37 patcher_0.0.20040521-6.1_arm64.changes
Sun Jan  8 06:37:26 UTC 2017  I: patcher_0.0.20040521-6.1_arm64.changes:
Format: 1.8
Date: Wed, 25 Feb 2015 21:46:14 +0100
Source: patcher
Binary: patcher
Architecture: all
Version: 0.0.20040521-6.1
Distribution: unstable
Urgency: medium
Maintainer: Alejandro Rios P. <alerios at debian.org>
Changed-By: gregor herrmann <gregoa at debian.org>
Description:
 patcher    - perl script useful for managing patches
Closes: 779114
Changes:
 patcher (0.0.20040521-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "depend on perl instead of perl-modules":
     debian/control: update Depends: plain "perl" it is.
     (Closes: #779114)
Checksums-Sha1:
 3c60ea975feac5520947a6b22862386a1ebbea94 21756 patcher_0.0.20040521-6.1_all.deb
 d5c1bc44d28a16da50def1538e88cf133e9395ee 4042 patcher_0.0.20040521-6.1_arm64.buildinfo
Checksums-Sha256:
 725dee27333f8190cc1dafd2850cffff6ddb34c53354e5fe886ca1d3bf5851cf 21756 patcher_0.0.20040521-6.1_all.deb
 97454f2dd0646b38aa2022949e34a05120e4b79ece27832c79763089c4f6a818 4042 patcher_0.0.20040521-6.1_arm64.buildinfo
Files:
 10e244356bba62d1623a66282893de34 21756 devel optional patcher_0.0.20040521-6.1_all.deb
 e1f730db6cb74a0463d928b5802d8820 4042 devel optional patcher_0.0.20040521-6.1_arm64.buildinfo
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/patcher_0.0.20040521-6.1.diff’
Diff of the two buildlogs:

--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/patcher_0.0.20040521-6.1.diff: No space left on device
Starting cleanup.
/srv/reproducible-results/rbuild-debian-XJtNKMhI/tmp.dpaimf3tNb:	 72.0% -- replaced with /srv/reproducible-results/rbuild-debian-XJtNKMhI/tmp.dpaimf3tNb.gz
INFO: Starting at 2017-01-08 06:37:27.391178
INFO: Finished at 2017-01-08 06:37:27.671780, took: 0:00:00.280618
All cleanup done.
Sun  8 Jan 06:37:27 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-53hoH4kj, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list