[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_10 #60

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Sep 7 01:52:29 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_10/60/>

------------------------------------------
[...truncated 973 lines...]
   debian/rules override_dh_auto_build
make[1]: Entering directory '/tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138'
dh_auto_build
	make -j1
make[2]: Entering directory '/tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138'
rm -f *.o i7z
If the compilation complains about not finding ncurses.h, install ncurses (libncurses5-dev on ubuntu/debian)
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-schedule-insns2  -fno-schedule-insns -fno-inline-small-functions -fno-caller-saves -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DBUILD_MAIN -Wimplicit-function-declaration -Dx64_BIT -Wdate-time -D_FORTIFY_SOURCE=2  -c -o i7z.o i7z.c
i7z.c: In function 'logCpuFreq_single_ts':
i7z.c:187:34: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=]
         fprintf(fp_log_file_freq,"%d.%.9d\n",value->tv_sec,value->tv_nsec); //newline, replace \n with \t to get everything separated with tabs
                                  ^
i7z.c:187:34: warning: format '%d' expects argument of type 'int', but argument 4 has type '__syscall_slong_t {aka long int}' [-Wformat=]
i7z.c:191:34: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=]
         fprintf(fp_log_file_freq,"%d.%.9d\t",value->tv_sec,value->tv_nsec);
                                  ^
i7z.c:191:34: warning: format '%d' expects argument of type 'int', but argument 4 has type '__syscall_slong_t {aka long int}' [-Wformat=]
i7z.c: In function 'logCpuFreq_dual_ts':
i7z.c:267:40: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=]
             fprintf(fp_log_file_freq_1,"%d.%.9d\n",value->tv_sec,value->tv_nsec); //newline, replace \n with \t to get everything separated with tabs
                                        ^
i7z.c:267:40: warning: format '%d' expects argument of type 'int', but argument 4 has type '__syscall_slong_t {aka long int}' [-Wformat=]
i7z.c:271:41: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=]
              fprintf(fp_log_file_freq_1,"%d.%.9d\t",value->tv_sec,value->tv_nsec);
                                         ^
i7z.c:271:41: warning: format '%d' expects argument of type 'int', but argument 4 has type '__syscall_slong_t {aka long int}' [-Wformat=]
i7z.c:276:40: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=]
             fprintf(fp_log_file_freq_2,"%d.%.9d\n",value->tv_sec,value->tv_nsec); //newline, replace \n with \t to get everything separated with tabs
                                        ^
i7z.c:276:40: warning: format '%d' expects argument of type 'int', but argument 4 has type '__syscall_slong_t {aka long int}' [-Wformat=]
i7z.c:280:41: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=]
              fprintf(fp_log_file_freq_2,"%d.%.9d\t",value->tv_sec,value->tv_nsec);
                                         ^
i7z.c:280:41: warning: format '%d' expects argument of type 'int', but argument 4 has type '__syscall_slong_t {aka long int}' [-Wformat=]
i7z.c: In function 'logCpuCstates_single_ts':
i7z.c:318:37: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=]
         fprintf(fp_log_file_Cstates,"%d.%.9d",value->tv_sec,value->tv_nsec); //newline, replace \n with \t to get everything separated with tabs
                                     ^
i7z.c:318:37: warning: format '%d' expects argument of type 'int', but argument 4 has type '__syscall_slong_t {aka long int}' [-Wformat=]
i7z.c: In function 'logCpuCstates_dual_ts':
i7z.c:369:43: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=]
             fprintf(fp_log_file_Cstates_1,"%d.%.9d",value->tv_sec,value->tv_nsec); //newline, replace \n with \t to get everything separated with tabs
                                           ^
i7z.c:369:43: warning: format '%d' expects argument of type 'int', but argument 4 has type '__syscall_slong_t {aka long int}' [-Wformat=]
i7z.c:374:43: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=]
             fprintf(fp_log_file_Cstates_2,"%d.%.9d",value->tv_sec,value->tv_nsec); //newline, replace \n with \t to get everything separated with tabs
                                           ^
i7z.c:374:43: warning: format '%d' expects argument of type 'int', but argument 4 has type '__syscall_slong_t {aka long int}' [-Wformat=]
i7z.c: In function 'atexit_runsttysane':
i7z.c:384:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
     system("stty sane");
     ^
