[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_32 #5452
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Feb 16 06:47:41 UTC 2017
https://jenkins.debian.net/job/reproducible_builder_arm64_32/5452/------------------------------------------
[...truncated 250.14 KB...]
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o funcfont.o funcfont.c
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o kpse.o kpse.c
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o kanji.o kanji.c
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o open.o open.c
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o io.o io.c
kpse.c: In function 'kpsearch_glyph':
kpse.c:23:5: warning: implicit declaration of function 'pavek' [-Wimplicit-function-declaration]
pavek(name, &path, &base, proto, acca);
@@ -909,42 +943,17 @@
kpse.c:81:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
spec->path = save_path;
^
+kanji.c:202:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ match_subf(sname, fname, ini, sb, se)
+ ^~~~~~~~~~
kpse.c: In function 'kpsearch_file':
kpse.c:116:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
spec->path = save_path;
^
-kanji.c:49:1: warning: return type defaults to 'int' [-Wimplicit-int]
- getjsubfont(n, subend)
- ^~~~~~~~~~~
-kanji.c:65:1: warning: return type defaults to 'int' [-Wimplicit-int]
- getdcode(n, subend)
- ^~~~~~~~
-kanji.c:202:1: warning: return type defaults to 'int' [-Wimplicit-int]
- match_subf(sname, fname, ini, sb, se)
- ^~~~~~~~~~
kanji.c:252:1: warning: return type defaults to 'int' [-Wimplicit-int]
jis_to_idx94(jis)
^~~~~~~~~~~~
-funcfont.c:25:1: warning: return type defaults to 'int' [-Wimplicit-int]
- functype_init(desc, ff)
- ^~~~~~~~~~~~~
-funcfont.c: In function 'functype_init':
-funcfont.c:40:7: warning: implicit declaration of function 'getstrtok' [-Wimplicit-function-declaration]
- if (!getstrtok(desc, '(', &d))
- ^~~~~~~~~
-funcfont.c:62:2: warning: implicit declaration of function 'skipstrblank' [-Wimplicit-function-declaration]
- skipstrblank(e, &d);
- ^~~~~~~~~~~~
-funcfont.c: At top level:
-funcfont.c:82:1: warning: return type defaults to 'int' [-Wimplicit-int]
- functype_access(ff, fe, acca)
- ^~~~~~~~~~~~~~~
-funcfont.c: In function 'exist_access':
-funcfont.c:198:5: warning: implicit declaration of function 'pavek' [-Wimplicit-function-declaration]
- pavek(fe->name, &path, &base, proto, acca);
- ^~~~~
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o util.o util.c
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o xxstdio.o xxstdio.c
+gcc -g -O2 -fdebug-prefix-map=/build/2nd/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o util.o util.c
open.c: In function 'openfontfile':
open.c:56:13: warning: implicit declaration of function 'priority' [-Wimplicit-function-declaration]
prio = priority(least_used);
@@ -953,7 +962,6 @@
open.c:85:1: warning: return type defaults to 'int' [-Wimplicit-int]
priority(i)
^~~~~~~~
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o version.o version.c
io.c:64:1: warning: return type defaults to 'int' [-Wimplicit-int]
putbyte(fp, c)
^~~~~~~
@@ -978,6 +986,8 @@
io.c:56:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
(void)fread((char *)s, 1, n, fp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+gcc -g -O2 -fdebug-prefix-map=/build/2nd/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o xxstdio.o xxstdio.c
+gcc -g -O2 -fdebug-prefix-map=/build/2nd/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o version.o version.c
util.c:13:1: warning: return type defaults to 'int' [-Wimplicit-int]
makeuint(s, n) /* return n byte quantity from string */
^~~~~~~~
@@ -1005,9 +1015,34 @@
util.c:169:1: warning: return type defaults to 'int' [-Wimplicit-int]
scale_exact(s, d)
^~~~~~~~~~~
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o dvi.o dvi.c
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o dvifont.o dvifont.c
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o dvitfm.o dvitfm.c
+gcc -g -O2 -fdebug-prefix-map=/build/2nd/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o dvi.o dvi.c
+gcc -g -O2 -fdebug-prefix-map=/build/2nd/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o dvifont.o dvifont.c
+gcc -g -O2 -fdebug-prefix-map=/build/2nd/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o dvitfm.o dvitfm.c
+dvifont.c:40:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ dvichar(c)
+ ^~~~~~~
+dvifont.c: In function 'dvichar':
+dvifont.c:48:6: warning: implicit declaration of function 'putbyte' [-Wimplicit-function-declaration]
+ putbyte(outfp, c);
+ ^~~~~~~
+dvifont.c:51:10: warning: implicit declaration of function 'uinttob' [-Wimplicit-function-declaration]
+ n = uinttob(b, c);
+ ^~~~~~~
+dvifont.c:53:6: warning: implicit declaration of function 'putbytes' [-Wimplicit-function-declaration]
+ putbytes(outfp, b, n);
+ ^~~~~~~~
+dvifont.c: At top level:
+dvifont.c:64:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ dvi_setchar(fe, c)
+ ^~~~~~~~~~~
+dvifont.c: In function 'dvi_setchar':
+dvifont.c:68:5: warning: implicit declaration of function 'begin_string' [-Wimplicit-function-declaration]
+ begin_string();
+ ^~~~~~~~~~~~
+dvifont.c: At top level:
+dvifont.c:72:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ dvi_setstring(fe, s, len)
+ ^~~~~~~~~~~~~
dvi.c:28:1: warning: return type defaults to 'int' [-Wimplicit-int]
dev_arg(option, c)
^~~~~~~
@@ -1253,41 +1288,16 @@
dvitfm.c:183:2: warning: implicit declaration of function 'dev_makemoveover' [-Wimplicit-function-declaration]
dev_makemoveover(dtfmw);
^~~~~~~~~~~~~~~~
-dvifont.c:40:1: warning: return type defaults to 'int' [-Wimplicit-int]
- dvichar(c)
- ^~~~~~~
-dvifont.c: In function 'dvichar':
-dvifont.c:48:6: warning: implicit declaration of function 'putbyte' [-Wimplicit-function-declaration]
- putbyte(outfp, c);
- ^~~~~~~
-dvifont.c:51:10: warning: implicit declaration of function 'uinttob' [-Wimplicit-function-declaration]
- n = uinttob(b, c);
- ^~~~~~~
-dvifont.c:53:6: warning: implicit declaration of function 'putbytes' [-Wimplicit-function-declaration]
- putbytes(outfp, b, n);
- ^~~~~~~~
-dvifont.c: At top level:
-dvifont.c:64:1: warning: return type defaults to 'int' [-Wimplicit-int]
- dvi_setchar(fe, c)
- ^~~~~~~~~~~
-dvifont.c: In function 'dvi_setchar':
-dvifont.c:68:5: warning: implicit declaration of function 'begin_string' [-Wimplicit-function-declaration]
- begin_string();
- ^~~~~~~~~~~~
-dvifont.c: At top level:
-dvifont.c:72:1: warning: return type defaults to 'int' [-Wimplicit-int]
- dvi_setstring(fe, s, len)
- ^~~~~~~~~~~~~
-gcc -g -O2 -fdebug-prefix-map=/build/1st/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -o dvi2dvi dvi2.o dviconv.o dfdcom.o fontcom.o set.o rfset.o vfset.o dconv.o run.o fontdesc.o scanfont.o virfont.o vfdcom.o bifont.o compfont.o decompfont.o execfont.o funcfont.o kpse.o kanji.o open.o io.o util.o xxstdio.o version.o dvi.o dvifont.o dvitfm.o -L/usr/lib -lkpathsea
+gcc -g -O2 -fdebug-prefix-map=/build/2nd/dvi2dvi-2.0alpha=. -fstack-protector-strong -Wformat -Werror=format-security -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -o dvi2dvi dvi2.o dviconv.o dfdcom.o fontcom.o set.o rfset.o vfset.o dconv.o run.o fontdesc.o scanfont.o virfont.o vfdcom.o bifont.o compfont.o decompfont.o execfont.o funcfont.o kpse.o kanji.o open.o io.o util.o xxstdio.o version.o dvi.o dvifont.o dvitfm.o -L/usr/lib -lkpathsea
run.o: In function `init_settings':
./run.c:201: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
-make[2]: Leaving directory '/build/1st/dvi2dvi-2.0alpha'
+make[2]: Leaving directory '/build/2nd/dvi2dvi-2.0alpha'
/usr/bin/make newlib
-make[2]: Entering directory '/build/1st/dvi2dvi-2.0alpha'
+make[2]: Entering directory '/build/2nd/dvi2dvi-2.0alpha'
mkdir lib
cp -pr lib-dist/* lib
-make[2]: Leaving directory '/build/1st/dvi2dvi-2.0alpha'
-make[1]: Leaving directory '/build/1st/dvi2dvi-2.0alpha'
+make[2]: Leaving directory '/build/2nd/dvi2dvi-2.0alpha'
+make[1]: Leaving directory '/build/2nd/dvi2dvi-2.0alpha'
dh_auto_test
create-stamp debian/debhelper-build-stamp
fakeroot debian/rules binary
@@ -1296,22 +1306,22 @@
dh_prep
dh_installdirs
debian/rules override_dh_auto_install
-make[1]: Entering directory '/build/1st/dvi2dvi-2.0alpha'
+make[1]: Entering directory '/build/2nd/dvi2dvi-2.0alpha'
dh_auto_install
- make -j8 install DESTDIR=/build/1st/dvi2dvi-2.0alpha/debian/dvi2dvi AM_UPDATE_INFO_DIR=no
-make[2]: Entering directory '/build/1st/dvi2dvi-2.0alpha'
-install -s -m 755 dvi2dvi /build/1st/dvi2dvi-2.0alpha/debian/dvi2dvi/usr/bin/dvi2dvi
-make[2]: Leaving directory '/build/1st/dvi2dvi-2.0alpha'
-/usr/bin/make install-lib DESTDIR=/build/1st/dvi2dvi-2.0alpha/debian/dvi2dvi
-make[2]: Entering directory '/build/1st/dvi2dvi-2.0alpha'
-mkdir /build/1st/dvi2dvi-2.0alpha/debian/dvi2dvi/etc/texmf/dvi2dvi
-mkdir: cannot create directory '/build/1st/dvi2dvi-2.0alpha/debian/dvi2dvi/etc/texmf/dvi2dvi': File exists
+ make -j8 install DESTDIR=/build/2nd/dvi2dvi-2.0alpha/debian/dvi2dvi AM_UPDATE_INFO_DIR=no
+make[2]: Entering directory '/build/2nd/dvi2dvi-2.0alpha'
+install -s -m 755 dvi2dvi /build/2nd/dvi2dvi-2.0alpha/debian/dvi2dvi/usr/bin/dvi2dvi
+make[2]: Leaving directory '/build/2nd/dvi2dvi-2.0alpha'
+/usr/bin/make install-lib DESTDIR=/build/2nd/dvi2dvi-2.0alpha/debian/dvi2dvi
+make[2]: Entering directory '/build/2nd/dvi2dvi-2.0alpha'
+mkdir /build/2nd/dvi2dvi-2.0alpha/debian/dvi2dvi/etc/texmf/dvi2dvi
+mkdir: cannot create directory '/build/2nd/dvi2dvi-2.0alpha/debian/dvi2dvi/etc/texmf/dvi2dvi': File exists
Makefile:87: recipe for target 'install-lib' failed
make[2]: [install-lib] Error 1 (ignored)
-cp -pr lib/* /build/1st/dvi2dvi-2.0alpha/debian/dvi2dvi/etc/texmf/dvi2dvi
-chmod -R a+r /build/1st/dvi2dvi-2.0alpha/debian/dvi2dvi/etc/texmf/dvi2dvi
-make[2]: Leaving directory '/build/1st/dvi2dvi-2.0alpha'
-make[1]: Leaving directory '/build/1st/dvi2dvi-2.0alpha'
+cp -pr lib/* /build/2nd/dvi2dvi-2.0alpha/debian/dvi2dvi/etc/texmf/dvi2dvi
+chmod -R a+r /build/2nd/dvi2dvi-2.0alpha/debian/dvi2dvi/etc/texmf/dvi2dvi
+make[2]: Leaving directory '/build/2nd/dvi2dvi-2.0alpha'
+make[1]: Leaving directory '/build/2nd/dvi2dvi-2.0alpha'
dh_installdocs
dh_installchangelogs
dh_installman
@@ -1335,12 +1345,14 @@
dpkg-source --after-build dvi2dvi-2.0alpha
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
+I: user script /srv/workspace/pbuilder/16016/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/16016/tmp/hooks/B01_cleanup finished
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env
-I: removing directory /srv/workspace/pbuilder/11031 and its subdirectories
-I: Current time: Wed Mar 21 01:09:46 -12 2018
-I: pbuilder-time-stamp: 1521637786
+I: removing directory /srv/workspace/pbuilder/16016 and its subdirectories
+I: Current time: Thu Feb 16 20:47:25 +14 2017
+I: pbuilder-time-stamp: 1487227645
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/dvi2dvi_2.0alpha-10.diff: 84.6% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/dvi2dvi_2.0alpha-10.diff.gz
b2/build.log: 83.1%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log: 83.3%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/arm64/dvi2dvi_2.0alpha-10.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-wrxfnLop/tmp.QgqAtOEbQc
+ mv /srv/reproducible-results/rbuild-debian-wrxfnLop/tmp.QgqAtOEbQc /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/dvi2dvi_2.0alpha-10.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/dvi2dvi_2.0alpha-10.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/dvi2dvi_2.0alpha-10.rbuild.log’: No space left on device
+ cleanup_all
+ echo 'Starting cleanup.'
Starting cleanup.
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-wrxfnLop/tmp.QgqAtOEbQc ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-wrxfnLop/tmp.QgqAtOEbQc
/srv/reproducible-results/rbuild-debian-wrxfnLop/tmp.QgqAtOEbQc: 81.1% -- replaced with /srv/reproducible-results/rbuild-debian-wrxfnLop/tmp.QgqAtOEbQc.gz
+ '[' master = master ']'
+ gen_package_html dvi2dvi
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''dvi2dvi'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2017-02-16 06:47:40.801519
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/arm64/dvi2dvi_2.0alpha-10_arm64.buildinfo
INFO: Finished at 2017-02-16 06:47:41.366522, took: 0:00:00.565036
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-wrxfnLop
+ echo 'All cleanup done.'
All cleanup done.
Thu 16 Feb 06:47:41 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-zRtIRDQ3, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list