[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_25 #1265

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jan 6 01:49:04 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_25/1265/------------------------------------------
[...truncated 576.36 KB...]
heuristics.c:397:101: warning: unknown conversion type character ')' in format [-Wformat=]
  printf("Perhaps you should increase the default probability (--perc) to a higher value (default 70%), or capture more packets.\n");
                                                                                                     ^
main.c:196:10: warning: unused variable 'h2' [-Wunused-variable]
  int h1, h2;
          ^~
main.c:196:6: warning: unused variable 'h1' [-Wunused-variable]
  int h1, h2;
      ^~
dictionary.c: In function 'GetNextWord':
dictionary.c:143:20: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign]
  while (((rv=fgets(word, sz-1, wordfile))!=NULL)&&((word[0]=='\r')||(word[0]=='\n'))) {
                    ^~~~
In file included from /usr/include/stdio.h:938:0,
                 from /usr/include/pcap/pcap.h:54,
                 from /usr/include/pcap.h:43,
                 from dictionary.c:26:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:253:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *'
 fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
 ^~~~~
gcc -DPACKAGE_NAME=\"weplab\" -DPACKAGE_TARNAME=\"weplab\" -DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"weplab\ 0.1.5\" -DPACKAGE_BUGREPORT=\"TopoLB\ -\ Jose\ Ignacio\ Sanchez\ \<topolb at users.sourceforge.net\>\" -DPACKAGE_URL=\"\" -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.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build/weplab-0.1.5/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu89 -Wall -pipe -c -o wep.o wep.c
dictionary.c: In function 'dictionary':
dictionary.c:284:13: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
     strncpy(keys, word, global_v.key_len);
             ^~~~
In file included from /usr/include/features.h:364:0,
                 from /usr/include/aarch64-linux-gnu/sys/types.h:25,
                 from /usr/include/pcap/pcap.h:46,
                 from /usr/include/pcap.h:43,
                 from dictionary.c:26:
/usr/include/aarch64-linux-gnu/bits/string3.h:123:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *'
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^
dictionary.c:284:19: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign]
     strncpy(keys, word, global_v.key_len);
                   ^~~~
In file included from /usr/include/features.h:364:0,
                 from /usr/include/aarch64-linux-gnu/sys/types.h:25,
                 from /usr/include/pcap/pcap.h:46,
                 from /usr/include/pcap.h:43,
                 from dictionary.c:26:
/usr/include/aarch64-linux-gnu/bits/string3.h:123:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^
dictionary.c:286:12: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign]
     strcpy(last_keys, keys);
            ^~~~~~~~~
In file included from /usr/include/features.h:364:0,
                 from /usr/include/aarch64-linux-gnu/sys/types.h:25,
                 from /usr/include/pcap/pcap.h:46,
                 from /usr/include/pcap.h:43,
                 from dictionary.c:26:
/usr/include/aarch64-linux-gnu/bits/string3.h:108:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *'
 __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
 ^
dictionary.c:286:23: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign]
     strcpy(last_keys, keys);
                       ^~~~
In file included from /usr/include/features.h:364:0,
                 from /usr/include/aarch64-linux-gnu/sys/types.h:25,
                 from /usr/include/pcap/pcap.h:46,
                 from /usr/include/pcap.h:43,
                 from dictionary.c:26:
/usr/include/aarch64-linux-gnu/bits/string3.h:108:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
 __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
 ^
dictionary.c:294:20: warning: pointer targets in passing argument 1 of 'wep_keygen128' differ in signedness [-Wpointer-sign]
      wep_keygen128(word, keys);
                    ^~~~
