[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_13 #1714

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Jan 4 05:07:51 UTC 2016


See <https://jenkins.debian.net/job/reproducible_builder_armhf_13/1714/>

------------------------------------------
[...truncated 1787 lines...]
+md5.c:66:6: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
+md5.c:69:2: warning: incompatible implicit declaration of built-in function ‘memcpy’
   memcpy(p, buf, t);
   ^
-md5.c:69:2: note: include '<string.h>' or provide a declaration of 'memcpy'
-md5.c:77:2: warning: incompatible implicit declaration of built-in function 'memcpy'
+md5.c:69:2: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
+md5.c:77:2: warning: incompatible implicit declaration of built-in function ‘memcpy’
   memcpy(ctx->in, buf, 64);
   ^
-md5.c:77:2: note: include '<string.h>' or provide a declaration of 'memcpy'
-md5.c:85:5: warning: incompatible implicit declaration of built-in function 'memcpy'
+md5.c:77:2: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
+md5.c:85:5: warning: incompatible implicit declaration of built-in function ‘memcpy’
      memcpy(ctx->in, buf, len);
      ^
-md5.c:85:5: note: include '<string.h>' or provide a declaration of 'memcpy'
-md5.c: In function 'MD5Final':
-md5.c:111:2: warning: incompatible implicit declaration of built-in function 'memset'
+md5.c:85:5: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
+md5.c: In function ‘MD5Final’:
+md5.c:111:2: warning: incompatible implicit declaration of built-in function ‘memset’
   memset(p, 0, count);
   ^
-md5.c:111:2: note: include '<string.h>' or provide a declaration of 'memset'
-md5.c:118:2: warning: incompatible implicit declaration of built-in function 'memset'
+md5.c:111:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
+md5.c:118:2: warning: incompatible implicit declaration of built-in function ‘memset’
   memset(p, 0, count - 8);
   ^
-md5.c:118:2: note: include '<string.h>' or provide a declaration of 'memset'
-md5.c:130:5: warning: incompatible implicit declaration of built-in function 'memset'
+md5.c:118:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
+md5.c:130:5: warning: incompatible implicit declaration of built-in function ‘memset’
      memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
      ^
-md5.c:130:5: note: include '<string.h>' or provide a declaration of 'memset'
-md5.c:130:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
+md5.c:130:5: note: include ‘<string.h>’ or provide a declaration of ‘memset’
+md5.c:130:26: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
      memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
                           ^
-md5.c: In function 'debugStatus':
-md5.c:262:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
+md5.c: In function ‘debugStatus’:
+md5.c:262:2: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]
   printf("%s:\n", m);
   ^
-md5.c:262:2: warning: incompatible implicit declaration of built-in function 'printf'
-md5.c:262:2: note: include '<stdio.h>' or provide a declaration of 'printf'
-md5.c: In function 'dumpBytes':
-md5.c:278:4: warning: incompatible implicit declaration of built-in function 'printf'
+md5.c:262:2: warning: incompatible implicit declaration of built-in function ‘printf’
+md5.c:262:2: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
+md5.c: In function ‘dumpBytes’:
+md5.c:278:4: warning: incompatible implicit declaration of built-in function ‘printf’
     printf("\n");
     ^
-md5.c:278:4: note: include '<stdio.h>' or provide a declaration of 'printf'
-md5.c:280:3: warning: incompatible implicit declaration of built-in function 'printf'
+md5.c:278:4: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
+md5.c:280:3: warning: incompatible implicit declaration of built-in function ‘printf’
    printf("%02x", b[i]&0xff);
    ^
-md5.c:280:3: note: include '<stdio.h>' or provide a declaration of 'printf'
-md5.c:282:2: warning: incompatible implicit declaration of built-in function 'printf'
+md5.c:280:3: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
+md5.c:282:2: warning: incompatible implicit declaration of built-in function ‘printf’
   printf("\n");
   ^
-md5.c:282:2: note: include '<stdio.h>' or provide a declaration of 'printf'
+md5.c:282:2: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
 arm-linux-gnueabihf-gcc -DPACKAGE_NAME=\"weplab\" -DPACKAGE_TARNAME=\"main\" -DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"weplab\ 0.1.5\" -DPACKAGE_BUGREPORT=\"TopoLB\ -\ Jose\ Ignacio\ Sanchez\ \<topolb at users.sourceforge.net\>\" -DPACKAGE=\"weplab\" -DVERSION=\"0.1.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PCAP_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_TIME_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DSTDC_HEADERS=1 -DHAVE_LIBPCAP=1  -I. -I.      -Wall -g -std=gnu89 -O2 -c wep.c
