|
From: <pj...@wa...> - 2023-08-24 06:14:04
|
valgrind revision: valgrind-3.22.0.GIT-bc2f62950c-20230823 C compiler: FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) GDB: GNU gdb (GDB) 13.1 [GDB v13.1 for FreeBSD] C library: FreeBSD libc uname -mrs: FreeBSD 13.2-RELEASE-p2 amd64 Vendor version: FreeBSD 13.2-RELEASE-p2 Nightly build on freebsd ( FreeBSD 13.2-RELEASE-p2 amd64 ) Started at 2023-08-24 07:38:38 CEST Ended at 2023-08-24 08:13:46 CEST Results unchanged from 24 hours ago Checking out Valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 807 tests, 0 stderr failures, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/freebsd/eventfd2 (stdout) Last 20 lines of verbose log follow echo x87trigOOR: valgrind ./x87trigOOR xadd: valgrind -q ./xadd -- Finished tests in none/tests/x86 -- Running tests in none/tests/x86-freebsd ---------------------------- 445032: valgrind -q ./445032 -- Finished tests in none/tests/x86-freebsd -- Finished tests in none/tests -- Running tests in exp-bbv/tests/x86 --------------------------------- complex_rep: valgrind --interval-size=100000 --bb-out-file=complex_rep.out.bb ./complex_rep fldcw_check: valgrind --interval-size=10000 --bb-out-file=fldcw_check.out.bb ./fldcw_check million: valgrind --interval-size=100000 --bb-out-file=million.out.bb --pc-out-file=million.out.pc ./million rep_prefix: valgrind --interval-size=100000 --bb-out-file=rep_prefix.out.bb ./rep_prefix -- Finished tests in exp-bbv/tests/x86 == 807 tests, 0 stderr failures, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/freebsd/eventfd2 (stdout) ...checking makefile consistency ...checking header files and include directives gmake: *** [Makefile:1438: regtest] Error 1 ================================================= ./valgrind-new/memcheck/tests/freebsd/eventfd2.stdout.diff ================================================= --- eventfd2.stdout.exp 2023-08-24 07:56:36.256549000 +0200 +++ eventfd2.stdout.out 2023-08-24 08:03:24.725512000 +0200 @@ -2,8 +2,8 @@ waiting on 4 posting 1 on 4 wait completed on 4: count=1 -waiting on 3 posting 1 on 3 +waiting on 3 waiting on 4 wait completed on 3: count=1 posting 1 on 4 ================================================= ./valgrind-old/memcheck/tests/freebsd/eventfd2.stdout.diff ================================================= --- eventfd2.stdout.exp 2023-08-24 07:39:14.504160000 +0200 +++ eventfd2.stdout.out 2023-08-24 07:46:15.660990000 +0200 @@ -2,8 +2,8 @@ waiting on 4 posting 1 on 4 wait completed on 4: count=1 -waiting on 3 posting 1 on 3 +waiting on 3 waiting on 4 wait completed on 3: count=1 posting 1 on 4 |