[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_9 #2341

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Sep 20 17:29:27 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_9/2341/>

------------------------------------------
[...truncated 3712 lines...]
                                ^
 In file included from test.c:38:0:
-libgringotts.h:131:8: note: expected 'const unsigned char *' but argument is of type 'char *'
+libgringotts.h:131:8: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
  double grg_ascii_pwd_quality (const unsigned char *pwd, const long pwd_len);
         ^
-test.c: In function 'testB':
-test.c:300:29: warning: pointer targets in passing argument 1 of 'grg_file_pwd_quality' differ in signedness [-Wpointer-sign]
+test.c: In function ‘testB’:
+test.c:300:29: warning: pointer targets in passing argument 1 of ‘grg_file_pwd_quality’ differ in signedness [-Wpointer-sign]
   p1 = grg_file_pwd_quality (name1); unlink (name1);
                              ^
 In file included from test.c:38:0:
-libgringotts.h:132:8: note: expected 'const unsigned char *' but argument is of type 'char *'
+libgringotts.h:132:8: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
  double grg_file_pwd_quality (const unsigned char *pwd_path);
         ^
-test.c:301:29: warning: pointer targets in passing argument 1 of 'grg_file_pwd_quality' differ in signedness [-Wpointer-sign]
+test.c:301:29: warning: pointer targets in passing argument 1 of ‘grg_file_pwd_quality’ differ in signedness [-Wpointer-sign]
   p2 = grg_file_pwd_quality (name2); unlink (name2);
                              ^
 In file included from test.c:38:0:
-libgringotts.h:132:8: note: expected 'const unsigned char *' but argument is of type 'char *'
+libgringotts.h:132:8: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
  double grg_file_pwd_quality (const unsigned char *pwd_path);
         ^
-test.c:302:29: warning: pointer targets in passing argument 1 of 'grg_file_pwd_quality' differ in signedness [-Wpointer-sign]
+test.c:302:29: warning: pointer targets in passing argument 1 of ‘grg_file_pwd_quality’ differ in signedness [-Wpointer-sign]
   p3 = grg_file_pwd_quality (name3); unlink (name3);
                              ^
 In file included from test.c:38:0:
-libgringotts.h:132:8: note: expected 'const unsigned char *' but argument is of type 'char *'
+libgringotts.h:132:8: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
  double grg_file_pwd_quality (const unsigned char *pwd_path);
         ^
-test.c: In function 'testE':
-test.c:339:17: warning: variable 'd' set but not used [-Wunused-but-set-variable]
+test.c: In function ‘testE’:
+test.c:339:17: warning: variable ‘d’ set but not used [-Wunused-but-set-variable]
   int ret, rval, d;
                  ^
-test.c: In function 'testI':
-test.c:465:35: warning: pointer targets in passing argument 3 of 'grg_encrypt_file' differ in signedness [-Wpointer-sign]
+test.c: In function ‘testI’:
+test.c:465:35: warning: pointer targets in passing argument 3 of ‘grg_encrypt_file’ differ in signedness [-Wpointer-sign]
   ret=grg_encrypt_file (gctx, key, name, data, TEST_DIM);
                                    ^
 In file included from test.c:38:0:
-libgringotts.h:174:5: note: expected 'const unsigned char *' but argument is of type 'char *'
+libgringotts.h:174:5: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
  int grg_encrypt_file (const GRG_CTX gctx, const GRG_KEY keystruct,
      ^
-test.c:471:35: warning: pointer targets in passing argument 3 of 'grg_decrypt_file' differ in signedness [-Wpointer-sign]
+test.c:471:35: warning: pointer targets in passing argument 3 of ‘grg_decrypt_file’ differ in signedness [-Wpointer-sign]
   ret=grg_decrypt_file (gctx, key, name, &data2, &ffdim);
                                    ^
 In file included from test.c:38:0:
-libgringotts.h:171:5: note: expected 'const unsigned char *' but argument is of type 'char *'
+libgringotts.h:171:5: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
  int grg_decrypt_file (const GRG_CTX gctx, const GRG_KEY keystruct,
      ^
-test.c: In function 'testL':
-test.c:499:31: warning: pointer targets in passing argument 3 of 'grg_encrypt_file' differ in signedness [-Wpointer-sign]
+test.c: In function ‘testL’:
+test.c:499:31: warning: pointer targets in passing argument 3 of ‘grg_encrypt_file’ differ in signedness [-Wpointer-sign]
   grg_encrypt_file (gctx, key, name, data, TEST_DIM);
                                ^
 In file included from test.c:38:0:
-libgringotts.h:174:5: note: expected 'const unsigned char *' but argument is of type 'char *'
+libgringotts.h:174:5: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
  int grg_encrypt_file (const GRG_CTX gctx, const GRG_KEY keystruct,
      ^
-test.c:501:31: warning: pointer targets in passing argument 2 of 'grg_validate_file' differ in signedness [-Wpointer-sign]
+test.c:501:31: warning: pointer targets in passing argument 2 of ‘grg_validate_file’ differ in signedness [-Wpointer-sign]
   ret=grg_validate_file (gctx, name);
                                ^
 In file included from test.c:38:0:
-libgringotts.h:169:5: note: expected 'const unsigned char *' but argument is of type 'char *'
+libgringotts.h:169:5: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
  int grg_validate_file (const GRG_CTX gctx, const unsigned char *path);
      ^
-test.c: In function 'testM':
-test.c:513:20: warning: pointer targets in passing argument 1 of 'grg_decode64' differ in signedness [-Wpointer-sign]
+test.c: In function ‘testM’:
+test.c:513:20: warning: pointer targets in passing argument 1 of ‘grg_decode64’ differ in signedness [-Wpointer-sign]
  #define ENC_STRING "VFNUM/Q2e5UfEC+5qi4MGcgHx6MYh8BLY0OjeYVq6sN8db1Hg15ZmxOUu5JN1yg2R7XBYRLvI1/eSTXUQ4dbLub+yIc2QU5TQ2TskJJHrg=="
                     ^
-test.c:520:37: note: in expansion of macro 'ENC_STRING'
+test.c:520:37: note: in expansion of macro ‘ENC_STRING’
   unsigned char *data = grg_decode64(ENC_STRING, -1, &fdim), *data2;
                                      ^
 In file included from test.c:38:0:
-libgringotts.h:210:16: note: expected 'const unsigned char *' but argument is of type 'char *'
+libgringotts.h:210:16: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
  unsigned char *grg_decode64 (const unsigned char *in,
                 ^
-test.c: In function 'main':
+test.c: In function ‘main’:
 test.c:542:18: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
   char *version = grg_get_version();
                   ^
@@ -1000,7 +1012,7 @@
 	install -d debian/libgringotts2
 	install -d debian/libgringotts2/usr/lib
    dh_auto_install -O--parallel
-	make -j14 install DESTDIR=/tmp/buildd/libgringotts-1.2.1/debian/tmp AM_UPDATE_INFO_DIR=no
+	make -j15 install DESTDIR=/tmp/buildd/libgringotts-1.2.1/debian/tmp AM_UPDATE_INFO_DIR=no
 make[1]: Entering directory '/tmp/buildd/libgringotts-1.2.1'
 Making install in src
 make[2]: Entering directory '/tmp/buildd/libgringotts-1.2.1/src'
@@ -1030,8 +1042,8 @@
 make[2]: Entering directory '/tmp/buildd/libgringotts-1.2.1'
 make[3]: Entering directory '/tmp/buildd/libgringotts-1.2.1'
 mkdir -p /tmp/buildd/libgringotts-1.2.1/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/
-cp libgringotts.pc /tmp/buildd/libgringotts-1.2.1/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/
  /bin/mkdir -p '/tmp/buildd/libgringotts-1.2.1/debian/tmp/usr/share/doc/libgringotts-1.2.1'
+cp libgringotts.pc /tmp/buildd/libgringotts-1.2.1/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/
  /usr/bin/install -c -m 644 TODO NEWS AUTHORS README COPYING ChangeLog '/tmp/buildd/libgringotts-1.2.1/debian/tmp/usr/share/doc/libgringotts-1.2.1'
 
 
@@ -1165,18 +1177,18 @@
 	echo misc:Depends= >> debian/libgringotts-dev.substvars
 	echo misc:Pre-Depends= >> debian/libgringotts-dev.substvars
 	dpkg-gencontrol -plibgringotts-dev -ldebian/changelog -Tdebian/libgringotts-dev.substvars -Pdebian/libgringotts-dev
-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
 	chmod 0644 debian/libgringotts-dev/DEBIAN/control
 	chown 0:0 debian/libgringotts-dev/DEBIAN/control
 	echo misc:Depends= >> debian/libgringotts2.substvars
 	echo misc:Pre-Depends= >> debian/libgringotts2.substvars
 	install -d debian/.debhelper/libgringotts2/ddeb-root/DEBIAN
 	dpkg-gencontrol -plibgringotts2 -ldebian/changelog -Tdebian/libgringotts2.substvars -Pdebian/.debhelper/libgringotts2/ddeb-root -UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential -UConflicts -DPriority=extra -DSection=debugsym -DPackage=libgringotts2-dbgsym "-DDepends=libgringotts2 (= \${binary:Version})" "-DDescription=Debug symbols for libgringotts2" -UReplaces -UBreaks
-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
 	chmod 0644 debian/.debhelper/libgringotts2/ddeb-root/DEBIAN/control
 	chown 0:0 debian/.debhelper/libgringotts2/ddeb-root/DEBIAN/control
 	dpkg-gencontrol -plibgringotts2 -ldebian/changelog -Tdebian/libgringotts2.substvars -Pdebian/libgringotts2
-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
 	chmod 0644 debian/libgringotts2/DEBIAN/control
 	chown 0:0 debian/libgringotts2/DEBIAN/control
    dh_md5sums -O--parallel
@@ -1192,27 +1204,40 @@
    dh_builddeb -O--parallel
 	find debian/libgringotts-dev -newermt '@1391256011'  -print0 2>/dev/null | xargs -0r touch --no-dereference --date='@1391256011'
 	find debian/.debhelper/libgringotts2/ddeb-root -newermt '@1391256011'  -print0 2>/dev/null | xargs -0r touch --no-dereference --date='@1391256011'
-	dpkg-deb --build debian/libgringotts-dev ..
 	dpkg-deb -z1 -Zxz -Sextreme --build debian/.debhelper/libgringotts2/ddeb-root ..
-dpkg-deb: building package 'libgringotts-dev' in '../libgringotts-dev_1.2.1-15_amd64.deb'.
-dpkg-deb: building package 'libgringotts2-dbgsym' in '../libgringotts2-dbgsym_1.2.1-15_amd64.deb'.
+	dpkg-deb --build debian/libgringotts-dev ..
+dpkg-deb : construction du paquet « libgringotts2-dbgsym » dans « ../libgringotts2-dbgsym_1.2.1-15_amd64.deb ».
+dpkg-deb : construction du paquet « libgringotts-dev » dans « ../libgringotts-dev_1.2.1-15_amd64.deb ».
 	find debian/libgringotts2 -newermt '@1391256011'  -print0 2>/dev/null | xargs -0r touch --no-dereference --date='@1391256011'
 	dpkg-deb --build debian/libgringotts2 ..
-dpkg-deb: building package 'libgringotts2' in '../libgringotts2_1.2.1-15_amd64.deb'.
+dpkg-deb : construction du paquet « libgringotts2 » dans « ../libgringotts2_1.2.1-15_amd64.deb ».
  dpkg-genbuildinfo  >../libgringotts_1.2.1-15_amd64.buildinfo
  dpkg-distaddfile libgringotts_1.2.1-15_amd64.buildinfo libs 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 >../libgringotts_1.2.1-15_amd64.changes
-dpkg-genchanges: warning: package libgringotts2-dbgsym listed in files list but not in control info
-dpkg-genchanges: binary-only upload (no source code included)
+dpkg-genchanges: avertissement: paquet libgringotts2-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 libgringotts-1.2.1
-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//36842 and its subdirectories
-I: Current time: Sun Sep 20 05:28:48 GMT+12 2015
-I: pbuilder-time-stamp: 1442770128
+I: removing directory /var/cache/pbuilder/build//13639 and its subdirectories
+I: Current time: Mon Sep 21 07:29:18 GMT-14 2015
+I: pbuilder-time-stamp: 1442770158

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/logdiffs/unstable/amd64/libgringotts_1.2.1-15.diff:	 85.7% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/unstable/amd64/libgringotts_1.2.1-15.diff.gz
b2/build.log:	 82.5%
+ 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/unstable/amd64/libgringotts_1.2.1-15.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/tmp.lhfgKFyteG/tmp.3AfJg4N1di
+ mv /srv/reproducible-results/tmp.lhfgKFyteG/tmp.3AfJg4N1di /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/libgringotts_1.2.1-15.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/libgringotts_1.2.1-15.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/tmp.lhfgKFyteG
+ local TMPLOG=/srv/reproducible-results/tmp.lhfgKFyteG/tmp.ClcO0LDM5g
+ echo
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/libgringotts_1.2.1-15.rbuild.log

+ local TIMEOUT=30m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/tmp.lhfgKFyteG -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/tmp.lhfgKFyteG/dbd-tmp-mrDwbgY
++ schroot --directory /srv/reproducible-results/tmp.lhfgKFyteG -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 34'
++ echo diffoscope 34
++ grep '^E: 15binfmt: update-binfmts: unable to open'
+ LOG_RESULT=
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/libgringotts_1.2.1-15.rbuild.log
/var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/libgringotts_1.2.1-15.rbuild.log:	 80.8% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/libgringotts_1.2.1-15.rbuild.log.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html libgringotts
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''libgringotts'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-20 17:29:27.107519
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/buildinfo/unstable/amd64/libgringotts_1.2.1-15_amd64.buildinfo
INFO: Finished at 2015-09-20 17:29:27.114871, took: 0:00:00.007362
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.lhfgKFyteG
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-libgringotts
Sun 20 Sep 17:29:27 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-ETwRVWwO, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list