[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_10 #1919
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Sep 20 17:11:27 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_amd64_10/1919/>
------------------------------------------
[...truncated 3258 lines...]
-dpkg-buildpackage: source package xshogi
-dpkg-buildpackage: source version 1.4.2-2
-dpkg-buildpackage: source distribution unstable
-dpkg-buildpackage: source changed by Yann Dirson <dirson at debian.org>
+W: no hooks of type A found -- ignoring
+I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" dpkg-buildpackage -us -uc -b -rfakeroot
+dpkg-buildpackage: paquet source xshogi
+dpkg-buildpackage: version source 1.4.2-2
+dpkg-buildpackage: distribution source unstable
+dpkg-buildpackage: source changé par Yann Dirson <dirson at debian.org>
dpkg-source --before-build xshogi-1.4.2
-dpkg-buildpackage: host architecture amd64
+dpkg-buildpackage: architecture hôte amd64
fakeroot debian/rules clean
dh clean --with autotools-dev
dh_testdir
@@ -683,88 +695,88 @@
make all-am
make[3]: Entering directory '/tmp/buildd/xshogi-1.4.2'
gcc -DHAVE_CONFIG_H -I. -DFIRST_SHOGI_PROGRAM=\"gnushogi\" -DSECOND_SHOGI_PROGRAM=\"gnushogi\" -DFIRST_HOST=\"localhost\" -DSECOND_HOST=\"localhost\" -Wdate-time -D_FORTIFY_SOURCE=2 -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o xshogi-xshogi.o `test -f 'xshogi.c' || echo './'`xshogi.c
-xshogi.c: In function 'CreatePlayerWindow':
+xshogi.c: In function ‘CreatePlayerWindow’:
xshogi.c:1674:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
(XtPointer)fromRemotePlayer);
^
xshogi.c:1704:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
(XtPointer)(player == &remotePlayer));
^
-xshogi.c: In function 'DrawSquare':
-xshogi.c:2820:9: warning: variable 'square_color' set but not used [-Wunused-but-set-variable]
+xshogi.c: In function ‘DrawSquare’:
+xshogi.c:2820:9: warning: variable ‘square_color’ set but not used [-Wunused-but-set-variable]
int square_color, x, y, direction, font_ascent, font_descent;
^
-xshogi.c: In function 'HandleMachineMove':
-xshogi.c:3952:11: warning: variable 'mpr' set but not used [-Wunused-but-set-variable]
+xshogi.c: In function ‘HandleMachineMove’:
+xshogi.c:3952:11: warning: variable ‘mpr’ set but not used [-Wunused-but-set-variable]
char *mpr;
^
-xshogi.c: In function 'ReadGameFileProc':
-xshogi.c:4352:15: warning: variable 'move_type' set but not used [-Wunused-but-set-variable]
+xshogi.c: In function ‘ReadGameFileProc’:
+xshogi.c:4352:15: warning: variable ‘move_type’ set but not used [-Wunused-but-set-variable]
ShogiMove move_type;
^
-xshogi.c: In function 'ApplyMove':
-xshogi.c:4426:10: warning: variable 'pieceChar' set but not used [-Wunused-but-set-variable]
+xshogi.c: In function ‘ApplyMove’:
+xshogi.c:4426:10: warning: variable ‘pieceChar’ set but not used [-Wunused-but-set-variable]
char pieceChar;
^
-xshogi.c: In function 'SelectCommand':
+xshogi.c: In function ‘SelectCommand’:
xshogi.c:5114:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Cardinal fromRemotePlayer = (Cardinal)client_data;
^
-xshogi.c: In function 'SaveGameProc':
-xshogi.c:6207:10: warning: variable 'def' set but not used [-Wunused-but-set-variable]
+xshogi.c: In function ‘SaveGameProc’:
+xshogi.c:6207:10: warning: variable ‘def’ set but not used [-Wunused-but-set-variable]
char def[MSG_SIZ];
^
-xshogi.c: In function 'SavePositionProc':
-xshogi.c:6579:10: warning: variable 'def' set but not used [-Wunused-but-set-variable]
+xshogi.c: In function ‘SavePositionProc’:
+xshogi.c:6579:10: warning: variable ‘def’ set but not used [-Wunused-but-set-variable]
char def[MSG_SIZ];
^
-xshogi.c: In function 'ReadGameFileProc':
-xshogi.c:4375:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+xshogi.c: In function ‘ReadGameFileProc’:
+xshogi.c:4375:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(move, MSG_SIZ, gameFileFP);
^
-xshogi.c: In function 'InitShogiProgram':
-xshogi.c:4577:5: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result]
+xshogi.c: In function ‘InitShogiProgram’:
+xshogi.c:4577:5: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
pipe(to_prog);
^
-xshogi.c:4578:5: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result]
+xshogi.c:4578:5: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
pipe(from_prog);
^
-xshogi.c: In function 'LoadPosition':
-xshogi.c:5925:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+xshogi.c: In function ‘LoadPosition’:
+xshogi.c:5925:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, MSG_SIZ, fp);
^
-xshogi.c:5937:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+xshogi.c:5937:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, MSG_SIZ, fp); /* skip opponents */
^
-xshogi.c:5941:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+xshogi.c:5941:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, MSG_SIZ, fp);
^
-xshogi.c:5963:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
+xshogi.c:5963:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%i%i%i%i%i%i%i%i\n",
^
-xshogi.c:5979:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+xshogi.c:5979:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, MSG_SIZ, fp);
^
gcc -DHAVE_CONFIG_H -I. -DFIRST_SHOGI_PROGRAM=\"gnushogi\" -DSECOND_SHOGI_PROGRAM=\"gnushogi\" -DFIRST_HOST=\"localhost\" -DSECOND_HOST=\"localhost\" -Wdate-time -D_FORTIFY_SOURCE=2 -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o xshogi-parser.o `test -f 'parser.c' || echo './'`parser.c
-parser.y:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+parser.y:73:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
static void yyerror();
^
-parser.c: In function 'yyparse':
-parser.c:1250:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration]
+parser.c: In function ‘yyparse’:
+parser.c:1250:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration]
yychar = yylex ();
^
-parser.y:179:3: warning: implicit declaration of function 'DisplayMessage' [-Wimplicit-function-declaration]
+parser.y:179:3: warning: implicit declaration of function ‘DisplayMessage’ [-Wimplicit-function-declaration]
DisplayMessage("Black wins", False);
^
parser.y: At top level:
-parser.y:222:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+parser.y:222:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void parseGameFile()
^
gcc -DHAVE_CONFIG_H -I. -DFIRST_SHOGI_PROGRAM=\"gnushogi\" -DSECOND_SHOGI_PROGRAM=\"gnushogi\" -DFIRST_HOST=\"localhost\" -DSECOND_HOST=\"localhost\" -Wdate-time -D_FORTIFY_SOURCE=2 -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o xshogi-scanner.o `test -f 'scanner.c' || echo './'`scanner.c
-scanner.c:1227:17: warning: 'yyunput' defined but not used [-Wunused-function]
+scanner.c:1227:17: warning: ‘yyunput’ defined but not used [-Wunused-function]
static void yyunput (int c, register char * yy_bp )
^
-scanner.c:1268:16: warning: 'input' defined but not used [-Wunused-function]
+scanner.c:1268:16: warning: ‘input’ defined but not used [-Wunused-function]
static int input (void)
^
gcc -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o xshogi xshogi-xshogi.o xshogi-parser.o xshogi-scanner.o -lXaw -lXmu -lXt -lXext -lX11
@@ -816,30 +828,43 @@
dh_strip
dh_makeshlibs
dh_shlibdeps
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/xshogi/usr/games/xshogi was not linked against libXext.so.6 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/xshogi/usr/games/xshogi was not linked against libXmu.so.6 (it uses none of the library's symbols)
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/xshogi/usr/games/xshogi » n'y était pas lié avec libXext.so.6 sans nécessité (il n'utilise aucun des symboles de la bibliothèque)
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/xshogi/usr/games/xshogi » n'y était pas lié avec libXmu.so.6 sans nécessité (il n'utilise aucun des symboles de la bibliothèque)
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 'xshogi-dbgsym' in '../xshogi-dbgsym_1.4.2-2_amd64.deb'.
-dpkg-deb: building package 'xshogi' in '../xshogi_1.4.2-2_amd64.deb'.
+dpkg-deb : construction du paquet « xshogi-dbgsym » dans « ../xshogi-dbgsym_1.4.2-2_amd64.deb ».
+dpkg-deb : construction du paquet « xshogi » dans « ../xshogi_1.4.2-2_amd64.deb ».
dpkg-genbuildinfo >../xshogi_1.4.2-2_amd64.buildinfo
dpkg-distaddfile xshogi_1.4.2-2_amd64.buildinfo games 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 >../xshogi_1.4.2-2_amd64.changes
-dpkg-genchanges: warning: package xshogi-dbgsym listed in files list but not in control info
-dpkg-genchanges: binary-only upload (no source code included)
+dpkg-genchanges: avertissement: paquet xshogi-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 xshogi-1.4.2
-dpkg-buildpackage: binary-only upload (no source included)
+dpkg-buildpackage: envoi d'un binaire seulement (aucune inclusion de code source)
+W: no hooks of type B 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").
I: unmounting /sys filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
I: unmounting /dev/shm filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
I: unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
I: unmounting run/shm filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
I: unmounting proc filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
I: cleaning the build env
-I: removing directory /var/cache/pbuilder/build//50137 and its subdirectories
-I: Current time: Sun Sep 20 05:09:09 GMT+12 2015
-I: pbuilder-time-stamp: 1442768949
+I: removing directory /var/cache/pbuilder/build//8029 and its subdirectories
+I: Current time: Mon Sep 21 07:11:44 GMT-14 2015
+I: pbuilder-time-stamp: 1442769104
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/logdiffs/unstable/amd64/xshogi_1.4.2-2.diff: 85.0% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/unstable/amd64/xshogi_1.4.2-2.diff.gz
b2/build.log: 82.0%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log: 81.7%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/unstable/amd64/xshogi_1.4.2-2.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/tmp.PcQBFpnGWl/tmp.JJHZJdsmOF
+ mv /srv/reproducible-results/tmp.PcQBFpnGWl/tmp.JJHZJdsmOF /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/xshogi_1.4.2-2.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/xshogi_1.4.2-2.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/tmp.PcQBFpnGWl
+ local TMPLOG=/srv/reproducible-results/tmp.PcQBFpnGWl/tmp.T7jif4KUnL
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/xshogi_1.4.2-2.rbuild.log
+ echo
+ local TIMEOUT=30m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/tmp.PcQBFpnGWl -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/tmp.PcQBFpnGWl/dbd-tmp-1z1L7yx
++ schroot --directory /srv/reproducible-results/tmp.PcQBFpnGWl -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 34'
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ echo diffoscope 34
+ LOG_RESULT=
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/xshogi_1.4.2-2.rbuild.log
/var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/xshogi_1.4.2-2.rbuild.log: 80.0% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/xshogi_1.4.2-2.rbuild.log.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html xshogi
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''xshogi'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-20 17:11:27.728103
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/buildinfo/unstable/amd64/xshogi_1.4.2-2_amd64.buildinfo
INFO: Finished at 2015-09-20 17:11:27.732518, took: 0:00:00.004421
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.PcQBFpnGWl
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-xshogi
Sun 20 Sep 17:11:27 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-YdvFlgev, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list