[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_i386_5 #20336

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Oct 15 04:29:39 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_i386_5/20336/------------------------------------------
[...truncated 2361 lines...]
+intltool-debian (0.35.0+20060710.4) wird eingerichtet ...
+po-debconf (1.0.20) wird eingerichtet ...
+dh-autoreconf (12) wird eingerichtet ...
+debhelper (10.2.2) wird eingerichtet ...
+dh-strip-nondeterminism (0.028-1) wird eingerichtet ...
+Trigger für libc-bin (2.24-3) werden verarbeitet ...
+Paketlisten werden gelesen...
+Abhängigkeitsbaum wird aufgebaut....
+Statusinformationen werden eingelesen....
+Lesen der erweiterten Statusinformationen...
+Initialisieren des Paketstatus'...
+Schreiben der erweiterten Statusinformationen...
+Erzeugen der Tag-Datenbank...
  -> Finished parsing the build-deps
-Reading package lists...
-Building dependency tree...
-Reading state information...
+Paketlisten werden gelesen...
+Abhängigkeitsbaum wird aufgebaut....
+Statusinformationen werden eingelesen....
 fakeroot is already the newest version (1.21-2).
-0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
 I: Copying source file
 I: copying [ocrad_0.25-1.dsc]
 I: copying [./ocrad_0.25.orig.tar.bz2]
 I: copying [./ocrad_0.25-1.debian.tar.xz]
 I: Extracting source
 gpgv: unknown type of key resource 'trustedkeys.kbx'
-gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
-gpgv: Signature made Tue Jul 12 07:04:49 2016 -12
+gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': Allgemeiner Fehler
+gpgv: Signature made Mit 13 Jul 2016 09:04:49 +14
 gpgv:                using RSA key 81280AA087BAFB0E
-gpgv: Can't check signature: No public key
+gpgv: Can't check signature: Kein öffentlicher Schlüssel
 dpkg-source: warning: failed to verify signature on ./ocrad_0.25-1.dsc
 dpkg-source: info: extracting ocrad in ocrad-0.25
 dpkg-source: info: unpacking ocrad_0.25.orig.tar.bz2
 dpkg-source: info: unpacking ocrad_0.25-1.debian.tar.xz
 I: Building the package
-I: Running cd /build/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b --buildinfo-id=i386 -rfakeroot
+I: Running cd /build/*/ && 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=i386 -rfakeroot
 dpkg-buildpackage: info: source package ocrad
 dpkg-buildpackage: info: source version 0.25-1
 dpkg-buildpackage: info: source distribution unstable
@@ -287,7 +298,7 @@
 OK. Now you can run make.
 touch configure-stamp
 /usr/bin/make all 
-make[1]: Entering directory '/build/ocrad-0.25'
+make[1]: Verzeichnis „/build/ocrad-0.25“ wird betreten
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o common.o common.cc
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o segment.o segment.cc
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o mask.o mask.cc
@@ -296,77 +307,77 @@
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o track.o track.cc
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o iso_8859.o iso_8859.cc
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o ucs.o ucs.cc
-ucs.cc: In function 'int UCS::compose(int, int)':
-ucs.cc:103:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc: In function ‘int UCS::compose(int, int)’:
+ucs.cc:103:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return CADIAER; break;
                ^~
-ucs.cc:103:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:103:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return CADIAER; break;
                                                    ^~~~~
-ucs.cc:107:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:107:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return CEDIAER; break;
                ^~
-ucs.cc:107:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:107:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return CEDIAER; break;
                                                    ^~~~~
-ucs.cc:113:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:113:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return CIDIAER; break;
                ^~
-ucs.cc:113:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:113:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return CIDIAER; break;
                                                    ^~~~~
-ucs.cc:118:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:118:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return CODIAER; break;
                ^~
-ucs.cc:118:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:118:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return CODIAER; break;
                                                    ^~~~~
-ucs.cc:124:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:124:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return CUDIAER; break;
                ^~
-ucs.cc:124:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:124:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return CUDIAER; break;
                                                    ^~~~~
-ucs.cc:126:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:126:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return CYDIAER; break;
                ^~
-ucs.cc:126:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:126:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return CYDIAER; break;
                                                    ^~~~~
-ucs.cc:131:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:131:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return SADIAER; break;
                ^~
-ucs.cc:131:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:131:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return SADIAER; break;
                                                    ^~~~~
-ucs.cc:135:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:135:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return SEDIAER; break;
                ^~
-ucs.cc:135:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:135:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return SEDIAER; break;
                                                    ^~~~~
-ucs.cc:144:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:144:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return SIDIAER; break;
                ^~
-ucs.cc:144:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:144:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return SIDIAER; break;
                                                    ^~~~~
-ucs.cc:149:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:149:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return SODIAER; break;
                ^~
-ucs.cc:149:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:149:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return SODIAER; break;
                                                    ^~~~~
-ucs.cc:155:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:155:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return SUDIAER; break;
                ^~
-ucs.cc:155:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:155:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return SUDIAER; break;
                                                    ^~~~~
-ucs.cc:157:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ucs.cc:157:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                if( accent == ':' ) return SYDIAER; break;
                ^~
-ucs.cc:157:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ucs.cc:157:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                if( accent == ':' ) return SYDIAER; break;
                                                    ^~~~~
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o user_filter.o user_filter.cc
@@ -384,11 +395,11 @@
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o character_r13.o character_r13.cc
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o textline.o textline.cc
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o textline_r2.o textline_r2.cc
-textline_r2.cc: In member function 'void Textline::recognize2(const Charset&)':
-textline_r2.cc:499:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+textline_r2.cc: In member function ‘void Textline::recognize2(const Charset&)’:
+textline_r2.cc:499:21: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                      if( c1.bottom() < c2.bottom() - 2 ) continue; break;
                      ^~
-textline_r2.cc:499:67: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+textline_r2.cc:499:67: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                      if( c1.bottom() < c2.bottom() - 2 ) continue; break;
                                                                    ^~~~~
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o textblock.o textblock.cc
@@ -398,20 +409,20 @@
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o ocrad common.o segment.o mask.o rational.o rectangle.o track.o iso_8859.o ucs.o user_filter.o page_image.o page_image_io.o bitmap.o blob.o profile.o feats.o feats_test0.o feats_test1.o character.o character_r11.o character_r12.o character_r13.o textline.o textline_r2.o textblock.o textpage.o arg_parser.o main.o
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o ocradlib.o ocradlib.cc
 ar -rcs libocrad.a common.o segment.o mask.o rational.o rectangle.o track.o iso_8859.o ucs.o user_filter.o page_image.o page_image_io.o bitmap.o blob.o profile.o feats.o feats_test0.o feats_test1.o character.o character_r11.o character_r12.o character_r13.o textline.o textline_r2.o textblock.o textpage.o ocradlib.o
-make[1]: Leaving directory '/build/ocrad-0.25'
+make[1]: Verzeichnis „/build/ocrad-0.25“ wird verlassen
 /usr/bin/make check
-make[1]: Entering directory '/build/ocrad-0.25'
+make[1]: Verzeichnis „/build/ocrad-0.25“ wird betreten
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -DPROGVERSION=\"0.25\" -c -o ocradcheck.o ocradcheck.cc
 g++ -g -O2 -fdebug-prefix-map=/build/ocrad-0.25=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o ocradcheck ocradcheck.o libocrad.a
 testing ocrad-0.25............................
 tests completed successfully.
-make[1]: Leaving directory '/build/ocrad-0.25'
+make[1]: Verzeichnis „/build/ocrad-0.25“ wird verlassen
 touch build-stamp
  fakeroot debian/rules binary
 dh_testroot
 dh_prep
 /usr/bin/make install DESTDIR=/build/ocrad-0.25/debian/tmp
-make[1]: Entering directory '/build/ocrad-0.25'
+make[1]: Verzeichnis „/build/ocrad-0.25“ wird betreten
 if [ ! -d "/build/ocrad-0.25/debian/tmp/usr/bin" ] ; then install -d -m 755 "/build/ocrad-0.25/debian/tmp/usr/bin" ; fi
 if [ ! -d "/build/ocrad-0.25/debian/tmp/usr/include" ] ; then install -d -m 755 "/build/ocrad-0.25/debian/tmp/usr/include" ; fi
 if [ ! -d "/build/ocrad-0.25/debian/tmp/usr/lib/i386-linux-gnu" ] ; then install -d -m 755 "/build/ocrad-0.25/debian/tmp/usr/lib/i386-linux-gnu" ; fi
@@ -425,7 +436,7 @@
 if [ ! -d "/build/ocrad-0.25/debian/tmp/usr/share/man/man1" ] ; then install -d -m 755 "/build/ocrad-0.25/debian/tmp/usr/share/man/man1" ; fi
 rm -f "/build/ocrad-0.25/debian/tmp/usr/share/man/man1/ocrad.1"*
 install -m 644 ./doc/ocrad.1 "/build/ocrad-0.25/debian/tmp/usr/share/man/man1/ocrad.1"
-make[1]: Leaving directory '/build/ocrad-0.25'
+make[1]: Verzeichnis „/build/ocrad-0.25“ wird verlassen
 rm -f debian/tmp/usr/share/info/dir
 dh_install
 dh_installchangelogs ChangeLog
@@ -443,9 +454,9 @@
 dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dh_md5sums
 dh_builddeb
-dpkg-deb: building package 'ocrad-dbgsym' in '../ocrad-dbgsym_0.25-1_i386.deb'.
-dpkg-deb: building package 'libocrad-dev' in '../libocrad-dev_0.25-1_i386.deb'.
-dpkg-deb: building package 'ocrad' in '../ocrad_0.25-1_i386.deb'.
+dpkg-deb: Paket »ocrad-dbgsym« wird in »../ocrad-dbgsym_0.25-1_i386.deb« gebaut.
+dpkg-deb: Paket »libocrad-dev« wird in »../libocrad-dev_0.25-1_i386.deb« gebaut.
+dpkg-deb: Paket »ocrad« wird in »../ocrad_0.25-1_i386.deb« gebaut.
  dpkg-genbuildinfo --build=any,all --buildinfo-id=i386
 dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
  dpkg-genchanges --build=any,all >../ocrad_0.25-1_i386.changes
@@ -454,12 +465,14 @@
 dpkg-source: info: using options from ocrad-0.25/debian/source/options: --compression=xz
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/40409/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/40409/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/27872 and its subdirectories
-I: Current time: Fri Oct 14 16:28:52 GMT+12 2016
-I: pbuilder-time-stamp: 1476505732
+I: removing directory /srv/workspace/pbuilder/40409 and its subdirectories
+I: Current time: Sam Nov 18 00:52:37 GMT-14 2017
+I: pbuilder-time-stamp: 1510915957

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/i386/ocrad_0.25-1.diff:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/i386/ocrad_0.25-1.diff.gz: No space left on device
/srv/reproducible-results/rbuild-debian-CvTlOnnu/tmp.rTvt7fSKer:	 78.4% -- replaced with /srv/reproducible-results/rbuild-debian-CvTlOnnu/tmp.rTvt7fSKer.gz
INFO: Starting at 2016-10-15 04:29:39.429250
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/testing/i386/ocrad_0.25-1_i386.buildinfo
CRITICAL: https://tests.reproducible-builds.org/debian/testing/i386/ocrad didn't produce a buildlog, even though it has been built.
INFO: Finished at 2016-10-15 04:29:39.521044, took: 0:00:00.091807
Sat 15 Oct 04:29:39 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-GBSzk1vZ, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list