|
From: <ma...@bu...> - 2023-06-08 00:34:16
|
valgrind revision: valgrind-3.22.0.GIT-8bc3a55d50-20230607 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-08 00:00:01 UTC Ended at 2023-06-08 00:26:05 UTC Results differ 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 ================================================= == Results 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 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 memcheck/tests/freebsd/Makefile.am:1: error: bug470713.stderr.exp is missing in EXTRA_DIST memcheck/tests/freebsd/Makefile.am:1: error: bug470713.stdout.exp is missing in EXTRA_DIST memcheck/tests/freebsd/Makefile.am:1: error: bug470713.vgtest is missing in EXTRA_DIST ...checking header files and include directives make: *** [Makefile:1437: regtest] Error 1 ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short 2023-06-08 00:13:06.508077857 +0000 --- new.short 2023-06-08 00:26:05.348417565 +0000 *************** *** 13,14 **** --- 13,17 ---- 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 *************** *** 28,32 **** ...checking makefile consistency - memcheck/tests/freebsd/Makefile.am:1: error: bug470713.stderr.exp is missing in EXTRA_DIST - memcheck/tests/freebsd/Makefile.am:1: error: bug470713.stdout.exp is missing in EXTRA_DIST - memcheck/tests/freebsd/Makefile.am:1: error: bug470713.vgtest is missing in EXTRA_DIST ...checking header files and include directives --- 31,32 ---- ================================================= ./valgrind-new/memcheck/tests/vbit-test/vbit-test.stderr.diff ================================================= --- vbit-test.stderr.exp 2023-06-08 00:13:08.218077857 +0000 +++ vbit-test.stderr.out 2023-06-08 00:18:56.038247552 +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-08 00:00:14.318067941 +0000 +++ vbit-test.stderr.out 2023-06-08 00:06:12.248037910 +0000 @@ -0,0 +1,3 @@ +Conditional jump or move depends on uninitialised value(s) + ... + |