Date: Mon, 10 Aug 2026 18:11:20 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kp@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #4434 - Still Failing Message-ID: <784476847.1705.1786385483075@jenkins.ci.freebsd.org> In-Reply-To: <397469843.1689.1786380671152@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc14_build - Build #4434 (9b9b3b157a89d159108bcd2f5a817392ab915587) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/4434/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/4434/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/4434/console Status explanation: "Failure" - the build is suspected being broken by the following changes "Still Failing" - the build has not been fixed by the following changes and this is a notification to note that these changes have not been fully tested by the CI system Change summaries: (Those commits are likely but not certainly responsible) 1d926be8824a8cbf620dc12a5f9fe5623930bfd0 by kp: libsysdecode : add attribute parsing for PFNL_CMD_KILLSTATES 91aa9bf0ae169fafe4c5ec8578d28733d2fab85c by kp: libsysdecode : add attribute parsing for PFNL_CMD_GET_LIMIT 11bc53984b1ffd298978b5c48188a010fb34572b by kp: libsysdecode: add attribute parsing for PFNL_CMD_GETRULES 15c0c9df3a4af27176d8bbefcd21b68e2a952835 by kp: libsysdecode: use decoder table for PF netlink commands 2ef4baaffce0ab71491085e68fefc92eff8e715c by kp: libsysdecode: avoid extra commas for undecoded netlink attributes 0f2e98c1515d2bfc05701d5e19aac16a985ae5f4 by kp: libsysdecode: verify decoder tables are sorted 9b9b3b157a89d159108bcd2f5a817392ab915587 by kp: libsysdecode: also verify command decoders The end of the build log: [...truncated 104.74 MiB...] In file included from /workspace/src/usr.sbin/pmc/view.hh:41, from /workspace/src/usr.sbin/pmc/cmd_pmc_frontend.cc:81: /workspace/src/usr.sbin/pmc/headers.hh:79:25: error: flexible array member 'pmchdr_cpuidinfo::cpuid' in an otherwise empty 'struct pmchdr_cpuidinfo' 79 | uint32_t cpuid[]; | ^~~~~ --- all_subdir_lib --- --- all_subdir_lib/googletest/tests/gtest_main --- --- gtest_pred_impl_unittest --- /usr/local/bin/x86_64-unknown-freebsd15.0-g++14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -fPIE -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private -I/workspace/src/contrib/googletest/googletest/include -I/workspace/src/contrib/googletest/googletest -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private -DGTEST_HAS_POSIX_RE=1 -DGTEST_HAS_PTHREAD=1 -DGTEST_HAS_STREAM_REDIRECTION=1 -frtti -DGTEST_HAS_POSIX_RE=1 -DGTEST_HAS_PTHREAD=1 -DGTEST_HAS_STREAM_REDIRECTION=1 -frtti -fPIE -std=gnu++17 -Wno-deprecated-copy -Wno-attributes -Wno-deprecated-declarations -Wno-error=class-memaccess -Wno-literal-suffix -Wno-c++20-extensions -Wno-attributes -Wno-error=unknown-pragmas -Wno-dangling-reference -Wl,-zrelro -pie -Wl,-znoexecstack -o gtest_pred_impl_unittest gtest_pred_impl_unittest.pieo -lprivategtest_main -lprivategtest --- all_subdir_usr.sbin --- *** [cmd_pmc_frontend.pieo] Error code 1 make[4]: stopped making "all" in /workspace/src/usr.sbin/pmc --- all_subdir_lib --- --- all_subdir_lib/googletest/tests/gmock_main --- make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gmock_main --- all_subdir_lib/googletest/tests/gtest_main --- make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gtest_main make[5]: stopped making "all" in /workspace/src/lib/googletest/tests --- all_subdir_lib/googletest/tests/gtest --- --- gtest_repeat_test --- make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gtest --- all_subdir_usr.bin --- make[4]: stopped making "all" in /workspace/src/usr.bin/clang --- all_subdir_lib --- --- gtest_stress_test --- make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gtest make[5]: stopped making "all" in /workspace/src/lib/googletest/tests --- all_subdir_tests --- make[6]: stopped making "all" in /workspace/src/tests/sys/fs/fusefs make[5]: stopped making "all" in /workspace/src/tests/sys/fs make[4]: stopped making "all" in /workspace/src/tests/sys make[3]: stopped making "all" in /workspace/src/tests make[2]: stopped making "all" in /workspace/src --- all_subdir_lib --- --- all_subdir_lib/libnv --- In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_nvlist::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1197:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_nvlist::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1209:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_nvlist::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1221:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang/llvm-cov --- make[4]: stopped making "all" in /workspace/src/usr.bin/clang make[3]: stopped making "all" in /workspace/src/usr.bin make[2]: stopped making "all" in /workspace/src --- all_subdir_usr.sbin --- make[4]: 1 error make[4]: stopped making "all" in /workspace/src/usr.sbin/pmc make[3]: stopped making "all" in /workspace/src/usr.sbin make[2]: stopped making "all" in /workspace/src --- all_subdir_lib --- --- all_subdir_lib/atf --- make[6]: stopped making "all" in /workspace/src/lib/atf/libatf-c++/tests make[5]: stopped making "all" in /workspace/src/lib/atf/libatf-c++ make[4]: stopped making "all" in /workspace/src/lib/atf make[3]: stopped making "all" in /workspace/src/lib --- all_subdir_lib/libnv --- In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_binary::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1256:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_binary::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1268:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_bool_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1303:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_bool_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1315:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_number_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1348:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_number_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1360:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_string_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1390:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_string_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1402:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' --- all_subdir_lib/googletest --- --- all_subdir_lib/googletest/tests/gmock_main --- --- gmock-matchers-arithmetic_test --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:36, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/inout_ptr.h:16, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/memory:950, from /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:36: In member function 'std::__1::__add_lvalue_reference_t<_Tp> std::__1::unique_ptr<_Tp [], _Dp>::operator[](std::__1::size_t) const [with _Tp = std::__1::__hash_node_base<std::__1::__hash_node<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, void*>*>*; _Dp = std::__1::__bucket_list_deallocator<std::__1::allocator<std::__1::__hash_node_base<std::__1::__hash_node<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, void*>*>*> >]', inlined from 'std::__1::pair<std::__1::__hash_iterator<typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::__node_pointer>, bool> std::__1::__hash_table<_Tp, _Hash, _Equal, _Alloc>::__emplace_unique_key_args(const _Key&, _Args&& ...) [with _Key = std::__1::basic_string<char>; _Args = {std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, long unsigned int}; _Tp = std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>; _Hash = std::__1::__unordered_map_hasher<std::__1::basic_string<char>, std::__1::pair<const std::__1::basic_string<char>, long unsigned int>, std::__1::hash<std::__1::basic_string<char> >, std::__1::equal_to<std::__1::basic_string<char> >, true>; _Equal = std::__1::__unordered_map_equal<std::__1::basic_string<char>, std::__1::pair<const std::__1::basic_string<char>, long unsigned int>, std::__1::equal_to<std::__1::basic_string<char> >, std::__1::hash<std::__1::basic_string<char> >, true>; _Alloc = std::__1::allocator<std::__1::pair<const std::__1::basic_string<char>, long unsigned int> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:1594:41, inlined from 'std::__1::pair<std::__1::__hash_iterator<typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::__node_pointer>, bool> std::__1::__hash_table<_Tp, _Hash, _Equal, _Alloc>::__emplace_unique(_First&&, _Second&&) [with _First = std::__1::basic_string<char>; _Second = long unsigned int; typename std::__1::enable_if<std::__1::__can_extract_map_key<_First, typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::key_type, typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::__container_value_type>::value, int>::type <anonymous> = 0; _Tp = std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>; _Hash = std::__1::__unordered_map_hasher<std::__1::basic_string<char>, std::__1::pair<const std::__1::basic_string<char>, long unsigned int>, std::__1::hash<std::__1::basic_string<char> >, std::__1::equal_to<std::__1::basic_string<char> >, true>; _Equal = std::__1::__unordered_map_equal<std::__1::basic_string<char>, std::__1::pair<const std::__1::basic_string<char>, long unsigned int>, std::__1::equal_to<std::__1::basic_string<char> >, std::__1::hash<std::__1::basic_string<char> >, true>; _Alloc = std::__1::allocator<std::__1::pair<const std::__1::basic_string<char>, long unsigned int> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:829:96, inlined from 'std::__1::pair<std::__1::__hash_map_iterator<typename std::__1::__hash_table<std::__1::__hash_value_type<_Key, _Value>, std::__1::__unordered_map_hasher<_Key, std::__1::pair<const _Key, _Tp>, typename std::__1::__type_identity<_Hash>::type, typename std::__1::__type_identity<_Pred>::type>, std::__1::__unordered_map_equal<_Key, std::__1::pair<const _Key, _Tp>, typename std::__1::__type_identity<_Pred>::type, typename std::__1::__type_identity<_Hash>::type>, typename std::__1::__type_identity<_Alloc>::type>::iterator>, bool> std::__1::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::emplace(_Args&& ...) [with _Args = {std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, long unsigned int}; _Key = std::__1::basic_string<char>; _Tp = long unsigned int; _Hash = std::__1::hash<std::__1::basic_string<char> >; _Pred = std::__1::equal_to<std::__1::basic_string<char> >; _Alloc = std::__1::allocator<std::__1::pair<const std::__1::basic_string<char>, long unsigned int> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_map:1177:37, inlined from 'testing::internal::ParameterizedTestSuiteInfo<TestCase>* testing::internal::ParameterizedTestSuiteRegistry::GetTestSuitePatternHolder(std::__1::string, testing::internal::CodeLocation) [with TestSuite = testing::gmock_matchers_test::GTestMatcherTestP]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:728:40: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_ptr.h:583:18: warning: '__chash' may be used uninitialized [-Wmaybe-uninitialized] 583 | return __ptr_[__i]; | ~~~~~~^ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_map:595, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/boyer_moore_searcher.h:26, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:557, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/deque:2656, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/queue:276, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/format:251, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:201, from /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:37: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table: In member function 'testing::internal::ParameterizedTestSuiteInfo<TestCase>* testing::internal::ParameterizedTestSuiteRegistry::GetTestSuitePatternHolder(std::__1::string, testing::internal::CodeLocation) [with TestSuite = testing::gmock_matchers_test::GTestMatcherTestP]': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:1572:10: note: '__chash' was declared here 1572 | size_t __chash; | ^~~~~~~ --- all_subdir_lib/libnv --- In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_nvlist_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1434:3: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_nvlist_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1453:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr std::__1::size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]', inlined from 'static constexpr std::__1::size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:130:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:438:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_free_nvlist_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:1465:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: warning: argument 1 null where non-null expected [-Wnonnull] 63 | return __builtin_strlen(reinterpret_cast<const char*>(__str)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:63:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' make[5]: stopped making "all" in /workspace/src/lib/libnv/tests make[4]: stopped making "all" in /workspace/src/lib/libnv make[3]: stopped making "all" in /workspace/src/lib --- all_subdir_lib/googletest --- make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gmock_main make[5]: stopped making "all" in /workspace/src/lib/googletest/tests make[4]: stopped making "all" in /workspace/src/lib/googletest make[3]: stopped making "all" in /workspace/src/lib make[2]: stopped making "all" in /workspace/src 582.28 real 6110.87 user 370.35 sys make[1]: stopped making "buildworld" in /workspace/src make: stopped making "buildworld" in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins3890184382253349382.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc14_build Checking for post-build Performing post-build step Checking if email needs to be generated Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Sending mail from default account using System Admin e-mail addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?784476847.1705.1786385483075>
