[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_4 #3896

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Feb 6 01:23:27 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_4/3896/------------------------------------------
[...truncated 281.88 KB...]
biosig-network.c:503:6: warning: variable 'sze' set but not used [-Wunused-but-set-variable]
  int sze;
      ^~~
biosig-network.c: In function 'bscs_requ_dat':
biosig-network.c:599:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  *(uint32_t*)(msg.LOAD+0) = l_endian_u32(length);
  ^
biosig-network.c:612:48: warning: format '%i' expects argument of type 'int', but argument 3 has type 'ssize_t {aka long int}' [-Wformat=]
 if (VERBOSE_LEVEL>8) fprintf(stdout,"REQ DAT: %i %i\n",count,hdr->AS.bpb);
                                                ^
biosig-network.c:614:48: warning: format '%i' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=]
 if (VERBOSE_LEVEL>8) fprintf(stdout,"REQ DAT: %i %i\n",hdr->AS.first,hdr->AS.length);
                                                ^
biosig-network.c:614:51: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=]
 if (VERBOSE_LEVEL>8) fprintf(stdout,"REQ DAT: %i %i\n",hdr->AS.first,hdr->AS.length);
                                                   ^
biosig-network.c:600:6: warning: unused variable 's' [-Wunused-variable]
  int s = send(sd, TC &msg, 16, 0);
      ^
biosig-network.c: In function 'bscs_requ_evt':
biosig-network.c:639:51: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=]
 if (VERBOSE_LEVEL>8) fprintf(stdout,"REQ EVT: %i %i \n",s,LEN);
                                                   ^
biosig-network.c:650:51: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=]
 if (VERBOSE_LEVEL>8) fprintf(stdout,"REQ EVT: %i %i \n",s,LEN);
                                                   ^
biosig-network.c: In function 'bscs_put_file':
biosig-network.c:725:40: warning: format '%i' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=]
  if (VERBOSE_LEVEL>7) fprintf(stdout,"%i LEN=%i %08x %08x %08x %08x\n",count,LEN,msg.STATE, BSCS_PUT_FILE | BSCS_REPLY , STATE_INIT, (BSCS_VERSION_01 | BSCS_PUT_FILE | BSCS_REPLY | STATE_INIT | BSCS_NO_ERROR));
                                        ^
biosig-network.c:725:47: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=]
  if (VERBOSE_LEVEL>7) fprintf(stdout,"%i LEN=%i %08x %08x %08x %08x\n",count,LEN,msg.STATE, BSCS_PUT_FILE | BSCS_REPLY , STATE_INIT, (BSCS_VERSION_01 | BSCS_PUT_FILE | BSCS_REPLY | STATE_INIT | BSCS_NO_ERROR));
                                               ^
biosig-network.c:702:6: warning: unused variable 's1' [-Wunused-variable]
  int s1 = send(sd, TC &msg, 8, 0);
      ^~
biosig-network.c: In function 'bscs_get_file':
biosig-network.c:752:12: warning: implicit declaration of function 'creat' [-Wimplicit-function-declaration]
  int sdo = creat(filename, mode);
            ^~~~~
biosig-network.c:757:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  *(uint64_t*)&msg.LOAD  = l_endian_u64(ID);
  ^
biosig-network.c:769:53: warning: format '%i' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=]
  if (VERBOSE_LEVEL>7) fprintf(stdout,"get file (3) %i\n",LEN);
                                                     ^
biosig-network.c:779:53: warning: format '%i' expects argument of type 'int', but argument 3 has type 'ssize_t {aka long int}' [-Wformat=]
  if (VERBOSE_LEVEL>7) fprintf(stdout,"get file (1) %i\n",count);
                                                     ^
biosig-network.c:774:9: warning: unused variable 'len' [-Wunused-variable]
  size_t len = 0;
         ^~~
biosig-network.c:760:6: warning: unused variable 's' [-Wunused-variable]
  int s = send(sd, TC &msg, LEN+8, 0);
      ^
biosig-network.c: In function 'bscs_nop':
biosig-network.c:800:6: warning: unused variable 's' [-Wunused-variable]
  int s = send(sd, TC &msg, 8, 0);
      ^
biosig-network.c:795:9: warning: unused variable 'LEN' [-Wunused-variable]
  size_t LEN;
         ^~~
biosig-network.c: In function 'c64ta':
biosig-network.c:83:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
biosig-network.c: In function 'bscs_disconnect':
biosig-network.c:250:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
biosig-network.c: In function 'send_packet':
biosig-network.c:259:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
biosig-network.c: In function 'savelink':
biosig-network.c:308:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
biosig-network.c: In function 'bscs_nop':
biosig-network.c:803:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
gcc -c -pipe -fPIC -Wall -fno-builtin-memcmp -O2 -D=WITH_ZLIB  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_CHOLMOD -D=WITHOUT_NETWORK -Wextra  -I /usr/include/libxml2/ -o "sandbox.o" "test0/sandbox.c"
test0/sandbox.c: In function 'sopen_heka':
test0/sandbox.c:504:8: warning: variable 'flagModifiedTraceHeaders' set but not used [-Wunused-but-set-variable]
   char flagModifiedTraceHeaders = 0;
        ^~~~~~~~~~~~~~~~~~~~~~~~
