|
From: <ma...@bu...> - 2023-06-03 00:34:14
|
valgrind revision: valgrind-3.22.0.GIT-453c711113-20230602 C compiler: gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4) GDB: GNU gdb (GDB) Fedora 12.1-2.fc36 Assembler: GNU assembler version 2.37-37.fc36 C library: GNU C Library (GNU libc) stable release version 2.35. uname -mrs: Linux 6.1.18-100.fc36.s390x s390x Vendor version: Fedora Linux 36 (Thirty Six) Nightly build on lfedora1 ( Fedora release 36 (Thirty Six), s390x ) Started at 2023-06-03 00:00:01 UTC Ended at 2023-06-03 00:28:00 UTC 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 == 819 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/vbit-test/vbit-test (stderr) Last 20 lines of verbose log follow echo syscall-restart1: valgrind ./syscall-restart1 syscall-restart2: valgrind ./syscall-restart2 syslog: valgrind -q ./syslog system: valgrind ./system thread-exits: valgrind ./thread-exits threaded-fork: valgrind ./threaded-fork threadederrno: valgrind -q ./threadederrno timestamp: valgrind --time-stamp=yes ./timestamp tls: valgrind ./tls unit_debuglog: valgrind -q ./unit_debuglog vgprintf: valgrind ./vgprintf vgprintf_nvalgrind: valgrind ./vgprintf_nvalgrind -- Finished tests in none/tests == 819 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/vbit-test/vbit-test (stderr) ...checking makefile consistency ...checking header files and include directives make: *** [Makefile:1437: regtest] Error 1 ================================================= ./valgrind-new/memcheck/tests/vbit-test/vbit-test.stderr.diff ================================================= --- vbit-test.stderr.exp 2023-06-03 00:13:59.757246014 +0000 +++ vbit-test.stderr.out 2023-06-03 00:20:38.917215725 +0000 @@ -0,0 +1,3 @@ +Conditional jump or move depends on uninitialised value(s) + ... + ================================================= ./valgrind-old/memcheck/tests/vbit-test/vbit-test.stderr.diff ================================================= --- vbit-test.stderr.exp 2023-06-03 00:00:14.177246014 +0000 +++ vbit-test.stderr.out 2023-06-03 00:06:35.557246014 +0000 @@ -0,0 +1,3 @@ +Conditional jump or move depends on uninitialised value(s) + ... + |