[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_22 #1995
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jan 6 01:53:57 UTC 2017
https://jenkins.debian.net/job/reproducible_builder_arm64_22/1995/------------------------------------------
[...truncated 617.18 KB...]
+ int i,j;
+ ^
+heuristics.c: In function 'GuessOutputByte':
+heuristics.c:61:10: warning: unused variable 'E' [-Wunused-variable]
+ u_char E, S[N];
+ ^
+heuristics.c: In function 'GetWeakPackets':
+heuristics.c:325:42: warning: implicit declaration of function 'target_bssid' [-Wimplicit-function-declaration]
+ if (global_v.target_bssid_selected) if (target_bssid(pkt)) {
+ ^~~~~~~~~~~~
+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: 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;
+ ^
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){
^~~~~~~~~~~~~~~~
+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
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;
^~
+bruteforce.c: In function 'bruteforce':
+bruteforce.c:176:5: warning: 'mpid' may be used uninitialized in this function [-Wmaybe-uninitialized]
+ if (mpid) currentProcessNumber=0;
+ ^
wep.c: In function 'GetLessSizedPackets':
wep.c:289:8: warning: implicit declaration of function 'target_bssid' [-Wimplicit-function-declaration]
if (target_bssid(pkt)) {
@@ -523,32 +2676,27 @@
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);
^
-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 -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/1st/weplab-0.1.5=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu89 -Wall -pipe -c -o attack.o attack.c
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/1st/weplab-0.1.5=. -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/1st/weplab-0.1.5'
+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/1st/weplab-0.1.5/debian/weplab AM_UPDATE_INFO_DIR=no
-make[1]: Entering directory '/build/1st/weplab-0.1.5'
-make[2]: Entering directory '/build/1st/weplab-0.1.5'
- /bin/mkdir -p '/build/1st/weplab-0.1.5/debian/weplab/usr/bin'
- /bin/mkdir -p '/build/1st/weplab-0.1.5/debian/weplab/usr/share/man/man1'
- /usr/bin/install -c weplab '/build/1st/weplab-0.1.5/debian/weplab/usr/bin'
- /usr/bin/install -c -m 644 weplab.1 '/build/1st/weplab-0.1.5/debian/weplab/usr/share/man/man1'
-make[2]: Leaving directory '/build/1st/weplab-0.1.5'
-make[1]: Leaving directory '/build/1st/weplab-0.1.5'
+ 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
@@ -573,15 +2721,17 @@
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 weplab-0.1.5
+ dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
+I: user script /srv/workspace/pbuilder/3216/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/3216/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/368 and its subdirectories
-I: Current time: Thu Jan 5 13:51:35 -12 2017
-I: pbuilder-time-stamp: 1483667495
+I: removing directory /srv/workspace/pbuilder/3216 and its subdirectories
+I: Current time: Thu Feb 8 22:15:33 +14 2018
+I: pbuilder-time-stamp: 1518077733
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/weplab_0.1.5-4.diff: 89.7% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/weplab_0.1.5-4.diff.gz
b2/build.log: 88.7%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log: 81.4%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/arm64/weplab_0.1.5-4.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-VtvjBru7/tmp.vX1LFoY1tA
+ mv /srv/reproducible-results/rbuild-debian-VtvjBru7/tmp.vX1LFoY1tA /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/weplab_0.1.5-4.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/weplab_0.1.5-4.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ filter_changes_files
+ sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b1/weplab_0.1.5-4_arm64.changes b2/weplab_0.1.5-4_arm64.changes
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-VtvjBru7
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-VtvjBru7/tmp.FGjbOrhen9
+ local TIMEOUT=120m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-VtvjBru7 -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-VtvjBru7/dbd-tmp-1ZKmk1o
++ schroot --directory /srv/reproducible-results/rbuild-debian-VtvjBru7 -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 67'
++ echo diffoscope 67
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ log_info 'diffoscope 67 will be used to compare the two builds:'
+ _log I: 'diffoscope 67 will be used to compare the two builds:'
+ local prefix=I:
+ shift 1
+ tee -a /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/weplab_0.1.5-4.rbuild.log
++ date -u
+ echo -e 'Fri Jan 6 01:52:39 UTC 2017 I: diffoscope 67 will be used to compare the two builds:'
Fri Jan 6 01:52:39 UTC 2017 I: diffoscope 67 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-VtvjBru7 -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-VtvjBru7/dbd-tmp-1ZKmk1o ; diffoscope --html /srv/reproducible-results/rbuild-debian-VtvjBru7/weplab_0.1.5-4.diffoscope.html --text /srv/reproducible-results/rbuild-debian-VtvjBru7/weplab_0.1.5-4.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-VtvjBru7/b1/weplab_0.1.5-4_arm64.changes /srv/reproducible-results/rbuild-debian-VtvjBru7/b2/weplab_0.1.5-4_arm64.changes'
+ RESULT=0
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-VtvjBru7/tmp.FGjbOrhen9
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
Profiling output for: /usr/bin/diffoscope --html /srv/reproducible-results/rbuild-debian-VtvjBru7/weplab_0.1.5-4.diffoscope.html --text /srv/reproducible-results/rbuild-debian-VtvjBru7/weplab_0.1.5-4.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-VtvjBru7/b1/weplab_0.1.5-4_arm64.changes /srv/reproducible-results/rbuild-debian-VtvjBru7/b2/weplab_0.1.5-4_arm64.changes
====================================================================================================================================================================================================================================================================================================================================================================================================
command (total time: 0.000s)
----------------------------
0.000s 1 call cmp (internal)
has_same_content_as (total time: 0.000s)
----------------------------------------
0.000s 1 call abc.DotChangesFile
main (total time: 0.011s)
-------------------------
0.008s 2 calls outputs
0.003s 1 call parse_args
0.000s 1 call cleanup
recognizes (total time: 0.007s)
-------------------------------
0.007s 2 calls abc.DotChangesFile
0.000s 8 calls diffoscope.comparators.binary.FilesystemFile
_ _
__ _____ _ __ | | __ _| |__
\ \ /\ / / _ \ '_ \| |/ _` | '_ \
\ V V / __/ |_) | | (_| | |_) |
\_/\_/ \___| .__/|_|\__,_|_.__/
|_|
Fri Jan 6 01:52:41 UTC 2017 I: diffoscope 67 found no differences in the changes files, and a .buildinfo file also exists.
Fri Jan 6 01:52:41 UTC 2017 I: weplab from unstable built successfully and reproducibly on arm64.
INSERT 0 1
INSERT 0 1
DELETE 1
INFO: Starting at 2017-01-06 01:52:42.215593
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 3, in <module>
File "/srv/jenkins/bin/reproducible_html_packages.py", line 397, in gen_packages_html
left_nav_html=navigation_html)
File "/srv/jenkins/bin/reproducible_common.py", line 360, in write_html_page
fd.write(html)
OSError: [Errno 28] No space left on device
INFO: Finished at 2017-01-06 01:52:42.466690, took: 0:00:00.251113
Warning: cannot update html pages for weplab
Fri Jan 6 01:52:42 UTC 2017 - successfully updated the database and updated https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/weplab.html
Fri Jan 6 01:52:42 UTC 2017 I: Submitting .buildinfo files to external archives:
Fri Jan 6 01:53:54 UTC 2017 I: Done submitting .buildinfo files to submit at buildinfo.kfreebsd.eu.
https://buildinfo.debian.net/28463c02412e1fae1b990242c9250e8742c6ff2a/weplab_0.1.5-4_arm64
https://buildinfo.debian.net/4e86eebad42d721dfa1b20807369a3cf9e1d89b9/weplab_0.1.5-4_arm64
Fri Jan 6 01:53:57 UTC 2017 I: Done submitting .buildinfo files to http://buildinfo.debian.net/api/submit.
tee: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/weplab_0.1.5-4.rbuild.log: No space left on device
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/weplab_0.1.5-4.rbuild.log:
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/weplab_0.1.5-4.rbuild.log.gz: No space left on device
Fri 6 Jan 01:53:57 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-UkhB02bE, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list