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

From: <jenkins-admin_at_FreeBSD.org>
Date: Tue, 18 Mar 2025 18:05:57 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #86 (872c817d52d9a4e46cf3b9d34169c310fdccc91b) - Still Failing

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

b9296d4d85bbc4f84c21615e760c5e12d1c81406 by imp:
g_dev_orphan(): Return early if the device is already gone

8130722962610736ea41911a5e24a17bf1bc444e by imp:
posix: POSIX-1.2008 moved SA_* from XSI to base standard

81eb546b4e146f2080096128858505773593ef82 by emaste:
keymaps: Add Canadian Mulitlingual Standard

7215aed7974cc4b7d3197ca5e5fcf545d3a28c0f by kevans:
kern: wg: remove overly-restrictive address family check

fa301530e0ca3a762c5dbf0bb8f3411ea5ba0e13 by khng:
arm64: bus: Add 36-bit address mask for use in bus space allocations

4fd560bc94f0f6f070aeab9183c680a796450f22 by michaelo:
caroot: Ignore soft distrust of server CA certificates after 398 days

1245f6e34884699b6bb2a2e9f414d58ac8585034 by michaelo:
sh(1): Replace recommendation of use of -e with a note

40a8746a775cecbfb0b89536a977dff2391380e7 by igoro:
kyua: Pass unprivileged user config prop to ATF using all known names

afec5d1968e49f12ea368970a889062a8610c7ed by ziaee:
ObsoleteFiles: Remove if_rtwn.4 removal

eae0129ba7d0d69acf541da28e58f8035c411f31 by kib:
mb_unmapped_to_ext(): fix m_free()/m_freem() use

9de58ca100ca37a3ef544f5734a30256efec4333 by kib:
ip_output(): if mb_unmapped_to_ext() failed, return directly

be425fcdc63c208ba3ede7a9179529699e5e0e08 by kib:
ip_output(): style

33529d6ad44dd28bb29b17c76abf6ff2fea5844a by christos:
sound: Refactor the format conversion framework

d8c3c6752bf874bb193ed7948e17946430912c23 by christos:
sound: Turn clamp macros into a function

b2adb71308af7bdbcfe95504525bb9c26b73d153 by christos:
sound: Remove macro magic from pcm/feeder_eq.c

a25f84cf091042fa528706099b41c8994a0637a4 by christos:
sound: Remove macro magic from pcm/feeder_matrix.c

15dc84ba5f509a3aba0a3454c13207926b8ba2c5 by christos:
sound: Remove feed_matrix_apply_generic()

a33356100b850d79d11b3630fda2b421f1ccba8d by christos:
sound: Simplify pcm/feeder_mixer.c

42889e8e2f1a6d0892923ab87ea59f3cf6ec9a48 by christos:
sound: Take dsp_cdevsw out of header file

31ddfe9d9cf4a7bdd724ffc6c0efe88587759186 by christos:
sound: Retire SD_F_AUTOVCHAN

65dec169468cef17fcda8e7e72a460c1df2a630f by christos:
sound: Make dev.pcm.X.mode dynamic

caa06360e6553881f695d47de21b7f73b5be1d98 by christos:
sound: Update COPYRIGHT notices

4ed0ca91a309bcddb38881d038836bb21fbd8ca7 by christos:
sound: Make feed_mixer_apply() __always_inline

8a78a9aa99d9bed91bc2bd8084a632d7ae8bac3d by kib:
mlx5: Fix BlueField-4 device description

64610df59348c5f72fcca56b46a4a2909b41c471 by whu:
mana: remove redundant doorbell in mana_poll_rx_cq()

01ade56eba148f9fbd33eb541d9bc8bdb3bd90a2 by ae:
routing: do not allow PINNED routes to be overriden

235fe911df596333ea63152baa7ec4eecdeb7d12 by christos:
include: add a userland version of __assert_unreachable

872c817d52d9a4e46cf3b9d34169c310fdccc91b by emaste:
linuxkpi: Correct DIV_ROUND_DOWN_ULL



