FreeBSD-stable-14-amd64-gcc14_build - Build #92 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 20 Mar 2025 08:03:14 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #92 (4ac2d0f2537cbc1049d1f58f8b868c2130bd54e2) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/92/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/92/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/92/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)

4ad84614e490cf2d59d670081b1ee1b065d89c15 by kib:
ip6_cksum.c: generalize in6_cksum_partial() to allow L2 headers in

cb49625f1502240488726f7cfdd8873149fa19c7 by kib:
mlx5en: make conf.hw_lro sysctl r/w

9ac8af72a7c5f756da6ad2468958f3bd0cc976b8 by kib:
mlx5en: control hw LRO with the driver conf sysctl, leaving IFCAP_LRO to

d0a800a7fcdcb276d5083aa906bef7c7e5b33e93 by kib:
mlx5core: add mlx5_core_modify_tir()

114a805bef251169b23816e910db2da5cb581d6c by kib:
mlx5en: make the hw lro control dynamic

aebeaf151d4f8786f83958d98e9daefb851fab44 by kib:
mlx5en: explain why interface needs to be reopened on hw lro change

17a322cae64a152a2c36c58c3af938c50ca5241d by kib:
mlx5en: follow PRM for setting the max hw lro segment size

7ebbf9f756e742a4859da6233b243adb4f6612ad by kib:
mlx5_en: correct recalculation of the ipv4 checksum for hw lro packet

3c5bf8d9d9352d38393aac222451f638d6791499 by kib:
mlx5: recalculate tcp checksum for ipv4 hw lro coalesced packet

7b64ccdf9605d78b2f7c84cccba50833bb0e5a53 by kib:
mlx5: recalculate tcp checksum for ipv6 hw lro coalesced packet

ec551188213e7c5c52abb7d4c06d46540ef1d840 by kib:
mlx5: correct the predicate asserted in __predict_true()

f6e15b66206ab59fd8a128d22da53c11a39f8069 by kib:
mlx5: assert CQE structure size

6cb0bd50b531c8491e06091d780729304c955e86 by kib:
mlx5: overwrite only the echo reply timestamp from the last packet in

c083ab4c8bfaf6e6506e2c9552c4fe6590c5b31b by kib:
mlx5en: stop arbitrary limiting max wqe size

f38e9a31baf1c3f6d59976891c038d96e27327c4 by kib:
mlx5: bump the max LRO packet size

466623f29d5f46013160734768424c7cb76486e1 by kib:
mlx5en: fix rq->wqe_sz usage

772390b6da7a899a1c6d87545754fa40c3ff444a by kib:
mlx5en: bump MLX5E_MAX_BUSDMA_RX_SEGS

60855d899315a2f5a7877a095b434c1c98114e24 by kib:
kern/sys_eventfd.c: fix includes

d9b7d0a54846bbc7b922982df08659fcc3c6b92e by kib:
procstat.1: sort subcommands

8025c3957bc630545aab9786f76552fce6d15d00 by kib:
procstat.1: document rlimitusage

a7aa1196d3541178b5d43c015ec28e0200aa3467 by cy:
ntp: ntpd does not connect to NTP server with link local IPv6 address

61e5e864ca19a1a6cfef859cbaf1ae6795ca0bed by cy:
ntp: Another patch to address IPv6 pool regression

4ac2d0f2537cbc1049d1f58f8b868c2130bd54e2 by cy:
ntp: Replace the workaround from 98e34e8e2557 with a patch from upstream



The end of the build log:

