[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_9 #14665
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Dec 10 00:14:07 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_amd64_9/14665/>
------------------------------------------
[...truncated 3672 lines...]
make[1]: Leaving directory '/build/amora-server-1.2~svn+git2015.04.25'
dh_autotools-dev_restoreconfig
@@ -856,35 +867,35 @@
make[3]: Entering directory '/build/amora-server-1.2~svn+git2015.04.25/amora-cli'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src -Wall -W -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o libamora_la-amora.lo `test -f './src/amora.c' || echo './'`./src/amora.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src -Wall -W -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c ./src/amora.c -o libamora_la-amora.o
-./src/amora.c: In function 'treat_command':
+./src/amora.c: In function ‘treat_command’:
./src/amora.c:236:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
tmp = mkdtemp(tmpdir);
^
./src/amora.c:237:11: warning: comparison between pointer and integer
if (tmp == NULL) {
^
-./src/amora.c:238:11: warning: passing argument 1 of 'perror' makes pointer from integer without a cast [-Wint-conversion]
+./src/amora.c:238:11: warning: passing argument 1 of ‘perror’ makes pointer from integer without a cast [-Wint-conversion]
perror(sprintf("Error: Cannot create directory %s: %s\n",
^
In file included from ./src/amora.c:4:0:
-/usr/include/stdio.h:846:13: note: expected 'const char *' but argument is of type 'int'
+/usr/include/stdio.h:846:13: note: expected ‘const char *’ but argument is of type ‘int’
extern void perror (const char *__s);
^
-./src/amora.c:262:12: warning: passing argument 1 of 'perror' makes pointer from integer without a cast [-Wint-conversion]
+./src/amora.c:262:12: warning: passing argument 1 of ‘perror’ makes pointer from integer without a cast [-Wint-conversion]
perror(sprintf("Error: Cannot remove file %s: %s\n",
^
In file included from ./src/amora.c:4:0:
-/usr/include/stdio.h:846:13: note: expected 'const char *' but argument is of type 'int'
+/usr/include/stdio.h:846:13: note: expected ‘const char *’ but argument is of type ‘int’
extern void perror (const char *__s);
^
-./src/amora.c:266:12: warning: passing argument 1 of 'perror' makes pointer from integer without a cast [-Wint-conversion]
+./src/amora.c:266:12: warning: passing argument 1 of ‘perror’ makes pointer from integer without a cast [-Wint-conversion]
perror(sprintf("Error: Cannot remove directory %s: %s\n",
^
In file included from ./src/amora.c:4:0:
-/usr/include/stdio.h:846:13: note: expected 'const char *' but argument is of type 'int'
+/usr/include/stdio.h:846:13: note: expected ‘const char *’ but argument is of type ‘int’
extern void perror (const char *__s);
^
-./src/amora.c:167:13: warning: variable 'do_capture' set but not used [-Wunused-but-set-variable]
+./src/amora.c:167:13: warning: variable ‘do_capture’ set but not used [-Wunused-but-set-variable]
static int do_capture = 0, screen_rotate = 0,
^
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src -Wall -W -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o libamora_la-protocol.lo `test -f './src/protocol.c' || echo './'`./src/protocol.c
@@ -897,11 +908,11 @@
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src -Wall -W -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c ./src/linux.c -o libamora_la-linux.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src -Wall -W -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o libamora_la-log.lo `test -f './src/log.c' || echo './'`./src/log.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src -Wall -W -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c ./src/log.c -o libamora_la-log.o
-./src/log.c: In function 'log_message':
-./src/log.c:176:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
+./src/log.c: In function ‘log_message’:
+./src/log.c:176:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write(resource->fd, resource->message,
^
-./src/log.c:184:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
+./src/log.c:184:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write(STDOUT_FILENO, resource->message,
^
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src -Wall -W -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o libamora_la-loop.lo `test -f './src/loop.c' || echo './'`./src/loop.c
@@ -977,7 +988,7 @@
make[2]: Leaving directory '/build/amora-server-1.2~svn+git2015.04.25/amora-cli'
# Remove installed .la file
rm -v /build/amora-server-1.2~svn+git2015.04.25/debian/*/usr/lib/*/libamora.la
-removed '/build/amora-server-1.2~svn+git2015.04.25/debian/tmp/usr/lib/x86_64-linux-gnu/libamora.la'
+« /build/amora-server-1.2~svn+git2015.04.25/debian/tmp/usr/lib/x86_64-linux-gnu/libamora.la » supprimé
make[1]: Leaving directory '/build/amora-server-1.2~svn+git2015.04.25'
dh_install
dh_installdocs
@@ -994,31 +1005,80 @@
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: 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
+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 'amora-applet-dbgsym' in '../amora-applet-dbgsym_1.2~svn+git2015.04.25-1_amd64.deb'.
-dpkg-deb: building package 'amora-cli-dbgsym' in '../amora-cli-dbgsym_1.2~svn+git2015.04.25-1_amd64.deb'.
-dpkg-deb: building package 'amora-cli' in '../amora-cli_1.2~svn+git2015.04.25-1_amd64.deb'.
-dpkg-deb: building package 'amora-applet' in '../amora-applet_1.2~svn+git2015.04.25-1_amd64.deb'.
+dpkg-deb : construction du paquet « amora-applet-dbgsym » dans « ../amora-applet-dbgsym_1.2~svn+git2015.04.25-1_amd64.deb ».
+dpkg-deb : construction du paquet « amora-cli-dbgsym » dans « ../amora-cli-dbgsym_1.2~svn+git2015.04.25-1_amd64.deb ».
+dpkg-deb : construction du paquet « amora-cli » dans « ../amora-cli_1.2~svn+git2015.04.25-1_amd64.deb ».
+dpkg-deb : construction du paquet « amora-applet » dans « ../amora-applet_1.2~svn+git2015.04.25-1_amd64.deb ».
dpkg-genbuildinfo >../amora-server_1.2~svn+git2015.04.25-1_amd64.buildinfo
dpkg-distaddfile amora-server_1.2~svn+git2015.04.25-1_amd64.buildinfo x11 extra
-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 >../amora-server_1.2~svn+git2015.04.25-1_amd64.changes
-dpkg-genchanges: warning: package amora-cli-dbgsym listed in files list but not in control info
-dpkg-genchanges: warning: package amora-applet-dbgsym listed in files list but not in control info
-dpkg-genchanges: binary-only upload (no source code included)
+dpkg-genchanges: avertissement: paquet amora-cli-dbgsym listé dans le fichier de liste des fichiers mais pas dans le fichier info
+dpkg-genchanges: avertissement: paquet amora-applet-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 amora-server-1.2~svn+git2015.04.25
-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/21729/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/21729/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/36063 and its subdirectories
-I: Current time: Wed Dec 9 12:07:29 GMT+12 2015
-I: pbuilder-time-stamp: 1449706049
+I: removing directory /srv/workspace/pbuilder/21729 and its subdirectories
+I: Current time: Wed Jan 11 20:31:57 GMT-14 2017
+I: pbuilder-time-stamp: 1484116317
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/amora-server_1.2~svn+git2015.04.25-1.diff: 86.0% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/amora-server_1.2~svn+git2015.04.25-1.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.7%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/testing/amd64/amora-server_1.2~svn+git2015.04.25-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/tmp.sjKp8GiV36/tmp.PUXZ1d5RES
+ mv /srv/reproducible-results/tmp.sjKp8GiV36/tmp.PUXZ1d5RES /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/amora-server_1.2~svn+git2015.04.25-1.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/amora-server_1.2~svn+git2015.04.25-1.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/tmp.sjKp8GiV36
+ local TMPLOG=/srv/reproducible-results/tmp.sjKp8GiV36/tmp.IASi06Rreh
+ echo
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/amora-server_1.2~svn+git2015.04.25-1.rbuild.log
+ local TIMEOUT=30m
+ DBDSUITE=testing
+ '[' testing = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/tmp.sjKp8GiV36 -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/tmp.sjKp8GiV36/dbd-tmp-kG6S58J
++ schroot --directory /srv/reproducible-results/tmp.sjKp8GiV36 -c source:jenkins-reproducible-testing-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 42'
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ echo diffoscope 42
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/amora-server_1.2~svn+git2015.04.25-1.rbuild.log
++ date -u
+ echo 'Thu Dec 10 00:09:00 UTC 2015 - diffoscope 42 will be used to compare the two builds:'
Thu Dec 10 00:09:00 UTC 2015 - diffoscope 42 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 30m schroot --directory /srv/reproducible-results/tmp.sjKp8GiV36 -c source:jenkins-reproducible-testing-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/tmp.sjKp8GiV36/dbd-tmp-kG6S58J ; diffoscope --html /srv/reproducible-results/tmp.sjKp8GiV36/amora-server_1.2~svn+git2015.04.25-1.diffoscope.html --text /srv/reproducible-results/tmp.sjKp8GiV36/amora-server_1.2~svn+git2015.04.25-1.diffoscope.txt /srv/reproducible-results/tmp.sjKp8GiV36/b1/amora-server_1.2~svn+git2015.04.25-1_amd64.changes /srv/reproducible-results/tmp.sjKp8GiV36/b2/amora-server_1.2~svn+git2015.04.25-1_amd64.changes'
+ RESULT=1
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/tmp.sjKp8GiV36/tmp.IASi06Rreh
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
Thu Dec 10 00:09:06 UTC 2015 - amora-server 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/amora-server_1.2~svn+git2015.04.25-1.rbuild.log: 80.3% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/amora-server_1.2~svn+git2015.04.25-1.rbuild.log.gz
INFO: Starting at 2015-12-10 00:13:07.456855
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="amora-server" 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:14:07.544751, took: 0:01:00.087913
Warning: cannot update html pages for amora-server
Thu 10 Dec 00:14:07 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-NTUme6IF, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list