FreeBSD-stable-14-amd64-gcc14_build - Build #1250 - Still Failing
- In reply to: jenkins-admin_a_FreeBSD.org: "FreeBSD-stable-14-amd64-gcc14_build - Build #1249 - Failure"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Aug 2026 11:22:27 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #1250 (71ac7ff5d6f97d0f49b72922bcaca191ff7677d2) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1250/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1250/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1250/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)
82255ae9139995c0597246b90c90ba4cf955d3ed by kp:
pf: check if a group has a kif before dereferencing it
71ac7ff5d6f97d0f49b72922bcaca191ff7677d2 by kp:
pf: attempt to handle overlapping group and interface names
The end of the build log:
[...truncated 104.39 MiB...]
| ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:79:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
79 | __cxx_atomic_store(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp __val, memory_order __order) {
| ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:124:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
124 | _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/support/gcc.h:116:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
116 | __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/support/gcc.h:108:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
108 | _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/support/gcc.h:89:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
89 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const volatile __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) {
| ^~~~~~~~~~~~~~~~~
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/sys ---
--- .depend.getgroups_test ---
echo getgroups_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.getgroups_test
--- t_getgroups.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.getgroups_test.t_getgroups.pieo -MTt_getgroups.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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/netbsd-tests/lib/libc/sys/t_getgroups.c -o t_getgroups.pieo
--- all_subdir_lib/libc/tests/string ---
--- strlen_test.debug ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --only-keep-debug strlen_test.full strlen_test.debug
--- strlen_test ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --strip-debug --add-gnu-debuglink=strlen_test.debug strlen_test.full strlen_test
--- strpbrk_test ---
(cd /workspace/src/lib/libc/tests/string && DEPENDFILE=.depend.strpbrk_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/string/Makefile _RECURSING_PROGS=t PROG=strpbrk_test )
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/fifolog ---
--- getdate.pieo ---
--- all_subdir_lib ---
--- .depend.strpbrk_test ---
--- all_subdir_usr.sbin ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/usr.sbin/fifolog/lib -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.getdate.pieo -MTgetdate.pieo -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-funct--- all_subdir_lib ---
echo strpbrk_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.strpbrk_test
--- all_subdir_usr.sbin ---
ion -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 getdate.c -o getdate.pieo
--- all_subdir_lib ---
--- t_strpbrk.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -fno-builtin -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.strpbrk_test.t_strpbrk.pieo -MTt_strpbrk.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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/netbsd-tests/lib/libc/string/t_strpbrk.c -o t_strpbrk.pieo
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/fstyp ---
--- hammer.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -DWITH_ICONV -DHAVE_ZFS -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.hammer.pieo -MThammer.pieo -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 -Wno-unknown-pragmas -I/workspace/src/sys -c /workspace/src/usr.sbin/fstyp/hammer.c -o hammer.pieo
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/sys ---
--- all_subdir_lib/libc/tests/string ---
--- strpbrk_test.full ---
--- all_subdir_lib/libc/tests/sys ---
--- getgroups_test.full ---
--- all_subdir_lib/libc/tests/string ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -fno-builtin -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o strpbrk_test.full t_strpbrk.pieo -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_lib/libc/tests/sys ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o getgroups_test.full t_getgroups.pieo -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- getgroups_test.debug ---
--- all_subdir_lib/libc/tests/string ---
--- strpbrk_test.debug ---
--- all_subdir_lib/libc/tests/sys ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --only-keep-debug getgroups_test.full getgroups_test.debug
--- all_subdir_lib/libc/tests/string ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --only-keep-debug strpbrk_test.full strpbrk_test.debug
--- all_subdir_lib/libc/tests/sys ---
--- getgroups_test ---
--- all_subdir_lib/libc/tests/string ---
--- strpbrk_test ---
--- all_subdir_lib/libc/tests/sys ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --strip-debug --add-gnu-debuglink=getgroups_test.debug getgroups_test.full getgroups_test
--- all_subdir_lib/libc/tests/string ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --strip-debug --add-gnu-debuglink=strpbrk_test.debug strpbrk_test.full strpbrk_test
--- all_subdir_lib/libc/tests/sys ---
--- getitimer_test ---
--- all_subdir_lib/libc/tests/string ---
--- strrchr_test ---
--- all_subdir_lib/libc/tests/sys ---
(cd /workspace/src/lib/libc/tests/sys && DEPENDFILE=.depend.getitimer_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/sys/Makefile _RECURSING_PROGS=t PROG=getitimer_test )
--- all_subdir_lib/libc/tests/string ---
(cd /workspace/src/lib/libc/tests/string && DEPENDFILE=.depend.strrchr_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/string/Makefile _RECURSING_PROGS=t PROG=strrchr_test )
--- .depend.strrchr_test ---
echo strrchr_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.strrchr_test
--- t_strrchr.pieo ---
--- all_subdir_lib/libc/tests/sys ---
--- .depend.getitimer_test ---
--- all_subdir_lib/libc/tests/string ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -fno-builtin -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.strrchr_test.t_strrchr.pieo -MTt_strrchr.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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/netbsd-tests/lib/libc/string/t_strrchr.c -o t_strrchr.pieo
--- all_subdir_lib/libc/tests/sys ---
echo getitimer_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.getitimer_test
--- t_getitimer.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.getitimer_test.t_getitimer.pieo -MTt_getitimer.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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/netbsd-tests/lib/libc/sys/t_getitimer.c -o t_getitimer.pieo
--- all_subdir_sbin ---
--- ipmon_l.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -DLOGFAC=LOG_LOCAL0 -I. -Wno-error=unused-but-set-variable -I/workspace/src/sys -I/workspace/src/sys/netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE -DUSE_INET6 -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.ipmon_l.pieo -MTipmon_l.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-format -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 ipmon_l.c -o ipmon_l.pieo
--- all_subdir_usr.sbin ---
--- hammer2.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -DWITH_ICONV -DHAVE_ZFS -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.hammer2.pieo -MThammer2.pieo -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 -Wno-unknown-pragmas -I/workspace/src/sys -c /workspace/src/usr.sbin/fstyp/hammer2.c -o hammer2.pieo
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/string ---
--- strrchr_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -fno-builtin -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o strrchr_test.full t_strrchr.pieo -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- strrchr_test.debug ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --only-keep-debug strrchr_test.full strrchr_test.debug
--- strrchr_test ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --strip-debug --add-gnu-debuglink=strrchr_test.debug strrchr_test.full strrchr_test
--- swab_test ---
(cd /workspace/src/lib/libc/tests/string && DEPENDFILE=.depend.swab_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/string/Makefile _RECURSING_PROGS=t PROG=swab_test )
--- all_subdir_lib/libc/tests/sys ---
--- getitimer_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o getitimer_test.full t_getitimer.pieo -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_sbin ---
--- all_subdir_sbin/ipfw ---
cc1: all warnings being treated as errors
--- all_subdir_sbin/ipf ---
ipmon_l.c: In function 'ipmon_yylex':
ipmon_l.c:451:43: warning: argument to 'sizeof' in 'snprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
451 | snprintf(s, sizeof(s), "%d", priornum);
| ^
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/string ---
--- .depend.swab_test ---
echo swab_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.swab_test
--- t_swab.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -fno-builtin -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.swab_test.t_swab.pieo -MTt_swab.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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/netbsd-tests/lib/libc/string/t_swab.c -o t_swab.pieo
--- all_subdir_lib/libc/tests/sys ---
--- getitimer_test.debug ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --only-keep-debug getitimer_test.full getitimer_test.debug
--- getitimer_test ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --strip-debug --add-gnu-debuglink=getitimer_test.debug getitimer_test.full getitimer_test
--- all_subdir_sbin ---
--- all_subdir_sbin/ipfw ---
*** [ipfw2.pieo] Error code 1
make[4]: stopped making "all" in /workspace/src/sbin/ipfw
make[4]: 1 error
make[4]: stopped making "all" in /workspace/src/sbin/ipfw
make[3]: stopped making "all" in /workspace/src/sbin
--- all_subdir_lib ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/sys
make[5]: stopped making "all" in /workspace/src/lib/libc/tests
--- all_subdir_usr.sbin ---
make[3]: stopped making "all" in /workspace/src/usr.sbin
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/string ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/string
make[5]: stopped making "all" in /workspace/src/lib/libc/tests
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/fifolog ---
make[4]: stopped making "all" in /workspace/src/usr.sbin/fifolog
make[3]: stopped making "all" in /workspace/src/usr.sbin
make[2]: stopped making "all" in /workspace/src
--- all_subdir_rescue ---
make[5]: stopped making "objs" in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue
*** [objs] Error code 2
make[4]: stopped making "all" in /workspace/src/rescue/rescue
make[4]: 1 error
make[4]: stopped making "all" in /workspace/src/rescue/rescue
make[3]: stopped making "all" in /workspace/src/rescue
make[2]: stopped making "all" in /workspace/src
--- all_subdir_usr.bin ---
make[3]: stopped making "all" in /workspace/src/usr.bin
make[2]: stopped making "all" in /workspace/src
--- all_subdir_sbin ---
--- all_subdir_sbin/ipf ---
make[4]: stopped making "all" in /workspace/src/sbin/ipf
make[3]: stopped making "all" in /workspace/src/sbin
make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/net ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/net
--- all_subdir_lib/libc/tests/stdlib ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/stdlib
make[5]: stopped making "all" in /workspace/src/lib/libc/tests
--- all_subdir_cddl ---
make[6]: stopped making "all" in /workspace/src/cddl/usr.sbin/zfsd/tests
make[5]: stopped making "all" in /workspace/src/cddl/usr.sbin/zfsd
make[4]: stopped making "all" in /workspace/src/cddl/usr.sbin
make[3]: stopped making "all" in /workspace/src/cddl
make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/net ---
--- link_addr_test ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/net
make[5]: stopped making "all" in /workspace/src/lib/libc/tests
make[4]: stopped making "all" in /workspace/src/lib/libc
make[3]: stopped making "all" in /workspace/src/lib
make[2]: stopped making "all" in /workspace/src
199.59 real 1242.45 user 117.36 sys
make[1]: stopped making "buildworld" in /workspace/src
make: stopped making "buildworld" in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-stable-14-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins7831155561912168708.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