Date: Mon, 25 Aug 2025 22:27:36 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: imp@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #6364 - Still Failing Message-ID: <2031323269.461.1756160859263@jenkins.ci.freebsd.org> In-Reply-To: <332168082.453.1756156584296@jenkins.ci.freebsd.org> References: <332168082.453.1756156584296@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc12_build - Build #6364 (dd1fc0bc57b52588414eddb5589e71fea6a9e900) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6364/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6364/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6364/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) dd1fc0bc57b52588414eddb5589e71fea6a9e900 by imp: RELNOTES: Note the vendor imports I did over the weekend: awk, lua The end of the build log: [...truncated 100.09 MiB...] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const volatile atomic_flag*, bool, memory_order)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:159:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 159 | __o->wait(__v, __m); | ~~~~~~~~~^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:52:3: note: declared here 52 | wait(bool __v, memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT { | ^~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const atomic_flag*, bool, memory_order)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:164:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 164 | __o->wait(__v, __m); | ~~~~~~~~~^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:56:3: note: declared here 56 | wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT { | ^~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(volatile atomic_flag*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:169:18: warning: 'void std::__1::atomic_flag::notify_one() volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 169 | __o->notify_one(); | ~~~~~~~~~~~~~~~^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:59:87: note: declared here 59 | _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() volatile _NOEXCEPT { | ^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(atomic_flag*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:174:18: warning: 'void std::__1::atomic_flag::notify_one()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 174 | __o->notify_one(); | ~~~~~~~~~~~~~~~^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:62:87: note: declared here 62 | _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() _NOEXCEPT { | ^~~~~~~~~~ --- all_subdir_usr.bin --- --- img-1x1-4096-mbr.vhdf --- --- all_subdir_tests --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_all(atomic_flag*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:184:18: warning: 'void std::__1::atomic_flag::notify_all()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 184 | __o->notify_all(); | ~~~~~~~~~~~~~~~^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:68:87: note: declared here 68 | _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_all() _NOEXCEPT { | ^~~~~~~~~~ --- all_subdir_usr.bin --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.vhdf.hex > img-1x1-4096-mbr.vhdf --- img-1x1-4096-mbr.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.vhdx.hex > img-1x1-4096-mbr.vhdx --- img-1x1-4096-mbr.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.vmdk.hex > img-1x1-4096-mbr.vmdk --- all_subdir_usr.sbin --- --- uniq.pieo --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC -O2 -pipe -fno-common -fPIE -g -MD -MF.depend.uniq.pieo -MTuniq.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/usr.sbin/services_mkdb/uniq.c -o uniq.pieo --- all_subdir_usr.bin --- --- img-1x1-512-apm.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.qcow.hex > img-1x1-512-apm.qcow --- img-1x1-512-apm.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.qcow2.hex > img-1x1-512-apm.qcow2 --- img-1x1-512-apm.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.raw.hex > img-1x1-512-apm.raw --- all_subdir_tests --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iterator:742, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/optional:1292: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant: In member function 'void std::__1::__variant_detail::__assignment<_Traits>::__assign_alt(std::__1::__variant_detail::__alt<_Ip, _Tp>&, _Arg&&)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant:931:81: warning: 'visibility' attribute ignored [-Wattributes] 931 | _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR_SINCE_CXX20 void operator()(true_type) const { | ^~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant:934:82: warning: 'visibility' attribute ignored [-Wattributes] 934 | _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR_SINCE_CXX20 void operator()(false_type) const { | ^~~~~ --- all_subdir_usr.bin --- --- img-1x1-512-apm.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.vhd.hex > img-1x1-512-apm.vhd --- img-1x1-512-apm.vhdf --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.vhdf.hex > img-1x1-512-apm.vhdf --- img-1x1-512-apm.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.vhdx.hex > img-1x1-512-apm.vhdx --- img-1x1-512-apm.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.vmdk.hex > img-1x1-512-apm.vmdk --- img-1x1-512-bsd.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-bsd.qcow.hex > img-1x1-512-bsd.qcow --- img-1x1-512-bsd.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-bsd.qcow2.hex > img-1x1-512-bsd.qcow2 --- img-1x1-512-bsd.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-bsd.raw.hex > img-1x1-512-bsd.raw --- img-1x1-512-bsd.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-bsd.vhd.hex > img-1x1-512-bsd.vhd --- img-1x1-512-bsd.vhdf --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-bsd.vhdf.hex > img-1x1-512-bsd.vhdf --- img-1x1-512-bsd.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-bsd.vhdx.hex > img-1x1-512-bsd.vhdx --- img-1x1-512-bsd.vmdk --- --- all_subdir_tests --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:32, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/inout_ptr.h:16, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/memory:944, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/optional:1294: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_ptr.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_ptr.h:669:29: warning: type attributes ignored after type is already defined [-Wattributes] 669 | struct _LIBCPP_TEMPLATE_VIS hash; | ^~~~ --- all_subdir_usr.bin --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-bsd.vmdk.hex > img-1x1-512-bsd.vmdk --- img-1x1-512-ebr.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.qcow.hex > img-1x1-512-ebr.qcow --- img-1x1-512-ebr.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.qcow2.hex > img-1x1-512-ebr.qcow2 --- img-1x1-512-ebr.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.raw.hex > img-1x1-512-ebr.raw --- img-1x1-512-ebr.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.vhd.hex > img-1x1-512-ebr.vhd --- img-1x1-512-ebr.vhdf --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.vhdf.hex > img-1x1-512-ebr.vhdf --- img-1x1-512-ebr.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.vhdx.hex > img-1x1-512-ebr.vhdx --- all_subdir_tests --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:1568:29: warning: type attributes ignored after type is already defined [-Wattributes] 1568 | struct _LIBCPP_TEMPLATE_VIS hash; | ^~~~ --- all_subdir_usr.bin --- --- img-1x1-512-ebr.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.vmdk.hex > img-1x1-512-ebr.vmdk --- img-1x1-512-gpt.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.qcow.hex > img-1x1-512-gpt.qcow --- img-1x1-512-gpt.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.qcow2.hex > img-1x1-512-gpt.qcow2 --- img-1x1-512-gpt.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.raw.hex > img-1x1-512-gpt.raw --- img-1x1-512-gpt.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.vhd.hex > img-1x1-512-gpt.vhd --- all_subdir_usr.sbin --- --- services_mkdb.full --- --- all_subdir_usr.bin --- --- img-1x1-512-gpt.vhdf --- --- all_subdir_usr.sbin --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fPIE -g -std=gnu17 -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 -Wl,-zrelro -pie -Wl,-znoexecstack -o services_mkdb.full services_mkdb.pieo uniq.pieo --- all_subdir_usr.bin --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.vhdf.hex > img-1x1-512-gpt.vhdf --- img-1x1-512-gpt.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.vhdx.hex > img-1x1-512-gpt.vhdx --- img-1x1-512-gpt.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.vmdk.hex > img-1x1-512-gpt.vmdk --- img-1x1-512-mbr.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.qcow.hex > img-1x1-512-mbr.qcow --- img-1x1-512-mbr.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.qcow2.hex > img-1x1-512-mbr.qcow2 --- img-1x1-512-mbr.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.raw.hex > img-1x1-512-mbr.raw --- all_subdir_rescue --- --- v_ulcase.o --- --- all_subdir_usr.bin --- --- img-1x1-512-mbr.vhd --- --- all_subdir_rescue --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -D__REGEX_PRIVATE -D_XOPEN_SOURCE_EXTENDED=1 -I/workspace/src/usr.bin/vi -I/workspace/src/contrib/nvi -I/workspace/src/contrib/nvi/regex -I/workspace/src/usr.bin/vi/ex -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -g -MD -MF.depend.v_ulcase.o -MTv_ulcase.o -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/nvi/vi/v_ulcase.c -o v_ulcase.o --- all_subdir_usr.bin --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.vhd.hex > img-1x1-512-mbr.vhd --- img-1x1-512-mbr.vhdf --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.vhdf.hex > img-1x1-512-mbr.vhdf --- img-1x1-512-mbr.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.vhdx.hex > img-1x1-512-mbr.vhdx --- img-1x1-512-mbr.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.vmdk.hex > img-1x1-512-mbr.vmdk --- img-63x255-4096-apm.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.qcow.hex > img-63x255-4096-apm.qcow --- all_subdir_usr.bin/mandoc --- cc1: all warnings being treated as errors --- all_subdir_usr.sbin --- --- services_mkdb.8.gz --- gzip -cn /workspace/src/usr.sbin/services_mkdb/services_mkdb.8 > services_mkdb.8.gz --- all_subdir_usr.bin --- --- all_subdir_usr.bin/mkimg --- --- img-63x255-4096-apm.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.qcow2.hex > img-63x255-4096-apm.qcow2 --- all_subdir_usr.sbin --- --- services_mkdb.debug --- --- all_subdir_usr.bin --- --- img-63x255-4096-apm.raw --- --- all_subdir_usr.sbin --- /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug services_mkdb.full services_mkdb.debug --- all_subdir_usr.bin --- --- all_subdir_usr.bin/mandoc --- *** [roff_term.pieo] Error code 1 make[4]: stopped in /workspace/src/usr.bin/mandoc 1 error make[4]: stopped in /workspace/src/usr.bin/mandoc --- all_subdir_tests --- --- all_subdir_tests/sys/fs --- make[5]: stopped in /workspace/src/tests/sys/fs --- all_subdir_tests/sys/capsicum --- make[5]: stopped in /workspace/src/tests/sys/capsicum --- all_subdir_rescue --- *** [vi_make] Error code 6 make[5]: stopped in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue 1 error make[5]: stopped in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_tests --- --- all_subdir_tests/sys/fs --- make[4]: stopped in /workspace/src/tests/sys --- all_subdir_tests/sys/capsicum --- make[4]: stopped in /workspace/src/tests/sys --- all_subdir_usr.sbin --- make[2]: stopped in /workspace/src --- all_subdir_rescue --- *** [objs] Error code 2 make[4]: stopped in /workspace/src/rescue/rescue 1 error make[4]: stopped in /workspace/src/rescue/rescue --- all_subdir_tests --- make[3]: stopped in /workspace/src/tests --- all_subdir_rescue --- make[3]: stopped in /workspace/src/rescue --- all_subdir_tests --- make[2]: stopped in /workspace/src --- all_subdir_rescue --- make[2]: stopped in /workspace/src --- all_subdir_lib --- make[3]: stopped in /workspace/src/lib make[2]: stopped in /workspace/src 107.31 real 1043.52 user 114.25 sys make[1]: stopped in /workspace/src make: stopped in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins11949167124557554877.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc12_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 addresshelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2031323269.461.1756160859263>
