FreeBSD-stable-14-amd64-gcc14_build - Build #1013 - Still Failing
Date: Mon, 13 Apr 2026 21:30:46 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #1013 (dc61491025091d9e61048cc3cfb18d25ed354a8b) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1013/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1013/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1013/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)
No changes
The end of the build log:
[...truncated 56.98 MiB...]
| ^~~~
/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/libcrypt__L ---
--- lib/libgssapi__L ---
--- gss_mech_switch.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
--- lib/libcrypt__L ---
--- crypt-md5.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/libmd -I/workspace/src/sys/crypto/sha2 -I/workspace/src/lib/libcrypt -DHAS_DES -DHAS_BLOWFISH -DMD4Init=__MD4Init -DMD4Final=__MD4Final -DMD4Update=__MD4Update -DMD4Pad=__MD4Pad -DMD5Init=__MD5Init -DMD5Final=__MD5Final -DMD5Update=__MD5Update -DMD5Pad=__MD5Pad -DSHA224_Init=__SHA224_Init -DSHA224_Final=__SHA224_Final -DSHA224_Update=__SHA224_Update -DSHA256_Init=__SHA256_Init -DSHA256_Final=__SHA256_Final -DSHA256_Update=__SHA256_Update -DSHA512_224_Init=__SHA512_224_Init -DSHA512_224_Final=__SHA512_224_Final -DSHA512_224_Update=__SHA512_224_Update -DSHA512_256_Init=__SHA512_256_Init -DSHA512_256_Final=__SHA512_256_Final -DSHA512_256_Update=__SHA512_256_Update -DSHA384_Init=__SHA384_Init -DSHA384_Final=__SHA384_Final -DSHA384_Update=__SHA384_Update -DSHA512_Init=__SHA512_Init -DSHA512_Final=__SHA512_Final -DSHA512_Update=__SHA512_Update -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.crypt-md5.pico -MTcrypt-md5.pico -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-error=overflow -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/lib/libcrypt/crypt-md5.c -o crypt-md5.pico
--- lib/libmd__L ---
--- sha256c.o ---
--- sha384hl.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 -I. -I/workspace/src/lib/libmd -I/workspace/src/sys/crypto/sha2 -I/workspace/src/sys/crypto/skein -DWEAK_REFS -DSHA1_ASM -DRMD160_ASM -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.sha384hl.o -MTsha384hl.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-error=overflow -Wno-return-type -Wno-address-of-packed-member -c sha384hl.c -o sha384hl.o
--- lib/libgssapi__L ---
--- 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/libcrypt__L ---
--- md5c.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/libmd -I/workspace/src/sys/crypto/sha2 -I/workspace/src/lib/libcrypt -DHAS_DES -DHAS_BLOWFISH -DMD4Init=__MD4Init -DMD4Final=__MD4Final -DMD4Update=__MD4Update -DMD4Pad=__MD4Pad -DMD5Init=__MD5Init -DMD5Final=__MD5Final -DMD5Update=__MD5Update -DMD5Pad=__MD5Pad -DSHA224_Init=__SHA224_Init -DSHA224_Final=__SHA224_Final -DSHA224_Update=__SHA224_Update -DSHA256_Init=__SHA256_Init -DSHA256_Final=__SHA256_Final -DSHA256_Update=__SHA256_Update -DSHA512_224_Init=__SHA512_224_Init -DSHA512_224_Final=__SHA512_224_Final -DSHA512_224_Update=__SHA512_224_Update -DSHA512_256_Init=__SHA512_256_Init -DSHA512_256_Final=__SHA512_256_Final -DSHA512_256_Update=__SHA512_256_Update -DSHA384_Init=__SHA384_Init -DSHA384_Final=__SHA384_Final -DSHA384_Update=__SHA384_Update -DSHA512_Init=__SHA512_Init -DSHA512_Final=__SHA512_Final -DSHA512_Update=__SHA512_Update -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.md5c.pico -MTmd5c.pico -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-error=overflow -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/lib/libmd/md5c.c -o md5c.pico
--- lib/libgssapi__L ---
--- gss_pseudo_random.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_pseudo_random.o -MTgss_pseudo_random.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_pseudo_random.c -o gss_pseudo_random.o
--- lib/libmd__L ---
--- sha512c.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 -I. -I/workspace/src/lib/libmd -I/workspace/src/sys/crypto/sha2 -I/workspace/src/sys/crypto/skein -DWEAK_REFS -DSHA1_ASM -DRMD160_ASM -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.sha512c.o -MTsha512c.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-error=overflow -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/sys/crypto/sha2/sha512c.c -o sha512c.o
--- lib/libgssapi__L ---
--- gss_release_buffer.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_release_buffer.o -MTgss_release_buffer.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_release_buffer.c -o gss_release_buffer.o
--- gss_release_cred.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_release_cred.o -MTgss_release_cred.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_release_cred.c -o gss_release_cred.o
--- gss_release_name.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_release_name.o -MTgss_release_name.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_release_name.c -o gss_release_name.o
--- gss_release_oid.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_release_oid.o -MTgss_release_oid.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_release_oid.c -o gss_release_oid.o
--- lib/libcrypt__L ---
--- crypt-nthash.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/libmd -I/workspace/src/sys/crypto/sha2 -I/workspace/src/lib/libcrypt -DHAS_DES -DHAS_BLOWFISH -DMD4Init=__MD4Init -DMD4Final=__MD4Final -DMD4Update=__MD4Update -DMD4Pad=__MD4Pad -DMD5Init=__MD5Init -DMD5Final=__MD5Final -DMD5Update=__MD5Update -DMD5Pad=__MD5Pad -DSHA224_Init=__SHA224_Init -DSHA224_Final=__SHA224_Final -DSHA224_Update=__SHA224_Update -DSHA256_Init=__SHA256_Init -DSHA256_Final=__SHA256_Final -DSHA256_Update=__SHA256_Update -DSHA512_224_Init=__SHA512_224_Init -DSHA512_224_Final=__SHA512_224_Final -DSHA512_224_Update=__SHA512_224_Update -DSHA512_256_Init=__SHA512_256_Init -DSHA512_256_Final=__SHA512_256_Final -DSHA512_256_Update=__SHA512_256_Update -DSHA384_Init=__SHA384_Init -DSHA384_Final=__SHA384_Final -DSHA384_Update=__SHA384_Update -DSHA512_Init=__SHA512_Init -DSHA512_Final=__SHA512_Final -DSHA512_Update=__SHA512_Update -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.crypt-nthash.pico -MTcrypt-nthash.pico -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-error=overflow -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/lib/libcrypt/crypt-nthash.c -o crypt-nthash.pico
--- lib/libgssapi__L ---
--- gss_release_oid_set.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_release_oid_set.o -MTgss_release_oid_set.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_release_oid_set.c -o gss_release_oid_set.o
--- gss_seal.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_seal.o -MTgss_seal.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_seal.c -o gss_seal.o
--- lib/libcrypt__L ---
--- md4c.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/libmd -I/workspace/src/sys/crypto/sha2 -I/workspace/src/lib/libcrypt -DHAS_DES -DHAS_BLOWFISH -DMD4Init=__MD4Init -DMD4Final=__MD4Final -DMD4Update=__MD4Update -DMD4Pad=__MD4Pad -DMD5Init=__MD5Init -DMD5Final=__MD5Final -DMD5Update=__MD5Update -DMD5Pad=__MD5Pad -DSHA224_Init=__SHA224_Init -DSHA224_Final=__SHA224_Final -DSHA224_Update=__SHA224_Update -DSHA256_Init=__SHA256_Init -DSHA256_Final=__SHA256_Final -DSHA256_Update=__SHA256_Update -DSHA512_224_Init=__SHA512_224_Init -DSHA512_224_Final=__SHA512_224_Final -DSHA512_224_Update=__SHA512_224_Update -DSHA512_256_Init=__SHA512_256_Init -DSHA512_256_Final=__SHA512_256_Final -DSHA512_256_Update=__SHA512_256_Update -DSHA384_Init=__SHA384_Init -DSHA384_Final=__SHA384_Final -DSHA384_Update=__SHA384_Update -DSHA512_Init=__SHA512_Init -DSHA512_Final=__SHA512_Final -DSHA512_Update=__SHA512_Update -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.md4c.pico -MTmd4c.pico -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-error=overflow -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/lib/libmd/md4c.c -o md4c.pico
--- lib/libelf__L ---
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/libcrypt__L ---
make[3]: stopped making "_prebuild_libs" in /workspace/src
--- lib/libmd__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 ---
--- xmltok.o ---
--- lib/libbz2__L ---
--- compress.o ---
make[3]: stopped making "_prebuild_libs" in /workspace/src
--- lib/libexpat__L ---
--- xmlparse.pico ---
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
86.18 real 704.29 user 87.73 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/jenkins13539282050820283159.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