-wep.c: In function 'GetLessSizedPackets':
-wep.c:289:8: warning: implicit declaration of function 'target_bssid' [-Wimplicit-function-declaration]
+wep.c: In function ‘GetLessSizedPackets’:
+wep.c:289:8: warning: implicit declaration of function ‘target_bssid’ [-Wimplicit-function-declaration]
     if (target_bssid(pkt)) {
         ^
-wep.c:294:8: warning: implicit declaration of function 'GetPacketBssid' [-Wimplicit-function-declaration]
+wep.c:294:8: warning: implicit declaration of function ‘GetPacketBssid’ [-Wimplicit-function-declaration]
     if (GetPacketBssid(pkt,global_v.target_bssid)){
         ^
-wep.c:360:8: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
+wep.c:360:8: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
  printf("Total packets read: %u\n",totalPackets);
         ^
 arm-linux-gnueabihf-gcc -DPACKAGE_NAME=\"weplab\" -DPACKAGE_TARNAME=\"main\" -DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"weplab\ 0.1.5\" -DPACKAGE_BUGREPORT=\"TopoLB\ -\ Jose\ Ignacio\ Sanchez\ \<topolb at users.sourceforge.net\>\" -DPACKAGE=\"weplab\" -DVERSION=\"0.1.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PCAP_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_TIME_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DSTDC_HEADERS=1 -DHAVE_LIBPCAP=1  -I. -I.      -Wall -g -std=gnu89 -O2 -c attack.c
-attack.c: In function 'AttackAndEvaluate':
-attack.c:88:16: warning: variable 'foundWeak' set but not used [-Wunused-but-set-variable]
+attack.c: In function ‘AttackAndEvaluate’:
+attack.c:88:16: warning: variable ‘foundWeak’ set but not used [-Wunused-but-set-variable]
   unsigned char foundWeak[NUMBER_ATTACKS];
                 ^
 arm-linux-gnueabihf-gcc  -Wall -g -std=gnu89 -O2 -Wl,-z,defs -o weplab  main.o analpfile.o bruteforce.o capture.o debug.o dictionary.o globals.o heuristics.o md5.o wep.o attack.o  -lpcap 
@@ -451,27 +465,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 'weplab-dbgsym' in '../weplab-dbgsym_0.1.5-3_armhf.deb'.
-dpkg-deb: building package 'weplab' in '../weplab_0.1.5-3_armhf.deb'.
+dpkg-deb : construction du paquet « weplab-dbgsym » dans « ../weplab-dbgsym_0.1.5-3_armhf.deb ».
+dpkg-deb : construction du paquet « weplab » dans « ../weplab_0.1.5-3_armhf.deb ».
  dpkg-genbuildinfo  >../weplab_0.1.5-3_armhf.buildinfo
  dpkg-distaddfile weplab_0.1.5-3_armhf.buildinfo net 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 >../weplab_0.1.5-3_armhf.changes
-dpkg-genchanges: warning: package weplab-dbgsym listed in files list but not in control info
-dpkg-genchanges: binary-only upload (no source code included)
+dpkg-genchanges: avertissement: paquet weplab-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 weplab-0.1.5
-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/20819/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/20819/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/8229 and its subdirectories
-I: Current time: Sun Jan  3 17:01:11 GMT+12 2016
-I: pbuilder-time-stamp: 1451883671
+I: removing directory /srv/workspace/pbuilder/20819 and its subdirectories
+I: Current time: Mon Jan  4 19:05:18 GMT-14 2016
+I: pbuilder-time-stamp: 1451883918

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/logdiffs/unstable/armhf/weplab_0.1.5-3.diff:	 82.8% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/unstable/armhf/weplab_0.1.5-3.diff.gz
b2/build.log:	 80.9%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 81.1%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/unstable/armhf/weplab_0.1.5-3.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-83S8DYRU/tmp.nHsBcnrBdm
+ mv /srv/reproducible-results/rbuild-debian-83S8DYRU/tmp.nHsBcnrBdm /var/lib/jenkins/userContent/reproducible/rbuild/unstable/armhf/weplab_0.1.5-3.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/unstable/armhf/weplab_0.1.5-3.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-83S8DYRU
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-83S8DYRU/tmp.AG0Ql0mynK
+ echo
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/unstable/armhf/weplab_0.1.5-3.rbuild.log

+ local TIMEOUT=30m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-83S8DYRU -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-83S8DYRU/dbd-tmp-OSr6y4r
++ schroot --directory /srv/reproducible-results/rbuild-debian-83S8DYRU -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/armhf/weplab_0.1.5-3.rbuild.log
++ date -u
+ echo 'Mon Jan  4 05:05:35 UTC 2016 - diffoscope 44 will be used to compare the two builds:'
Mon Jan  4 05:05:35 UTC 2016 - diffoscope 44 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 30m nice schroot --directory /srv/reproducible-results/rbuild-debian-83S8DYRU -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-83S8DYRU/dbd-tmp-OSr6y4r ; diffoscope 			--html /srv/reproducible-results/rbuild-debian-83S8DYRU/weplab_0.1.5-3.diffoscope.html 			--text /srv/reproducible-results/rbuild-debian-83S8DYRU/weplab_0.1.5-3.diffoscope.txt 			/srv/reproducible-results/rbuild-debian-83S8DYRU/b1/weplab_0.1.5-3_armhf.changes 			/srv/reproducible-results/rbuild-debian-83S8DYRU/b2/weplab_0.1.5-3_armhf.changes'
+ RESULT=0
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-83S8DYRU/tmp.AG0Ql0mynK
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x

                    _       _     
__      _____ _ __ | | __ _| |__  
\ \ /\ / / _ \ '_ \| |/ _` | '_ \ 
 \ V  V /  __/ |_) | | (_| | |_) |
  \_/\_/ \___| .__/|_|\__,_|_.__/ 
             |_|                  

diffoscope 44 found no differences in the changes files, and a .buildinfo file also exists.
weplab from unstable built successfully and reproducibly on armhf.
Error: database is locked
Error: database is locked
/var/lib/jenkins/userContent/reproducible/rbuild/unstable/armhf/weplab_0.1.5-3.rbuild.log:	 76.9% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/unstable/armhf/weplab_0.1.5-3.rbuild.log.gz
INFO: Starting at 2016-01-04 05:07:39.376469
INFO: Finished at 2016-01-04 05:07:51.258632, took: 0:00:11.882190
Mon  4 Jan 05:07:51 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-mG8g2RPK, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list