From nobody Wed Dec 3 06:13:15 2025 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4dLnPr0yppz6Hhy3 for ; Wed, 03 Dec 2025 06:13:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4dLnPq5JkTz3Hsp; Wed, 03 Dec 2025 06:13:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1764742399; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=ftUNLLAAGMmVUvhib8sA6R9M4UBcTTqKbJ6vMn4/zTw=; b=Sa8Nd3Mlgz2itFbvJtRXDm0UcRQCi5MXntXqWmHli3qm72hMBHv+p+F2+geVt1atiFENA5 u0FoBfsr+CFU1Os6FVgiHhesG1w/q1dSdKnXeKks0PnpDycD3LfMZVmEt0Ir2pTC2JkcbX GFVOg7uKSSO/+k3HjGoZK0wZwlXIvVtr73EUPWC7MaQvYK3KBjUCjHZHLCgxUKjvUDBR5V ItHK2it1dCd1FZs15SSuvhLM7ElvqusyK+BvN95hM8HWYQnXN3Eb2LRQZy3OYSY9qtoZga eHJtYs0oIbTW+YrCwdYmn7GhWqt2T6WswUx4iqjQ8zFKdgJG7TbWnfMq5wKv+A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1764742399; a=rsa-sha256; cv=none; b=mVAZ8dbaTUe3ioMY/c0TJaSjrheC9eb2DJv5KhIJ05l9US3cTBICKoNgGy564Rd+Ro/b7d 0F733ZjR5ISY3WIrBT4zoHsCKFFLOuoTYcB6TGyJSx8MNE+eDYHHawzf+Gj+tiXLaNjVr6 JWjTjvIkREvS1Yxkpyh8Z56Oh9MBewpKhdkGcwmSL0zQV0Y22JKK9KK8K52Y678rVI0S4H gQIyKg0hXCDDsIZCtftwT1KHcjX7CmozSIKEU6CnjxC3KRL5RW1QuG7DD/k5A0f38+6NZf V6ZTMpMqfSS0Nr00E6/4jk2yj+s1adAKGCwraa3EftMBZCZ6Tg0tP7IRyuSHVg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4dLnPq4pGFz9dk; Wed, 03 Dec 2025 06:13:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 3 Dec 2025 06:13:15 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jlduran@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <626746482.1447.1764742399678@jenkins.ci.freebsd.org> In-Reply-To: <2063263632.1347.1764702258921@jenkins.ci.freebsd.org> References: <2063263632.1347.1764702258921@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-15-amd64-gcc12_build - Build #298 - Still Failing List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1446_1024453027.1764742396094" X-Jenkins-Job: FreeBSD-stable-15-amd64-gcc12_build X-Jenkins-Result: FAILURE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_1446_1024453027.1764742396094 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-stable-15-amd64-gcc12_build - Build #298 (06c2e9b7685b630d90b20364b= be778007086a624) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12= _build/298/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_b= uild/298/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_bu= ild/298/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) 2929eb93f33553eb7c9e037b6f2081d3d6675628 by jlduran: strfmon: Fix typo s/poistion/position/ d3dbfab0d04e54ddeff4dcfa43c3a0f8a9a37370 by jlduran: strfmon: Add tests for Austin Group Defect 1199 488c4a511434c9f72729846163e04b265cb9d170 by jlduran: strfmon: EINVAL if the '+' flag and both signs are empty 06c2e9b7685b630d90b20364bbe778007086a624 by jlduran: strfmon: Fix negative sign handling for C locale The end of the build log: [...truncated 135.75 MiB...] | ^~~ --- all_subdir_lio --- --- cn23xx_pf_device.o --- ctfconvert -L VERSION -g cn23xx_pf_device.o --- lio_droq.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/modules/lio/../../dev/liquidio -I/wor= kspace/src/sys/modules/lio/../../dev/liquidio/base -DHAVE_KERNEL_OPTION_HEA= DERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -= I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common= -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map= =3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/tmp/obj/workspace= /src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ff= ile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/lio=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modul= es/usr/src/sys/modules/lio -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64= .amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/i= nclude -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix= -map=3D./i386=3D/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.am= d64/sys/GENERIC -MD -MF.depend.lio_droq.o -MTlio_droq.o -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno= stics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-e= rror=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error= =3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon= null-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=3Dgnu17 -c /workspace/src/sys/modul= es/lio/../../dev/liquidio/base/lio_droq.c -o lio_droq.o --- all_subdir_mac_bsdextended --- ctfconvert -L VERSION -g ugidfw_vnode.o --- mac_bsdextended.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/s= ys -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/us= r/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspac= e/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mac_bsdexte= nded=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules= /mac_bsdextended -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp= =3D/sysroot -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/include -fd= ebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i= 386=3D/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GE= NERIC -MD -MF.depend.mac_bsdextended.o -MTmac_bsdextended.o -mcmodel=3D= kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwi= nd-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-= pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdi= agnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -W= no-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error= =3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon= null-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=3Dgnu17 -c /workspace/src/sys/secur= ity/mac_bsdextended/mac_bsdextended.c -o mac_bsdextended.o --- all_subdir_lio --- --- lio_mem_ops.o --- ctfconvert -L VERSION -g lio_mem_ops.o --- lio_response_manager.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/modules/lio/../../dev/liquidio -I/wor= kspace/src/sys/modules/lio/../../dev/liquidio/base -DHAVE_KERNEL_OPTION_HEA= DERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -= I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common= -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map= =3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/tmp/obj/workspace= /src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ff= ile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/lio=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modul= es/usr/src/sys/modules/lio -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64= .amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/i= nclude -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix= -map=3D./i386=3D/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.am= d64/sys/GENERIC -MD -MF.depend.lio_response_manager.o -MTlio_response_m= anager.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -f= no-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gd= warf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas= t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi= ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wn= o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da= rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu= m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat= ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc= e-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-aligned -Wno-address-of-packed-member -Wno= -alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon= null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo= rmat-zero-length -finline-limit=3D8000 -fms-extensions --param inline-uni= t-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -c /works= pace/src/sys/modules/lio/../../dev/liquidio/base/lio_response_manager.c -o = lio_response_manager.o --- all_subdir_linux --- ctfconvert -L VERSION -g linux_signal.o --- linux_socket.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -DCOMPAT_FREEBSD32 -DCOMPAT_LINUX32 -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/workspace/src/sys/contrib/ck/include -fno-com= mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-m= ap=3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/tmp/obj/workspa= ce/src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -= ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/w= orkspace/src/sys/modules/linux=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/m= odules/usr/src/sys/modules/linux -ffile-prefix-map=3D/tmp/obj/workspace/src= /amd64.amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machine=3D/usr/src/sys/a= md64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-= prefix-map=3D./i386=3D/usr/src/sys/i386/include -I/tmp/obj/workspace/src/am= d64.amd64/sys/GENERIC -MD -MF.depend.linux_socket.o -MTlinux_socket.o -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -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 -Wswitch -Wno-error=3D= address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare = -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e= rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W= no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun= used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -= Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz= e-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 --param large-function-growth=3D1000 -std=3Dgnu17 -c /workspace/src= /sys/compat/linux/linux_socket.c -o linux_socket.o --- all_subdir_mac_bsdextended --- ctfconvert -L VERSION -g mac_bsdextended.o --- dsp.o --- In function 'dsp_io_ops', inlined from 'dsp_read' at /workspace/src/sys/dev/sound/pcm/dsp.c:524:1= 0: /workspace/src/sys/dev/sound/pcm/dsp.c:505:15: warning: 'chn_io' may be use= d uninitialized [-Wmaybe-uninitialized] 505 | ret =3D chn_io(ch, buf); | ^~~~~~~~~~~~~~~ /workspace/src/sys/dev/sound/pcm/dsp.c: In function 'dsp_read': /workspace/src/sys/dev/sound/pcm/dsp.c:466:15: note: 'chn_io' was declared = here 466 | int (*chn_io)(struct pcm_channel *, struct uio *); | ^~~~~~ In file included from /workspace/src/sys/dev/sound/pcm/sound.h:86, from /workspace/src/sys/dev/sound/pcm/dsp.c:39: /workspace/src/sys/dev/sound/pcm/channel.h:330:33: warning: 'ch' may be use= d uninitialized [-Wmaybe-uninitialized] 330 | #define CHN_BROADCAST(x) cv_broadcastpri(x, PRIBIO) | ^~~~~~~~~~~~~~~ /workspace/src/sys/dev/sound/pcm/dsp.c:465:29: note: 'ch' was declared here 465 | struct pcm_channel *ch; | ^~ --- modules-all --- --- all_subdir_lio --- ctfconvert -L VERSION -g lio_response_manager.o --- all_subdir_iwlwifi --- ctfconvert -L VERSION -g mvm/mld-mac80211.o --- all_subdir_lio --- --- lio_request_manager.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/modules/lio/../../dev/liquidio -I/wor= kspace/src/sys/modules/lio/../../dev/liquidio/base -DHAVE_KERNEL_OPTION_HEA= DERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -= I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common= -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map= =3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/tmp/obj/workspace= /src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ff= ile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/lio=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modul= es/usr/src/sys/modules/lio -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64= .amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/i= nclude -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix= -map=3D./i386=3D/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.am= d64/sys/GENERIC -MD -MF.depend.lio_request_manager.o -MTlio_request_man= ager.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno= -asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwa= rf-4 -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 -Wswitch -Wno-= error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darr= ay-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-= compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentatio= n -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-= point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-er= ror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-el= t-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-a= lloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnu= ll -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-form= at-zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-= growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -c /workspa= ce/src/sys/modules/lio/../../dev/liquidio/base/lio_request_manager.c -o lio= _request_manager.o --- all_subdir_mac_biba --- ctfconvert -L VERSION -g mac_biba.o --- all_subdir_mac_bsdextended --- --- mac_bsdextended.ko.full --- /usr/local/x86_64-unknown-freebsd14.3/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o mac_bsdextended.ko.full mac_bsdextended.o ugidfw_system.o ugidfw_vnode.o= =20 ctfmerge -L VERSION -g -o mac_bsdextended.ko.full mac_bsdextended.o ugidfw_= system.o ugidfw_vnode.o=20 --- dsp.o --- /workspace/src/sys/dev/sound/pcm/dsp.c: In function 'dsp_write': /workspace/src/sys/dev/sound/pcm/dsp.c:505:15: warning: 'chn_io' may be use= d uninitialized [-Wmaybe-uninitialized] 505 | ret =3D chn_io(ch, buf); | ^~~~~~~~~~~~~~~ /workspace/src/sys/dev/sound/pcm/dsp.c:466:15: note: 'chn_io' was declared = here 466 | int (*chn_io)(struct pcm_channel *, struct uio *); | ^~~~~~ /workspace/src/sys/dev/sound/pcm/channel.h:330:33: warning: 'ch' may be use= d uninitialized [-Wmaybe-uninitialized] 330 | #define CHN_BROADCAST(x) cv_broadcastpri(x, PRIBIO) | ^~~~~~~~~~~~~~~ /workspace/src/sys/dev/sound/pcm/dsp.c:465:29: note: 'ch' was declared here 465 | struct pcm_channel *ch; | ^~ --- modules-all --- --- all_subdir_linuxkpi --- ctfconvert -L VERSION -g linux_kobject.o --- linux_kthread.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/compat/linuxkpi/common/include -I/wor= kspace/src/sys/compat/linuxkpi/dummy/include -I/workspace/src/sys/contrib/c= k/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd6= 4.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/= sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/sys -ffil= e-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/usr/obj/us= r/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspace/src/am= d64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/linuxkpi=3D/usr/obj= /usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/linuxkpi -ffil= e-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-pr= efix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x8= 6=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i38= 6/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depe= nd.linux_kthread.o -MTlinux_kthread.o -mcmodel=3Dkernel -mno-red-zone -mno-= mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -= fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-pro= totypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn= o-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loo= p-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-erro= r=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -W= no-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error= =3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-er= ror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstring= op-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -W= no-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 -f= ms-extensions --param inline-unit-growth=3D100 --param large-function-growt= h=3D1000 -std=3Dgnu17 -c /workspace/src/sys/compat/linuxkpi/common/src/lin= ux_kthread.c -o linux_kthread.o --- all_subdir_mac_bsdextended --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk mac_bsdextended.ko.full expor= t_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy % mac= _bsdextended.ko.full --- mac_bsdextended.ko.debug --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug mac_bsd= extended.ko.full mac_bsdextended.ko.debug --- mac_bsdextended.ko --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dmac_bsdextended.ko.debug mac_bsdextended.ko.full mac_bsdextende= d.ko --- all_subdir_mac_do --- =3D=3D=3D> mac_do (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/mac_do...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- vnode_if_newproto.h --- --- all_subdir_mac_biba --- --- mac_biba.ko.full --- --- all_subdir_mac_do --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_= if.src -p --- all_subdir_mac_biba --- /usr/local/x86_64-unknown-freebsd14.3/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o mac_biba.ko.full mac_biba.o=20 ctfmerge -L VERSION -g -o mac_biba.ko.full mac_biba.o=20 --- all_subdir_mac_do --- --- vnode_if_typedef.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_= if.src -q --- vnode_if.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_= if.src -h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -= ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/t= mp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64= /sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GEN= ERIC/modules/workspace/src/sys/modules/mac_do=3D/usr/obj/usr/src/amd64.amd6= 4/sys/GENERIC/modules/usr/src/sys/modules/mac_do -ffile-prefix-map=3D/tmp/o= bj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machine= =3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86= /include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i386/include -I/tmp/obj= /workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgenoff= set.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-a= synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-= 4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qua= l -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-in= clude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-err= or=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-= bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-com= pare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -= Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poi= nt -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error= =3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo= c-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-growt= h=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -fcommon /worksp= ace/src/sys/kern/genoffset.c --- all_subdir_mac_biba --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk mac_biba.ko.full export_syms = | xargs -J % /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy % mac_biba.k= o.full --- mac_biba.ko.debug --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug mac_bib= a.ko.full mac_biba.ko.debug --- mac_biba.ko --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dmac_biba.ko.debug mac_biba.ko.full mac_biba.ko --- all_subdir_mac_ifoff --- =3D=3D=3D> mac_ifoff (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/mac_ifoff...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- vnode_if_newproto.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_= if.src -p --- all_subdir_mac_do --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_mac_ifoff --- --- vnode_if_typedef.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_= if.src -q --- all_subdir_mac_do --- --- mac_do.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/s= ys -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/us= r/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspac= e/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mac_do=3D/u= sr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mac_do -= ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebu= g-prefix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D= ./x86=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/sys= /i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.= depend.mac_do.o -MTmac_do.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-s= se -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fs= tack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebs= d_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-p= ragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizat= ions -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qu= al -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3D= misleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -= Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautolo= gical-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-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-extension= s --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -s= td=3Dgnu17 -c /workspace/src/sys/security/mac_do/mac_do.c -o mac_do.o --- all_subdir_mac_ifoff --- --- vnode_if.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_= if.src -h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -= ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/t= mp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64= /sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GEN= ERIC/modules/workspace/src/sys/modules/mac_ifoff=3D/usr/obj/usr/src/amd64.a= md64/sys/GENERIC/modules/usr/src/sys/modules/mac_ifoff -ffile-prefix-map=3D= /tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./ma= chine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i386/include -I/tm= p/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTg= enoffset.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -= fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gd= warf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas= t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi= ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wn= o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da= rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu= m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat= ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc= e-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-aligned -Wno-address-of-packed-member -Wno= -alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon= null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo= rmat-zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-= growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -fcommon /w= orkspace/src/sys/kern/genoffset.c --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- mac_ifoff.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/s= ys -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/us= r/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspac= e/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mac_ifoff= =3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mac= _ifoff -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroo= t -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefi= x-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr= /src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -= MD -MF.depend.mac_ifoff.o -MTmac_ifoff.o -mcmodel=3Dkernel -mno-red-zone -= mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestandi= ng -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing= -prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__print= f__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option = -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-= loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized= -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-erro= r=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-e= rror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstrin= gop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -= Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloc= a-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-lengt= h-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=3D8000 -= fms-extensions --param inline-unit-growth=3D100 --param large-function-grow= th=3D1000 -std=3Dgnu17 -c /workspace/src/sys/security/mac_ifoff/mac_ifoff.= c -o mac_ifoff.o --- all_subdir_lio --- --- lio_droq.o --- ctfconvert -L VERSION -g lio_droq.o --- all_subdir_iwlwifi --- --- mvm/mld-sta.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -DCONFIG_ACPI -DLINUXKPI_WANT_LINUX_ACPI -DKBUILD_MODNAME= =3D'"iwlwifi"' -DLINUXKPI_VERSION=3D61700 -include /workspace/src/sys/compa= t/linuxkpi/common/include/linux/kconfig.h -DCONFIG_IWLDVM=3D0 -DCONFIG_IWLM= VM=3D1 -DCONFIG_IWLMLD=3D1 -DCONFIG_IWLWIFI_DEBUG=3D1 -DCONFIG_IWLWIFI_DEVI= CE_TRACING=3D1 -Wno-override-init -Wno-initializer-overrides -fno-strict-a= liasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/s= rc/sys/contrib/dev/iwlwifi -I/workspace/src/sys/compat/linuxkpi/common/incl= ude -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION= _HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global= .h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-co= mmon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-= map=3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/tmp/obj/worksp= ace/src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC = -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/= workspace/src/sys/modules/iwlwifi=3D/usr/obj/usr/src/amd64.amd64/sys/GENERI= C/modules/usr/src/sys/modules/iwlwifi -ffile-prefix-map=3D/tmp/obj/workspac= e/src/amd64.amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machine=3D/usr/src/= sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -fd= ebug-prefix-map=3D./i386=3D/usr/src/sys/i386/include -I/tmp/obj/workspace/s= rc/amd64.amd64/sys/GENERIC -MD -MF.depend.mvm_mld-sta.o -MTmvm/mld-sta.= o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asyn= chronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 = -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual = -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-incl= ude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error= =3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo= unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa= re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn= o-error=3Dnonnull-compare -Wno-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-s= ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo= c-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-gro= wth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -c /workspace/= src/sys/contrib/dev/iwlwifi/mvm/mld-sta.c -o mvm/mld-sta.o --- all_subdir_lio --- --- if_lio.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/modules/lio/../../dev/liquidio -I/wor= kspace/src/sys/modules/lio/../../dev/liquidio/base -DHAVE_KERNEL_OPTION_HEA= DERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -= I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common= -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map= =3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/tmp/obj/workspace= /src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ff= ile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/lio=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modul= es/usr/src/sys/modules/lio -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64= .amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/i= nclude -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix= -map=3D./i386=3D/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.am= d64/sys/GENERIC -MD -MF.depend.if_lio.o -MTif_lio.o -mcmodel=3Dkernel -= mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-table= s -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-= sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error= =3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Datt= ributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe= -uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-com= pare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-o= verflow -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-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 --param large= -function-growth=3D1000 -std=3Dgnu17 -c if_lio.c -o if_lio.o --- all_subdir_linuxkpi --- ctfconvert -L VERSION -g linux_kthread.o --- all_subdir_lio --- ctfconvert -L VERSION -g if_lio.o --- lio_23xx_nic.bin.fw --- uudecode -p /workspace/src/sys/modules/lio/../../contrib/dev/liquidio/lio_2= 3xx_nic.bin.uu > lio_23xx_nic.bin.fw --- lio_main.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/modules/lio/../../dev/liquidio -I/wor= kspace/src/sys/modules/lio/../../dev/liquidio/base -DHAVE_KERNEL_OPTION_HEA= DERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -= I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common= -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map= =3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/tmp/obj/workspace= /src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ff= ile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/lio=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modul= es/usr/src/sys/modules/lio -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64= .amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/i= nclude -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix= -map=3D./i386=3D/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.am= d64/sys/GENERIC -MD -MF.depend.lio_main.o -MTlio_main.o -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno= stics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-e= rror=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error= =3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon= null-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=3Dgnu17 -c /workspace/src/sys/modul= es/lio/../../dev/liquidio/lio_main.c -o lio_main.o --- all_subdir_linuxkpi --- --- linux_lock.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/compat/linuxkpi/common/include -I/wor= kspace/src/sys/compat/linuxkpi/dummy/include -I/workspace/src/sys/contrib/c= k/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd6= 4.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/= sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/sys -ffil= e-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/usr/obj/us= r/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspace/src/am= d64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/linuxkpi=3D/usr/obj= /usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/linuxkpi -ffil= e-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-pr= efix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x8= 6=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i38= 6/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depe= nd.linux_lock.o -MTlinux_lock.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -m= no-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv= -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototype= s -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wswitch -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-extens= ions --param inline-unit-growth=3D100 --param large-function-growth=3D1000 = -std=3Dgnu17 -c /workspace/src/sys/compat/linuxkpi/common/src/linux_lock.c= -o linux_lock.o --- all_subdir_mac_ifoff --- ctfconvert -L VERSION -g mac_ifoff.o --- mac_ifoff.ko.full --- /usr/local/x86_64-unknown-freebsd14.3/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o mac_ifoff.ko.full mac_ifoff.o=20 ctfmerge -L VERSION -g -o mac_ifoff.ko.full mac_ifoff.o=20 :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk mac_ifoff.ko.full export_syms= | xargs -J % /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy % mac_ifoff= .ko.full --- mac_ifoff.ko.debug --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug mac_ifo= ff.ko.full mac_ifoff.ko.debug --- mac_ifoff.ko --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dmac_ifoff.ko.debug mac_ifoff.ko.full mac_ifoff.ko --- all_subdir_mac_ipacl --- =3D=3D=3D> mac_ipacl (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/mac_ipacl...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_inet.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet6.h opt_inet6= .h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -= ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/t= mp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64= /sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GEN= ERIC/modules/workspace/src/sys/modules/mac_ipacl=3D/usr/obj/usr/src/amd64.a= md64/sys/GENERIC/modules/usr/src/sys/modules/mac_ipacl -ffile-prefix-map=3D= /tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./ma= chine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i386/include -I/tm= p/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTg= enoffset.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -= fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gd= warf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas= t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi= ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wn= o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da= rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu= m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat= ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc= e-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-aligned -Wno-address-of-packed-member -Wno= -alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon= null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo= rmat-zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-= growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -fcommon /w= orkspace/src/sys/kern/genoffset.c --- all_subdir_lio --- --- lio_request_manager.o --- ctfconvert -L VERSION -g lio_request_manager.o --- all_subdir_mac_ipacl --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_lio --- --- lio_23xx_nic.bin.fw.fwo --- lio_23xx_nic.bin.fw lio_23xx_nic.bin.fw /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -c -x = assembler-with-cpp -DLOCORE =09 -O2 -pipe -fno-common -fno-strict-aliasing= -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/= modules/lio/../../dev/liquidio -I/workspace/src/sys/modules/lio/../../dev/l= iquidio/base -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/a= md64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/s= rc/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-= leaf-frame-pointer -ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/sys -f= file-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/usr/obj= /usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspace/src= /amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/lio=3D/usr/obj/u= sr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/lio -ffile-prefi= x-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-prefix-ma= p=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/us= r/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i386/inclu= de -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.lio_= 23xx_nic.bin.fw.fwo -MTlio_23xx_nic.bin.fw.fwo -mcmodel=3Dkernel -mno-red-z= one -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffrees= tanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmi= ssing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-op= tion -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggres= sive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -= Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitia= lized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno= -error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -= Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3D= stringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-alig= ned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3D= alloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-= length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=3D8= 000 -fms-extensions --param inline-unit-growth=3D100 --param large-function= -growth=3D1000 -std=3Dgnu17 -Werror =09=09=09=09 -DFIRMW_FILE=3D\""lio_23x= x_nic.bin.fw"\"=09 -DFIRMW_SYMBOL=3D"lio_23xx_nic_bin_fw"=09 /workspace/src= /sys/kern/firmw.S -o lio_23xx_nic.bin.fw.fwo --- all_subdir_mac_ipacl --- --- mac_ipacl.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/s= ys -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/us= r/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspac= e/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mac_ipacl= =3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mac= _ipacl -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroo= t -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefi= x-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr= /src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -= MD -MF.depend.mac_ipacl.o -MTmac_ipacl.o -mcmodel=3Dkernel -mno-red-zone -= mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestandi= ng -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing= -prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__print= f__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option = -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-= loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized= -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-erro= r=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-e= rror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstrin= gop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -= Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloc= a-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-lengt= h-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=3D8000 -= fms-extensions --param inline-unit-growth=3D100 --param large-function-grow= th=3D1000 -std=3Dgnu17 -c /workspace/src/sys/security/mac_ipacl/mac_ipacl.= c -o mac_ipacl.o --- all_subdir_mac_lomac --- =3D=3D=3D> mac_lomac (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/mac_lomac...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- vnode_if_newproto.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_= if.src -p --- vnode_if_typedef.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_= if.src -q --- vnode_if.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_= if.src -h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -= ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/t= mp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64= /sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GEN= ERIC/modules/workspace/src/sys/modules/mac_lomac=3D/usr/obj/usr/src/amd64.a= md64/sys/GENERIC/modules/usr/src/sys/modules/mac_lomac -ffile-prefix-map=3D= /tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./ma= chine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i386/include -I/tm= p/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTg= enoffset.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -= fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gd= warf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas= t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi= ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wn= o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da= rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu= m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat= ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc= e-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-aligned -Wno-address-of-packed-member -Wno= -alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon= null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo= rmat-zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-= growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -fcommon /w= orkspace/src/sys/kern/genoffset.c --- all_subdir_linuxkpi --- ctfconvert -L VERSION -g linux_lock.o --- all_subdir_mac_lomac --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_linuxkpi --- --- linux_netdev.o --- --- all_subdir_iwlwifi --- --- mvm/mac80211.o --- At top level: cc1: note: unrecognized command-line option '-Wno-initializer-overrides' ma= y have been intended to silence earlier diagnostics cc1: all warnings being treated as errors --- all_subdir_linuxkpi --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/compat/linuxkpi/common/include -I/wor= kspace/src/sys/compat/linuxkpi/dummy/include -I/workspace/src/sys/contrib/c= k/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd6= 4.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/= sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/sys -ffil= e-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/usr/obj/us= r/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspace/src/am= d64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/linuxkpi=3D/usr/obj= /usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/linuxkpi -ffil= e-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-pr= efix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x8= 6=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i38= 6/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depe= nd.linux_netdev.o -MTlinux_netdev.o -mcmodel=3Dkernel -mno-red-zone -mno-mm= x -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fw= rapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-o= ptimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wn= o-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3D= overflow -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-aligned -Wno-= address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-la= rger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bo= unds -Wno-return-type -Wno-format-zero-length -finline-limit=3D8000 -fms-= extensions --param inline-unit-growth=3D100 --param large-function-growth= =3D1000 -std=3Dgnu17 -c /workspace/src/sys/compat/linuxkpi/common/src/linu= x_netdev.c -o linux_netdev.o --- all_subdir_mac_lomac --- --- mac_lomac.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -ffile-prefix-map=3D/workspace/src/sys=3D/usr/src/s= ys -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=3D/us= r/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/workspac= e/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mac_lomac= =3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mac= _lomac -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroo= t -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefi= x-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr= /src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -= MD -MF.depend.mac_lomac.o -MTmac_lomac.o -mcmodel=3Dkernel -mno-red-zone -= mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestandi= ng -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing= -prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__print= f__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option = -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-= loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized= -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-erro= r=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-e= rror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstrin= gop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -= Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloc= a-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-lengt= h-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=3D8000 -= fms-extensions --param inline-unit-growth=3D100 --param large-function-grow= th=3D1000 -std=3Dgnu17 -c /workspace/src/sys/security/mac_lomac/mac_lomac.= c -o mac_lomac.o 217.79 real 846.42 user 41.59 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-15-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins17872522181= 053985444.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-stable-15-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_1446_1024453027.1764742396094--