[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_20 #13303

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Dec 30 04:53:03 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_20/13303/>

------------------------------------------
[...truncated 3018 lines...]
                  fread(id, 1, 1, infile);
                  ^
-rdfdump.c:298:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdfdump.c:298:13: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
              fread(&s, 2, 1, infile);
              ^
-rdfdump.c:309:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdfdump.c:309:13: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
              fread(&s, 2, 1, infile);
              ^
-rdfdump.c:311:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdfdump.c:311:13: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
              fread(&s, 2, 1, infile);
              ^
-rdfdump.c:313:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdfdump.c:313:13: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
              fread(&l, 4, 1, infile);
              ^
-rdfdump.c:320:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdfdump.c:320:17: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
                  fread(id, 1, 1, infile);
                  ^
 gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdoff.c
-rdoff.c: In function 'rdfopenhere':
-rdoff.c:270:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdoff.c: In function ‘rdfopenhere’:
+rdoff.c:270:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
      fread(buf, 6, 1, f->fp);    /* read header */
      ^
 gcc -Wl,-z,relro -o rdfdump rdfdump.o rdoff.o
@@ -647,25 +661,25 @@
 gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. symtab.c
 gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. collectn.c
 gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdlib.c
-rdlib.c: In function 'rdl_verify':
-rdlib.c:95:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdlib.c: In function ‘rdl_verify’:
+rdlib.c:95:13: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
              fread(buf, 6, 1, fp);
              ^
-rdlib.c:99:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdlib.c:99:13: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
              fread(buf, 6, 1, fp);
              ^
-rdlib.c:109:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdlib.c:109:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
          fread(&length, 4, 1, fp);
          ^
-rdlib.c: In function 'rdl_searchlib':
-rdlib.c:175:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdlib.c: In function ‘rdl_searchlib’:
+rdlib.c:175:13: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
              fread(&l, 4, 1, lib->fp);
              ^
-rdlib.c: In function 'rdl_openmodule':
-rdlib.c:264:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdlib.c: In function ‘rdl_openmodule’:
+rdlib.c:264:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
          fread(buf, 6, 1, lib->fp);
          ^
-rdlib.c:282:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdlib.c:282:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
          fread(&length, 4, 1, lib->fp);
          ^
 gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. segtab.c
@@ -675,11 +689,11 @@
 gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdfload.c
 gcc -Wl,-z,relro -o rdx rdx.o rdoff.o rdfload.o symtab.o collectn.o hash.o ../nasmlib.o
 gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdflib.c
-rdflib.c: In function 'main':
-rdflib.c:355:9: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result]
+rdflib.c: In function ‘main’:
+rdflib.c:355:9: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
          freopen(argv[2], "wb", fp);
          ^
-rdflib.c:369:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+rdflib.c:369:17: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
                  fread(p = rdbuf, 1, sizeof(rdbuf), fptmp);
                  ^
 gcc -Wl,-z,relro -o rdflib rdflib.o
@@ -885,27 +899,77 @@
 dh_installdeb
 dh_shlibdeps
 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 'nasm-dbgsym' in '../nasm-dbgsym_2.11.06-1really2.11.05-1_amd64.deb'.
-dpkg-deb: building package 'nasm' in '../nasm_2.11.06-1really2.11.05-1_amd64.deb'.
+dpkg-deb : construction du paquet « nasm-dbgsym » dans « ../nasm-dbgsym_2.11.06-1really2.11.05-1_amd64.deb ».
+dpkg-deb : construction du paquet « nasm » dans « ../nasm_2.11.06-1really2.11.05-1_amd64.deb ».
  dpkg-genbuildinfo  >../nasm_2.11.06-1really2.11.05-1_amd64.buildinfo
  dpkg-distaddfile nasm_2.11.06-1really2.11.05-1_amd64.buildinfo devel optional
-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 >../nasm_2.11.06-1really2.11.05-1_amd64.changes
-dpkg-genchanges: warning: package nasm-dbgsym listed in files list but not in control info
-dpkg-genchanges: binary-only upload (no source code included)
+dpkg-genchanges: avertissement: paquet nasm-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 nasm-2.11.06-1really2.11.05
-dpkg-buildpackage: binary-only upload (no source included)
+dpkg-buildpackage: envoi d'un binaire seulement (aucune inclusion de code source)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/61595/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/61595/tmp/hooks/B01_cleanup finished
+W: no hooks of type I found -- ignoring
+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 175: 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 175: 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 175: 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 175: 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 175: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
 I: cleaning the build env 
