Date: Fri, 20 Feb 2026 12:05:42 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pouria@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #2934 - Still Failing Message-ID: <1632439224.773.1771589144920@jenkins.ci.freebsd.org> In-Reply-To: <328777650.765.1771581818174@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc14_build - Build #2934 (1635ba90615a5d9342604d495b71ac5380030b36) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2934/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2934/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2934/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) 1635ba90615a5d9342604d495b71ac5380030b36 by pouria: gre tests: Add required_kmods to gre netlink test The end of the build log: [...truncated 95.07 MiB...] echo "extern int main(int argc, char **argv, char **envp); int _crunched_pkill_stub(int argc, char **argv, char **envp);int _crunched_pkill_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >pkill_stub.c --- ps_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_ps_stub(int argc, char **argv, char **envp);int _crunched_ps_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >ps_stub.c --- pwd_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_pwd_stub(int argc, char **argv, char **envp);int _crunched_pwd_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >pwd_stub.c --- realpath_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_realpath_stub(int argc, char **argv, char **envp);int _crunched_realpath_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >realpath_stub.c --- rm_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_rm_stub(int argc, char **argv, char **envp);int _crunched_rm_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >rm_stub.c --- rmdir_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_rmdir_stub(int argc, char **argv, char **envp);int _crunched_rmdir_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >rmdir_stub.c --- setfacl_stub.c --- --- all_subdir_tests --- --- all_subdir_tests/sys/netinet --- --- tcp_md5_getsockopt --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --strip-debug --add-gnu-debuglink=tcp_md5_getsockopt.debug tcp_md5_getsockopt.full tcp_md5_getsockopt --- all_subdir_tests/sys/netlink --- /workspace/src/tests/sys/netlink/test_rtnl_gre.c: In function 'atfu_test_rtnl_gre_body': /workspace/src/tests/sys/netlink/test_rtnl_gre.c:91:28: note: at offset 8 into source object 'src' of size 16 91 | struct sockaddr_in src, dst; | ^~~ In function 'snl_add_msg_attr', inlined from 'snl_add_msg_attr_ip' at /workspace/src/sys/netlink/netlink_snl_route.h:153:11, inlined from 'atfu_test_rtnl_gre_body' at /workspace/src/tests/sys/netlink/test_rtnl_gre.c:117:2: /workspace/src/sys/netlink/netlink_snl.h:1166:17: error: 'memcpy' reading 16 bytes from a region of size 8 [-Werror=stringop-overread] 1166 | memcpy((nla + 1), data, attr_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/tests/sys/netlink/test_rtnl_gre.c: In function 'atfu_test_rtnl_gre_body': /workspace/src/tests/sys/netlink/test_rtnl_gre.c:91:33: note: at offset 8 into source object 'dst' of size 16 91 | struct sockaddr_in src, dst; | ^~~ --- all_subdir_tests/sys/kern --- --- unix_seqpacket_test.debug --- --- all_subdir_rescue --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_setfacl_stub(int argc, char **argv, char **envp);int _crunched_setfacl_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >setfacl_stub.c --- sh_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_sh_stub(int argc, char **argv, char **envp);int _crunched_sh_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >sh_stub.c --- sleep_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_sleep_stub(int argc, char **argv, char **envp);int _crunched_sleep_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >sleep_stub.c --- stty_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_stty_stub(int argc, char **argv, char **envp);int _crunched_stty_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >stty_stub.c --- sync_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_sync_stub(int argc, char **argv, char **envp);int _crunched_sync_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >sync_stub.c --- test_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_test_stub(int argc, char **argv, char **envp);int _crunched_test_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >test_stub.c --- csh_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_csh_stub(int argc, char **argv, char **envp);int _crunched_csh_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >csh_stub.c --- camcontrol_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_camcontrol_stub(int argc, char **argv, char **envp);int _crunched_camcontrol_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >camcontrol_stub.c --- all_subdir_tests --- --- all_subdir_tests/sys/netinet --- --- udp_bindings --- (cd /workspace/src/tests/sys/netinet && DEPENDFILE=.depend.udp_bindings NO_SUBDIR=1 make -f /workspace/src/tests/sys/netinet/Makefile _RECURSING_PROGS=t PROG=udp_bindings ) --- .depend.udp_bindings --- echo udp_bindings.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/libpthread.a >> .depend.udp_bindings --- udp_bindings.pieo --- --- all_subdir_tests/sys/kern --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --only-keep-debug unix_seqpacket_test.full unix_seqpacket_test.debug --- unix_seqpacket_test --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --strip-debug --add-gnu-debuglink=unix_seqpacket_test.debug unix_seqpacket_test.full unix_seqpacket_test --- unix_stream --- (cd /workspace/src/tests/sys/kern && DEPENDFILE=.depend.unix_stream NO_SUBDIR=1 make -f /workspace/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=unix_stream ) --- .depend.unix_stream --- echo unix_stream.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/libpthread.a >> .depend.unix_stream --- unix_stream.pieo --- --- all_subdir_tests/sys/netinet --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -fpie -DPIC -O2 -pipe -fno-common -fPIE -g -MD -MF.depend.udp_bindings.udp_bindings.pieo -MTudp_bindings.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/tests/sys/netinet/udp_bindings.c -o udp_bindings.pieo --- all_subdir_rescue --- --- clri_stub.c --- --- all_subdir_tests --- --- all_subdir_tests/sys/kern --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -fpie -DPIC -O2 -pipe -fno-common -fPIE -g -MD -MF.depend.unix_stream.unix_stream.pieo -MTunix_stream.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 -Wn--- all_subdir_rescue --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_clri_stub(int argc, char **argv, char **envp);int _crunched_clri_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >clri_stub.c --- all_subdir_tests --- o-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/unix_stream.c -o unix_stream.pieo --- all_subdir_rescue --- --- devfs_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_devfs_stub(int argc, char **argv, char **envp);int _crunched_devfs_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >devfs_stub.c --- dmesg_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_dmesg_stub(int argc, char **argv, char **envp);int _crunched_dmesg_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >dmesg_stub.c --- all_subdir_usr.bin --- --- all_subdir_usr.bin/ncurses --- --- all_subdir_rescue --- --- dump_stub.c --- --- all_subdir_usr.bin --- --- tput.full --- --- all_subdir_rescue --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_dump_stub(int argc, char **argv, char **envp);int _crunched_dump_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >dump_stub.c --- all_subdir_usr.bin --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/src/usr.bin/tinfo -I/workspace/src/usr.bin/ncurses -I/workspace/src/contrib/ncurses/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/tinfo -Wall -DNDEBUG -DHAVE_CONFIG_H -I/workspace/src/contrib/ncurses/progs -I/workspace/src/contrib/ncurses/include -I/workspace/src/lib/ncurses/tinfo -I/tmp/obj/workspace/src/amd64.amd64/lib/ncurses/tinfo -I/workspace/src/usr.bin/ncurses -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 tput.full tput.pieo tparm_type.pieo transform.pieo dump_entry.pieo clear_cmd.pieo reset_cmd.pieo tty_settings.pieo -ltinfow --- all_subdir_rescue --- --- dumpfs_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_dumpfs_stub(int argc, char **argv, char **envp);int _crunched_dumpfs_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >dumpfs_stub.c --- dumpon_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_dumpon_stub(int argc, char **argv, char **envp);int _crunched_dumpon_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >dumpon_stub.c --- fsck_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_fsck_stub(int argc, char **argv, char **envp);int _crunched_fsck_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >fsck_stub.c --- fsck_ffs_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_fsck_ffs_stub(int argc, char **argv, char **envp);int _crunched_fsck_ffs_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >fsck_ffs_stub.c --- fsck_msdosfs_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_fsck_msdosfs_stub(int argc, char **argv, char **envp);int _crunched_fsck_msdosfs_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >fsck_msdosfs_stub.c --- fsdb_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_fsdb_stub(int argc, char **argv, char **envp);int _crunched_fsdb_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >fsdb_stub.c --- fsirand_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_fsirand_stub(int argc, char **argv, char **envp);int _crunched_fsirand_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >fsirand_stub.c --- geom_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_geom_stub(int argc, char **argv, char **envp);int _crunched_geom_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >geom_stub.c --- ifconfig_stub.c --- --- all_subdir_usr.bin --- --- tput.1.gz --- --- all_subdir_rescue --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_ifconfig_stub(int argc, char **argv, char **envp);int _crunched_ifconfig_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >ifconfig_stub.c --- init_stub.c --- --- all_subdir_usr.bin --- sed -e 's%@TERMINFO@%/usr/share/misc/terminfo%g' -e 's%@DATADIR@%/usr/share%g' -e 's%@NCURSES_OSPEED@%%g' -e 's%@NCURSES_MAJOR@%6%g' -e 's%@NCURSES_MINOR@%5%g' -e 's%@NCURSES_PATCH@%20240407%g' -e 's%@TPUT@%tput%g' -e 's%@TSET@%tset%g' -e 's%@RESET@%reset%g' -e 's%@CLEAR@%clear%g' -e 's%@TABS@%tabs%g' -e 's%@TIC@%tic%g' -e 's%@TOE@%toe%g' -e 's%@INFOCMP@%infocmp%g' -e 's%@CAPTOINFO@%captoinfo%g' -e 's%@INFOTOCAP@%infotocap%g' < /workspace/src/contrib/ncurses/man/tput.1 | gzip -cn > tput.1.gz --- all_subdir_rescue --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_init_stub(int argc, char **argv, char **envp);int _crunched_init_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >init_stub.c --- all_subdir_tests --- --- all_subdir_tests/sys/netlink --- cc1: all warnings being treated as errors --- all_subdir_rescue --- --- kldconfig_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_kldconfig_stub(int argc, char **argv, char **envp);int _crunched_kldconfig_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >kldconfig_stub.c --- kldload_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_kldload_stub(int argc, char **argv, char **envp);int _crunched_kldload_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >kldload_stub.c --- kldstat_stub.c --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_kldstat_stub(int argc, char **argv, char **envp);int _crunched_kldstat_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >kldstat_stub.c --- all_subdir_tests --- *** [test_rtnl_gre.pieo] Error code 1 make[6]: stopped making "all" in /workspace/src/tests/sys/netlink make[6]: 1 error make[6]: stopped making "all" in /workspace/src/tests/sys/netlink make[5]: stopped making "all" in /workspace/src/tests/sys/netlink make[4]: stopped making "all" in /workspace/src/tests/sys --- all_subdir_usr.bin --- --- tput.debug --- --- all_subdir_rescue --- --- kldunload_stub.c --- --- all_subdir_usr.bin --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --only-keep-debug tput.full tput.debug --- all_subdir_rescue --- echo "extern int main(int argc, char **argv, char **envp); int _crunched_kldunload_stub(int argc, char **argv, char **envp);int _crunched_kldunload_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >kldunload_stub.c *** [rescue] Error code 6 make[4]: stopped making "all" in /workspace/src/rescue/rescue make[4]: 1 error make[4]: stopped making "all" in /workspace/src/rescue/rescue make[3]: stopped making "all" in /workspace/src/rescue --- all_subdir_usr.bin --- make[4]: stopped making "all" in /workspace/src/usr.bin/ncurses --- all_subdir_rescue --- make[2]: stopped making "all" in /workspace/src --- all_subdir_usr.sbin --- make[4]: stopped making "all" in /workspace/src/usr.sbin/tcpdump make[3]: stopped making "all" in /workspace/src/usr.sbin --- all_subdir_tests --- --- all_subdir_tests/sys/netinet --- make[5]: stopped making "all" in /workspace/src/tests/sys/netinet make[4]: stopped making "all" in /workspace/src/tests/sys --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/traceroute --- make[3]: stopped making "all" in /workspace/src/usr.sbin make[2]: stopped making "all" in /workspace/src --- all_subdir_tests --- --- all_subdir_tests/sys/kern --- make[5]: stopped making "all" in /workspace/src/tests/sys/kern make[4]: stopped making "all" in /workspace/src/tests/sys --- all_subdir_usr.bin --- --- all_subdir_usr.bin/mandoc --- make[3]: stopped making "all" in /workspace/src/usr.bin --- all_subdir_usr.bin/ncurses --- --- tic --- make[4]: stopped making "all" in /workspace/src/usr.bin/ncurses make[3]: stopped making "all" in /workspace/src/usr.bin make[2]: stopped making "all" in /workspace/src --- all_subdir_tests --- --- all_subdir_tests/sys/fs --- --- access --- make[6]: stopped making "all" in /workspace/src/tests/sys/fs/fusefs --- allow_other --- make[6]: stopped making "all" in /workspace/src/tests/sys/fs/fusefs make[5]: stopped making "all" in /workspace/src/tests/sys/fs make[4]: stopped making "all" in /workspace/src/tests/sys make[3]: stopped making "all" in /workspace/src/tests make[2]: stopped making "all" in /workspace/src --- all_subdir_lib --- --- all_subdir_lib/libc/tests --- --- all_subdir_lib/libc/tests/net --- --- link_addr_test --- make[6]: stopped making "all" in /workspace/src/lib/libc/tests/net make[5]: stopped making "all" in /workspace/src/lib/libc/tests make[4]: stopped making "all" in /workspace/src/lib/libc make[3]: stopped making "all" in /workspace/src/lib make[2]: stopped making "all" in /workspace/src 380.90 real 3352.49 user 267.39 sys make[1]: stopped making "buildworld" in /workspace/src make: stopped making "buildworld" in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins10981467872377665459.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc14_build Checking for post-build Performing post-build step Checking if email needs to be generated Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Sending mail from default account using System Admin e-mail addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1632439224.773.1771589144920>