test0/sandbox.c:412:10: warning: variable 'oTime' set but not used [-Wunused-but-set-variable]
   double oTime;
          ^~~~~
gcc -c -pipe -fPIC -Wall -fno-builtin-memcmp -O2 -D=WITH_ZLIB  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_CHOLMOD -D=WITHOUT_NETWORK -Wextra  -I /usr/include/libxml2/ -o "xgethostname.o" "xgethostname.c"
gcc -c -pipe -fPIC -Wall -fno-builtin-memcmp -O2 -D=WITH_ZLIB  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_CHOLMOD -D=WITHOUT_NETWORK -Wextra  -I /usr/include/libxml2/ -o "sopen_famos_read.o" "t210/sopen_famos_read.c"
gcc -c -pipe -fPIC -Wall -fno-builtin-memcmp -O2 -D=WITH_ZLIB  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_CHOLMOD -D=WITHOUT_NETWORK -Wextra  -I /usr/include/libxml2/ -o "scp-decode.o" "t210/scp-decode.cpp"
In file included from t210/scp-decode.cpp:113:0:
t210/codes.h:25:37: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
 static const char STR_END[]={-1,'\0'};
                                     ^
t210/scp-decode.cpp: In function 'void section_10(pointer_section, DATA_RECORD&, int8_t)':
t210/scp-decode.cpp:2411:15: warning: statement has no effect [-Wunused-value]
           mask<<2;
           ~~~~^~~
t210/scp-decode.cpp: In function 'int16_t Input_Bits(uint8_t*, uint16_t&, uint16_t, uint8_t&, uint8_t, char&)':
t210/scp-decode.cpp:2705:15: warning: left shift of negative value [-Wshift-negative-value]
   value|=(-1<<bit_count);        // this approach is good for any number of bits
               ^~~~~~~~~
t210/scp-decode.cpp: In function 'void DoAdd(int32_t*, int32_t*, f_Res, int32_t*, f_BdR0, Subtraction_Zone*, f_lead, lead*)':
t210/scp-decode.cpp:3172:35: warning: unused parameter 'raw_R' [-Wunused-parameter]
 void DoAdd(int_L *raw_out, int_L *raw_R, f_Res flag_R, int_L *raw_B, f_BdR0 flag_B, Subtraction_Zone *marker_S, f_lead flag_L, lead *marker_A)
                                   ^~~~~
t210/scp-decode.cpp:3172:134: warning: unused parameter 'marker_A' [-Wunused-parameter]
 void DoAdd(int_L *raw_out, int_L *raw_R, f_Res flag_R, int_L *raw_B, f_BdR0 flag_B, Subtraction_Zone *marker_S, f_lead flag_L, lead *marker_A)
                                                                                                                                      ^~~~~~~~
