FreeBSD-stable-14-amd64-gcc14_build - Build #1018 - Still Failing
Date: Wed, 15 Apr 2026 11:44:31 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #1018 (ab57518e50d9b711a65fa6a843dd851ee170aee3) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1018/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1018/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1018/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)
2620eb7a3d42c56a0dc681c48475ebd84be18283 by michaelo:
daemon(8): Add "--output-file -o" to list of options enabling
ab57518e50d9b711a65fa6a843dd851ee170aee3 by des:
sys/abi_types.h: Stick with 32-bit time32_t
The end of the build log:
[...truncated 56.74 MiB...]
330 | GET_BIT(BZ_X_CODING_3, uc);
| ^~~~~~~
/workspace/src/contrib/bzip2/decompress.c:88:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
88 | zn = gMinlen; \
| ~~~^~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:379:7: note: in expansion of macro 'GET_MTF_VAL'
379 | GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym);
| ^~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:89:4: note: in expansion of macro 'GET_BITS'
89 | GET_BITS(label1, zvec, zn); \
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:379:7: note: in expansion of macro 'GET_MTF_VAL'
379 | GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym);
| ^~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:94:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
94 | zn++; \
| ~~^~
/workspace/src/contrib/bzip2/decompress.c:379:7: note: in expansion of macro 'GET_MTF_VAL'
379 | GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym);
| ^~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:71:4: note: in expansion of macro 'GET_BITS'
71 | GET_BITS(lll,uuu,1)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:95:7: note: in expansion of macro 'GET_BIT'
95 | GET_BIT(label2, zj); \
| ^~~~~~~
/workspace/src/contrib/bzip2/decompress.c:379:7: note: in expansion of macro 'GET_MTF_VAL'
379 | GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym);
| ^~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:88:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
88 | zn = gMinlen; \
| ~~~^~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:489:13: note: in expansion of macro 'GET_MTF_VAL'
489 | GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym);
| ^~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:89:4: note: in expansion of macro 'GET_BITS'
89 | GET_BITS(label1, zvec, zn); \
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:489:13: note: in expansion of macro 'GET_MTF_VAL'
489 | GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym);
| ^~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:94:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
94 | zn++; \
| ~~^~
/workspace/src/contrib/bzip2/decompress.c:489:13: note: in expansion of macro 'GET_MTF_VAL'
489 | GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym);
| ^~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:71:4: note: in expansion of macro 'GET_BITS'
71 | GET_BITS(lll,uuu,1)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:95:7: note: in expansion of macro 'GET_BIT'
95 | GET_BIT(label2, zj); \
| ^~~~~~~
/workspace/src/contrib/bzip2/decompress.c:489:13: note: in expansion of macro 'GET_MTF_VAL'
489 | GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym);
| ^~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:591:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
591 | if (uc != 0x72) RETURN(BZ_DATA_ERROR);
| ^
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:68:4: note: in expansion of macro 'GET_BITS'
68 | GET_BITS(lll,uuu,8)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:592:7: note: in expansion of macro 'GET_UCHAR'
592 | GET_UCHAR(BZ_X_ENDHDR_3, uc);
| ^~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:593:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
593 | if (uc != 0x45) RETURN(BZ_DATA_ERROR);
| ^
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:68:4: note: in expansion of macro 'GET_BITS'
68 | GET_BITS(lll,uuu,8)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:594:7: note: in expansion of macro 'GET_UCHAR'
594 | GET_UCHAR(BZ_X_ENDHDR_4, uc);
| ^~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:595:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
595 | if (uc != 0x38) RETURN(BZ_DATA_ERROR);
| ^
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:68:4: note: in expansion of macro 'GET_BITS'
68 | GET_BITS(lll,uuu,8)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:596:7: note: in expansion of macro 'GET_UCHAR'
596 | GET_UCHAR(BZ_X_ENDHDR_5, uc);
| ^~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:597:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
597 | if (uc != 0x50) RETURN(BZ_DATA_ERROR);
| ^
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:68:4: note: in expansion of macro 'GET_BITS'
68 | GET_BITS(lll,uuu,8)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:598:7: note: in expansion of macro 'GET_UCHAR'
598 | GET_UCHAR(BZ_X_ENDHDR_6, uc);
| ^~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:601:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
601 | s->storedCombinedCRC = 0;
| ~~~~~~~~~~~~~~~~~~~~~^~~
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:68:4: note: in expansion of macro 'GET_BITS'
68 | GET_BITS(lll,uuu,8)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:602:7: note: in expansion of macro 'GET_UCHAR'
602 | GET_UCHAR(BZ_X_CCRC_1, uc);
| ^~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:603:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
603 | s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:68:4: note: in expansion of macro 'GET_BITS'
68 | GET_BITS(lll,uuu,8)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:604:7: note: in expansion of macro 'GET_UCHAR'
604 | GET_UCHAR(BZ_X_CCRC_2, uc);
| ^~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:605:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
605 | s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:68:4: note: in expansion of macro 'GET_BITS'
68 | GET_BITS(lll,uuu,8)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:606:7: note: in expansion of macro 'GET_UCHAR'
606 | GET_UCHAR(BZ_X_CCRC_3, uc);
| ^~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:607:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
607 | s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:44:4: note: here
44 | case lll: s->state = lll; \
| ^~~~
/workspace/src/contrib/bzip2/decompress.c:68:4: note: in expansion of macro 'GET_BITS'
68 | GET_BITS(lll,uuu,8)
| ^~~~~~~~
/workspace/src/contrib/bzip2/decompress.c:608:7: note: in expansion of macro 'GET_UCHAR'
608 | GET_UCHAR(BZ_X_CCRC_4, uc);
| ^~~~~~~~~
--- lib/libnv__L ---
--- nvlist.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 -march=i686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCOMPAT=\"32\" -DCOMPAT_libcompat=\"32\" -DCOMPAT_LIB32 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32 -fpic -DPIC -O2 -pipe -fno-common -I/workspace/src/lib/libnv -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.nvlist.pico -MTnvlist.pico -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-error=overflow -Wno-return-type -c /workspace/src/sys/contrib/libnv/nvlist.c -o nvlist.pico
--- lib/libgssapi__L ---
--- gss_names.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 -march=i686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCOMPAT=\"32\" -DCOMPAT_libcompat=\"32\" -DCOMPAT_LIB32 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32 -O2 -pipe -fno-common -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.gss_names.o -MTgss_names.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-error=overflow -Wno-return-type -c /workspace/src/lib/libgssapi/gss_names.c -o gss_names.o
--- gss_oid_to_str.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 -march=i686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCOMPAT=\"32\" -DCOMPAT_libcompat=\"32\" -DCOMPAT_LIB32 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32 -O2 -pipe -fno-common -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.gss_oid_to_str.o -MTgss_oid_to_str.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-error=overflow -Wno-return-type -c /workspace/src/lib/libgssapi/gss_oid_to_str.c -o gss_oid_to_str.o
--- gss_pname_to_uid.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 -march=i686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCOMPAT=\"32\" -DCOMPAT_libcompat=\"32\" -DCOMPAT_LIB32 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32 -O2 -pipe -fno-common -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.gss_pname_to_uid.o -MTgss_pname_to_uid.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-error=overflow -Wno-return-type -c /workspace/src/lib/libgssapi/gss_pname_to_uid.c -o gss_pname_to_uid.o
--- gss_process_context_token.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 -march=i686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCOMPAT=\"32\" -DCOMPAT_libcompat=\"32\" -DCOMPAT_LIB32 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32 -O2 -pipe -fno-common -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.gss_process_context_token.o -MTgss_process_context_token.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-error=overflow -Wno-return-type -c /workspace/src/lib/libgssapi/gss_process_context_token.c -o gss_process_context_token.o
--- lib/libelf__L ---
--- elf_update.o ---
cc1: all warnings being treated as errors
*** [elf_update.o] Error code 1
make[4]: stopped making "all" in /workspace/src/lib/libelf
make[4]: 1 error
make[4]: stopped making "all" in /workspace/src/lib/libelf
make[3]: stopped making "_prebuild_libs" in /workspace/src
--- lib/libgssapi__L ---
make[3]: stopped making "_prebuild_libs" in /workspace/src
--- lib/libmd__L ---
make[3]: stopped making "_prebuild_libs" in /workspace/src
--- lib/libcrypt__L ---
make[3]: stopped making "_prebuild_libs" in /workspace/src
--- lib/libnv__L ---
make[3]: stopped making "_prebuild_libs" in /workspace/src
--- lib/libbz2__L ---
--- lib/libexpat__L ---
--- xmlparse.o ---
--- lib/libbz2__L ---
--- compress.o ---
make[3]: stopped making "_prebuild_libs" in /workspace/src
--- lib/libexpat__L ---
--- xmltok.o ---
make[3]: stopped making "_prebuild_libs" in /workspace/src
--- lib/libc++__L ---
make[3]: stopped making "_prebuild_libs" in /workspace/src
make[2]: stopped making "libraries" in /workspace/src
78.09 real 631.63 user 80.63 sys
*** [build32] Error code 2
make[1]: stopped making "buildworld" in /workspace/src
make[1]: 1 error
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/jenkins15627904973249122275.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