|
From: Rich C. <rc...@wi...> - 2015-08-09 00:52:24
|
valgrind revision: 15510
VEX revision: 3168
C compiler: gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
GDB: GNU gdb (GDB; openSUSE:42) 7.7
Assembler: GNU assembler (GNU Binutils; openSUSE:42) 2.24.0.20140403-4
C library: GNU C Library (GNU libc) stable release version 2.19 (git 9a869d822025)
uname -mrs: Linux 4.1.2-5-desktop x86_64
Vendor version: openSUSE 42.1 Milestone 1 (Malachite)
Nightly build on rodan ( Linux 4.1.2-5-desktop x86_64 )
Started at 2015-08-08 19:22:01 CDT
Ended at 2015-08-08 19:52:18 CDT
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... failed
Last 20 lines of verbose log follow echo
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/src/valgrind/nightly/valgrind-new/include'
Making all in VEX
make[2]: Entering directory '/usr/local/src/valgrind/nightly/valgrind-new/VEX'
rm -f auxprogs/genoffsets.s
/usr/bin/mkdir -p auxprogs pub
gcc \
-Wbad-function-cast -fstrict-aliasing \
-m64 -O2 -g -std=gnu99 -Wall -Wcast-align -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-qual -Wwrite-strings -Wempty-body -Wformat @FLAG_W_FORMAT_SIGNEDNESS@ -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wold-style-declaration -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer \
-O -S -o auxprogs/genoffsets.s \
./auxprogs/genoffsets.c
gcc: error: @FLAG_W_FORMAT_SIGNEDNESS@: No such file or directory
Makefile:3015: recipe for target 'pub/libvex_guest_offsets.h' failed
make[2]: *** [pub/libvex_guest_offsets.h] Error 1
make[2]: Leaving directory '/usr/local/src/valgrind/nightly/valgrind-new/VEX'
Makefile:812: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/valgrind/nightly/valgrind-new'
Makefile:680: recipe for target 'all' failed
make: *** [all] Error 2
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... done
Regression test results follow
== 640 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short Sat Aug 8 19:50:55 2015
--- new.short Sat Aug 8 19:52:18 2015
***************
*** 3,10 ****
Configuring valgrind ... done
! Building valgrind ... done
! Running regression tests ... done
!
! Regression test results follow
!
! == 640 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
--- 3,26 ----
Configuring valgrind ... done
! Building valgrind ... failed
+ Last 20 lines of verbose log follow echo
+ make[2]: Nothing to be done for 'all'.
+ make[2]: Leaving directory '/usr/local/src/valgrind/nightly/valgrind-new/include'
+ Making all in VEX
+ make[2]: Entering directory '/usr/local/src/valgrind/nightly/valgrind-new/VEX'
+ rm -f auxprogs/genoffsets.s
+ /usr/bin/mkdir -p auxprogs pub
+ gcc \
+ -Wbad-function-cast -fstrict-aliasing \
+ -m64 -O2 -g -std=gnu99 -Wall -Wcast-align -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-qual -Wwrite-strings -Wempty-body -Wformat @FLAG_W_FORMAT_SIGNEDNESS@ -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wold-style-declaration -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer \
+ -O -S -o auxprogs/genoffsets.s \
+ ./auxprogs/genoffsets.c
+ gcc: error: @FLAG_W_FORMAT_SIGNEDNESS@: No such file or directory
+ Makefile:3015: recipe for target 'pub/libvex_guest_offsets.h' failed
+ make[2]: *** [pub/libvex_guest_offsets.h] Error 1
+ make[2]: Leaving directory '/usr/local/src/valgrind/nightly/valgrind-new/VEX'
+ Makefile:812: recipe for target 'all-recursive' failed
+ make[1]: *** [all-recursive] Error 1
+ make[1]: Leaving directory '/usr/local/src/valgrind/nightly/valgrind-new'
+ Makefile:680: recipe for target 'all' failed
+ make: *** [all] Error 2
--tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old
+ perl perf/vg_perf --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old perf
vg_perf: './bigcode' not found or not a file (.)
-- Running tests in perf ----------------------------------------------
real 0m0.020s
user 0m0.012s
sys 0m0.006s
Congratulations, all tests passed!
|