In file included from t210/scp-decode.cpp:113:0:
t210/codes.h: At global scope:
t210/codes.h:475:18: warning: 'type_statement' defined but not used [-Wunused-variable]
 static alfabetic type_statement[]={
                  ^~~~~~~~~~~~~~
t210/codes.h:468:18: warning: 'noise_level' defined but not used [-Wunused-variable]
 static alfabetic noise_level[]={
                  ^~~~~~~~~~~
t210/codes.h:457:18: warning: 'quality_code' defined but not used [-Wunused-variable]
 static alfabetic quality_code[]={
                  ^~~~~~~~~~~~
t210/codes.h:445:18: warning: 'morphology_description' defined but not used [-Wunused-variable]
 static alfabetic morphology_description[]={
                  ^~~~~~~~~~~~~~~~~~~~~~
t210/codes.h:438:18: warning: 'type_confirm' defined but not used [-Wunused-variable]
 static alfabetic type_confirm[]={
                  ^~~~~~~~~~~~
t210/codes.h:430:18: warning: 'value_tag' defined but not used [-Wunused-variable]
 static alfabetic value_tag[]={
                  ^~~~~~~~~
t210/codes.h:422:18: warning: 'ID_tag' defined but not used [-Wunused-variable]
 static alfabetic ID_tag[]={
                  ^~~~~~
t210/codes.h:416:18: warning: '_formula_type' defined but not used [-Wunused-variable]
 static alfabetic _formula_type[]={
                  ^~~~~~~~~~~~~
t210/codes.h:411:18: warning: 'triggered_spike' defined but not used [-Wunused-variable]
 static alfabetic triggered_spike[]={
                  ^~~~~~~~~~~~~~~
t210/codes.h:405:18: warning: 'source_pacemaker' defined but not used [-Wunused-variable]
 static alfabetic source_pacemaker[]={
                  ^~~~~~~~~~~~~~~~
t210/codes.h:398:18: warning: 'spike_type' defined but not used [-Wunused-variable]
 static alfabetic spike_type[]={
                  ^~~~~~~~~~
t210/codes.h:393:18: warning: '_compression' defined but not used [-Wunused-variable]
 static alfabetic _compression[]={
                  ^~~~~~~~~~~~
t210/codes.h:387:18: warning: '_encode' defined but not used [-Wunused-variable]
 static alfabetic _encode[]={
                  ^~~~~~~
t210/codes.h:298:18: warning: 'lead_identification' defined but not used [-Wunused-variable]
 static alfabetic lead_identification[]={
                  ^~~~~~~~~~~~~~~~~~~
t210/codes.h:288:18: warning: 'electrode_configuration_XYZ' defined but not used [-Wunused-variable]
 static alfabetic electrode_configuration_XYZ[]={
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from t210/scp-decode.cpp:113:0:
t210/codes.h:278:18: warning: 'electrode_configuration_standard' defined but not used [-Wunused-variable]
 static alfabetic electrode_configuration_standard[]={
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t210/codes.h:240:18: warning: 'filter_bitmap' defined but not used [-Wunused-variable]
 static alfabetic filter_bitmap[]={
                  ^~~~~~~~~~~~~
t210/codes.h:234:18: warning: 'frequency_AC' defined but not used [-Wunused-variable]
 static alfabetic frequency_AC[]={
                  ^~~~~~~~~~~~
t210/codes.h:223:18: warning: 'capability_device' defined but not used [-Wunused-variable]
 static alfabetic capability_device[]={
                  ^~~~~~~~~~~~~~~~~
t210/codes.h:171:18: warning: 'legacy_device' defined but not used [-Wunused-variable]
 static alfabetic legacy_device[]={
                  ^~~~~~~~~~~~~
t210/codes.h:165:18: warning: 'device_type' defined but not used [-Wunused-variable]
 static alfabetic device_type[]={
                  ^~~~~~~~~~~
t210/codes.h:66:18: warning: '_race' defined but not used [-Wunused-variable]
 static alfabetic _race[]={
                  ^~~~~
t210/codes.h:59:18: warning: '_sex' defined but not used [-Wunused-variable]
 static alfabetic _sex[]={
                  ^~~~
t210/codes.h:51:18: warning: '_weight' defined but not used [-Wunused-variable]
 static alfabetic _weight[]={
                  ^~~~~~~
t210/codes.h:44:18: warning: '_height' defined but not used [-Wunused-variable]
 static alfabetic _height[]={
                  ^~~~~~~
t210/codes.h:35:18: warning: '_age' defined but not used [-Wunused-variable]
 static alfabetic _age[]={
                  ^~~~
t210/codes.h:26:13: warning: 'STR_NULL' defined but not used [-Wunused-variable]
 static char STR_NULL[]=" unspecified/unknown ";
             ^~~~~~~~
Makefile:388: recipe for target 'scp-decode.o' failed
make[2]: *** [scp-decode.o] Error 1
make[2]: Leaving directory '/build/biosig4c++-1.3.0'
debian/rules:15: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/biosig4c++-1.3.0'
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
I: copying local configuration
E: Failed autobuilding of package
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/32725 and its subdirectories
removed ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/arm64/biosig4c++_1.3.0-2.1.rbuild.log.gz’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logs/testing/arm64/biosig4c++_1.3.0-2.1.build1.log.gz’
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 84.5%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/testing/arm64/biosig4c++_1.3.0-2.1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-EI95AzLs/tmp.YdJ5FnI3WU
+ mv /srv/reproducible-results/rbuild-debian-EI95AzLs/tmp.YdJ5FnI3WU /var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/arm64/biosig4c++_1.3.0-2.1.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/arm64/biosig4c++_1.3.0-2.1.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/arm64/biosig4c++_1.3.0-2.1.rbuild.log’: No space left on device
+ cleanup_all
+ echo 'Starting cleanup.'
Starting cleanup.
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-EI95AzLs/tmp.YdJ5FnI3WU ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-EI95AzLs/tmp.YdJ5FnI3WU
/srv/reproducible-results/rbuild-debian-EI95AzLs/tmp.YdJ5FnI3WU:	 83.8% -- replaced with /srv/reproducible-results/rbuild-debian-EI95AzLs/tmp.YdJ5FnI3WU.gz
+ '[' master = master ']'
+ gen_package_html biosig4c++
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''biosig4c++'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2017-02-06 01:23:26.685785
INFO: Finished at 2017-02-06 01:23:27.265053, took: 0:00:00.579287
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-EI95AzLs
+ echo 'All cleanup done.'
All cleanup done.
Mon  6 Feb 01:23:27 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-UPBGoj27, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list