From: <pj...@wa...> - 2025-08-20 05:46:15
|
valgrind revision: valgrind-3.26.0.GIT-5e6d3d6ce4-20250820 C compiler: FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2) GDB: GNU gdb (GDB) 15.1 [GDB v15.1 for FreeBSD] C library: FreeBSD libc uname -mrs: FreeBSD 14.3-RELEASE arm64 Vendor version: FreeBSD 14.3-RELEASE-p2 Nightly build on freebsd ( FreeBSD 14.3-RELEASE arm64 ) Started at 2025-08-20 07:12:26 CEST Ended at 2025-08-20 07:46:07 CEST Results differ from 24 hours ago Checking out Valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 787 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ================================================= == Results from 24 hours ago == ================================================= Checking out Valgrind source tree ... done Configuring valgrind ... done Building valgrind ... failed Last 20 lines of verbose log follow echo | ^ <scratch space>:52:1: note: expanded from here 52 | vgPlain_mallinfo | ^ m_mallocfree.c:2403:1: note: declare 'static' if the function is not intended to be used outside of this translation unit 2403 | void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi ) | ^ | static 2 warnings and 10 errors generated. gmake[3]: *** [Makefile:5639: libcoregrind_arm64_freebsd_a-m_mallocfree.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... mv -f .deps/libcoregrind_arm64_freebsd_a-m_pathscan.Tpo .deps/libcoregrind_arm64_freebsd_a-m_pathscan.Po mv -f .deps/libcoregrind_arm64_freebsd_a-m_options.Tpo .deps/libcoregrind_arm64_freebsd_a-m_options.Po mv -f .deps/libcoregrind_arm64_freebsd_a-m_oset.Tpo .deps/libcoregrind_arm64_freebsd_a-m_oset.Po gmake[3]: Leaving directory '/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/coregrind' gmake[2]: *** [Makefile:2631: all] Error 2 gmake[2]: Leaving directory '/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/coregrind' gmake[1]: *** [Makefile:936: all-recursive] Error 1 gmake[1]: Leaving directory '/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old' gmake: *** [Makefile:799: all] Error 2 ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short Wed Aug 20 07:16:59 2025 --- new.short Wed Aug 20 07:46:07 2025 *************** *** 3,26 **** Configuring valgrind ... done ! Building valgrind ... failed ! Last 20 lines of verbose log follow echo ! | ^ ! <scratch space>:52:1: note: expanded from here ! 52 | vgPlain_mallinfo ! | ^ ! m_mallocfree.c:2403:1: note: declare 'static' if the function is not intended to be used outside of this translation unit ! 2403 | void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi ) ! | ^ ! | static ! 2 warnings and 10 errors generated. ! gmake[3]: *** [Makefile:5639: libcoregrind_arm64_freebsd_a-m_mallocfree.o] Error 1 ! gmake[3]: *** Waiting for unfinished jobs.... ! mv -f .deps/libcoregrind_arm64_freebsd_a-m_pathscan.Tpo .deps/libcoregrind_arm64_freebsd_a-m_pathscan.Po ! mv -f .deps/libcoregrind_arm64_freebsd_a-m_options.Tpo .deps/libcoregrind_arm64_freebsd_a-m_options.Po ! mv -f .deps/libcoregrind_arm64_freebsd_a-m_oset.Tpo .deps/libcoregrind_arm64_freebsd_a-m_oset.Po ! gmake[3]: Leaving directory '/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/coregrind' ! gmake[2]: *** [Makefile:2631: all] Error 2 ! gmake[2]: Leaving directory '/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/coregrind' ! gmake[1]: *** [Makefile:936: all-recursive] Error 1 ! gmake[1]: Leaving directory '/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old' ! gmake: *** [Makefile:799: all] Error 2 --- 3,10 ---- Configuring valgrind ... done ! Building valgrind ... done ! Running regression tests ... done ! Regression test results follow ! ! == 787 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ! Congratulations, all tests passed! |