FreeBSD-main-amd64-gcc12_build - Build #6316 - Still Failing
Date: Mon, 18 Aug 2025 17:27:31 UTC
FreeBSD-main-amd64-gcc12_build - Build #6316 (47785e6a39cdcbf4eb7d02c381a53916774ed991) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6316/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6316/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6316/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)
39dbadb7a410f3955540041848d669264266e552 by obiwac:
netlink: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handler
a13f28d57ecfd136ce73493659c28a47fa1a4b9f by obiwac:
acpi_powerres: Fix turning off power resources on first D-state switch
c340ef28fd384b567e35882d04ce17fa31b7384f by des:
certctl: Reimplement in C
e687f38a36ceb681ff7fe0668050f95828f73831 by des:
local-unbound-setup: If TLS is enabled, use the certificate bundle
02a8fadd2c4dc4b78d6d93d9d8b70e9348a6de6d by obiwac:
acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for
47785e6a39cdcbf4eb7d02c381a53916774ed991 by kp:
syslogd: EAGAIN and ECONNREFUSED are not permanently fatal
The end of the build log:
[...truncated 103.00 MiB...]
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow.hex > img-1x1-4096-apm.qcow
--- img-1x1-4096-apm.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow2.hex > img-1x1-4096-apm.qcow2
--- img-1x1-4096-apm.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.raw.hex > img-1x1-4096-apm.raw
--- img-1x1-4096-apm.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vhd.hex > img-1x1-4096-apm.vhd
--- img-1x1-4096-apm.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vhdf.hex > img-1x1-4096-apm.vhdf
--- img-1x1-4096-apm.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vhdx.hex > img-1x1-4096-apm.vhdx
--- img-1x1-4096-apm.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vmdk.hex > img-1x1-4096-apm.vmdk
--- img-1x1-4096-bsd.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.qcow.hex > img-1x1-4096-bsd.qcow
--- img-1x1-4096-bsd.qcow2 ---
--- all_subdir_tests ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:533,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_set:1805:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:42:88: warning: 'template<class _Predicate> class std::__1::binary_negate' is deprecated [-Wdeprecated-declarations]
42 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI binary_negate<_Predicate>
| ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:25:56: note: declared here
25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate
| ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h: In function 'constexpr std::__1::binary_negate<_Predicate> std::__1::not2(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:44:10: warning: 'template<class _Predicate> class std::__1::binary_negate' is deprecated [-Wdeprecated-declarations]
44 | return binary_negate<_Predicate>(__pred);
| ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:25:56: note: declared here
25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate
| ^~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:545:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:39:88: warning: 'template<class _Predicate> class std::__1::unary_negate' is deprecated [-Wdeprecated-declarations]
39 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI unary_negate<_Predicate>
| ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:26:29: note: declared here
26 | _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_type, bool> {
| ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h: In function 'constexpr std::__1::unary_negate<_Predicate> std::__1::not1(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:41:10: warning: 'template<class _Predicate> class std::__1::unary_negate' is deprecated [-Wdeprecated-declarations]
41 | return unary_negate<_Predicate>(__pred);
| ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:26:29: note: declared here
26 | _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_type, bool> {
| ^~~~~~~~~~~~
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.qcow2.hex > img-1x1-4096-bsd.qcow2
--- img-1x1-4096-bsd.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.raw.hex > img-1x1-4096-bsd.raw
--- img-1x1-4096-bsd.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhd.hex > img-1x1-4096-bsd.vhd
--- img-1x1-4096-bsd.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhdf.hex > img-1x1-4096-bsd.vhdf
--- img-1x1-4096-bsd.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhdx.hex > img-1x1-4096-bsd.vhdx
--- img-1x1-4096-bsd.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vmdk.hex > img-1x1-4096-bsd.vmdk
--- img-1x1-4096-ebr.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.qcow.hex > img-1x1-4096-ebr.qcow
--- img-1x1-4096-ebr.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.qcow2.hex > img-1x1-4096-ebr.qcow2
--- img-1x1-4096-ebr.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.raw.hex > img-1x1-4096-ebr.raw
--- img-1x1-4096-ebr.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhd.hex > img-1x1-4096-ebr.vhd
--- img-1x1-4096-ebr.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhdf.hex > img-1x1-4096-ebr.vhdf
--- img-1x1-4096-ebr.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhdx.hex > img-1x1-4096-ebr.vhdx
--- img-1x1-4096-ebr.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vmdk.hex > img-1x1-4096-ebr.vmdk
--- img-1x1-4096-gpt.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.qcow.hex > img-1x1-4096-gpt.qcow
--- img-1x1-4096-gpt.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.qcow2.hex > img-1x1-4096-gpt.qcow2
--- img-1x1-4096-gpt.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.raw.hex > img-1x1-4096-gpt.raw
--- img-1x1-4096-gpt.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhd.hex > img-1x1-4096-gpt.vhd
--- img-1x1-4096-gpt.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhdf.hex > img-1x1-4096-gpt.vhdf
--- img-1x1-4096-gpt.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhdx.hex > img-1x1-4096-gpt.vhdx
--- img-1x1-4096-gpt.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vmdk.hex > img-1x1-4096-gpt.vmdk
--- img-1x1-4096-mbr.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.qcow.hex > img-1x1-4096-mbr.qcow
--- img-1x1-4096-mbr.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.qcow2.hex > img-1x1-4096-mbr.qcow2
--- img-1x1-4096-mbr.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.raw.hex > img-1x1-4096-mbr.raw
--- img-1x1-4096-mbr.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.vhd.hex > img-1x1-4096-mbr.vhd
--- all_subdir_usr.bin/mt ---
--- mt.full ---
/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 mt.full mt.pieo -lmt
--- all_subdir_usr.bin/mkimg ---
--- img-1x1-4096-mbr.vhdf ---
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
--- 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
--- all_subdir_usr.bin/mandoc ---
--- roff_term.pieo ---
--- all_subdir_usr.bin/mkimg ---
--- 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
--- 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
--- all_subdir_usr.bin/mandoc ---
/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 -DHAVE_CONFIG_H -I/workspace/src/lib/libopenbsd/ -fPIE -g -MD -MF.depend.roff_term.pieo -MTroff_term.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 -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Wno-format -c /workspace/src/contrib/mandoc/roff_term.c -o roff_term.pieo
--- all_subdir_usr.bin/mt ---
--- mt.1.gz ---
gzip -cn /workspace/src/usr.bin/mt/mt.1 > mt.1.gz
--- all_subdir_usr.bin/mkimg ---
--- 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
--- all_subdir_usr.bin/mt ---
--- mt.debug ---
--- all_subdir_usr.bin/mkimg ---
--- img-1x1-512-apm.vmdk ---
--- all_subdir_usr.bin/mt ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug mt.full mt.debug
--- mt ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=mt.debug mt.full mt
--- all_subdir_usr.bin/mandoc ---
/workspace/src/contrib/mandoc/roff_term.c: In function 'roff_term_pre_po':
/workspace/src/contrib/mandoc/roff_term.c:191:61: error: operand of '?:' changes signedness from 'int' to 'size_t' {aka 'long unsigned int'} due to unsignedness of other operand [-Werror=sign-compare]
191 | po < -(int)p->tcol->offset ? -p->tcol->offset : po;
| ^~
/workspace/src/contrib/mandoc/roff_term.c:190:31: error: operand of '?:' changes signedness from 'int' to 'size_t' {aka 'long unsigned int'} due to unsignedness of other operand [-Werror=sign-compare]
190 | pouse = po >= pomax ? pomax :
| ^~~~~
--- all_subdir_usr.bin/mkimg ---
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
--- mkimg.full ---
--- all_subdir_usr.bin/mkimg/tests ---
--- 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
--- mkimg.full ---
/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 -DMKIMG_VERSION=20161016 -DSPARSE_WRITE -I/workspace/src/sys/sys/disk -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 mkimg.full format.pieo image.pieo mkimg.pieo scheme.pieo uuid.pieo qcow.pieo raw.pieo vhd.pieo vhdx.pieo vmdk.pieo apm.pieo bsd.pieo ebr.pieo gpt.pieo mbr.pieo -lutil
--- all_subdir_usr.bin/mkimg/tests ---
--- img-1x1-512-bsd.vmdk ---
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
--- 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 ---
--- all_subdir_usr.sbin/tcpdump ---
--- print-bootp.pieo ---
--- 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/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/usr.sbin/tcpdump/tcpdump -I/workspace/src/contrib/tcpdump -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -DINET6 -DHAVE_OS_IPV6_SUPPORT -DLBL_ALIGN -DHAVE_CASPER -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl -DHAVE_LIBCRYPTO -DHAVE_OPENSSL_EVP_H -DOPENSSL_API_COMPAT=0x10100000L -DHAVE_NET_PFVAR_H -DHAVE_NET_IF_PFLOG_H -fPIE -g -MD -MF.depend.print-bootp.pieo -MTprint-bootp.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 -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/tcpdump/print-bootp.c -o print-bootp.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
--- all_subdir_usr.bin/mandoc ---
cc1: all warnings being treated as errors
*** [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
make[3]: stopped in /workspace/src/usr.bin
--- all_subdir_usr.bin/mkimg ---
--- img-1x1-512-gpt.vmdk ---
--- all_subdir_usr.sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_tests ---
make[5]: stopped in /workspace/src/tests/sys/fs
make[4]: stopped in /workspace/src/tests/sys
make[3]: stopped in /workspace/src/tests
make[2]: stopped in /workspace/src
--- all_subdir_lib ---
make[3]: stopped in /workspace/src/lib
--- all_subdir_usr.bin ---
make[3]: stopped in /workspace/src/usr.bin
make[2]: stopped in /workspace/src
--- all_subdir_lib ---
make[2]: stopped in /workspace/src
164.78 real 1558.66 user 148.72 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/jenkins2994437155285794711.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 address