[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_12 #14434

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Dec 10 00:12:59 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_12/14434/>

------------------------------------------
[...truncated 3655 lines...]
+dpkg-source: info: fichiers amont modifiés : 
  aboot-1.0~pre20040408/.cvsignore
  aboot-1.0~pre20040408/Makefile
  aboot-1.0~pre20040408/aboot.c
@@ -754,13 +766,14 @@
  aboot-1.0~pre20040408/utils.c
  aboot-1.0~pre20040408/zip/misc.c
 I: Building the package
-I: Running cd /build/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc -b -rfakeroot
-dpkg-buildpackage: source package aboot
-dpkg-buildpackage: source version 1.0~pre20040408-4
-dpkg-buildpackage: source distribution unstable
-dpkg-buildpackage: source changed by Steve Langasek <vorlon at debian.org>
+W: no hooks of type A found -- ignoring
+I: Running cd /build/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" dpkg-buildpackage -us -uc -b -rfakeroot
+dpkg-buildpackage: paquet source aboot
+dpkg-buildpackage: version source 1.0~pre20040408-4
+dpkg-buildpackage: distribution source unstable
+dpkg-buildpackage: source changé par Steve Langasek <vorlon at debian.org>
  dpkg-source --before-build aboot-1.0~pre20040408
-dpkg-buildpackage: host architecture amd64
+dpkg-buildpackage: architecture hôte amd64
  fakeroot debian/rules clean
 dh clean
    dh_testdir
@@ -813,30 +826,30 @@
 /usr/bin/make -C tools  isomarkboot CC=cc CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" FCFLAGS="-g -O2 -fstack-protector-strong" FFLAGS="-g -O2 -fstack-protector-strong" GCJFLAGS="-g -O2 -fstack-protector-strong" LDFLAGS="-Wl,-z,relro" OBJCFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" OBJCXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" 
 make[2]: Entering directory '/build/aboot-1.0~pre20040408/tools'
 cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall -I. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -c -o isomarkboot.o isomarkboot.c
-isomarkboot.c: In function 'main':
-isomarkboot.c:104:9: warning: implicit declaration of function 'open' [-Wimplicit-function-declaration]
+isomarkboot.c: In function ‘main’:
+isomarkboot.c:104:9: warning: implicit declaration of function ‘open’ [-Wimplicit-function-declaration]
   disk = open(argv[1], O_RDWR);
          ^
 cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall -I. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -c -o ../lib/isolib.o ../lib/isolib.c
-../lib/isolib.c: In function 'iso_find_entry':
-../lib/isolib.c:485:25: warning: pointer targets in passing argument 1 of 'isonum_711' differ in signedness [-Wpointer-sign]
+../lib/isolib.c: In function ‘iso_find_entry’:
+../lib/isolib.c:485:25: warning: pointer targets in passing argument 1 of ‘isonum_711’ differ in signedness [-Wpointer-sign]
        dlen = isonum_711(de->name_len);
                          ^
-../lib/isolib.c:53:1: note: expected 'char *' but argument is of type 'unsigned char *'
+../lib/isolib.c:53:1: note: expected ‘char *’ but argument is of type ‘unsigned char *’
  isonum_711 (char * p)
  ^
-../lib/isolib.c: In function 'iso_readdir_i':
-../lib/isolib.c:1043:24: warning: pointer targets in passing argument 1 of 'isonum_711' differ in signedness [-Wpointer-sign]
+../lib/isolib.c: In function ‘iso_readdir_i’:
+../lib/isolib.c:1043:24: warning: pointer targets in passing argument 1 of ‘isonum_711’ differ in signedness [-Wpointer-sign]
   name_len = isonum_711(dirent->name_len);
                         ^
-../lib/isolib.c:53:1: note: expected 'char *' but argument is of type 'unsigned char *'
+../lib/isolib.c:53:1: note: expected ‘char *’ but argument is of type ‘unsigned char *’
  isonum_711 (char * p)
  ^
-../lib/isolib.c: In function 'get_rock_ridge_filename':
-../lib/isolib.c:1185:58: warning: pointer targets in passing argument 1 of 'isonum_711' differ in signedness [-Wpointer-sign]
+../lib/isolib.c: In function ‘get_rock_ridge_filename’:
+../lib/isolib.c:1185:58: warning: pointer targets in passing argument 1 of ‘isonum_711’ differ in signedness [-Wpointer-sign]
    len = sizeof(struct iso_directory_record) + isonum_711(de->name_len);
                                                           ^
-../lib/isolib.c:53:1: note: expected 'char *' but argument is of type 'unsigned char *'
+../lib/isolib.c:53:1: note: expected ‘char *’ but argument is of type ‘unsigned char *’
  isonum_711 (char * p)
  ^
 cc -Wl,-z,relro  isomarkboot.o ../lib/isolib.o   -o isomarkboot
@@ -844,8 +857,8 @@
 /usr/bin/make -C srmbootfat srmbootfat srmbootfat.1 CC=cc CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" FCFLAGS="-g -O2 -fstack-protector-strong" FFLAGS="-g -O2 -fstack-protector-strong" GCJFLAGS="-g -O2 -fstack-protector-strong" LDFLAGS="-Wl,-z,relro" OBJCFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" OBJCXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" 
 make[2]: Entering directory '/build/aboot-1.0~pre20040408/srmbootfat'
 cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O2 -g -pipe -Wall -Wl,-z,relro -o srmbootfat srmbootfat.c
-srmbootfat.c: In function 'main':
-srmbootfat.c:103:11: warning: variable 'psect' set but not used [-Wunused-but-set-variable]
+srmbootfat.c: In function ‘main’:
+srmbootfat.c:103:11: warning: variable ‘psect’ set but not used [-Wunused-but-set-variable]
   unsigned psect;  /* Total sectors on disk */
            ^
 nsgmls srmbootfat.sgml | sgmlspl sgmlspl-specs/docbook2man-spec.pl
@@ -914,27 +927,76 @@
    dh_shlibdeps
    dh_installdeb
    dh_gencontrol
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
+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
    dh_builddeb
-dpkg-deb: building package 'aboot-cross-dbgsym' in '../aboot-cross-dbgsym_1.0~pre20040408-4_amd64.deb'.
-dpkg-deb: building package 'aboot-cross' in '../aboot-cross_1.0~pre20040408-4_amd64.deb'.
+dpkg-deb : construction du paquet « aboot-cross-dbgsym » dans « ../aboot-cross-dbgsym_1.0~pre20040408-4_amd64.deb ».
+dpkg-deb : construction du paquet « aboot-cross » dans « ../aboot-cross_1.0~pre20040408-4_amd64.deb ».
  dpkg-genbuildinfo  >../aboot_1.0~pre20040408-4_amd64.buildinfo
  dpkg-distaddfile aboot_1.0~pre20040408-4_amd64.buildinfo admin standard
-dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
+dpkg-distaddfile: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
  dpkg-genchanges -b >../aboot_1.0~pre20040408-4_amd64.changes
-dpkg-genchanges: warning: package aboot-base in control file but not in files list
-dpkg-genchanges: warning: package aboot-cross-dbgsym listed in files list but not in control info
-dpkg-genchanges: binary-only upload (no source code included)
+dpkg-genchanges: avertissement: paquet aboot-base dans le fichier de contrôle mais pas dans le fichier de liste des fichiers
+dpkg-genchanges: avertissement: paquet aboot-cross-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 aboot-1.0~pre20040408
-dpkg-buildpackage: binary-only upload (no source included)
+dpkg-buildpackage: envoi d'un binaire seulement (aucune inclusion de code source)
+I: user script /srv/workspace/pbuilder/40634/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/40634/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/23862 and its subdirectories
-I: Current time: Wed Dec  9 12:05:16 GMT+12 2015
-I: pbuilder-time-stamp: 1449705916
+I: removing directory /srv/workspace/pbuilder/40634 and its subdirectories
+I: Current time: Wed Jan 11 20:30:52 GMT-14 2017
+I: pbuilder-time-stamp: 1484116252

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/aboot_1.0~pre20040408-4.diff:	 85.9% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/aboot_1.0~pre20040408-4.diff.gz
b2/build.log:	 83.2%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 82.1%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/testing/amd64/aboot_1.0~pre20040408-4.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/tmp.AQgSLjzUmK/tmp.IjyZCXOV50
+ mv /srv/reproducible-results/tmp.AQgSLjzUmK/tmp.IjyZCXOV50 /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/aboot_1.0~pre20040408-4.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/aboot_1.0~pre20040408-4.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/tmp.AQgSLjzUmK
+ local TMPLOG=/srv/reproducible-results/tmp.AQgSLjzUmK/tmp.4FVDTNY3uZ
+ echo
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/aboot_1.0~pre20040408-4.rbuild.log

+ local TIMEOUT=30m
+ DBDSUITE=testing
+ '[' testing = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/tmp.AQgSLjzUmK -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/tmp.AQgSLjzUmK/dbd-tmp-ztVOxu9
++ schroot --directory /srv/reproducible-results/tmp.AQgSLjzUmK -c source:jenkins-reproducible-testing-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 42'
++ echo diffoscope 42
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/aboot_1.0~pre20040408-4.rbuild.log
++ date -u
+ echo 'Thu Dec 10 00:07:55 UTC 2015 - diffoscope 42 will be used to compare the two builds:'
Thu Dec 10 00:07:55 UTC 2015 - diffoscope 42 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 30m schroot --directory /srv/reproducible-results/tmp.AQgSLjzUmK -c source:jenkins-reproducible-testing-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/tmp.AQgSLjzUmK/dbd-tmp-ztVOxu9 ; diffoscope 			--html /srv/reproducible-results/tmp.AQgSLjzUmK/aboot_1.0~pre20040408-4.diffoscope.html 			--text /srv/reproducible-results/tmp.AQgSLjzUmK/aboot_1.0~pre20040408-4.diffoscope.txt 			/srv/reproducible-results/tmp.AQgSLjzUmK/b1/aboot_1.0~pre20040408-4_amd64.changes 			/srv/reproducible-results/tmp.AQgSLjzUmK/b2/aboot_1.0~pre20040408-4_amd64.changes'
+ RESULT=1
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/tmp.AQgSLjzUmK/tmp.4FVDTNY3uZ
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x


Thu Dec 10 00:07:58 UTC 2015 - aboot failed to build reproducibly in testing on amd64.
Error: database is locked
Error: database is locked
Error: database is locked
Error: database is locked
/var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/aboot_1.0~pre20040408-4.rbuild.log:	 79.2% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/aboot_1.0~pre20040408-4.rbuild.log.gz
INFO: Starting at 2015-12-10 00:11:59.420516
CRITICAL: Error executing this query:
CRITICAL: SELECT r.status, r.version, r.build_date FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE s.name="aboot" AND s.architecture="amd64" AND s.suite="testing"
Traceback (most recent call last):
  File "<string>", line 2, in <module>
  File "/srv/jenkins/bin/reproducible_common.py", line 717, in __init__
    self._status[suite][arch] = Build(self.name, suite, arch)
  File "/srv/jenkins/bin/reproducible_common.py", line 684, in __init__
    self._get_package_status()
  File "/srv/jenkins/bin/reproducible_common.py", line 693, in _get_package_status
    result = query_db(query)[0]
  File "/srv/jenkins/bin/reproducible_common.py", line 351, in query_db
    cursor.execute(query)
sqlite3.OperationalError: database is locked
INFO: Finished at 2015-12-10 00:12:59.513261, took: 0:01:00.092764








Warning: cannot update html pages for aboot
Thu 10 Dec 00:12:59 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-RLHc1oae, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list