[...truncated 97.63 MiB...]
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  523 |                   ::testing::internal::CodeLocation(__FILE__, __LINE__))     \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524 |               ->AddTestSuiteInstantiation(                                   \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  525 |                   GTEST_STRINGIFY_(prefix),                                  \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                   &gtest_##prefix##test_suite_name##_EvalGenerator_,         \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                   &gtest_##prefix##test_suite_name##_EvalGenerateName_,      \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  528 |                   __FILE__, __LINE__)
      |                   ~~~~~~~~~~~~~~~~~~~     
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<testing::internal::ParameterizedTestSuiteInfo<ParameterizedDerivedTest>::InstantiationInfo>' {aka 'struct testing::internal::ParameterizedTestSuiteInfo<ParameterizedDerivedTest>::InstantiationInfo'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:639:10: note: 'std::__1::__remove_const_t<testing::internal::ParameterizedTestSuiteInfo<ParameterizedDerivedTest>::InstantiationInfo>' {aka 'struct testing::internal::ParameterizedTestSuiteInfo<ParameterizedDerivedTest>::InstantiationInfo'} declared here
  639 |   struct InstantiationInfo {
      |          ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo> >; _Tp = shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo>]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42:   required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo> >]'
 1052 |   std::__uninitialized_allocator_relocate(
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1053 |       __alloc(), std::__to_address(__begin_), std::__to_address(__end_), std::__to_address(__new_begin));
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1502:29:   required from 'std::__1::vector<_Tp, _Alloc>::pointer std::__1::vector<_Tp, _Alloc>::__push_back_slow_path(_Up&&) [with _Up = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo>; _Tp = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo> >; pointer = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo>*]'
 1502 |   __swap_out_circular_buffer(__v);
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1526:34:   required from 'void std::__1::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo> >; value_type = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo>]'
 1526 |     __end = __push_back_slow_path(std::move(__x));
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:535:21:   required from 'void testing::internal::ParameterizedTestSuiteInfo<TestSuite>::AddTestPattern(const char*, const char*, testing::internal::TestMetaFactoryBase<typename TestSuite::ParamType>*, testing::internal::CodeLocation) [with TestSuite = MyEnumTest; typename TestSuite::ParamType = MyEnums]'
  535 |     tests_.push_back(std::shared_ptr<TestInfo>(new TestInfo(
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  536 |         test_suite_name, test_base_name, meta_factory, code_location)));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/googletest/googletest/test/googletest-param-test-test.cc:1122:1:   required from here
  460 |       ::testing::UnitTest::GetInstance()                                       \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  461 |           ->parameterized_test_registry()                                      \
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  462 |           .GetTestSuitePatternHolder<test_suite_name>(                         \
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  463 |               GTEST_STRINGIFY_(test_suite_name),                               \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  464 |               ::testing::internal::CodeLocation(__FILE__, __LINE__))           \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  465 |           ->AddTestPattern(                                                    \
      |           ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  466 |               GTEST_STRINGIFY_(test_suite_name), GTEST_STRINGIFY_(test_name),  \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  467 |               new ::testing::internal::TestMetaFactory<GTEST_TEST_CLASS_NAME_( \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  468 |                   test_suite_name, test_name)>(),                              \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  469 |               ::testing::internal::CodeLocation(__FILE__, __LINE__));          \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo> >' {aka 'class std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:416:59: note: 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo> >' {aka 'class std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::TestInfo>'} declared here
  416 | class _LIBCPP_SHARED_PTR_TRIVIAL_ABI _LIBCPP_TEMPLATE_VIS shared_ptr {
      |                                                           ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo>; _Tp = testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42:   required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo; _Allocator = std::__1::allocator<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo>]'
 1052 |   std::__uninitialized_allocator_relocate(
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1053 |       __alloc(), std::__to_address(__begin_), std::__to_address(__end_), std::__to_address(__new_begin));
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1502:29:   required from 'std::__1::vector<_Tp, _Alloc>::pointer std::__1::vector<_Tp, _Alloc>::__push_back_slow_path(_Up&&) [with _Up = testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo; _Tp = testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo; _Allocator = std::__1::allocator<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo>; pointer = testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo*]'
 1502 |   __swap_out_circular_buffer(__v);
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1526:34:   required from 'void std::__1::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo; _Allocator = std::__1::allocator<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo>; value_type = testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo]'
 1526 |     __end = __push_back_slow_path(std::move(__x));
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:544:30:   required from 'int testing::internal::ParameterizedTestSuiteInfo<TestSuite>::AddTestSuiteInstantiation(const std::__1::string&, testing::internal::ParamGenerator<typename TestSuite::ParamType> (*)(), std::__1::string (*)(const testing::TestParamInfo<typename TestSuite::ParamType>&), const char*, int) [with TestSuite = MyEnumTest; std::__1::string = std::__1::basic_string<char>; GeneratorCreationFunc = testing::internal::ParamGenerator<MyEnums>(); ParamNameGeneratorFunc = std::__1::basic_string<char>(const testing::TestParamInfo<MyEnums>&)]'
  544 |     instantiations_.push_back(
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~^
  545 |         InstantiationInfo(instantiation_name, func, name_func, file, line));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/googletest/googletest/test/googletest-param-test-test.cc:1123:1:   required from here
  519 |           ::testing::UnitTest::GetInstance()                                 \
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  520 |               ->parameterized_test_registry()                                \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  521 |               .GetTestSuitePatternHolder<test_suite_name>(                   \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  522 |                   GTEST_STRINGIFY_(test_suite_name),                         \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  523 |                   ::testing::internal::CodeLocation(__FILE__, __LINE__))     \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524 |               ->AddTestSuiteInstantiation(                                   \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  525 |                   GTEST_STRINGIFY_(prefix),                                  \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                   &gtest_##prefix##test_suite_name##_EvalGenerator_,         \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                   &gtest_##prefix##test_suite_name##_EvalGenerateName_,      \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  528 |                   __FILE__, __LINE__)
      |                   ~~~~~~~~~~~~~~~~~~~     
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo>' {aka 'struct testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:639:10: note: 'std::__1::__remove_const_t<testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo>' {aka 'struct testing::internal::ParameterizedTestSuiteInfo<MyEnumTest>::InstantiationInfo'} declared here
  639 |   struct InstantiationInfo {
      |          ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo> >; _Tp = shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo>]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42:   required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo> >]'
 1052 |   std::__uninitialized_allocator_relocate(
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1053 |       __alloc(), std::__to_address(__begin_), std::__to_address(__end_), std::__to_address(__new_begin));
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1502:29:   required from 'std::__1::vector<_Tp, _Alloc>::pointer std::__1::vector<_Tp, _Alloc>::__push_back_slow_path(_Up&&) [with _Up = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo>; _Tp = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo> >; pointer = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo>*]'
 1502 |   __swap_out_circular_buffer(__v);
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1526:34:   required from 'void std::__1::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo> >; value_type = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo>]'
 1526 |     __end = __push_back_slow_path(std::move(__x));
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:535:21:   required from 'void testing::internal::ParameterizedTestSuiteInfo<TestSuite>::AddTestPattern(const char*, const char*, testing::internal::TestMetaFactoryBase<typename TestSuite::ParamType>*, testing::internal::CodeLocation) [with TestSuite = works_here::NotInstantiatedTest; typename TestSuite::ParamType = int]'
  535 |     tests_.push_back(std::shared_ptr<TestInfo>(new TestInfo(
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  536 |         test_suite_name, test_base_name, meta_factory, code_location)));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/googletest/googletest/test/googletest-param-test-test.cc:1141:1:   required from here
  460 |       ::testing::UnitTest::GetInstance()                                       \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  461 |           ->parameterized_test_registry()                                      \
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  462 |           .GetTestSuitePatternHolder<test_suite_name>(                         \
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  463 |               GTEST_STRINGIFY_(test_suite_name),                               \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  464 |               ::testing::internal::CodeLocation(__FILE__, __LINE__))           \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  465 |           ->AddTestPattern(                                                    \
      |           ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  466 |               GTEST_STRINGIFY_(test_suite_name), GTEST_STRINGIFY_(test_name),  \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  467 |               new ::testing::internal::TestMetaFactory<GTEST_TEST_CLASS_NAME_( \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  468 |                   test_suite_name, test_name)>(),                              \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  469 |               ::testing::internal::CodeLocation(__FILE__, __LINE__));          \
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo> >' {aka 'class std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:416:59: note: 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo> >' {aka 'class std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<works_here::NotInstantiatedTest>::TestInfo>'} declared here
  416 | class _LIBCPP_SHARED_PTR_TRIVIAL_ABI _LIBCPP_TEMPLATE_VIS shared_ptr {
      |                                                           ^~~~~~~~~~
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/pkg ---
/workspace/src/usr.sbin/pkg/config.c:681:18: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
  681 |                 r->name = strdup("fallback");
      |                  ^~
/workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc'
  678 |                 struct repository *r = calloc(1, sizeof(r));
      |                                        ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/pkg/config.c:685:18: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
  685 |                 r->url = c[PACKAGESITE].value;
      |                  ^~
/workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc'
  678 |                 struct repository *r = calloc(1, sizeof(r));
      |                                        ^~~~~~~~~~~~~~~~~~~~
In function 'parse_mirror_type',
    inlined from 'config_get_repositories' at /workspace/src/usr.sbin/pkg/config.c:690:4:
/workspace/src/usr.sbin/pkg/config.c:332:24: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
  332 |         r->mirror_type = MIRROR_NONE;
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/workspace/src/usr.sbin/pkg/config.c: In function 'config_get_repositories':
/workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc'
  678 |                 struct repository *r = calloc(1, sizeof(r));
      |                                        ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/pkg/config.c:692:26: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
  692 |                         r->pubkey = c[PUBKEY].value;
      |                          ^~
/workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc'
  678 |                 struct repository *r = calloc(1, sizeof(r));
      |                                        ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/pkg/config.c:694:26: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
  694 |                         r->fingerprints = c[FINGERPRINTS].value;
      |                          ^~
/workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc'
  678 |                 struct repository *r = calloc(1, sizeof(r));
      |                                        ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/pkg/config.c:695:17: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
  695 |                 STAILQ_INSERT_TAIL(&repositories, r, next);
      |                 ^~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc'
  678 |                 struct repository *r = calloc(1, sizeof(r));
      |                                        ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
*** [config.o] Error code 1

make[4]: stopped in /workspace/src/usr.sbin/pkg
1 error

make[4]: stopped in /workspace/src/usr.sbin/pkg

make[3]: stopped in /workspace/src/usr.sbin
--- all_subdir_lib ---

make[5]: stopped in /workspace/src/lib/googletest/tests
--- all_subdir_tests ---

make[5]: stopped in /workspace/src/tests/sys/fs

make[4]: stopped in /workspace/src/tests/sys
--- all_subdir_lib ---

make[2]: stopped in /workspace/src
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ntp ---
--- all_subdir_usr.sbin/ntp/libntpevent ---

make[4]: stopped in /workspace/src/usr.sbin/ntp
--- all_subdir_usr.sbin/ntp/libntp ---

make[4]: stopped in /workspace/src/usr.sbin/ntp

make[3]: stopped in /workspace/src/usr.sbin

make[2]: stopped in /workspace/src
--- all_subdir_tests ---

make[3]: stopped in /workspace/src/tests

make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---

make[2]: stopped in /workspace/src
      354.47 real      2314.03 user       211.67 sys

make[1]: stopped in /workspace/src

make: stopped 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-stable-14-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins14544785158266542531.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-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 address