FreeBSD-main-amd64-gcc12_build - Build #4945 - Still Failing
Date: Thu, 06 Feb 2025 23:03:49 UTC
FreeBSD-main-amd64-gcc12_build - Build #4945 (4e2301260da5cf781d3130fabe7564c5ddb629a5) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4945/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4945/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4945/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)
d8413a1c3ba235a79ae6b8cc35767a861855c7e2 by zlei:
ifnet: Fix build without BPF
d8c9f53922c6ae083a0f49594c29b2df03d61c35 by imp:
cam/da: Add some comments about 28/0 asc
25105fa029da88d5e02a94481733aa5a2d947ba4 by imp:
cam/cd: Simplify to remove invalid flag
4e2301260da5cf781d3130fabe7564c5ddb629a5 by imp:
cam/da: explain why we have to refetch bp here.
The end of the build log:
[...truncated 93.87 MiB...]
| ^
/workspace/src/sys/sys/tree.h:338:41: note: in expansion of macro '_RB_BITS'
338 | #define _RB_BITSUP(elm, field) _RB_BITS(_RB_UP(elm, field))
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:349:9: note: in expansion of macro '_RB_BITSUP'
349 | _RB_BITSUP(dst, field) = (__uintptr_t)src | \
| ^~~~~~~~~~
/workspace/src/sys/sys/tree.h:743:17: note: in expansion of macro 'RB_SET_PARENT'
743 | RB_SET_PARENT(elm, gpar, field); \
| ^~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:475:9: note: in expansion of macro 'RB_GENERATE_REMOVE_COLOR'
475 | RB_GENERATE_REMOVE_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/mem.c:139:1: note: in expansion of macro 'RB_GENERATE'
139 | RB_GENERATE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
| ^~~~~~~~~~~
/workspace/src/sys/sys/tree.h:337:43: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
337 | #define _RB_BITS(elm) (*(__uintptr_t *)&elm)
| ^
/workspace/src/sys/sys/tree.h:338:41: note: in expansion of macro '_RB_BITS'
338 | #define _RB_BITSUP(elm, field) _RB_BITS(_RB_UP(elm, field))
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:350:14: note: in expansion of macro '_RB_BITSUP'
350 | (_RB_BITSUP(dst, field) & _RB_LR); \
| ^~~~~~~~~~
/workspace/src/sys/sys/tree.h:743:17: note: in expansion of macro 'RB_SET_PARENT'
743 | RB_SET_PARENT(elm, gpar, field); \
| ^~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:475:9: note: in expansion of macro 'RB_GENERATE_REMOVE_COLOR'
475 | RB_GENERATE_REMOVE_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/mem.c:139:1: note: in expansion of macro 'RB_GENERATE'
139 | RB_GENERATE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
| ^~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/mem.c: In function 'mmio_rb_tree_RB_REMOVE':
/workspace/src/sys/sys/tree.h:337:43: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
337 | #define _RB_BITS(elm) (*(__uintptr_t *)&elm)
| ^
/workspace/src/sys/sys/tree.h:338:41: note: in expansion of macro '_RB_BITS'
338 | #define _RB_BITSUP(elm, field) _RB_BITS(_RB_UP(elm, field))
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:349:9: note: in expansion of macro '_RB_BITSUP'
349 | _RB_BITSUP(dst, field) = (__uintptr_t)src | \
| ^~~~~~~~~~
/workspace/src/sys/sys/tree.h:780:17: note: in expansion of macro 'RB_SET_PARENT'
780 | RB_SET_PARENT(child, in, field); \
| ^~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:478:9: note: in expansion of macro 'RB_GENERATE_REMOVE'
478 | RB_GENERATE_REMOVE(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/mem.c:139:1: note: in expansion of macro 'RB_GENERATE'
139 | RB_GENERATE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
| ^~~~~~~~~~~
/workspace/src/sys/sys/tree.h:337:43: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
337 | #define _RB_BITS(elm) (*(__uintptr_t *)&elm)
| ^
/workspace/src/sys/sys/tree.h:338:41: note: in expansion of macro '_RB_BITS'
338 | #define _RB_BITSUP(elm, field) _RB_BITS(_RB_UP(elm, field))
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:350:14: note: in expansion of macro '_RB_BITSUP'
350 | (_RB_BITSUP(dst, field) & _RB_LR); \
| ^~~~~~~~~~
/workspace/src/sys/sys/tree.h:780:17: note: in expansion of macro 'RB_SET_PARENT'
780 | RB_SET_PARENT(child, in, field); \
| ^~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:478:9: note: in expansion of macro 'RB_GENERATE_REMOVE'
478 | RB_GENERATE_REMOVE(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/mem.c:139:1: note: in expansion of macro 'RB_GENERATE'
139 | RB_GENERATE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
| ^~~~~~~~~~~
/workspace/src/sys/sys/tree.h:337:43: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
337 | #define _RB_BITS(elm) (*(__uintptr_t *)&elm)
| ^
/workspace/src/sys/sys/tree.h:338:41: note: in expansion of macro '_RB_BITS'
338 | #define _RB_BITSUP(elm, field) _RB_BITS(_RB_UP(elm, field))
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:349:9: note: in expansion of macro '_RB_BITSUP'
349 | _RB_BITSUP(dst, field) = (__uintptr_t)src | \
| ^~~~~~~~~~
/workspace/src/sys/sys/tree.h:784:25: note: in expansion of macro 'RB_SET_PARENT'
784 | RB_SET_PARENT(parent, in, field); \
| ^~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:478:9: note: in expansion of macro 'RB_GENERATE_REMOVE'
478 | RB_GENERATE_REMOVE(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/mem.c:139:1: note: in expansion of macro 'RB_GENERATE'
139 | RB_GENERATE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
| ^~~~~~~~~~~
/workspace/src/sys/sys/tree.h:337:43: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
337 | #define _RB_BITS(elm) (*(__uintptr_t *)&elm)
| ^
/workspace/src/sys/sys/tree.h:338:41: note: in expansion of macro '_RB_BITS'
338 | #define _RB_BITSUP(elm, field) _RB_BITS(_RB_UP(elm, field))
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:350:14: note: in expansion of macro '_RB_BITSUP'
350 | (_RB_BITSUP(dst, field) & _RB_LR); \
| ^~~~~~~~~~
/workspace/src/sys/sys/tree.h:784:25: note: in expansion of macro 'RB_SET_PARENT'
784 | RB_SET_PARENT(parent, in, field); \
| ^~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:478:9: note: in expansion of macro 'RB_GENERATE_REMOVE'
478 | RB_GENERATE_REMOVE(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/mem.c:139:1: note: in expansion of macro 'RB_GENERATE'
139 | RB_GENERATE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
| ^~~~~~~~~~~
--- all_subdir_tests ---
--- tcp_user_cookie.full ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -fPIE -g -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-return-type -Wl,-zrelro -pie -Wl,-znoexecstack -o tcp_user_cookie.full tcp_user_cookie.o
--- all_subdir_usr.bin ---
--- test_extract_tar_lzo.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DPLATFORM_CONFIG_H=\"/workspace/src/lib/libarchive/config_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/tar/test -I/workspace/src/contrib/libarchive/test_utils -fPIE -g -MD -MF.depend.bsdtar_test.test_extract_tar_lzo.o -MTtest_extract_tar_lzo.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-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libarchive/tar/test/test_extract_tar_lzo.c -o test_extract_tar_lzo.o
--- all_subdir_tests ---
--- tcp_user_cookie.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug tcp_user_cookie.full tcp_user_cookie.debug
--- tcp_user_cookie ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=tcp_user_cookie.debug tcp_user_cookie.full tcp_user_cookie
--- fibs_multibind_test ---
(cd /workspace/src/tests/sys/netinet && DEPENDFILE=.depend.fibs_multibind_test NO_SUBDIR=1 make -f /workspace/src/tests/sys/netinet/Makefile _RECURSING_PROGS=t PROG=fibs_multibind_test )
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- dmbuffer.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.dmbuffer.o -MTdmbuffer.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-return-type -Wno-address-of-packed-member -c /workspace/src/sys/contrib/dev/acpica/components/disassembler/dmbuffer.c -o dmbuffer.o
--- all_subdir_usr.sbin/bhyve ---
/workspace/src/sys/sys/tree.h: In function 'mmio_rb_tree_RB_INSERT_COLOR':
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir]
| ^
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
540 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/mem.c:139:1: note: in expansion of macro 'RB_GENERATE'
139 | RB_GENERATE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
| ^~~~~~~~~~~
--- all_subdir_tests ---
--- .depend.fibs_multibind_test ---
echo fibs_multibind_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depend.fibs_multibind_test
--- fibs_multibind_test.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -fPIE -g -MD -MF.depend.fibs_multibind_test.fibs_multibind_test.o -MTfibs_multibind_test.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-return-type -c /workspace/src/tests/sys/netinet/fibs_multibind_test.c -o fibs_multibind_test.o
--- all_subdir_usr.bin ---
--- test_extract_tar_xz.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DPLATFORM_CONFIG_H=\"/workspace/src/lib/libarchive/config_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/tar/test -I/workspace/src/contrib/libarchive/test_utils -fPIE -g -MD -MF.depend.bsdtar_test.test_extract_tar_xz.o -MTtest_extract_tar_xz.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-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libarchive/tar/test/test_extract_tar_xz.c -o test_extract_tar_xz.o
--- all_subdir_tests ---
In file included from /workspace/src/sys/x86/include/endian.h:36,
from /workspace/src/sys/amd64/include/endian.h:5,
from /workspace/src/sys/sys/types.h:43,
from /workspace/src/tests/sys/netinet/fibs_multibind_test.c:7:
/workspace/src/tests/sys/netinet/fibs_multibind_test.c: In function 'ping6':
/workspace/src/tests/sys/netinet/fibs_multibind_test.c:441:41: error: unsigned conversion from 'int' to 'short unsigned int' changes value from '-32769' to '32767' [-Werror=overflow]
441 | icmp6.icmp6.icmp6_cksum = htons(~(ICMP6_ECHO_REQUEST << 8));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
--- test_extract_tar_zstd.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DPLATFORM_CONFIG_H=\"/workspace/src/lib/libarchive/config_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/tar/test -I/workspace/src/contrib/libarchive/test_utils -fPIE -g -MD -MF.depend.bsdtar_test.test_extract_tar_zstd.o -MTtest_extract_tar_zstd.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-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libarchive/tar/test/test_extract_tar_zstd.c -o test_extract_tar_zstd.o
--- test_format_newc.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DPLATFORM_CONFIG_H=\"/workspace/src/lib/libarchive/config_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/tar/test -I/workspace/src/contrib/libarchive/test_utils -fPIE -g -MD -MF.depend.bsdtar_test.test_format_newc.o -MTtest_format_newc.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-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libarchive/tar/test/test_format_newc.c -o test_format_newc.o
--- test_help.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DPLATFORM_CONFIG_H=\"/workspace/src/lib/libarchive/config_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/tar/test -I/workspace/src/contrib/libarchive/test_utils -fPIE -g -MD -MF.depend.bsdtar_test.test_help.o -MTtest_help.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-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libarchive/tar/test/test_help.c -o test_help.o
--- all_subdir_usr.sbin ---
--- mevent.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DBHYVE_GDB -I/workspace/src/usr.sbin/bhyve -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/workspace/src/sys -DINET -DINET6 -DOPENSSL_API_COMPAT=0x10100000L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace/src/sys/dev/usb/controller -fPIE -g -MD -MF.depend.mevent.o -MTmevent.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 -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/bhyve/mevent.c -o mevent.o
--- all_subdir_usr.bin ---
--- test_leading_slash.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DPLATFORM_CONFIG_H=\"/workspace/src/lib/libarchive/config_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/tar/test -I/workspace/src/contrib/libarchive/test_utils -fPIE -g -MD -MF.depend.bsdtar_test.test_leading_slash.o -MTtest_leading_slash.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-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libarchive/tar/test/test_leading_slash.c -o test_leading_slash.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- dmcstyle.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.dmcstyle.o -MTdmcstyle.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-return-type -Wno-address-of-packed-member -c /workspace/src/sys/contrib/dev/acpica/components/disassembler/dmcstyle.c -o dmcstyle.o
--- all_subdir_usr.bin ---
--- test_missing_file.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DPLATFORM_CONFIG_H=\"/workspace/src/lib/libarchive/config_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/tar/test -I/workspace/src/contrib/libarchive/test_utils -fPIE -g -MD -MF.depend.bsdtar_test.test_missing_file.o -MTtest_missing_file.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-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libarchive/tar/test/test_missing_file.c -o test_missing_file.o
--- test_option_C_mtree.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DPLATFORM_CONFIG_H=\"/workspace/src/lib/libarchive/config_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/tar/test -I/workspace/src/contrib/libarchive/test_utils -fPIE -g -MD -MF.depend.bsdtar_test.test_option_C_mtree.o -MTtest_option_C_mtree.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-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libarchive/tar/test/test_option_C_mtree.c -o test_option_C_mtree.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/bhyve ---
--- net_backend_netmap.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DBHYVE_GDB -I/workspace/src/usr.sbin/bhyve -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/workspace/src/sys -DINET -DINET6 -DOPENSSL_API_COMPAT=0x10100000L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace/src/sys/dev/usb/controller -fPIE -g -MD -MF.depend.net_backend_netmap.o -MTnet_backend_netmap.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 -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/bhyve/net_backend_netmap.c -o net_backend_netmap.o
--- all_subdir_usr.bin ---
--- test_option_C_upper.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DPLATFORM_CONFIG_H=\"/workspace/src/lib/libarchive/config_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/tar/test -I/workspace/src/contrib/libarchive/test_utils -fPIE -g -MD -MF.depend.bsdtar_test.test_option_C_upper.o -MTtest_option_C_upper.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-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libarchive/tar/test/test_option_C_upper.c -o test_option_C_upper.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- dmdeferred.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.dmdeferred.o -MTdmdeferred.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-return-type -Wno-address-of-packed-member -c /workspace/src/sys/contrib/dev/acpica/components/disassembler/dmdeferred.c -o dmdeferred.o
--- all_subdir_tests ---
cc1: all warnings being treated as errors
*** [fibs_multibind_test.o] Error code 1
make[6]: stopped in /workspace/src/tests/sys/netinet
1 error
make[6]: stopped in /workspace/src/tests/sys/netinet
--- all_subdir_lib ---
make[2]: stopped in /workspace/src
--- all_subdir_tests ---
make[3]: stopped in /workspace/src/tests
--- all_subdir_usr.sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---
make[2]: stopped in /workspace/src
--- all_subdir_tests ---
make[2]: stopped in /workspace/src
173.38 real 1452.89 user 162.85 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/jenkins11325836331752344931.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