The end of the build log:

[...truncated 99.56 MiB...]
      | ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atomic_impl.h:123:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  123 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_exchange(__cxx_atomic_base_impl<_Tp>* __a, _Tp __value, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atomic_impl.h:115:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  115 | __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp __value, memory_order __order) {
      | ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atomic_impl.h:107:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  107 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atomic_impl.h:88:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   88 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const volatile __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:272:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  272 | _LIBCPP_HIDE_FROM_ABI void __libcpp_operator_delete(_Args... __args) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:293:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  293 | _LIBCPP_HIDE_FROM_ABI void __do_deallocate_handle_size(void* __ptr, size_t __size, _Args... __args) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:263:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  263 | _LIBCPP_HIDE_FROM_ABI void* __libcpp_operator_new(_Args... __args) {
      |                             ^~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.sbin ---
--- sha1.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.sha1.pieo -MTsha1.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/sha1.c -o sha1.pieo
--- sockaddr.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.sockaddr.pieo -MTsockaddr.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/sockaddr.c -o sockaddr.pieo
--- msgcat.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.msgcat.pieo -MTmsgcat.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/nls/msgcat.c -o msgcat.pieo
--- condition.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.condition.pieo -MTcondition.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/pthreads/condition.c -o condition.pieo
--- thread.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.thread.pieo -MTthread.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/pthreads/thread.c -o thread.pieo
--- mutex.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.mutex.pieo -MTmutex.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/pthreads/mutex.c -o mutex.pieo
--- dir.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.dir.pieo -MTdir.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/unix/dir.c -o dir.pieo
--- errno2result.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.errno2result.pieo -MTerrno2result.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/unix/errno2result.c -o errno2result.pieo
--- file.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.file.pieo -MTfile.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/unix/file.c -o file.pieo
--- interfaceiter.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.interfaceiter.pieo -MTinterfaceiter.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/unix/interfaceiter.c -o interfaceiter.pieo
--- net.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.net.pieo -MTnet.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/unix/net.c -o net.pieo
--- stdio.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.stdio.pieo -MTstdio.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/unix/stdio.c -o stdio.pieo
--- stdtime.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.stdtime.pieo -MTstdtime.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/unix/stdtime.c -o stdtime.pieo
--- strerror.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.strerror.pieo -MTstrerror.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/unix/strerror.c -o strerror.pieo
--- time.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.time.pieo -MTtime.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/unix/time.c -o time.pieo
--- tsmemcmp.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.tsmemcmp.pieo -MTtsmemcmp.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/libntp/lib/isc/tsmemcmp.c -o tsmemcmp.pieo
--- version.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.version.pieo -MTversion.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c version.c -o version.pieo
--- libntp.a ---
Building static ntp library
/usr/local/x86_64-unknown-freebsd14.1/bin/ar -crsD libntp.a systime.o a_md5encrypt.o adjtime.o atoint.o atolfp.o atouint.o audio.o authkeys.o authreadkeys.o authusekey.o bsd_strerror.o buftvtots.o caljulian.o caltontp.o calyearstart.o clocktime.o clocktypes.o decodenetnum.o dofptoa.o dolfptoa.o emalloc.o findconfig.o getopt.o hextoint.o hextolfp.o humandate.o icom.o iosignal.o is_ip_address.o lib_strbuf.o libssl_compat.o machines.o mktime.o modetoa.o mstolfp.o msyslog.o netof.o ntp_calendar.o ntp_calgps.o ntp_crypto_rnd.o ntp_intres.o ntp_libopts.o ntp_lineedit.o ntp_random.o ntp_rfc2553.o ntp_realpath.o ntp_worker.o numtoa.o octtoint.o prettydate.o recvbuff.o refidsmear.o refnumtoa.o snprintf.o socket.o socktoa.o socktohost.o ssl_init.o statestr.o strdup.o strl_obsd.o syssignal.o timespecops.o timetoa.o timevalops.o timexsup.o uglydate.o vint64ops.o work_fork.o work_thread.o xsbprintf.o ymd2yd.o assertions.o buffer.o backtrace-emptytbl.o backtrace.o error.o event.o inet_ntop.o inet_pton.o lib.o log.o md5.o netaddr.o netscope.o ondestroy.o random.o result.o task.o sha1.o sockaddr.o msgcat.o condition.o thread.o mutex.o dir.o errno2result.o file.o interfaceiter.o net.o stdio.o stdtime.o strerror.o time.o tsmemcmp.o version.o  
--- libntp_pie.a ---
Building pie ntp library
/usr/local/x86_64-unknown-freebsd14.1/bin/ar -crsD libntp_pie.a systime.pieo a_md5encrypt.pieo adjtime.pieo atoint.pieo atolfp.pieo atouint.pieo audio.pieo authkeys.pieo authreadkeys.pieo authusekey.pieo bsd_strerror.pieo buftvtots.pieo caljulian.pieo caltontp.pieo calyearstart.pieo clocktime.pieo clocktypes.pieo decodenetnum.pieo dofptoa.pieo dolfptoa.pieo emalloc.pieo findconfig.pieo getopt.pieo hextoint.pieo hextolfp.pieo humandate.pieo icom.pieo iosignal.pieo is_ip_address.pieo lib_strbuf.pieo libssl_compat.pieo machines.pieo mktime.pieo modetoa.pieo mstolfp.pieo msyslog.pieo netof.pieo ntp_calendar.pieo ntp_calgps.pieo ntp_crypto_rnd.pieo ntp_intres.pieo ntp_libopts.pieo ntp_lineedit.pieo ntp_random.pieo ntp_rfc2553.pieo ntp_realpath.pieo ntp_worker.pieo numtoa.pieo octtoint.pieo prettydate.pieo recvbuff.pieo refidsmear.pieo refnumtoa.pieo snprintf.pieo socket.pieo socktoa.pieo socktohost.pieo ssl_init.pieo statestr.pieo strdup.pieo strl_obsd.pieo syssignal.pieo timespecops.pieo timetoa.pieo timevalops.pieo timexsup.pieo uglydate.pieo vint64ops.pieo work_fork.pieo work_thread.pieo xsbprintf.pieo ymd2yd.pieo assertions.pieo buffer.pieo backtrace-emptytbl.pieo backtrace.pieo error.pieo event.pieo inet_ntop.pieo inet_pton.pieo lib.pieo log.pieo md5.pieo netaddr.pieo netscope.pieo ondestroy.pieo random.pieo result.pieo task.pieo sha1.pieo sockaddr.pieo msgcat.pieo condition.pieo thread.pieo mutex.pieo dir.pieo errno2result.pieo file.pieo interfaceiter.pieo net.pieo stdio.pieo stdtime.pieo strerror.pieo time.pieo tsmemcmp.pieo version.pieo 
--- all_subdir_usr.sbin/ntp/ntpd ---
===> usr.sbin/ntp/ntpd (all)
--- all_subdir_lib ---
--- all_subdir_lib/googletest/tests/gtest_main ---
--- gtest_unittest ---
--- gtest_unittest ---
/usr/local/bin/x86_64-unknown-freebsd14.1-g++14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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=c++14 -Wno-deprecated-copy -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference  -Wl,-zrelro -pie -Wl,-znoexecstack -o gtest_unittest  gtest_unittest.o -lprivategtest_main -lprivategtest  -lpthread
--- all_subdir_usr.sbin ---
--- version.c ---
sh -e /workspace/src/usr.sbin/ntp/scripts/mkver ntpd
Version <ntpd 4.2.8p18-a (1)>
--- .depend ---
echo ntpd.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/usr.sbin/ntp/libparse/libparse_pie.a /tmp/obj/workspace/src/amd64.amd64/usr.sbin/ntp/libntp/libntp_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libm.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libmd.a /tmp/obj/workspace/src/amd64.amd64/usr.sbin/ntp/libopts/libopts_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libpthread.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libcrypto.a >> .depend
--- cmd_args.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -I/workspace/src/contrib/ntp/ntpd  -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -fPIE -g -MD  -MF.depend.cmd_args.o -MTcmd_args.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/ntpd/cmd_args.c -o cmd_args.o
--- ntp_clockdev.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -I/workspace/src/contrib/ntp/ntpd  -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -fPIE -g -MD  -MF.depend.ntp_clockdev.o -MTntp_clockdev.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/ntpd/ntp_clockdev.c -o ntp_clockdev.o
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/clang ---
--- all_subdir_usr.bin/clang/llvm-readobj ---
--- WindowsResourceDumper.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-g++14  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/llvm-readobj -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DNDEBUG -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd14.2\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd14.2\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.WindowsResourceDumper.o -MTWindowsResourceDumper.o -Wno-format-zero-length -fstack-protector-strong -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 -Wno-address-of-packed-member  -fno-exceptions -fno-rtti -std=c++17 -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference      -c /workspace/src/contrib/llvm-project/llvm/tools/llvm-readobj/WindowsResourceDumper.cpp -o WindowsResourceDumper.o
--- all_subdir_usr.sbin ---
--- ntp_config.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -I/workspace/src/contrib/ntp/ntpd  -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -fPIE -g -MD  -MF.depend.ntp_config.o -MTntp_config.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/ntpd/ntp_config.c -o ntp_config.o
--- ntp_control.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -I/workspace/src/contrib/ntp/ntpd  -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -fPIE -g -MD  -MF.depend.ntp_control.o -MTntp_control.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/ntpd/ntp_control.c -o ntp_control.o
--- all_subdir_tests ---
--- read ---
--- read.full ---
/usr/local/bin/x86_64-unknown-freebsd14.1-g++14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -fPIE -g -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -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/workspace/src/tests -I/workspace/src/sys/fs/fuse -I/workspace/src/sbin/mount -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 -fPIE -std=c++14 -Wno-class-memaccess -Wno-deprecated-copy -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference -Wno-placement-new -Wno-attributes -Wno-unused-but-set-variable  -Wl,-zrelro -pie -Wl,-znoexecstack -o read.full  read.o getmntopts.o mockfs.o utils.o  -lprivategmock -lprivategtest -lprivategtest  -lutil -lpthread
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/pkg ---
===> usr.sbin/pkg (all)
--- .depend ---
echo pkg.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libarchive.a /tmp/obj/workspace/src/amd64.amd64/lib/libder/libder_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libfetch.a /tmp/obj/workspace/src/amd64.amd64/secure/lib/libpkgecc/libpkgecc_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateucl.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libcrypto.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libssl.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libmd.a >> .depend
--- pkg.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -I/workspace/src/contrib/libucl/include -I/workspace/src/contrib/libder/libder -I/workspace/src/crypto/libecc/include   -fPIE -g -MD  -MF.depend.pkg.o -MTpkg.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -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       -c /workspace/src/usr.sbin/pkg/pkg.c -o pkg.o
--- all_subdir_tests ---
--- read.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug read.full read.debug
--- read ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=read.debug  read.full read
--- all_subdir_usr.sbin ---
/workspace/src/usr.sbin/pkg/pkg.c:961:19: warning: 'args_add_message' defined but not used [-Wunused-const-variable=]
  961 | static const char args_add_message[] =
      |                   ^~~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/clang/lld ---
--- ELF/Arch/AVR.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-g++14  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -I/workspace/src/contrib/llvm-project/lld/ELF -I/workspace/src/contrib/llvm-project/lld/include -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/lld -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/sys/contrib/zstd/lib -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DNDEBUG -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd14.2\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd14.2\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.ELF_Arch_AVR.o -MTELF/Arch/AVR.o -Wno-format-zero-length -fstack-protector-strong -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 -Wno-address-of-packed-member  -fno-exceptions -fno-rtti -std=c++17 -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference      -c /workspace/src/contrib/llvm-project/lld/ELF/Arch/AVR.cpp -o ELF/Arch/AVR.o
--- all_subdir_usr.sbin ---
/workspace/src/usr.sbin/pkg/pkg.c: In function 'fetch_to_fd':
/workspace/src/usr.sbin/pkg/pkg.c:293:47: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size between 246 and 262 [-Wformat-truncation=]
  293 |                                     "_%s._tcp.%s", u->scheme, u->host);
      |                                               ^~
/workspace/src/usr.sbin/pkg/pkg.c:292:33: note: 'snprintf' output between 8 and 280 bytes into a destination of size 269
  292 |                                 snprintf(zone, sizeof(zone),
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  293 |                                     "_%s._tcp.%s", u->scheme, u->host);
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_lib ---
--- all_subdir_lib/libnv ---
In function 'constexpr size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]',
    inlined from 'static constexpr 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:129: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:619: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:64:26: warning: argument 1 null where non-null expected [-Wnonnull]
   64 |   return __builtin_strlen(reinterpret_cast<const char*>(__str));
      |          ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:64:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)'
