[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_22 #1993
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jan 6 01:46:02 UTC 2017
https://jenkins.debian.net/job/reproducible_builder_arm64_22/1993/------------------------------------------
[...truncated 349.80 KB...]
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){
^~~~~~~~~~~~
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
main.c: In function 'main':
main.c:303:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
saux=optarg;
^
main.c:307:16: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
if (atoi(saux)>NUMBER_ATTACKS || !atoi(saux)) QuitParameterError("attacks to be launched must be defined as positive numbers from 1 to 5 splitted by commas and no spaces");
^~~~
In file included from /usr/include/features.h:364:0,
from /usr/include/stdio.h:27,
from main.c:28:
/usr/include/stdlib.h:239:1: note: expected 'const char *' but argument is of type 'unsigned char *'
__NTH (atoi (const char *__nptr))
^
main.c:307:46: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
if (atoi(saux)>NUMBER_ATTACKS || !atoi(saux)) QuitParameterError("attacks to be launched must be defined as positive numbers from 1 to 5 splitted by commas and no spaces");
^~~~
In file included from /usr/include/features.h:364:0,
from /usr/include/stdio.h:27,
from main.c:28:
/usr/include/stdlib.h:239:1: note: expected 'const char *' but argument is of type 'unsigned char *'
__NTH (atoi (const char *__nptr))
^
main.c:308:45: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
defaultAttacks[STABILITY_LEVELS][atoi(saux)-1]=1;
^~~~
In file included from /usr/include/features.h:364:0,
from /usr/include/stdio.h:27,
from main.c:28:
/usr/include/stdlib.h:239:1: note: expected 'const char *' but argument is of type 'unsigned char *'
__NTH (atoi (const char *__nptr))
^
main.c:310:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
saux=(&optarg[i])+1;
^
heuristics.c: In function 'CalculateSimpleHeuristics':
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:334:44: warning: pointer targets in passing argument 1 of 'ReadHexByteArray' differ in signedness [-Wpointer-sign]
global_v.useDebugKey=ReadHexByteArray(optarg,global_v.debugKey,strlen(optarg)+1);
^~~~~~
main.c:137:5: note: expected 'unsigned char *' but argument is of type 'char *'
int ReadHexByteArray(unsigned char *asciiByteArray, unsigned char *destination, int asciiByteArrayMaxSize){
^~~~~~~~~~~~~~~~
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;
^~
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
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);
^
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];
^~~~~~~~~
bruteforce.c: In function 'bruteforce':
bruteforce.c:176:5: warning: 'mpid' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (mpid) currentProcessNumber=0;
^
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'
/bin/mkdir -p '/build/weplab-0.1.5/2nd/debian/weplab/usr/share/man/man1'
/usr/bin/install -c weplab '/build/weplab-0.1.5/2nd/debian/weplab/usr/bin'
/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/30708/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/30708/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/30708 and its subdirectories
I: Current time: Thu Feb 8 22:08:57 +14 2018
I: pbuilder-time-stamp: 1518077337
Thu Feb 8 08:08:57 UTC 2018 I: Signing ./b2/weplab_0.1.5-4_arm64.buildinfo as weplab_0.1.5-4_arm64.buildinfo.asc
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Thu Feb 8 08:08:57 UTC 2018 I: Signed ./b2/weplab_0.1.5-4_arm64.buildinfo as ./b2/weplab_0.1.5-4_arm64.buildinfo.asc
Thu Feb 8 08:08:57 UTC 2018 - build #2 for weplab/unstable/arm64 on codethink-sled15-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-4CgGQLnG/tmp.D5K5e4n7lo: All cleanup done.
57.1% -- replaced with /srv/reproducible-results/rbuild-debian-4CgGQLnG/tmp.D5K5e4n7lo.gz
Thu Feb 8 08:08:57 UTC 2018 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-jtJuNjks, which will now be removed.
/srv/reproducible-results/rbuild-debian-tMtDrphV:
total 60
drwxr-xr-x 2 jenkins jenkins 4096 Jan 6 01:44 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jan 6 01:45 b2
-rw------- 1 jenkins jenkins 45207 Jan 6 01:44 tmp.ZkTKHFE3Xt
-rw-r--r-- 1 jenkins jenkins 1715 Nov 22 22:55 weplab_0.1.5-4.dsc
/srv/reproducible-results/rbuild-debian-tMtDrphV/b1:
total 160
-rw-r--r-- 1 jenkins jenkins 42127 Jan 6 01:44 build.log
-rw-r--r-- 1 jenkins jenkins 51138 Jan 6 01:44 weplab-dbgsym_0.1.5-4_arm64.deb
-rw-r--r-- 1 jenkins jenkins 4317 Jan 6 01:44 weplab_0.1.5-4_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins 5183 Jan 6 01:44 weplab_0.1.5-4_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins 1936 Jan 6 01:44 weplab_0.1.5-4_arm64.changes
-rw-r--r-- 1 jenkins jenkins 40000 Jan 6 01:44 weplab_0.1.5-4_arm64.deb
/srv/reproducible-results/rbuild-debian-tMtDrphV/b2:
total 384
-rw-r--r-- 1 jenkins jenkins 270275 Jan 6 01:45 build.log
-rw-r--r-- 1 jenkins jenkins 51138 Jan 6 01:45 weplab-dbgsym_0.1.5-4_arm64.deb
-rw-r--r-- 1 jenkins jenkins 4317 Jan 6 01:45 weplab_0.1.5-4_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins 5183 Jan 6 01:45 weplab_0.1.5-4_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins 1936 Jan 6 01:45 weplab_0.1.5-4_arm64.changes
-rw-r--r-- 1 jenkins jenkins 40000 Jan 6 01:45 weplab_0.1.5-4_arm64.deb
Fri Jan 6 01:46:01 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
59514cce08bf60cbadc3ebb25ed16dff3729a5c0 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
49a085b3331b100b1677e980747ab7bfd420668d1afbe33a166db5ad2ddc9c6a 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
522e83c0851bc6a4dda4cc497913b3e2 4317 net optional weplab_0.1.5-4_arm64.buildinfo
72512d80348b2642280894336cf28db9 40000 net optional weplab_0.1.5-4_arm64.deb
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-tMtDrphV/tmp.ZkTKHFE3Xt: 78.1% -- replaced with /srv/reproducible-results/rbuild-debian-tMtDrphV/tmp.ZkTKHFE3Xt.gz
INFO: Starting at 2017-01-06 01:46:01.928295
INFO: Finished at 2017-01-06 01:46:02.191388, took: 0:00:00.263105
All cleanup done.
Fri 6 Jan 01:46:02 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-pckYkPxW, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list