dictionary.c:71:6: note: expected 'char *' but argument is of type 'unsigned char *'
 void wep_keygen128(char *str, unsigned char *keys){
      ^~~~~~~~~~~~~
dictionary.c:300:19: warning: pointer targets in passing argument 1 of 'wep_keygen40' differ in signedness [-Wpointer-sign]
      wep_keygen40(word, keys);
                   ^~~~
dictionary.c:104:6: note: expected 'char *' but argument is of type 'unsigned char *'
 void wep_keygen40(char *str, u_char *keys){
      ^~~~~~~~~~~~
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]
    if (GetPacketBssid(pkt,global_v.target_bssid)){
        ^~~~~~~~~~~~~~
wep.c:360:30: 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);
                              ^
gcc -DPACKAGE_NAME=\"weplab\" -DPACKAGE_TARNAME=\"weplab\" -DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"weplab\ 0.1.5\" -DPACKAGE_BUGREPORT=\"TopoLB\ -\ Jose\ Ignacio\ Sanchez\ \<topolb at users.sourceforge.net\>\" -DPACKAGE_URL=\"\" -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.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build/weplab-0.1.5/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu89 -Wall -pipe -c -o attack.o attack.c
bruteforce.c: In function 'bruteforce':
bruteforce.c:176:5: warning: 'mpid' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if (mpid) currentProcessNumber=0;
     ^
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];
                ^~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/build/weplab-0.1.5/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu89 -Wall -pipe  -Wl,-z,relro -Wl,-z,now -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 
make[1]: Leaving directory '/build/weplab-0.1.5/2nd'
   dh_auto_test
 fakeroot debian/rules binary
dh binary --with autoreconf
   dh_testroot
   dh_prep
   dh_auto_install
	make -j8 install DESTDIR=/build/weplab-0.1.5/2nd/debian/weplab AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/build/weplab-0.1.5/2nd'
make[2]: Entering directory '/build/weplab-0.1.5/2nd'
 /bin/mkdir -p '/build/weplab-0.1.5/2nd/debian/weplab/usr/bin'
  /usr/bin/install -c weplab '/build/weplab-0.1.5/2nd/debian/weplab/usr/bin'
 /bin/mkdir -p '/build/weplab-0.1.5/2nd/debian/weplab/usr/share/man/man1'
 /usr/bin/install -c -m 644 weplab.1 '/build/weplab-0.1.5/2nd/debian/weplab/usr/share/man/man1'
make[2]: Leaving directory '/build/weplab-0.1.5/2nd'
make[1]: Leaving directory '/build/weplab-0.1.5/2nd'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-aarch64.so.1) twice in a symfile
   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
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'weplab-dbgsym' in '../weplab-dbgsym_0.1.5-4_arm64.deb'.
dpkg-deb: building package 'weplab' in '../weplab_0.1.5-4_arm64.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../weplab_0.1.5-4_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: user script /srv/workspace/pbuilder/14058/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/14058/tmp/hooks/B01_cleanup finished
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/14058 and its subdirectories
I: Current time: Fri Jan  6 15:48:50 +14 2017
I: pbuilder-time-stamp: 1483667330
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Fri Jan  6 01:48:50 UTC 2017  I: Signing ./b2/weplab_0.1.5-4_arm64.buildinfo as weplab_0.1.5-4_arm64.buildinfo.asc
Fri Jan  6 01:48:51 UTC 2017  I: Signed ./b2/weplab_0.1.5-4_arm64.buildinfo as ./b2/weplab_0.1.5-4_arm64.buildinfo.asc
Fri Jan  6 01:48:51 UTC 2017 - build #2 for weplab/unstable/arm64 on codethink-sled16-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-J7R9208I/tmp.4CSyZ7F0ga:	 56.5% -- replaced with /srv/reproducible-results/rbuild-debian-J7R9208I/tmp.4CSyZ7F0ga.gz
All cleanup done.
Fri Jan  6 01:48:51 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-kVz6Me1g, which will now be removed.
/srv/reproducible-results/rbuild-debian-fUXWARfE:
total 288
drwxr-xr-x 2 jenkins jenkins   4096 Jan  6 01:47 b1
drwxr-xr-x 2 jenkins jenkins   4096 Jan  6 01:49 b2
-rw------- 1 jenkins jenkins 274566 Jan  6 01:47 tmp.A8k9Gqu3HL
-rw-r--r-- 1 jenkins jenkins   1715 Nov 22 22:55 weplab_0.1.5-4.dsc

/srv/reproducible-results/rbuild-debian-fUXWARfE/b1:
total 388
-rw-r--r-- 1 jenkins jenkins 271488 Jan  6 01:47 build.log
-rw-r--r-- 1 jenkins jenkins  51138 Jan  6 01:47 weplab-dbgsym_0.1.5-4_arm64.deb
-rw-r--r-- 1 jenkins jenkins   4317 Jan  6 01:47 weplab_0.1.5-4_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   5183 Jan  6 01:47 weplab_0.1.5-4_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1936 Jan  6 01:47 weplab_0.1.5-4_arm64.changes
-rw-r--r-- 1 jenkins jenkins  40000 Jan  6 01:47 weplab_0.1.5-4_arm64.deb