i7z.c: In function 'modprobing_msr':
i7z.c:389:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
     system("modprobe msr");
     ^
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-schedule-insns2  -fno-schedule-insns -fno-inline-small-functions -fno-caller-saves -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DBUILD_MAIN -Wimplicit-function-declaration -Dx64_BIT -Wdate-time -D_FORTIFY_SOURCE=2  -c -o helper_functions.o helper_functions.c
helper_functions.c: In function 'Test_Or_Make_MSR_DEVICE_FILES':
helper_functions.c:527:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
             system ("msr_major=202; \
             ^
helper_functions.c:538:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
             system ("modprobe msr");
             ^
helper_functions.c: In function 'cpufreq_info':
helper_functions.c:556:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
     fgets (tmp_str, 30, tmp_file);
     ^
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-schedule-insns2  -fno-schedule-insns -fno-inline-small-functions -fno-caller-saves -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DBUILD_MAIN -Wimplicit-function-declaration -Dx64_BIT -Wdate-time -D_FORTIFY_SOURCE=2  -c -o i7z_Single_Socket.o i7z_Single_Socket.c
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-schedule-insns2  -fno-schedule-insns -fno-inline-small-functions -fno-caller-saves -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DBUILD_MAIN -Wimplicit-function-declaration -Dx64_BIT -Wdate-time -D_FORTIFY_SOURCE=2  -c -o i7z_Dual_Socket.o i7z_Dual_Socket.c
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-schedule-insns2  -fno-schedule-insns -fno-inline-small-functions -fno-caller-saves -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DBUILD_MAIN -Wimplicit-function-declaration -Dx64_BIT -Wl,-z,relro -o i7z i7z.o helper_functions.o i7z_Single_Socket.o i7z_Dual_Socket.o -lncurses -lpthread -lrt -lm
Succeeded, now run sudo ./i7z
make[2]: Leaving directory '/tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138'
cd GUI && qmake
/usr/bin/make -C GUI
make[2]: Entering directory '/tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138/GUI'
/usr/lib/x86_64-linux-gnu/qt4/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. i7z_GUI.cpp -o i7z_GUI.moc
g++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-schedule-insns2 -fno-schedule-insns -fno-inline-small-functions -fno-caller-saves -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o i7z_GUI.o i7z_GUI.cpp
i7z_GUI.cpp: In member function 'virtual void MyThread::run()':
i7z_GUI.cpp:210:10: warning: variable 'HT_ON' set but not used [-Wunused-but-set-variable]
     bool HT_ON;
          ^
i7z_GUI.cpp:235:9: warning: variable 'IA32_PERF_GLOBAL_CTRL_Value' set but not used [-Wunused-but-set-variable]
     int IA32_PERF_GLOBAL_CTRL_Value =
         ^
i7z_GUI.cpp:238:9: warning: variable 'IA32_FIXED_CTR_CTL_Value' set but not used [-Wunused-but-set-variable]
     int IA32_FIXED_CTR_CTL_Value =
         ^
In file included from i7z_GUI.cpp:36:0:
../helper_functions.c: In function 'void Test_Or_Make_MSR_DEVICE_FILES()':
../helper_functions.c:536:10: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
        ");
          ^
../helper_functions.c:538:36: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
             system ("modprobe msr");
                                    ^
../helper_functions.c: In function 'double cpufreq_info()':
../helper_functions.c:556:34: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
     fgets (tmp_str, 30, tmp_file);
                                  ^
i7z_GUI.cpp: In member function 'virtual void MyThread::run()':
i7z_GUI.cpp:182:34: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
     fgets (tmp_str, 30, tmp_file);
                                  ^
g++ -m64 -Wl,-z,relro -o i7z_GUI i7z_GUI.o    -L/usr/lib/x86_64-linux-gnu -lQtGui -lQtCore -lpthread 
{ test -n "" && DESTDIR="" || DESTDIR=.; } && test $(gdb --version | sed -e 's,[^0-9][^0-9]*\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $DESTDIR" -ex quit 'i7z_GUI' && test -f i7z_GUI.gdb-index && objcopy --add-section '.gdb_index=i7z_GUI.gdb-index' --set-section-flags '.gdb_index=readonly' 'i7z_GUI' 'i7z_GUI' && rm -f i7z_GUI.gdb-index || true
make[2]: Leaving directory '/tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138/GUI'
make[1]: Leaving directory '/tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138'
   dh_auto_test
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/buildd/i7z-0.27.2\+git2013.10.12-g5023138/debian/tmp AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138'
install -D -m 0644 doc/i7z.man /tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138/debian/tmp/usr/share/man/man1/i7z.1
install -D -m 755 i7z /tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138/debian/tmp/usr/sbin/i7z
install -d /tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138/debian/tmp/usr/share/doc/i7z/
install -m 0644 README.txt put_cores_offline.sh put_cores_online.sh MAKEDEV-cpuid-msr /tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138/debian/tmp/usr/share/doc/i7z/
install -m 0755 i7z_rw_registers.rb /tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138/debian/tmp/usr/sbin//i7z_rw_registers
make[1]: Leaving directory '/tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138'
   dh_install
   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: package could avoid a useless dependency if debian/i7z/usr/sbin/i7z was not linked against libm.so.6 (it uses none of the library's symbols)
   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
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 'i7z-dbgsym' in '../i7z-dbgsym_0.27.2+git2013.10.12-g5023138-2_amd64.deb'.
dpkg-deb: building package 'i7z-gui-dbgsym' in '../i7z-gui-dbgsym_0.27.2+git2013.10.12-g5023138-2_amd64.deb'.
dpkg-deb: building package 'i7z' in '../i7z_0.27.2+git2013.10.12-g5023138-2_amd64.deb'.
dpkg-deb: building package 'i7z-gui' in '../i7z-gui_0.27.2+git2013.10.12-g5023138-2_amd64.deb'.
 dpkg-genbuildinfo  >../i7z_0.27.2+git2013.10.12-g5023138-2_amd64.buildinfo
 dpkg-distaddfile i7z_0.27.2+git2013.10.12-g5023138-2_amd64.buildinfo admin extra
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../i7z_0.27.2+git2013.10.12-g5023138-2_amd64.changes
dpkg-genchanges: warning: package i7z-dbgsym listed in files list but not in control info
dpkg-genchanges: warning: package i7z-gui-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build i7z-0.27.2+git2013.10.12-g5023138
dpkg-buildpackage: binary-only upload (no source included)
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//54266 and its subdirectories
I: Current time: Sun Sep  6 13:52:50 GMT+12 2015
I: pbuilder-time-stamp: 1441590770
+ true
+ rm /srv/reproducible-results/tmp.WPADXMygTK/pbuilderrc_PPZB
++ date -u
Mon Sep  7 01:52:50 UTC 2015 - build #1 for i7z/unstable/amd64 on profitbricks-build2-amd64 done
+ echo 'Mon Sep  7 01:52:50 UTC 2015 - build #1 for i7z/unstable/amd64 on profitbricks-build2-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.oq4C1OnjVs/tmp.BuyfFOH0tD
/srv/reproducible-results/tmp.oq4C1OnjVs/tmp.BuyfFOH0tD:	 81.8% -- replaced with /srv/reproducible-results/tmp.oq4C1OnjVs/tmp.BuyfFOH0tD.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-i7z
Mon Sep  7 01:52:50 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-tZ78cBv3, which will now be removed.
+ RESULT=0
+ '[' 0 -eq 148 ']'
+ '[' 0 -ne 0 ']'
+ rsync -e 'ssh -p 22' -r profitbricks-build2-amd64.debian.net:/srv/reproducible-results/tmp.WPADXMygTK/b1 /srv/reproducible-results/tmp.WPADXMygTK/
jenkins_node_wrapper.sh[56702] remote_host called with rsync --server --sender -re.iLsfx . /srv/reproducible-results/tmp.WPADXMygTK/b1
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -R /srv/reproducible-results/tmp.WPADXMygTK
/srv/reproducible-results/tmp.WPADXMygTK:
b1
b2
i7z_0.27.2+git2013.10.12-g5023138-2.debian.tar.xz
i7z_0.27.2+git2013.10.12-g5023138-2.dsc
i7z_0.27.2+git2013.10.12-g5023138.orig.tar.gz
tmp.s6qxHS4EVn

/srv/reproducible-results/tmp.WPADXMygTK/b1:
build.log
i7z-dbgsym_0.27.2+git2013.10.12-g5023138-2_amd64.deb
i7z-gui-dbgsym_0.27.2+git2013.10.12-g5023138-2_amd64.deb
i7z-gui_0.27.2+git2013.10.12-g5023138-2_amd64.deb
i7z_0.27.2+git2013.10.12-g5023138-2.debian.tar.xz
i7z_0.27.2+git2013.10.12-g5023138-2.dsc
i7z_0.27.2+git2013.10.12-g5023138-2_amd64.buildinfo
i7z_0.27.2+git2013.10.12-g5023138-2_amd64.changes
i7z_0.27.2+git2013.10.12-g5023138-2_amd64.deb
i7z_0.27.2+git2013.10.12-g5023138.orig.tar.gz

/srv/reproducible-results/tmp.WPADXMygTK/b2:
+ ssh -p 22 profitbricks-build2-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.WPADXMygTK'
jenkins_node_wrapper.sh[56712] remote_host called with rm -r /srv/reproducible-results/tmp.WPADXMygTK
+ '[' '!' -f b1/i7z_0.27.2+git2013.10.12-g5023138-2_amd64.changes ']'
+ '[' -f b1/i7z_0.27.2+git2013.10.12-g5023138-2_amd64.changes ']'
+ check_for_race_conditions
++ cat /tmp/reproducible-lockfile-unstable-amd64-i7z
+ '[' 39530 -ne 39530 ']'
+ echo =============================================================================
=============================================================================
+ echo 'Re-building i7z/0.27.2+git2013.10.12-g5023138-2 in unstable on amd64 now.'
Re-building i7z/0.27.2+git2013.10.12-g5023138-2 in unstable on amd64 now.
+ echo =============================================================================
=============================================================================
+ '[' ng = legacy ']'
+ ssh -p 22 profitbricks-build1-amd64.debian.net /srv/jenkins/bin/reproducible_build.sh 2 i7z unstable /srv/reproducible-results/tmp.WPADXMygTK
ssh_exchange_identification: read: Connection reset by peer
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.WPADXMygTK/tmp.s6qxHS4EVn
/srv/reproducible-results/tmp.WPADXMygTK/tmp.s6qxHS4EVn:	 43.1% -- replaced with /srv/reproducible-results/tmp.WPADXMygTK/tmp.s6qxHS4EVn.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html i7z
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''i7z'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-07 01:52:29.478247
INFO: Finished at 2015-09-07 01:52:29.483216, took: 0:00:00.004975
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.WPADXMygTK
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-i7z
Mon  7 Sep 01:52:29 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-9OO9k8tU, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list