Date: Wed, 22 Apr 2026 16:40:14 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-14-amd64-gcc14_build - Build #1035 - Still Failing Message-ID: <1896444575.1959.1776876016587@jenkins.ci.freebsd.org> In-Reply-To: <655983402.1935.1776869102189@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-stable-14-amd64-gcc14_build - Build #1035 (8fe3978146d5b694693bfabd4d72ba02f44eccab) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1035/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1035/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1035/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.74 MiB...] /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); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- lib/libcrypt__L --- --- blowfish.o --- --- lib/libbz2__L --- /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); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- lib/libcrypt__L --- --- misc.pico --- --- lib/libbz2__L --- /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 --- /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.misc.pico -MTmisc.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/misc.c -o misc.pico --- lib/libmd__L --- --- sha256c.o --- --- lib/libbz2__L --- --- huffman.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/workspace/src/contrib/bzip2 -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64=/usr/obj -g -MD -MF.depend.huffman.o -MThuffman.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 -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/contrib/bzip2/huffman.c -o huffman.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/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 --- 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/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/libbz2__L --- --- lib/libcrypt__L --- make[3]: stopped making "_prebuild_libs" in /workspace/src --- lib/libmd__L --- --- sha512c.o --- make[3]: stopped making "_prebuild_libs" in /workspace/src --- lib/libnv__L --- --- bsd_nvpair.o --- make[3]: stopped making "_prebuild_libs" in /workspace/src --- lib/libbz2__L --- --- decompress.o --- --- lib/libexpat__L --- --- xmlparse.o --- --- xmltok.o --- make[3]: stopped making "_prebuild_libs" in /workspace/src --- lib/libbz2__L --- --- compress.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 66.40 real 526.12 user 68.20 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/jenkins5397040442298541666.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 addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1896444575.1959.1776876016587>