/srv/reproducible-results/rbuild-debian-fUXWARfE/b2:
total 160
-rw-r--r-- 1 jenkins jenkins 43291 Jan  6 01:49 build.log
-rw-r--r-- 1 jenkins jenkins 51138 Jan  6 01:49 weplab-dbgsym_0.1.5-4_arm64.deb
-rw-r--r-- 1 jenkins jenkins  4317 Jan  6 01:49 weplab_0.1.5-4_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins  5183 Jan  6 01:49 weplab_0.1.5-4_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins  1936 Jan  6 01:49 weplab_0.1.5-4_arm64.changes
-rw-r--r-- 1 jenkins jenkins 40000 Jan  6 01:49 weplab_0.1.5-4_arm64.deb
Fri Jan  6 01:49:02 UTC 2017  I: weplab_0.1.5-4_arm64.changes:
Format: 1.8
Date: Tue, 22 Nov 2016 15:02:32 -0200
Source: weplab
Binary: weplab
Architecture: arm64
Version: 0.1.5-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages at qa.debian.org>
Changed-By: Joao Eriberto Mota Filho <eriberto at debian.org>
Description:
 weplab     - tool designed to break WEP keys
Closes: 644652
Changes:
 weplab (0.1.5-4) unstable; urgency=medium
 .
   * QA upload.
   * Bumped DH level to 10.
   * Migrations:
       - debian/copyright to 1.0 format.
       - debian/rules to new (reduced) format.
       - DebSrc to 3.0 format.
       - Using dh-autoreconf now.
   * debian/control:
       - Added the ${misc:Depends} variable to Depends field.
       - Bumped Standards-Version to 3.9.8.
   * debian/copyright: update all data.
   * debian/patches/:
       - Created the following patches:
           ~ 10_fix-headers_and_warnings.patch.
           ~ 20_modernize_automake_call.patch.
           ~ 30_fix-spellings-final-binary.patch.
           ~ 40_fix-spellings-manpage.patch. (Closes: #644652)
   * debian/watch:
       - Bumped to version 4.
       - Improved.
Checksums-Sha1:
 cb44ebceba54e12b8105b3e675171bf6e5ce030d 51138 weplab-dbgsym_0.1.5-4_arm64.deb
 bb108b380685481fe31a26acd743834005ad0535 4317 weplab_0.1.5-4_arm64.buildinfo
 5b3dbedecb3767d3ca88b04dfea9b833bc9d5533 40000 weplab_0.1.5-4_arm64.deb
Checksums-Sha256:
 fecffe9f6d31127c7f9b622fe86184e0782159915abfd9fbc2082fa01ce89ee7 51138 weplab-dbgsym_0.1.5-4_arm64.deb
 32e82f4a9e7f918c01bef392ff3b404bb9fd671e3c0ada0e94df713bf61ddf76 4317 weplab_0.1.5-4_arm64.buildinfo
 581104ec37a7efab4f749a9d98941eb3aaf1a1720f80d45829a64c573f8627f5 40000 weplab_0.1.5-4_arm64.deb
Files:
 e49ce8ed1b84cb6bc447e9c8f2082cab 51138 debug extra weplab-dbgsym_0.1.5-4_arm64.deb
 9bd20a3e663fbb66dc270fd2fdab3017 4317 net optional weplab_0.1.5-4_arm64.buildinfo
 72512d80348b2642280894336cf28db9 40000 net optional weplab_0.1.5-4_arm64.deb
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/weplab_0.1.5-4.diff’
Diff of the two buildlogs:

--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/weplab_0.1.5-4.diff: No space left on device
Starting cleanup.
/srv/reproducible-results/rbuild-debian-fUXWARfE/tmp.A8k9Gqu3HL:	 87.5% -- replaced with /srv/reproducible-results/rbuild-debian-fUXWARfE/tmp.A8k9Gqu3HL.gz
INFO: Starting at 2017-01-06 01:49:03.712783
INFO: Finished at 2017-01-06 01:49:04.006547, took: 0:00:00.293781
All cleanup done.
Fri  6 Jan 01:49:04 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-YUqiPDQo, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list