[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_8 #5370

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Feb 16 06:51:36 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_8/5370/------------------------------------------
[...truncated 252.03 KB...]
  priority(i)
  ^~~~~~~~
-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);
-     ^~~~~
-kpse.c:43:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  spec->path = save_path;
-             ^
-kpse.c: In function 'kpsearch_make':
-kpse.c:81:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  spec->path = save_path;
-             ^
-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;
-             ^
-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
+util.c:72:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ inttob(b, x)
+ ^~~~~~
+util.c:96:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ i2b(x, b)
+ ^~~
+util.c:111:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ numstr(s)
+ ^~~~~~
+util.c:136:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ getstrtok(d, c, e)
+ ^~~~~~~~~
+util.c:151:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ skipstrblank(d, e)
+ ^~~~~~~~~~~~
+util.c:169:1: warning: return type defaults to 'int' [-Wimplicit-int]
+ scale_exact(s, d)
+ ^~~~~~~~~~~
 io.c:64:1: warning: return type defaults to 'int' [-Wimplicit-int]
  putbyte(fp, c)
  ^~~~~~~
@@ -973,37 +1019,34 @@
 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/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
-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
-util.c:13:1: warning: return type defaults to 'int' [-Wimplicit-int]
- makeuint(s, n)  /* return n byte quantity from string */
- ^~~~~~~~
-util.c:27:1: warning: return type defaults to 'int' [-Wimplicit-int]
- makeint(s, n)  /* return n byte quantity from string */
- ^~~~~~~
-util.c:53:1: warning: return type defaults to 'int' [-Wimplicit-int]
- uinttob(b, x)
+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)
  ^~~~~~~
-util.c:72:1: warning: return type defaults to 'int' [-Wimplicit-int]
- inttob(b, x)
- ^~~~~~
-util.c:96:1: warning: return type defaults to 'int' [-Wimplicit-int]
- i2b(x, b)
- ^~~
-util.c:111:1: warning: return type defaults to 'int' [-Wimplicit-int]
- numstr(s)
- ^~~~~~
-util.c:136:1: warning: return type defaults to 'int' [-Wimplicit-int]
- getstrtok(d, c, e)
- ^~~~~~~~~
-util.c:151:1: warning: return type defaults to 'int' [-Wimplicit-int]
- skipstrblank(d, e)
- ^~~~~~~~~~~~
-util.c:169:1: warning: return type defaults to 'int' [-Wimplicit-int]
- scale_exact(s, d)
+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)
  ^~~~~~~~~~~
-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
+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)
  ^~~~~~~
@@ -1185,31 +1228,6 @@
 dvitfm.c:53:5: warning: implicit declaration of function 'dvichar' [-Wimplicit-function-declaration]
      dvichar(ce->dev_char);
      ^~~~~~~
-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)
- ^~~~~~~~~~~~~
 dvitfm.c: At top level:
 dvitfm.c:58:1: warning: return type defaults to 'int' [-Wimplicit-int]
  tfm_setstring(fe, s, len)
@@ -1274,16 +1292,16 @@
 dvitfm.c:183:2: warning: implicit declaration of function 'dev_makemoveover' [-Wimplicit-function-declaration]
   dev_makemoveover(dtfmw);
   ^~~~~~~~~~~~~~~~
-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
@@ -1292,22 +1310,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
@@ -1331,12 +1349,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/32122/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/32122/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/8117 and its subdirectories
-I: Current time: Wed Feb 15 18:50:15 -12 2017
-I: pbuilder-time-stamp: 1487227815
+I: removing directory /srv/workspace/pbuilder/32122 and its subdirectories
+I: Current time: Thu Mar 22 03:14:33 +14 2018
+I: pbuilder-time-stamp: 1521638073

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/dvi2dvi_2.0alpha-10.diff:	 85.2% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/dvi2dvi_2.0alpha-10.diff.gz
b2/build.log:	 83.0%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 83.5%
+ 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-ETA3NT5w/tmp.g9VZZf2PCu
+ mv /srv/reproducible-results/rbuild-debian-ETA3NT5w/tmp.g9VZZf2PCu /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-ETA3NT5w/tmp.g9VZZf2PCu ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-ETA3NT5w/tmp.g9VZZf2PCu
/srv/reproducible-results/rbuild-debian-ETA3NT5w/tmp.g9VZZf2PCu:	 81.3% -- replaced with /srv/reproducible-results/rbuild-debian-ETA3NT5w/tmp.g9VZZf2PCu.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:51:36.349757
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:51:36.618648, took: 0:00:00.268904
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-ETA3NT5w
+ echo 'All cleanup done.'
All cleanup done.
Thu 16 Feb 06:51:36 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-cEke3EoA, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list