FreeBSD-main-amd64-gcc13_build - Build #3834 - Still Failing
- In reply to: jenkins-admin_a_FreeBSD.org: "FreeBSD-main-amd64-gcc13_build - Build #3833 - Still Failing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Jul 2025 20:06:17 UTC
FreeBSD-main-amd64-gcc13_build - Build #3834 (96f544bcc1cb641ab096812c168ebe9136e78c15) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3834/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3834/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3834/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)
9940c974029ba53fc00696b3fa1784725c48a9e9 by markj:
random: Change the entropy harvest event queuing scheme
eda96744b434325c475dce449744f2268f1033e8 by markj:
lposix: Clean up the posix namespace definitions
96f544bcc1cb641ab096812c168ebe9136e78c15 by tuexen:
tcp: don't allow to connect a TCP/IPv6 endpoint in TIME WAIT state
The end of the build log:
[...truncated 89.24 MiB...]
--- .depend.inotify_test ---
echo inotify_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 /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend.inotify_test
--- inotify_test.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --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.inotify_test.inotify_test.pieo -MTinotify_test.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/tests/sys/kern/inotify_test.c -o inotify_test.pieo
--- all_subdir_tests/sys/capsicum ---
--- fexecve.pieo ---
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/deque:2614,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/queue:273,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/format:245,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:194,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/istream:1367,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/sstream:320:
/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_tests/sys/kern ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/atf-c.h:30,
from /workspace/src/tests/sys/kern/inotify_test.c:27:
/workspace/src/tests/sys/kern/inotify_test.c: In function 'consume_event_cookie':
/workspace/src/tests/sys/kern/inotify_test.c:101:52: error: comparison of integer expressions of different signedness: '__uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
101 | ATF_REQUIRE_MSG((ev->mask & IN_ALL_EVENTS) == event,
| ^~
/workspace/src/tests/sys/kern/inotify_test.c:103:55: error: comparison of integer expressions of different signedness: '__uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
103 | ATF_REQUIRE_MSG((ev->mask & _IN_ALL_RETFLAGS) == flags,
| ^~
--- all_subdir_usr.sbin ---
In function 'mps_get_ioc_factslen',
inlined from 'mps_get_iocfacts' at /workspace/src/usr.sbin/mpsutil/mps_cmd.c:753:13:
/workspace/src/usr.sbin/mpsutil/mps_cmd.c:742:22: warning: array subscript 'MPI2_IOC_FACTS_REPLY {aka struct _MPI2_IOC_FACTS_REPLY}[0]' is partly outside array bounds of 'char[4]' [-Warray-bounds=]
742 | return (facts->MsgLength * 4);
| ~~~~~^~~~~~~~~~~
/workspace/src/usr.sbin/mpsutil/mps_cmd.c: In function 'mps_get_iocfacts':
/workspace/src/usr.sbin/mpsutil/mps_cmd.c:729:14: note: object 'factsbuf' of size 4
729 | char factsbuf[4] = {0};
| ^~~~~~~~
--- mps_debug.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --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/sys -I. -DUSE_MPT_IOCTLS -fPIE -g -MD -MF.depend.mps_debug.pieo -MTmps_debug.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/usr.sbin/mpsutil/mps_debug.c -o mps_debug.pieo
--- all_subdir_tests ---
/workspace/src/tests/sys/kern/inotify_test.c: In function 'atfu_inotify_event_access_dir_body':
/workspace/src/tests/sys/kern/inotify_test.c:502:41: warning: '/dir' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
502 | snprintf(path, sizeof(path), "%s/dir", root);
| ^~~~
/workspace/src/tests/sys/kern/inotify_test.c:502:9: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024
502 | snprintf(path, sizeof(path), "%s/dir", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.sbin ---
--- mps_flash.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --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/sys -I. -DUSE_MPT_IOCTLS -fPIE -g -MD -MF.depend.mps_flash.pieo -MTmps_flash.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/usr.sbin/mpsutil/mps_flash.c -o mps_flash.pieo
--- all_subdir_tests ---
/workspace/src/tests/sys/kern/inotify_test.c: In function 'atfu_inotify_event_close_nowrite_body':
/workspace/src/tests/sys/kern/inotify_test.c:579:43: warning: '/file' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
579 | snprintf(file1, sizeof(file1), "%s/file", dir);
| ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:579:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
579 | snprintf(file1, sizeof(file1), "%s/file", dir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c: In function 'atfu_inotify_coalesce_body':
/workspace/src/tests/sys/kern/inotify_test.c:270:41: warning: '/file' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
270 | snprintf(file, sizeof(file), "%s/file", path);
| ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:270:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
270 | snprintf(file, sizeof(file), "%s/file", path);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c: In function 'atfu_inotify_event_open_body':
/workspace/src/tests/sys/kern/inotify_test.c:772:41: warning: '/file' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
772 | snprintf(path, sizeof(path), "%s/file", root);
| ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:772:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
772 | snprintf(path, sizeof(path), "%s/file", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:788:41: warning: '/fifo' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
788 | snprintf(path, sizeof(path), "%s/fifo", root);
| ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:788:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
788 | snprintf(path, sizeof(path), "%s/fifo", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c: In function 'atfu_inotify_event_move_body':
/workspace/src/tests/sys/kern/inotify_test.c:736:43: warning: '/file' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
736 | snprintf(path1, sizeof(path1), "%s/file", dir1);
| ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:736:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
736 | snprintf(path1, sizeof(path1), "%s/file", dir1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:740:43: warning: '/file2' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
740 | snprintf(path2, sizeof(path2), "%s/file2", dir2);
| ^~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:740:9: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024
740 | snprintf(path2, sizeof(path2), "%s/file2", dir2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:748:43: warning: '/dir' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
748 | snprintf(path2, sizeof(path2), "%s/dir", dir2);
| ^~~~
/workspace/src/tests/sys/kern/inotify_test.c:748:9: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024
748 | snprintf(path2, sizeof(path2), "%s/dir", dir2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c: In function 'atfu_inotify_event_delete_body':
/workspace/src/tests/sys/kern/inotify_test.c:686:41: warning: '/file' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
686 | snprintf(path, sizeof(path), "%s/file", root);
| ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:686:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
686 | snprintf(path, sizeof(path), "%s/file", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:703:41: warning: '/file2' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
703 | snprintf(file, sizeof(file), "%s/file2", root);
| ^~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:703:9: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024
703 | snprintf(file, sizeof(file), "%s/file2", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.sbin ---
--- mps_set.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --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/sys -I. -DUSE_MPT_IOCTLS -fPIE -g -MD -MF.depend.mps_set.pieo -MTmps_set.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/usr.sbin/mpsutil/mps_set.c -o mps_set.pieo
--- all_subdir_tests ---
/workspace/src/tests/sys/kern/inotify_test.c: In function 'atfu_inotify_event_create_body':
/workspace/src/tests/sys/kern/inotify_test.c:621:41: warning: '/file' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
621 | snprintf(path, sizeof(path), "%s/file", root);
| ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:621:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
621 | snprintf(path, sizeof(path), "%s/file", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:639:43: warning: '/link' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
639 | snprintf(path1, sizeof(path1), "%s/link", root);
| ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:639:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
639 | snprintf(path1, sizeof(path1), "%s/link", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:645:41: warning: '/dir' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
645 | snprintf(path, sizeof(path), "%s/dir", root);
| ^~~~
/workspace/src/tests/sys/kern/inotify_test.c:645:9: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024
645 | snprintf(path, sizeof(path), "%s/dir", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:651:43: warning: '/symlink' directive output may be truncated writing 8 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
651 | snprintf(path1, sizeof(path1), "%s/symlink", root);
| ^~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:651:9: note: 'snprintf' output between 9 and 1032 bytes into a destination of size 1024
651 | snprintf(path1, sizeof(path1), "%s/symlink", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:657:41: warning: '/fifo' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
657 | snprintf(path, sizeof(path), "%s/fifo", root);
| ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:657:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
657 | snprintf(path, sizeof(path), "%s/fifo", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:667:55: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 104 [-Wformat-truncation=]
667 | snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/socket", root);
| ^~ ~~~~
/workspace/src/tests/sys/kern/inotify_test.c:667:9: note: 'snprintf' output between 8 and 1031 bytes into a destination of size 104
667 | snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/socket", root);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_sbin ---
--- pfctl_osfp.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC -O2 -pipe -fno-common -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -DENABLE_ALTQ -I/workspace/src/sbin/pfctl -I/workspace/src/lib/libpfctl -I/tmp/obj/workspace/src/amd64.amd64/lib/libpfctl -DWITH_INET6 -DWITH_INET -fPIE -g -MD -MF.depend.pfctl_osfp.pieo -MTpfctl_osfp.pieo -std=gnu17 -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-return-type -Wno-address-of-packed-member -c /workspace/src/sbin/pfctl/pfctl_osfp.c -o pfctl_osfp.pieo
--- all_subdir_usr.sbin ---
--- mps_show.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --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/sys -I. -DUSE_MPT_IOCTLS -fPIE -g -MD -MF.depend.mps_show.pieo -MTmps_show.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/usr.sbin/mpsutil/mps_show.c -o mps_show.pieo
--- all_subdir_tests ---
cc1: all warnings being treated as errors
*** [inotify_test.pieo] Error code 1
make[6]: stopped in /workspace/src/tests/sys/kern
--- all_subdir_sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_rescue ---
*** [objs] Error code 6
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_usr.sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---
make[2]: stopped in /workspace/src
--- 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
--- all_subdir_cddl ---
--- all_subdir_cddl/usr.sbin/zfsd/tests ---
--- zfsd_unittest ---
make[6]: stopped in /workspace/src/cddl/usr.sbin/zfsd/tests
make[5]: stopped in /workspace/src/cddl/usr.sbin/zfsd
make[4]: stopped in /workspace/src/cddl/usr.sbin
make[3]: stopped in /workspace/src/cddl
make[2]: stopped in /workspace/src
120.16 real 873.08 user 92.40 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins4719238205352968663.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_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