Date: Wed, 25 Sep 2024 14:39:16 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kp@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #3916 - Still Failing Message-ID: <1596970768.8347.1727275158895@jenkins.ci.freebsd.org> In-Reply-To: <1532049240.8315.1727270658115@jenkins.ci.freebsd.org> References: <1532049240.8315.1727270658115@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_8346_1412147980.1727275156509 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #3916 (85ea6992935ced034dea1c8875554= 2c1b4969368) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/3916/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 3916/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3= 916/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) 4f9e688708f1bead81954c429f7eca5109ee454b by kp: pf: merge pf_scrub_ip() and pf_scrub_ip6() dd04fa71a8cbd43047c41453b54c2224bf40ddb9 by kp: pf: remove unused argument 'h' from various function 905db4aa88775865097714c170f4503da385747c by kp: pf: dedupe layer 4 protocol code in pf_setup_pdesc() 6d51791d2832fb428b99d4c0ab22b392980bd27b by kp: pf: remove pointless CURVNET_SET 85ea6992935ced034dea1c88755542c1b4969368 by kp: pf tests: Make TCP port numbers configurable The end of the build log: [...truncated 88.41 MiB...] 839 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c: In function 'single_user': /workspace/src/sbin/init/init.c:965:24: warning: cast between incompatible = function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' = [-Wcast-function-type] 965 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c:976:32: warning: cast between incompatible = function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' = [-Wcast-function-type] 976 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c:986:24: warning: cast between incompatible = function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'long= int (*)(void)' [-Wcast-function-type] 986 | return (state_func_t) requested_transition; | ^ /workspace/src/sbin/init/init.c:1005:32: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1005 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c:1010:16: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1010 | return (state_func_t) runcom; | ^ /workspace/src/sbin/init/init.c: In function 'runcom': /workspace/src/sbin/init/init.c:1027:16: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1027 | return (state_func_t) read_ttys; | ^ /workspace/src/sbin/init/init.c: In function 'run_script': /workspace/src/sbin/init/init.c:1131:24: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1131 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c:1143:32: warning: cast between incompatible= function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'lon= g int (*)(void)' [-Wcast-function-type] 1143 | return (state_func_t) requested_transition; | ^ /workspace/src/sbin/init/init.c:1149:32: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1149 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c:1172:24: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1172 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c:1176:24: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1176 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c: In function 'read_ttys': /workspace/src/sbin/init/init.c:1403:24: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1403 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c:1415:16: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1415 | return (state_func_t) multi_user; | ^ /workspace/src/sbin/init/init.c: In function 'multi_user': /workspace/src/sbin/init/init.c:1744:16: warning: cast between incompatible= function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'lon= g int (*)(void)' [-Wcast-function-type] 1744 | return (state_func_t) requested_transition; | ^ /workspace/src/sbin/init/init.c: In function 'clean_ttys': /workspace/src/sbin/init/init.c:1830:16: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1830 | return (state_func_t) multi_user; | ^ /workspace/src/sbin/init/init.c: In function 'catatonia': /workspace/src/sbin/init/init.c:1844:16: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1844 | return (state_func_t) multi_user; | ^ /workspace/src/sbin/init/init.c: In function 'death': /workspace/src/sbin/init/init.c:1890:16: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1890 | return (state_func_t) death_single; | ^ /workspace/src/sbin/init/init.c: In function 'death_single': --- all_subdir_lib --- --- check_utility_compat.3.gz --- gzip -cn /workspace/src/lib/libc/gen/check_utility_compat.3 > check_utility= _compat.3.gz --- all_subdir_rescue --- /workspace/src/sbin/init/init.c:1909:32: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1909 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c:1919:32: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1919 | return (state_func_t) single_user; | ^ /workspace/src/sbin/init/init.c:1924:16: warning: cast between incompatible= function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'= [-Wcast-function-type] 1924 | return (state_func_t) single_user; | ^ --- all_subdir_lib --- --- all_subdir_lib/msun --- --- all_subdir_lib/msun/tests --- --- invctrig_test --- (cd /workspace/src/lib/msun/tests && DEPENDFILE=3D.depend.invctrig_test N= O_SUBDIR=3D1 make -f /workspace/src/lib/msun/tests/Makefile _RECURSING_PROG= S=3Dt PROG=3Dinvctrig_test ) --- all_subdir_rescue --- /workspace/src/sbin/init/init.c: In function 'transition_handler': /workspace/src/sbin/init/init.c:1669:23: warning: this statement may fall t= hrough [-Wimplicit-fallthrough=3D] 1669 | howto =3D RB_POWEROFF; | ^ /workspace/src/sbin/init/init.c:1670:9: note: here 1670 | case SIGUSR1: | ^~~~ /workspace/src/sbin/init/init.c:1671:23: warning: this statement may fall t= hrough [-Wimplicit-fallthrough=3D] 1671 | howto |=3D RB_HALT; | ^ /workspace/src/sbin/init/init.c:1672:9: note: here 1672 | case SIGWINCH: | ^~~~ /workspace/src/sbin/init/init.c:1676:24: warning: this statement may fall t= hrough [-Wimplicit-fallthrough=3D] 1676 | Reboot =3D true; | ^ /workspace/src/sbin/init/init.c:1677:9: note: here 1677 | case SIGTERM: | ^~~~ --- all_subdir_sbin --- --- create --- echo '#! /usr/libexec/atf-sh' > create.tmp cat /workspace/src/contrib/netbsd-tests/sbin/newfs_msdos/t_create.sh >>crea= te.tmp chmod +x create.tmp mv create.tmp create --- all_subdir_lib --- --- all_subdir_lib/libc --- --- all_subdir_lib/libc/tests --- --- cxa_thread_atexit_test.debug --- --- all_subdir_sbin --- --- Kyuafile --- --- all_subdir_lib --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug cxa_thr= ead_atexit_test.full cxa_thread_atexit_test.debug --- all_subdir_sbin --- --- newfs_msdos.full --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p= ipe -fno-common -fPIE -g -std=3Dc11 -Wno-format-zero-length -fstack-protect= or-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-par= ameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwri= te-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscri= pts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -= Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-= error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-er= ror=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra = -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-erro= r=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -W= no-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull= -compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compar= e -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error= =3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo= w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err= or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept= -type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring= op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu= nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn= o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin= gop-truncation -Wno-return-type -Wl,-zrelro -pie -Wl,-znoexecstack -o ne= wfs_msdos.full newfs_msdos.o mkfs_msdos.o =20 --- all_subdir_lib --- --- cxa_thread_atexit_test --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dcxa_thread_atexit_test.debug cxa_thread_atexit_test.full cxa_th= read_atexit_test --- all_subdir_lib/msun --- --- .depend.invctrig_test --- echo invctrig_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/lib= c.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/o= bj/workspace/src/amd64.amd64/tmp/usr/lib/libm.a >> .depend.invctrig_test --- invctrig_test.o --- --- all_subdir_lib/libc --- --- cxa_thread_atexit_nothr_test --- --- all_subdir_lib/msun --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -DHAVE_FENV_H -I/workspace/src/contrib/netbsd-tests/lib/= libc/gen -D__HAVE_LONG_DOUBLE -fno-builtin -DLDBL_PREC=3D64 -fPIE -g -MD -= MF.depend.invctrig_test.invctrig_test.o -MTinvctrig_test.o -std=3Dgnu99 -Wn= o-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-a= rith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-p= arameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-defini= tion -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-= bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-= align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-erro= r=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -W= no-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmayb= e-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-va= lue -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -W= no-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to= -defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-e= rror=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dm= emset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error= =3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-l= oop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value = -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeo= f-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-= unknown-pragmas -c /workspace/src/lib/msun/tests/invctrig_test.c -o in= vctrig_test.o --- all_subdir_lib/libc --- (cd /workspace/src/lib/libc/tests/stdlib && DEPENDFILE=3D.depend.cxa_threa= d_atexit_nothr_test NO_SUBDIR=3D1 make -f /workspace/src/lib/libc/tests/st= dlib/Makefile _RECURSING_PROGS=3Dt PROG=3Dcxa_thread_atexit_nothr_test PRO= G_CXX=3Dcxa_thread_atexit_nothr_test) --- all_subdir_stand --- --- test.full --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -I/wor= kspace/src/stand/userboot -g -std=3Dgnu99 -Wno-format-zero-length -Wsystem-= headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-err= or=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-er= ror=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declaration= s -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-par= entheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-= negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-= variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3De= xpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunca= tion -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wn= o-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -= Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dagg= ressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcat= ch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-erro= r=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-t= ype -Wno-address-of-packed-member -Os -Wl,-zrelro -Wl,-znoexecstack -o t= est.full test.o =20 --- all_subdir_lib --- --- .depend.cxa_thread_atexit_nothr_test --- --- all_subdir_sbin --- --- newfs_msdos.8.gz --- --- all_subdir_lib --- echo cxa_thread_atexit_nothr_test.full: /tmp/obj/workspace/src/amd64.amd64/= tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivat= eatf-c++.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a= >> .depend.cxa_thread_atexit_nothr_test echo cxa_thread_atexit_nothr_test.full: /tmp/obj/workspace/src/amd64.amd64/= tmp/usr/lib/libc++.a >> .depend.cxa_thread_atexit_nothr_test --- all_subdir_sbin --- gzip -cn /workspace/src/sbin/newfs_msdos/newfs_msdos.8 > newfs_msdos.8.gz --- all_subdir_lib --- --- cxa_thread_atexit_nothr_test.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-g++12 --sysroot=3D/tmp/obj/works= pace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 = -pipe -fno-common -D__HAVE_FENV -D__HAVE_LONG_DOUBLE -I/workspace/src/lib/l= ibc/tests/stdlib -fPIE -g -MD -MF.depend.cxa_thread_atexit_nothr_test.cxa_t= hread_atexit_nothr_test.o -MTcxa_thread_atexit_nothr_test.o -Wno-format-zer= o-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-forma= t-y2k -Wno-uninitialized -Wdate-time -Wno-error=3Daddress -Wno-error=3Darra= y-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcas= t-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-er= ror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses = -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused= -function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dma= ybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-= value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable = -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-= to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno= -error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error= =3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err= or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive= -loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu= e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz= eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wn= o-address-of-packed-member -fPIE -std=3Dc++11 -Wno-deprecated-declarations= -Wno-literal-suffix -Wno-error=3Dunknown-pragmas -c /workspace/src/li= b/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc -o cxa_thread_atexit_no= thr_test.o --- all_subdir_sbin --- --- newfs_msdos.debug --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug newfs_m= sdos.full newfs_msdos.debug --- all_subdir_stand --- --- test.debug --- --- all_subdir_rescue --- --- ifconfig_make --- --- af_inet.o --- --- all_subdir_stand --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug test.fu= ll test.debug --- all_subdir_sbin --- --- newfs_msdos --- --- all_subdir_rescue --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -I/workspace/src/lib/libifconfig -I/tmp/obj/workspace/sr= c/amd64.amd64/rescue/rescue/workspace/src/lib/libifconfig -DINET6 -DINET -W= all -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRES= CUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspa= ce/src/amd64.amd64/lib/libiscsiutil -MD -MF.depend.af_inet.o -MTaf_inet.o = -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-protot= ypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Ws= hadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -W= old-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wn= o-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -W= no-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declar= ations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-no= t-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-= error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -= Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Ds= hift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-c= onst-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-erro= r=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-t= runcation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-contex= t -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonn= ull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error= =3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error= =3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn= o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re= turn-type -c /workspace/src/sbin/ifconfig/af_inet.c -o af_inet.o --- all_subdir_sbin --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dnewfs_msdos.debug newfs_msdos.full newfs_msdos --- all_subdir_stand --- --- test --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dtest.debug test.full test --- all_subdir_sbin --- --- all_subdir_sbin/nfsiod --- =3D=3D=3D> sbin/nfsiod (all) --- all_subdir_stand --- --- all_subdir_stand/userboot/userboot_4th --- =3D=3D=3D> stand/userboot/userboot_4th (all) --- all_subdir_sbin --- --- .depend --- echo nfsiod.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a >>= .depend --- nfsiod.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -fPIE -g -MD -MF.depend.nfsiod.o -MTnfsiod.o -std=3Dgnu= 99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werro= r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoi= nter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wun= used-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-= definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3D= array-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error= =3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -= Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parent= heses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3D= unused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-erro= r=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-neg= ative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-var= iable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpa= nsion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncatio= n -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-e= rror=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno= -error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggres= sive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-= value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error= =3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-ty= pe -c /workspace/src/sbin/nfsiod/nfsiod.c -o nfsiod.o --- all_subdir_stand --- --- include/machine --- include/machine -> /workspace/src/sys/amd64/include --- include/x86 --- include/x86 -> /workspace/src/sys/x86/include --- vers.c --- sh /workspace/src/stand/common/newvers.sh /workspace/src/stand/userboot/us= erboot_4th/../userboot/version "User boot 4th" amd64 --- .depend --- echo userboot_4th.so.full: /tmp/obj/workspace/src/amd64.amd64/stand/ficl/li= bficl.a /tmp/obj/workspace/src/amd64.amd64/stand/libsa/libsa.a >> .depend --- autoload.pico --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic = -DPIC -O2 -pipe -fno-common -nostdinc -I/tmp/obj/workspace/src/amd64.= amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/s= rc/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunctio= n-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/lib= sa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse -msoft-floa= t -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -= DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/= stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common = -DBF_DICTSIZE=3D30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_= GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stan= d/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/co= ntrib/opensolaris/uts/common -DHELP_FILENAME=3D\"loader.help.userboot\" -I.= -g -MD -MF.depend.autoload.pico -MTautoload.pico -std=3Dgnu99 -Wno-format= -zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-er= ror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wn= o-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn= o-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-= compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare= -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error= =3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo= w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err= or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept= -type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring= op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu= nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn= o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin= gop-truncation -Wno-return-type -Wno-address-of-packed-member -Os -c /= workspace/src/stand/userboot/userboot_4th/../userboot/autoload.c -o autoloa= d.pico --- bcache.pico --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic = -DPIC -O2 -pipe -fno-common -nostdinc -I/tmp/obj/workspace/src/amd64.= amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/s= rc/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunctio= n-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/lib= sa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse -msoft-floa= t -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -= DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/= stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common = -DBF_DICTSIZE=3D30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_= GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stan= d/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/co= ntrib/opensolaris/uts/common -DHELP_FILENAME=3D\"loader.help.userboot\" -I.= -g -MD -MF.depend.bcache.pico -MTbcache.pico -std=3Dgnu99 -Wno-format-zer= o-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error= =3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db= ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddep= recated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-erro= r=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunini= tialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error= =3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare= -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e= rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre= cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e= rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint= -in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W= no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf= low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t= ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error= =3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru= ncation -Wno-return-type -Wno-address-of-packed-member -Os -c /workspa= ce/src/stand/common/bcache.c -o bcache.pico --- all_subdir_sbin --- --- nfsiod.full --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p= ipe -fno-common -fPIE -g -std=3Dgnu99 -Wno-format-zero-length -fstack-prote= ctor-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-p= arameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time= -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wn= o-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-= error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextr= a -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-er= ror=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value = -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnu= ll-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-comp= are -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-err= or=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overf= low -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-e= rror=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexce= pt-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstri= ngop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-= function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -= Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstr= ingop-truncation -Wno-return-type -Wl,-zrelro -pie -Wl,-znoexecstack -o = nfsiod.full nfsiod.o =20 --- all_subdir_stand --- --- all_subdir_stand/i386 --- =3D=3D=3D> stand/i386 (all) --- all_subdir_sbin --- --- nfsiod.8.gz --- gzip -cn /workspace/src/sbin/nfsiod/nfsiod.8 > nfsiod.8.gz --- all_subdir_secure --- --- all_subdir_secure/usr.bin/ssh-keygen --- --- sshsig.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -I/workspace/src/crypto/openssh -include ssh_namespace.h= -include sk_config.h -DHAVE_LDNS=3D1 -fPIE -g -MD -MF.depend.sshsig.o -MT= sshsig.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno= -pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-= compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error= =3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function = -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninit= ialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno= -error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error= =3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined= -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Di= mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el= t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer= -compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi= zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error= =3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-= memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of= -packed-member -c /workspace/src/crypto/openssh/sshsig.c -o sshsig.o --- all_subdir_sbin --- --- nfsiod.debug --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug nfsiod.= full nfsiod.debug --- nfsiod --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dnfsiod.debug nfsiod.full nfsiod --- all_subdir_stand --- --- all_subdir_stand/i386/btx --- =3D=3D=3D> stand/i386/btx (all) --- all_subdir_sbin --- --- all_subdir_sbin/nos-tun --- =3D=3D=3D> sbin/nos-tun (all) --- all_subdir_stand --- --- include/machine --- --- all_subdir_sbin --- --- .depend --- echo nos-tun.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a >= > .depend --- nos-tun.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -fPIE -g -MD -MF.depend.nos-tun.o -MTnos-tun.o -std=3Dg= nu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Wer= ror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wp= ointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3D= address -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool= -compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprec= ated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error= =3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare= -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e= rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre= cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e= rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint= -in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W= no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf= low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t= ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error= =3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru= ncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/= src/sbin/nos-tun/nos-tun.c -o nos-tun.o --- all_subdir_stand --- include/machine -> /workspace/src/sys/i386/include --- include/x86 --- include/x86 -> /workspace/src/sys/x86/include --- all_subdir_stand/i386/btx/btx --- =3D=3D=3D> stand/i386/btx/btx (all) --- include/machine --- include/machine -> /workspace/src/sys/i386/include --- include/x86 --- include/x86 -> /workspace/src/sys/x86/include --- btx.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p= ipe -fno-common -I/workspace/src/stand/i386/btx/lib -nostdinc -I/tmp/o= bj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_= STANDALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dflo= aty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -= I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding = -mno-mmx -mno-sse -msoft-float -march=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0= x0 -I/workspace/src/stand/i386/common -MD -MF.depend.btx.o -MTbtx.o -std= =3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign= -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dat= tributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclo= bbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-= error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia= sing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Du= nused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-e= rror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtauto= logical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operat= ion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3D= format-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallth= rough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-er= ror=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-= error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-e= rror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatem= ent-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno= -error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member= -Os -mpreferred-stack-boundary=3D2 -c /workspace/src/stand/i386/bt= x/btx/btx.S -o btx.o --- btx --- 57.91 real 118.31 user 16.90 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/jenkins8128030157206560= 045.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 ------=_Part_8346_1412147980.1727275156509--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1596970768.8347.1727275158895>