|
From: Tom H. <to...@co...> - 2015-08-09 02:03:15
Attachments:
diffs.txt
|
valgrind revision: 15510
VEX revision: 3168
C compiler: gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7)
GDB: GNU gdb (GDB) Fedora 7.7.1-21.fc20
Assembler: GNU assembler version 2.23.2
C library: GNU C Library (GNU libc) stable release version 2.18
uname -mrs: Linux 4.0.7-300.fc22.x86_64 x86_64
Vendor version: Fedora 20 (Heisenbug)
Nightly build on bristol ( x86_64, Fedora 20 )
Started at 2015-08-09 02:43:30 BST
Ended at 2015-08-09 03:03:02 BST
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[1]: Entering directory `/tmp/vgtest-19578/2015-08-09/valgrind-new'
Making all in include
make[2]: Entering directory `/tmp/vgtest-19578/2015-08-09/valgrind-new/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/vgtest-19578/2015-08-09/valgrind-new/include'
Making all in VEX
make[2]: Entering directory `/tmp/vgtest-19578/2015-08-09/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
make[2]: *** [pub/libvex_guest_offsets.h] Error 1
make[2]: Leaving directory `/tmp/vgtest-19578/2015-08-09/valgrind-new/VEX'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/vgtest-19578/2015-08-09/valgrind-new'
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
== 725 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 2015-08-09 03:02:29.650725018 +0100
--- new.short 2015-08-09 03:03:02.653110447 +0100
***************
*** 3,10 ****
Configuring valgrind ... done
! Building valgrind ... done
! Running regression tests ... done
!
! Regression test results follow
!
! == 725 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[1]: Entering directory `/tmp/vgtest-19578/2015-08-09/valgrind-new'
+ Making all in include
+ make[2]: Entering directory `/tmp/vgtest-19578/2015-08-09/valgrind-new/include'
+ make[2]: Nothing to be done for `all'.
+ make[2]: Leaving directory `/tmp/vgtest-19578/2015-08-09/valgrind-new/include'
+ Making all in VEX
+ make[2]: Entering directory `/tmp/vgtest-19578/2015-08-09/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
+ make[2]: *** [pub/libvex_guest_offsets.h] Error 1
+ make[2]: Leaving directory `/tmp/vgtest-19578/2015-08-09/valgrind-new/VEX'
+ make[1]: *** [all-recursive] Error 1
+ make[1]: Leaving directory `/tmp/vgtest-19578/2015-08-09/valgrind-new'
+ make: *** [all] Error 2
--tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old
vg_perf: './bigcode' not found or not a file (.)
-- Running tests in perf ----------------------------------------------
real 0m0.008s
user 0m0.003s
sys 0m0.005s
|