In function 'constexpr size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]',
    inlined from 'static constexpr 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:129: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:619: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:64:26: warning: argument 1 null where non-null expected [-Wnonnull]
   64 |   return __builtin_strlen(reinterpret_cast<const char*>(__str));
      |          ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:64:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)'
In function 'constexpr size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]',
    inlined from 'static constexpr 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:129: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:619: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:64:26: warning: argument 1 null where non-null expected [-Wnonnull]
   64 |   return __builtin_strlen(reinterpret_cast<const char*>(__str));
      |          ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:64:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)'
--- all_subdir_usr.sbin ---
--- rsa.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -I/workspace/src/contrib/libucl/include -I/workspace/src/contrib/libder/libder -I/workspace/src/crypto/libecc/include   -fPIE -g -MD  -MF.depend.rsa.o -MTrsa.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -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       -c /workspace/src/usr.sbin/pkg/rsa.c -o rsa.o
--- dns_utils.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -I/workspace/src/contrib/libucl/include -I/workspace/src/contrib/libder/libder -I/workspace/src/crypto/libecc/include   -fPIE -g -MD  -MF.depend.dns_utils.o -MTdns_utils.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -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       -c /workspace/src/usr.sbin/pkg/dns_utils.c -o dns_utils.o
--- config.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -I/workspace/src/contrib/libucl/include -I/workspace/src/contrib/libder/libder -I/workspace/src/crypto/libecc/include   -fPIE -g -MD  -MF.depend.config.o -MTconfig.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -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       -c /workspace/src/usr.sbin/pkg/config.c -o config.o
In file included from /workspace/src/usr.sbin/pkg/config.c:31:
/workspace/src/usr.sbin/pkg/config.c: In function 'config_get_repositories':
/workspace/src/usr.sbin/pkg/config.c:676:13: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
  676 |         if (STAILQ_EMPTY(&repositories)) {
      |             ^~~~~~~~~~~~
/workspace/src/usr.sbin/pkg/config.c:678:40: error: allocation of insufficient size '8' for type 'struct repository' with size '48' [-Werror=alloc-size]
  678 |                 struct repository *r = calloc(1, sizeof(r));
      |                                        ^~~~~~
--- all_subdir_usr.sbin/ntp ---
--- ntp_crypto.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -I/workspace/src/contrib/ntp/ntpd  -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -fPIE -g -MD  -MF.depend.ntp_crypto.o -MTntp_crypto.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -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 -Wno-address-of-packed-member      -c /workspace/src/contrib/ntp/ntpd/ntp_crypto.c -o ntp_crypto.o
--- 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
--- all_subdir_tests ---

make[5]: stopped in /workspace/src/tests/sys/fs
--- all_subdir_usr.sbin ---

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

make[4]: stopped in /workspace/src/tests/sys
--- all_subdir_usr.bin ---

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

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

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

make[2]: stopped in /workspace/src
      453.68 real      2886.76 user       240.81 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/jenkins5307067810920797961.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