-I: removing directory /srv/workspace/pbuilder/20058 and its subdirectories
-I: Current time: Tue Dec 29 16:46:25 GMT+12 2015
-I: pbuilder-time-stamp: 1451450785
+I: removing directory /srv/workspace/pbuilder/61595 and its subdirectories
+I: Current time: Wed Feb  1 01:11:29 GMT-14 2017
+I: pbuilder-time-stamp: 1485861089

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/logdiffs/unstable/amd64/nasm_2.11.06-1really2.11.05-1.diff:	 85.5% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/unstable/amd64/nasm_2.11.06-1really2.11.05-1.diff.gz
b2/build.log:	 86.3%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 86.4%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/unstable/amd64/nasm_2.11.06-1really2.11.05-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-RHXT48iq/tmp.agw2QZCvmm
+ mv /srv/reproducible-results/rbuild-debian-RHXT48iq/tmp.agw2QZCvmm /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/nasm_2.11.06-1really2.11.05-1.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/nasm_2.11.06-1really2.11.05-1.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-RHXT48iq
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-RHXT48iq/tmp.aluB7SatNJ
+ echo
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/nasm_2.11.06-1really2.11.05-1.rbuild.log

+ local TIMEOUT=30m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-RHXT48iq -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-RHXT48iq/dbd-tmp-nEvtWf1
++ schroot --directory /srv/reproducible-results/rbuild-debian-RHXT48iq -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 44'
++ echo diffoscope 44
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/nasm_2.11.06-1really2.11.05-1.rbuild.log
++ date -u
+ echo 'Wed Dec 30 04:48:01 UTC 2015 - diffoscope 44 will be used to compare the two builds:'
Wed Dec 30 04:48:01 UTC 2015 - diffoscope 44 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 30m nice schroot --directory /srv/reproducible-results/rbuild-debian-RHXT48iq -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-RHXT48iq/dbd-tmp-nEvtWf1 ; diffoscope 			--html /srv/reproducible-results/rbuild-debian-RHXT48iq/nasm_2.11.06-1really2.11.05-1.diffoscope.html 			--text /srv/reproducible-results/rbuild-debian-RHXT48iq/nasm_2.11.06-1really2.11.05-1.diffoscope.txt 			/srv/reproducible-results/rbuild-debian-RHXT48iq/b1/nasm_2.11.06-1really2.11.05-1_amd64.changes 			/srv/reproducible-results/rbuild-debian-RHXT48iq/b2/nasm_2.11.06-1really2.11.05-1_amd64.changes'
+ RESULT=1
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-RHXT48iq/tmp.aluB7SatNJ
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x


Wed Dec 30 04:48:29 UTC 2015 - nasm failed to build reproducibly in unstable on amd64.
Error: database is locked
Error: database is locked
/var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/nasm_2.11.06-1really2.11.05-1.rbuild.log:	 84.1% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/nasm_2.11.06-1really2.11.05-1.rbuild.log.gz
INFO: Starting at 2015-12-30 04:50:59.602286
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="nasm" AND s.architecture="armhf" AND s.suite="testing"
Traceback (most recent call last):
  File "<string>", line 2, in <module>
  File "/srv/jenkins/bin/reproducible_common.py", line 713, in __init__
    self._status[suite][arch] = Build(self.name, suite, arch)
  File "/srv/jenkins/bin/reproducible_common.py", line 680, in __init__
    self._get_package_status()
  File "/srv/jenkins/bin/reproducible_common.py", line 689, in _get_package_status
    result = query_db(query)[0]
  File "/srv/jenkins/bin/reproducible_common.py", line 347, in query_db
    cursor.execute(query)
sqlite3.OperationalError: database is locked
INFO: Finished at 2015-12-30 04:53:00.763707, took: 0:02:01.174991








Warning: cannot update html pages for nasm
Wed 30 Dec 04:53:02 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-RTCyWLA5, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list