Date: Sat, 17 Feb 2024 20:24:57 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: avg@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-14-amd64-gcc12_build - Build #382 - Still Failing Message-ID: <1005998992.1289.1708201499961@jenkins.ci.freebsd.org> In-Reply-To: <1065854208.1281.1708194914737@jenkins.ci.freebsd.org> References: <1065854208.1281.1708194914737@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_1288_755350748.1708201497254 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-stable-14-amd64-gcc12_build - Build #382 (b46dedfa48efd5b448c33b5ea= 920df05241c04aa) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12= _build/382/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_b= uild/382/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_bu= ild/382/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) 1efdba436281337bfd54e941cf60c74492780598 by avg: ds1307: restore hints-based configuration on FDT systems 2036512135c921e82c97c956c99b4c750a353c83 by avg: usbdevs: add Ralink RT7601 aka MT7601 87a7011b0974492c3244fbd97516c24de7f2755f by avg: add allwinner overlays for enabling additional USB ports 1595c09ee2527f9d1a50a07e922c003889be1769 by avg: gpiopower: trigger low, high and both edges d6e54e538e833c88b0eaa1d391af6afc22b1b6b9 by avg: audio_soc: set "status" as being at simplebus 7742d4d404db92e05d50eaabe48a8c7bfc77fa62 by avg: rk3328_codec: remove diagostic printfs 52dfb8b11453c30e9afcdafc9bf581401eb912a6 by avg: rk_i2s: change interrupt type from MISC to AV (audio/video) 1dd72f26e3a3d3afdde27658ce91a3373cf62cf8 by avg: rk_i2s: remove unused definition 96b8d8a62bd73383db36802e00e70b441e5eb1bc by avg: dwmmc: fix a typo cd5038b62ec2a256e5f85c67358f7b73a4d4c22b by avg: mmc_fdt_parse: remove redundant bootverbose check e009f28ea46d7a14f374ce42062b29ce28d564c0 by avg: fix signature of ipmi_shutdown_event b5d826b1b6bc863ae2d72b6ba18d0ece424e9824 by avg: change ipmi watchdog to awlays stop when system is halted a9bab712eb10de15d28ada67e369e75dcbd09d9e by avg: ichsmb: fix block read operation fb9c50f983ff6bdd6f33a22ae7d5b391435dd02a by avg: dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag 782b71ccfb1cd83a6c58e955a92ec7ace949036a by avg: hdaa_pcmchannel_setup: do not advertise AC3 8+0 191462cb674c092de392aa8e31054115d9aa74f8 by avg: efibootmgr: fix potential endless loop with -v 4cb348eaf6ac1326e79bf6c6679dbf1e219574ee by avg: subr_bus: report DEVICE_SUSPEND failures 007b84e6c159c5cf0d42923877868afee6c2d523 by avg: rdmsr_safe/wrmsr_safe: handle pcb_onfault nesting b46dedfa48efd5b448c33b5ea920df05241c04aa by avg: run acpi_shutdown_final later to give other handlers a chance The end of the build log: [...truncated 130.39 MiB...] In function 'sctp_add_remote_addr', inlined from 'sctp_load_addresses_from_init' at /workspace/src/sys/neti= net/sctp_pcb.c:6168:10: /workspace/src/sys/netinet6/in6.h:234:36: warning: array subscript 'struct = sockaddr_in6[0]' is partly outside array bounds of 'struct sockaddr_in[1]' = [-Warray-bounds] 234 | (a)->__u6_addr.__u6_addr32[3] =3D=3D 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /workspace/src/sys/netinet/sctp_pcb.c:3788:29: note: in expansion of macro = 'IN6_IS_ADDR_UNSPECIFIED' 3788 | if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_add= r)) { | ^~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netinet/sctp_pcb.c: In function 'sctp_load_addresses_fro= m_init': /workspace/src/sys/netinet/sctp_pcb.c:6024:28: note: object 'sin' of size 1= 6 6024 | struct sockaddr_in sin; | ^~~ In function 'sctp_add_remote_addr', inlined from 'sctp_load_addresses_from_init' at /workspace/src/sys/neti= net/sctp_pcb.c:6168:10: /workspace/src/sys/netinet/sctp_pcb.c:3793:40: warning: array subscript 'st= ruct sockaddr_in6[0]' is partly outside array bounds of 'struct sockaddr_in= [1]' [-Warray-bounds] 3793 | sin6->sin6_len =3D sizeof(struct sockaddr_i= n6); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~ /workspace/src/sys/netinet/sctp_pcb.c: In function 'sctp_load_addresses_fro= m_init': /workspace/src/sys/netinet/sctp_pcb.c:6024:28: note: object 'sin' of size 1= 6 6024 | struct sockaddr_in sin; | ^~~ In function 'sctp_add_remote_addr', inlined from 'sctp_load_addresses_from_init' at /workspace/src/sys/neti= net/sctp_pcb.c:6168:10: /workspace/src/sys/netinet6/in6.h:241:36: warning: array subscript 'struct = sockaddr_in6[0]' is partly outside array bounds of 'struct sockaddr_in[1]' = [-Warray-bounds] 241 | (a)->__u6_addr.__u6_addr32[1] =3D=3D 0 && \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /workspace/src/sys/netinet/sctp_pcb.c:3823:37: note: in expansion of macro = 'IN6_IS_ADDR_LOOPBACK' 3823 | if (IN6_IS_ADDR_LOOPBACK(&sin6->sin= 6_addr) && | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netinet/sctp_pcb.c: In function 'sctp_load_addresses_fro= m_init': /workspace/src/sys/netinet/sctp_pcb.c:6024:28: note: object 'sin' of size 1= 6 6024 | struct sockaddr_in sin; | ^~~ In function 'sctp_add_remote_addr', inlined from 'sctp_load_addresses_from_init' at /workspace/src/sys/neti= net/sctp_pcb.c:6168:10: /workspace/src/sys/netinet6/in6.h:242:36: warning: array subscript 'struct = sockaddr_in6[0]' is partly outside array bounds of 'struct sockaddr_in[1]' = [-Warray-bounds] 242 | (a)->__u6_addr.__u6_addr32[2] =3D=3D 0 && \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /workspace/src/sys/netinet/sctp_pcb.c:3823:37: note: in expansion of macro = 'IN6_IS_ADDR_LOOPBACK' 3823 | if (IN6_IS_ADDR_LOOPBACK(&sin6->sin= 6_addr) && | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netinet/sctp_pcb.c: In function 'sctp_load_addresses_fro= m_init': /workspace/src/sys/netinet/sctp_pcb.c:6024:28: note: object 'sin' of size 1= 6 6024 | struct sockaddr_in sin; | ^~~ In function 'sctp_add_remote_addr', inlined from 'sctp_load_addresses_from_init' at /workspace/src/sys/neti= net/sctp_pcb.c:6168:10: /workspace/src/sys/netinet6/in6.h:243:36: warning: array subscript 'struct = sockaddr_in6[0]' is partly outside array bounds of 'struct sockaddr_in[1]' = [-Warray-bounds] 243 | (a)->__u6_addr.__u6_addr32[3] =3D=3D ntohl(1)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /workspace/src/sys/netinet/sctp_pcb.c:3823:37: note: in expansion of macro = 'IN6_IS_ADDR_LOOPBACK' 3823 | if (IN6_IS_ADDR_LOOPBACK(&sin6->sin= 6_addr) && | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netinet/sctp_pcb.c: In function 'sctp_load_addresses_fro= m_init': --- all_subdir_uart --- ctfconvert -L VERSION -g uart_core.o ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)] --- uart_cpu_acpi.o --- --- all_subdir_sctp --- /workspace/src/sys/netinet/sctp_pcb.c:6024:28: note: object 'sin' of size 1= 6 6024 | struct sockaddr_in sin; | ^~~ In function 'sctp_add_remote_addr', inlined from 'sctp_load_addresses_from_init' at /workspace/src/sys/neti= net/sctp_pcb.c:6168:10: --- all_subdir_uart --- /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 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.uart_cpu_acpi.o -MT= uart_cpu_acpi.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-fl= oat -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protect= or -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Dadd= ress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -= Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wn= o-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-erro= r=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-= error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunuse= d-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno= -error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-l= arger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dan= gling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-len= gth -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D10= 0 --param large-function-growth=3D1000 -std=3Dgnu99 -c /workspace/src/sys/= dev/uart/uart_cpu_acpi.c -o uart_cpu_acpi.o --- all_subdir_sctp --- /workspace/src/sys/netinet6/in6.h:288:23: warning: array subscript 'struct = sockaddr_in6[0]' is partly outside array bounds of 'struct sockaddr_in[1]' = [-Warray-bounds] 288 | (((a)->s6_addr[0] =3D=3D 0xfe) && (((a)->s6_addr[1] & 0xc0)= =3D=3D 0x80)) | ~~~~~~~~~~~~^~~ /workspace/src/sys/netinet/sctp_pcb.c:3826:44: note: in expansion of macro = 'IN6_IS_ADDR_LINKLOCAL' 3826 | } else if (IN6_IS_ADDR_LINKLOCAL(&s= in6->sin6_addr) && | ^~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netinet/sctp_pcb.c: In function 'sctp_load_addresses_fro= m_init': --- all_subdir_udf --- In function 'udf_uiodir', inlined from 'udf_readdir' at /workspace/src/sys/fs/udf/udf_vnops.c:869= :12: /workspace/src/sys/fs/udf/udf_vnops.c:615:20: warning: 'uiodir.ncookies' ma= y be used uninitialized [-Wmaybe-uninitialized] 615 | if (++uiodir->acookies > uiodir->ncookies) { | ^ /workspace/src/sys/fs/udf/udf_vnops.c: In function 'udf_readdir': --- all_subdir_sctp --- /workspace/src/sys/netinet/sctp_pcb.c:6024:28: note: object 'sin' of size 1= 6 6024 | struct sockaddr_in sin; | ^~~ In function 'sctp_add_remote_addr', inlined from 'sctp_load_addresses_from_init' at /workspace/src/sys/neti= net/sctp_pcb.c:6168:10: --- all_subdir_udf --- /workspace/src/sys/fs/udf/udf_vnops.c:783:27: note: 'uiodir.ncookies' was d= eclared here 783 | struct udf_uiodir uiodir; | ^~~~~~ --- all_subdir_sctp --- /workspace/src/sys/netinet6/in6.h:288:53: warning: array subscript 'struct = sockaddr_in6[0]' is partly outside array bounds of 'struct sockaddr_in[1]' = [-Warray-bounds] 288 | (((a)->s6_addr[0] =3D=3D 0xfe) && (((a)->s6_addr[1] & 0xc0)= =3D=3D 0x80)) | ~~~~~~~~~~~~^~~ /workspace/src/sys/netinet/sctp_pcb.c:3826:44: note: in expansion of macro = 'IN6_IS_ADDR_LINKLOCAL' 3826 | } else if (IN6_IS_ADDR_LINKLOCAL(&s= in6->sin6_addr) && | ^~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netinet/sctp_pcb.c: In function 'sctp_load_addresses_fro= m_init': /workspace/src/sys/netinet/sctp_pcb.c:6024:28: note: object 'sin' of size 1= 6 6024 | struct sockaddr_in sin; | ^~~ In function 'sctp_add_remote_addr', inlined from 'sctp_load_addresses_from_init' at /workspace/src/sys/neti= net/sctp_pcb.c:6168:10: /workspace/src/sys/netinet6/in6.h:290:53: warning: array subscript 'struct = sockaddr_in6[0]' is partly outside array bounds of 'struct sockaddr_in[1]' = [-Warray-bounds] 290 | (((a)->s6_addr[0] =3D=3D 0xfe) && (((a)->s6_addr[1] & 0xc0)= =3D=3D 0xc0)) | ~~~~~~~~~~~~^~~ /workspace/src/sys/netinet/sctp_pcb.c:3829:44: note: in expansion of macro = 'IN6_IS_ADDR_SITELOCAL' 3829 | } else if (IN6_IS_ADDR_SITELOCAL(&s= in6->sin6_addr) && | ^~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netinet/sctp_pcb.c: In function 'sctp_load_addresses_fro= m_init': /workspace/src/sys/netinet/sctp_pcb.c:6024:28: note: object 'sin' of size 1= 6 6024 | struct sockaddr_in sin; | ^~~ --- all_subdir_sound --- --- all_subdir_sound/driver --- --- all_subdir_sound/driver/envy24ht --- ctfconvert -L VERSION -g envy24ht.o ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)] --- snd_envy24ht.ko.full --- /usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o snd_envy24ht.ko.full envy24ht.o=20 --- all_subdir_tcp --- In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/= tcp_stacks/tailq_hash.c:69: /workspace/src/sys/netinet/tcp_ratelimit.h:217:1: warning: 'tcp_rl_log_enob= uf' defined but not used [-Wunused-function] 217 | tcp_rl_log_enobuf(const struct tcp_hwrate_limit_table *rte) | ^~~~~~~~~~~~~~~~~ In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/= tcp_stacks/tailq_hash.c:62: /workspace/src/sys/netinet/tcp_fsm.h:73:17: error: 'tcp_outflags' defined b= ut not used [-Werror=3Dunused-variable] 73 | static u_char tcp_outflags[TCP_NSTATES] =3D { | ^~~~~~~~~~~~ --- all_subdir_sound --- ctfmerge -L VERSION -g -o snd_envy24ht.ko.full envy24ht.o=20 ERROR: ctfmerge: No ctf sections found to merge :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk snd_envy24ht.ko.full export_s= yms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % snd_env= y24ht.ko.full --- snd_envy24ht.ko.debug --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug snd_env= y24ht.ko.full snd_envy24ht.ko.debug --- snd_envy24ht.ko --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dsnd_envy24ht.ko.debug snd_envy24ht.ko.full snd_envy24ht.ko --- all_subdir_sound/driver/fm801 --- =3D=3D=3D> sound/driver/fm801 (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/sound/driver/fm801...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- device_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi= ce_if.m -h --- ppb_base.o --- ctfconvert -L VERSION -g ppb_base.o --- modules-all --- --- bus_if.h --- --- ppb_base.o --- ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)] --- ppb_msq.o --- --- modules-all --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_= if.m -h --- ppb_msq.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/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF= .depend.ppb_msq.o -MTppb_msq.o -fdebug-prefix-map=3D./machine=3D/workspace/= src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i= nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod= el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous= -unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prot= otypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointe= r-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnost= ics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggr= essive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes= -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninit= ialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -W= no-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow= -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error= =3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-a= ligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error= =3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-ze= ro-length-bounds -Wno-return-type -Wno-format-zero-length -fms-extensions= -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct= ion-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror /workspace/src/sys/= dev/ppbus/ppb_msq.c --- modules-all --- --- all_subdir_uart --- ctfconvert -L VERSION -g uart_cpu_acpi.o --- all_subdir_sfxge --- ctfconvert -L VERSION -g efx_vpd.o --- all_subdir_uart --- ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)] --- all_subdir_udf --- ctfconvert -L VERSION -g udf_vnops.o --- all_subdir_sfxge --- ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)] --- all_subdir_uart --- --- uart_cpu_x86.o --- --- all_subdir_udf --- ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)] --- all_subdir_sfxge --- --- efx_filter.o --- --- all_subdir_udf --- --- osta.o --- --- all_subdir_uart --- /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 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.uart_cpu_x86.o -MTu= art_cpu_x86.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-floa= t -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual= -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddre= ss -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wn= o-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-= error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -std=3Dgnu99 -c /workspace/src/sys/d= ev/uart/uart_cpu_x86.c -o uart_cpu_x86.o --- all_subdir_sfxge --- /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 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.efx_filter.o -MTefx= _filter.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -= fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wa= ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu= ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include= -dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -= Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-er= ror=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-erro= r=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dno= nnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error= =3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun= ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro= r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger= -than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling= -pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length = -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 --p= aram large-function-growth=3D1000 -std=3Dgnu99 -c /workspace/src/sys/dev/s= fxge/common/efx_filter.c -o efx_filter.o --- all_subdir_udf --- /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 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.osta.o -MTosta.o -m= cmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchro= nous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-= prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-po= inter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiag= nostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3D= aggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattrib= utes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-un= initialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compar= e -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-over= flow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-er= ror=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-no= t-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-er= ror=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno= -zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-lim= it=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-fu= nction-growth=3D1000 -std=3Dgnu99 -c /workspace/src/sys/fs/udf/osta.c -o o= sta.o --- all_subdir_sound --- --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p= ci_if.m -h --- all_subdir_sound/driver/es137x --- ctfconvert -L VERSION -g es137x.o --- all_subdir_sound/driver/fm801 --- --- ac97_if.h --- --- all_subdir_sound/driver/es137x --- ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)] --- snd_es137x.ko.full --- --- all_subdir_sound/driver/fm801 --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound= /pcm/ac97_if.m -h --- all_subdir_sound/driver/es137x --- /usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o snd_es137x.ko.full es137x.o=20 --- all_subdir_sound/driver/fm801 --- --- channel_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound= /pcm/channel_if.m -h --- all_subdir_sound/driver/es137x --- ctfmerge -L VERSION -g -o snd_es137x.ko.full es137x.o=20 ERROR: ctfmerge: No ctf sections found to merge :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk snd_es137x.ko.full export_sym= s | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % snd_es137= x.ko.full --- all_subdir_sound/driver/fm801 --- --- feeder_if.h --- --- all_subdir_sound/driver/es137x --- --- snd_es137x.ko.debug --- --- all_subdir_sound/driver/fm801 --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound= /pcm/feeder_if.m -h --- all_subdir_sound/driver/es137x --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug snd_es1= 37x.ko.full snd_es137x.ko.debug --- snd_es137x.ko --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dsnd_es137x.ko.debug snd_es137x.ko.full snd_es137x.ko --- all_subdir_sound/driver/fm801 --- --- mixer_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound= /pcm/mixer_if.m -h --- all_subdir_sound/driver/hda --- =3D=3D=3D> sound/driver/hda (all) --- all_subdir_sound/driver/fm801 --- --- genoffset.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/ -c -O2= -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nost= dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd= 64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c= ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr= efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3= 86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s= ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno= -red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-= prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf= __=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optim= izations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcas= t-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-erro= r=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverfl= ow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtau= tological-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overfl= ow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-addres= s-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-t= han=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -= Wno-return-type -Wno-format-zero-length -finline-limit=3D8000 -fms-extensio= ns --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -s= td=3Dgnu99 -fcommon /workspace/src/sys/kern/genoffset.c --- all_subdir_sound/driver/hda --- [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/sound/driver/hda...] --- all_subdir_tcp --- cc1: all warnings being treated as errors --- all_subdir_tws --- ctfconvert -L VERSION -g tws_cam.o 150.27 real 689.53 user 37.04 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-stable-14-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins15700641069= 732880761.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-stable-14-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_1288_755350748.1708201497254--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1005998992.1289.1708201499961>