Date: Thu, 28 Sep 2023 14:58:18 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: zlei@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #1756 - Still Failing Message-ID: <1459211753.5042.1695913101019@jenkins.ci.freebsd.org> In-Reply-To: <514392307.5006.1695879767192@jenkins.ci.freebsd.org> References: <514392307.5006.1695879767192@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_5041_815437808.1695913098717 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #1756 (12349f38898f231ca803dcf526bac= 88cb1b5cd2b) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/1756/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 1756/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1= 756/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) 12349f38898f231ca803dcf526bac88cb1b5cd2b by zlei: ipfw.8: Adjust section for loader tunables The end of the build log: [...truncated 89.56 MB...] --- zpool_main.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -DIN_BASE -I/workspace/src/sys/contrib/openzfs/include -= I/workspace/src/sys/contrib/openzfs/lib/libspl/include -I/workspace/src/sy= s/contrib/openzfs/lib/libspl/include/os/freebsd -I/workspace/src/sys -I/w= orkspace/src/cddl/compat/opensolaris/include -I/workspace/src/sys/contrib/= openzfs/cmd/zpool -include /workspace/src/sys/contrib/openzfs/include/os/f= reebsd/spl/sys/ccompile.h -DHAVE_ISSETUGID -include /workspace/src/sys/mo= dules/zfs/zfs_config.h -DSYSCONFDIR=3D\"/etc\" -DPKGDATADIR=3D\"/usr/shar= e/zfs\" -DNEED_SOLARIS_BOOLEAN -DRESCUE -I/tmp/obj/workspace/src/amd64.am= d64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -= MD -MF.depend.zpool_main.o -MTzpool_main.o -std=3Dgnu99 -Wno-format-zero-l= ength -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y= 2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -W= no-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -= Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-decla= rations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-n= ot-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=3D= shift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-= const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-err= or=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-= truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-conte= xt -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnon= null -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 -Wno-unknown-pragmas -Wno-address-of-packed-member -c /works= pace/src/sys/contrib/openzfs/cmd/zpool/zpool_main.c -o zpool_main.o --- all_subdir_lib --- --- target_prog --- (cd /workspace/src/lib/libproc/tests && DEPENDFILE=3D.depend.target_prog = NO_SUBDIR=3D1 make -f /workspace/src/lib/libproc/tests/Makefile _RECURSING_= PROGS=3Dt PROG=3Dtarget_prog ) --- all_subdir_usr.sbin --- In file included from /workspace/src/usr.sbin/makefs/zfs.c:35: /workspace/src/usr.sbin/makefs/zfs.c: In function '_dnode_cursor_flush': /workspace/src/usr.sbin/makefs/zfs.c:684:23: error: comparison of integer e= xpressions of different signedness: 'unsigned int' and 'int' [-Werror=3Dsig= n-compare] 684 | assert(levels <=3D c->dnode->dn_nlevels - 1); | ^~ /workspace/src/usr.sbin/makefs/zfs.c:691:27: error: comparison of integer e= xpressions of different signedness: 'unsigned int' and 'int' [-Werror=3Dsig= n-compare] 691 | if (level =3D=3D c->dnode->dn_nlevels - 1) { | ^~ /workspace/src/usr.sbin/makefs/zfs.c: In function 'dnode_cursor_next': /workspace/src/usr.sbin/makefs/zfs.c:739:41: error: comparison of integer e= xpressions of different signedness: 'unsigned int' and 'int' [-Werror=3Dsig= n-compare] 739 | for (levels =3D 0; levels < c->dnode->dn_nlevels - = 1; levels++) { | ^ --- all_subdir_usr.bin --- --- all_subdir_usr.bin/expand --- =3D=3D=3D> usr.bin/expand (all) --- all_subdir_lib --- --- .depend.target_prog --- echo target_prog.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.= a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libelf.a /tmp/obj/workspac= e/src/amd64.amd64/tmp/usr/lib/libproc.a /tmp/obj/workspace/src/amd64.amd64/= tmp/usr/lib/librtld_db.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/lib= util.a >> .depend.target_prog --- target_prog.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -fPIE -g -MD -MF.depend.target_prog.target_prog.o -MTta= rget_prog.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -= Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmi= ssing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings = -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wneste= d-externs -Wold-style-definition -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 -O0 -c /workspace/src/lib/libproc/tests/target_= prog.c -o target_prog.o --- all_subdir_usr.bin --- --- .depend --- echo expand.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a >>= .depend --- expand.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -fPIE -g -MD -MF.depend.expand.o -MTexpand.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/usr.bin/expand/expand.c -o expand.o --- all_subdir_sbin --- --- firmware.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -fPIE -g -MD -MF.depend.firmware.o -MTfirmware.o -std= =3Dgnu99 -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 -Wshado= w -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-= style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-er= ror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-e= rror=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declaratio= ns -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-pa= rentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-erro= r=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-error=3Dunused-const= -variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3D= expansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunc= ation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -W= no-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull = -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dag= gressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dca= tch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-err= or=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-= type -c /workspace/src/sbin/nvmecontrol/firmware.c -o firmware.o --- all_subdir_usr.bin --- /workspace/src/usr.bin/expand/expand.c:33:19: warning: 'copyright' defined = but not used [-Wunused-const-variable=3D] 33 | static const char copyright[] =3D | ^~~~~~~~~ --- all_subdir_lib --- --- target_prog.full --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 ta= rget_prog.full target_prog.o -lelf -lproc -lrtld_db -lutil --- all_subdir_usr.bin --- --- all_subdir_usr.bin/dtc --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/ostream:172: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: At global= scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2691:56: w= arning: type attributes ignored after type is already defined [-Wattributes= ] 2691 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b= yname<char, false>; | ^~~~~~~~~~~~= ~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2692:56: w= arning: type attributes ignored after type is already defined [-Wattributes= ] 2692 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b= yname<char, true>; | ^~~~~~~~~~~~= ~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2697:56: w= arning: type attributes ignored after type is already defined [-Wattributes= ] 2697 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b= yname<wchar_t, false>; | ^~~~~~~~~~~~= ~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2698:56: w= arning: type attributes ignored after type is already defined [-Wattributes= ] 2698 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b= yname<wchar_t, true>; | ^~~~~~~~~~~~= ~~~~~~~~~~~~~~~~~~~~ --- all_subdir_lib --- --- target_prog.debug --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug target_= prog.full target_prog.debug --- target_prog --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dtarget_prog.debug target_prog.full target_prog --- all_subdir_usr.bin --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3606:32: w= arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated= : char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha= r32_t is non-standard and is provided for a temporary period. It will be re= moved in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] 3606 | typedef basic_string<char, char_traits<char>, _Byte_alloc> by= te_string; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3607:33: w= arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated= : char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha= r32_t is non-standard and is provided for a temporary period. It will be re= moved in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] 3607 | typedef basic_string<_Elem, char_traits<_Elem>, _Wide_alloc> wi= de_string; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: In member= function 'std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_al= loc>::wide_string std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _= Byte_alloc>::from_bytes(const char*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3647:43: w= arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated= : char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha= r32_t is non-standard and is provided for a temporary period. It will be re= moved in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] 3647 | {return from_bytes(__ptr, __ptr + char_traits<char>::length= (__ptr));} | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: In member= function 'std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_al= loc>::byte_string std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _= Byte_alloc>::to_bytes(const _Elem*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3658:43: w= arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated= : char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha= r32_t is non-standard and is provided for a temporary period. It will be re= moved in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] 3658 | {return to_bytes(__wptr, __wptr + char_traits<_Elem>::lengt= h(__wptr));} | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: At global= scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3682:1: wa= rning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byt= e_alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-decla= rations] 3682 | wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>:: | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3603:56: n= ote: declared here 3603 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv= ert | ^~~~~~~~~~~~= ~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3689:1: wa= rning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byt= e_alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-decla= rations] 3689 | wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>:: | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3603:56: n= ote: declared here 3603 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv= ert | ^~~~~~~~~~~~= ~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3701:1: wa= rning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byt= e_alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-decla= rations] 3701 | wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>:: | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3603:56: n= ote: declared here 3603 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv= ert | ^~~~~~~~~~~~= ~~~ --- all_subdir_lib --- --- proc_test --- (cd /workspace/src/lib/libproc/tests && DEPENDFILE=3D.depend.proc_test NO= _SUBDIR=3D1 make -f /workspace/src/lib/libproc/tests/Makefile _RECURSING_PR= OGS=3Dt PROG=3Dproc_test ) --- all_subdir_usr.bin --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3783:10: w= arning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _By= te_alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-decl= arations] 3783 | typename wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>= ::byte_string | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3603:56: n= ote: declared here 3603 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv= ert | ^~~~~~~~~~~~= ~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3784:1: wa= rning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byt= e_alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-decla= rations] 3784 | wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>:: | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3603:56: n= ote: declared here 3603 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv= ert | ^~~~~~~~~~~~= ~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3871:62: w= arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated= : char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha= r32_t is non-standard and is provided for a temporary period. It will be re= moved in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] 3871 | template <class _Codecvt, class _Elem =3D wchar_t, class _Tr =3D ch= ar_traits<_Elem> > | ^~~~~~= ~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ --- all_subdir_lib --- --- .depend.proc_test --- echo proc_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/w= orkspace/src/amd64.amd64/tmp/usr/lib/libelf.a /tmp/obj/workspace/src/amd64.= amd64/tmp/usr/lib/libproc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/= librtld_db.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .d= epend.proc_test --- proc_test.o --- --- all_subdir_usr.bin --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream: In funct= ion 'std::__1::basic_ostream<_CharT, _Traits>& std::__1::operator<<(basic_o= stream<_CharT, _Traits>&, const char*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:863:28: w= arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated= : char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha= r32_t is non-standard and is provided for a temporary period. It will be re= moved in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] 863 | size_t __len =3D char_traits<char>::length(__strn); | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ --- all_subdir_lib --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -fPIE -g -MD -MF.depend.proc_test.proc_test.o -MTproc_t= est.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsyste= m-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-= prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswit= ch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-exte= rns -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddre= ss -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-comp= are -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-= declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogi= cal-not-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-err= or=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dun= used-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wn= o-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfo= rmat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-= context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error= =3Dnonnull -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=3Drestri= ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -= Wno-return-type -c /workspace/src/lib/libproc/tests/proc_test.c -o proc= _test.o In file included from /workspace/src/lib/libproc/tests/proc_test.c:27: /workspace/src/lib/libproc/tests/proc_test.c: In function 'verify_bkpt': /workspace/src/lib/libproc/tests/proc_test.c:149:20: warning: left-hand ope= rand of comma expression has no effect [-Wunused-value] 149 | mapbname =3D basename(mapname_copy); | ^~~~~~~~ --- all_subdir_sbin --- --- format.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -fPIE -g -MD -MF.depend.format.o -MTformat.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/nvmecontrol/format.c -o format.o --- all_subdir_lib --- --- all_subdir_lib/libnv --- --- nvlist_get_test --- --- nvlist_get_test.full --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 -Wno-uninitialized -Wno-point= er-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compar= e -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstri= ct-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-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=3Dboo= l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-= error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici= t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size= -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa= re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul= tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc= ess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packe= d-member -Wl,-zrelro -pie -Wl,-znoexecstack -o nvlist_get_test.full nvlist= _get_test.o -lnv --- all_subdir_usr.bin --- --- all_subdir_usr.bin/expand --- --- expand.full --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 e= xpand.full expand.o =20 --- all_subdir_lib --- --- nvlist_get_test.debug --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug nvlist_= get_test.full nvlist_get_test.debug --- nvlist_get_test --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dnvlist_get_test.debug nvlist_get_test.full nvlist_get_test --- nvlist_send_recv_test --- (cd /workspace/src/lib/libnv/tests && DEPENDFILE=3D.depend.nvlist_send_rec= v_test NO_SUBDIR=3D1 make -f /workspace/src/lib/libnv/tests/Makefile _RECU= RSING_PROGS=3Dt PROG=3Dnvlist_send_recv_test ) --- all_subdir_usr.bin --- --- expand.1.gz --- gzip -cn /workspace/src/usr.bin/expand/expand.1 > expand.1.gz --- expand.debug --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug expand.= full expand.debug --- all_subdir_usr.sbin --- cc1: all warnings being treated as errors --- all_subdir_usr.bin --- --- expand --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dexpand.debug expand.full expand --- all_subdir_lib --- --- .depend.nvlist_send_recv_test --- echo nvlist_send_recv_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/lib/libnv/libnv_pie.a >> .depend.nvlis= t_send_recv_test --- nvlist_send_recv_test.o --- --- all_subdir_usr.sbin --- *** [zfs.o] Error code 1 make[4]: stopped in /workspace/src/usr.sbin/makefs --- all_subdir_lib --- --- cnv_tests --- --- all_subdir_rescue --- *** [objs] Error code 6 make[4]: stopped in /workspace/src/rescue/rescue --- all_subdir_tests --- make[3]: stopped in /workspace/src/tests --- all_subdir_sbin --- make[2]: stopped in /workspace/src --- all_subdir_rescue --- 1 error make[4]: stopped in /workspace/src/rescue/rescue --- all_subdir_usr.sbin --- make[2]: stopped in /workspace/src --- all_subdir_lib --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[2]: stopped in /workspace/src --- all_subdir_rescue --- make[3]: stopped in /workspace/src/rescue --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_rescue --- make[2]: stopped in /workspace/src --- all_subdir_cddl --- --- all_subdir_cddl/usr.sbin/zfsd/tests --- 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 84.84 real 736.33 user 92.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/jenkins1661981132141162= 7054.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_5041_815437808.1695913098717--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1459211753.5042.1695913101019>