From nobody Mon Feb 17 18:20:38 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 4YxWDT5tQLz5nymN for ; Mon, 17 Feb 2025 18:20:41 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YxWDT33fGz3pnX; Mon, 17 Feb 2025 18:20:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1739816441; a=rsa-sha256; cv=none; b=gIzXtW6fZGY7nLVd40ooqLWKM3rCW3yPAtc1SyDrVP2wkCrb6/XTUw58zHWhELrnfiRCW6 N3Df6a/XkVWeVYTp65SgZ+VQtB8N9E6KlTPH6sRbG6hYtSn5BlQAPIy2dWOAR21voAFkEj CjYxbV4AqSet0h5n9VPgRrDSp+G5SYlcviNsp1eR3D3bGu7ZcmoBhBovd9E6xnfjy9Vl3A fjAMu8ZQkCOhPqMpJp3Cd+dxY0xjFTF4xiroOfK92pUkkioCN6Jdu33mguYdbjiboINaGn mSQi5CtzS17CYsm/8g9te9FbXy+CnTOu3dAyTsmqKrAV1NUDT7O0eGq9UXXCzw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1739816441; 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=tAuD1BxrZOUOOrTfAp48wUJWJaPeDioEZ055Pk48usc=; b=NHmpD+xoXs/aGNMusKvxVStiKVXxFeq+o+/1FL+6bZNSVFEd26OQb3jFPPii4eVrJudnSW 5B58E7wEI8QlKq+f8FMNo7iwTYghMLb5CXaXQ6MpPQn96XkPxje7njOYFXm2kHl7tV2Iqa beZx66TlBEU1K9/oDJeqTRmQyUXH1fQ4uj9tUTBitXYAKNc2cQpjf+Y/aI+AbfKRUGx7w3 hxWr9XLYh8Uc8y5NQU2/5EqyPSj3Yq40tRt4htZwf7VPS2sliFuKtvw4CpZUUUYDkSr7bp BxJpCeICVFxbSZz7DxKlCnQDpkSBkTq7bpoD15cszdE8rD8ecpiTldqAEMiLqQ== 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 4YxWDT2Y8xzlGY; Mon, 17 Feb 2025 18:20:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 17 Feb 2025 18:20:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: zlei@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <691273939.1803.1739816441359@jenkins.ci.freebsd.org> In-Reply-To: <430046358.1769.1739781798637@jenkins.ci.freebsd.org> References: <430046358.1769.1739781798637@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-gcc12_build - Build #5014 - 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_1802_1656749305.1739816438160" X-Jenkins-Job: FreeBSD-main-amd64-gcc12_build X-Jenkins-Result: FAILURE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_1802_1656749305.1739816438160 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #5014 (90a3b6a7a4e4c8201ba1bb90fb8e2= b088f3a5788) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/5014/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 5014/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5= 014/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) 90a3b6a7a4e4c8201ba1bb90fb8e2b088f3a5788 by zlei: libkern: strdup.c, strndup.c: Prefer memcpy() over bcopy() The end of the build log: [...truncated 122.80 MiB...] inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c= :979:2: --- all_subdir_pms --- r.o ctfconvert -L VERSION -g smtimer.o --- all_subdir_qat_c2xxx --- /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:578:13: warning: 'ctxen' may be u= sed uninitialized [-Wmaybe-uninitialized] 578 | if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { | ^~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_init': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:570:18: note: 'ctxen' was declare= d here 570 | uint32_t ctxen; | ^~~~~ In function 'qat_aereg_abs_to_rel', inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c= 2xxx/qat_ae.c:661:2, inlined from 'qat_ae_clear_xfer' at /workspace/src/sys/dev/qat_c2xxx/qa= t_ae.c:1193:4, inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c= :979:2: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:640:13: warning: 'ctxen' may be u= sed uninitialized [-Wmaybe-uninitialized] 640 | if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { | ^~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_init': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:637:18: note: 'ctxen' was declare= d here 637 | uint32_t ctxen; | ^~~~~ In function 'qat_aereg_rel_rdxfer_write', inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c= 2xxx/qat_ae.c:681:11, inlined from 'qat_ae_clear_xfer' at /workspace/src/sys/dev/qat_c2xxx/qa= t_ae.c:1191:4, inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c= :979:2: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:578:13: warning: 'ctxen' may be u= sed uninitialized [-Wmaybe-uninitialized] 578 | if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { | ^~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_init': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:570:18: note: 'ctxen' was declare= d here 570 | uint32_t ctxen; | ^~~~~ In function 'qat_aereg_abs_to_rel', inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c= 2xxx/qat_ae.c:661:2, inlined from 'qat_ae_clear_xfer' at /workspace/src/sys/dev/qat_c2xxx/qa= t_ae.c:1191:4, inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c= :979:2: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:640:13: warning: 'ctxen' may be u= sed uninitialized [-Wmaybe-uninitialized] 640 | if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { | ^~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_init': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:637:18: note: 'ctxen' was declare= d here 637 | uint32_t ctxen; | ^~~~~ In function 'outl', inlined from 'bus_space_write_4' at ./x86/bus.h:485:3, inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatv= ar.h:845:2, inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat= var.h:863:2, inlined from 'qat_ae_local_write_4' at /workspace/src/sys/dev/qat_c2xxx= /qatvar.h:917:2, inlined from 'qat_ae_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat_a= e.c:209:3, inlined from 'qat_ae_ctx_indr_write' at /workspace/src/sys/dev/qat_c2xx= x/qat_ae.c:266:2, inlined from 'qat_ae_clear_reset' at /workspace/src/sys/dev/qat_c2xxx/q= at_ae.c:1087:3, inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c= :975:10: ./machine/cpufunc.h:199:9: warning: 'ctxptr' may be used uninitialized [-Wm= aybe-uninitialized] 199 | __asm __volatile("outl %0, %w1" : : "a" (data), "Nd" (port)= ); | ^~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_init': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:247:18: note: 'ctxptr' was declar= ed here 247 | uint32_t ctxptr; | ^~~~~~ --- all_subdir_qatfw --- =3D=3D=3D> qatfw (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/qatfw...] --- all_subdir_qatfw/qat_c62x --- =3D=3D=3D> qatfw/qat_c62x (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/qatfw/qat_c62x...] --- machine --- machine -> /workspace/src/sys/amd64/include --- all_subdir_qat --- --- all_subdir_qat/qat_common --- --- adf_freebsd_uio_cleanup.o --- ctfconvert -L VERSION -g adf_freebsd_uio_cleanup.o --- all_subdir_qatfw --- --- x86 --- --- all_subdir_qat --- --- all_subdir_qat/qat_hw --- ctfconvert -L VERSION -g qat_dh895xcc/adf_dh895xcc_hw_data.o --- all_subdir_qat/qat_api --- --- common/compression/dc_ns_datapath.o --- ctfconvert -L VERSION -g common/compression/dc_ns_datapath.o --- all_subdir_qatfw --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- qat_c62x_fw.c --- awk -f /workspace/src/sys/tools/fw_stub.awk qat_c62x.bin:qat_c62x_fw:111 qa= t_c62x_mmp.bin:qat_c62x_mmp_fw:111 -mqat_c62x_fw -cqat_c62x_fw.c =20 --- all_subdir_qat --- --- common/compression/dc_ns_header_footer.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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/dev/qat/qat_api/include -I/workspace/= src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/in= clude/dc -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspa= ce/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/q= at_api/common/include -I/workspace/src/sys/dev/qat/qat_api/common/compressi= on/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/include -= I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/src/sys/d= ev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include -= I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEAD= ERS -include /tmp/obj/workspace/src/amd64.amd64/sys--- all_subdir_qatfw --- --- genoffset.o --- --- all_subdir_qat --- /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-poi= nter -fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fde= bug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map= =3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.= amd64/sys/GENERIC -MD -MF.depend.common_compression_dc_ns_header_footer= .o -MTcommon/compression/dc_ns_header_footer.o -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--- all_subdir_qatfw --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -gdwarf-4 -Wall -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign = -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnos--- all_= subdir_qat --- -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 -Wno-cast-qual -finline= -limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param larg= e-function-growth=3D1000 -std=3Dgnu17 -c /workspace/src/sys/dev/qat/qat_ap= i/common/compression/dc_ns_header_footer.c -o common/compression/dc_ns_head= er_footer.o --- all_subdir_qatfw --- tics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-er= ror=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3D= attributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dma= ybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-= compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshif= t-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -= Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpac= ked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -= Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointe= r -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline= -limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param larg= e-function-growth=3D1000 -std=3Dgnu17 -fcommon /workspace/src/sys/kern/gen= offset.c --- all_subdir_qatfw/qat_200xx --- =3D=3D=3D> qatfw/qat_200xx (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/qatfw/qat_200xx...] --- all_subdir_qat --- --- all_subdir_qat/qat_hw --- --- qat_dh895xcc/adf_drv.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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/dev/qat/i= nclude -I/workspace/src/sys/dev/qat/include/common -I/workspace/src/sys/dev= /qat/qat_api/include -I/workspace/src/sys/dev/qat/qat_api/common/include -I= /workspace/src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat= /qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/qat_api/qat_direct/= include -I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/= src/sys/dev/qat/qat_api/common/crypto/sym/include -DHAVE_KERNEL_OPTION_HEAD= ERS -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 -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/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.qat_dh895xcc_adf_drv.o -MTqat_dh895xcc/adf_drv.o -mcmodel=3Dk= ernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwin= d-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict= -prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-p= ointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdia= gnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wn= o-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-erro= r=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/dev/q= at/qat_hw/qat_dh895xcc/adf_drv.c -o qat_dh895xcc/adf_drv.o --- all_subdir_qatfw --- --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- qat_200xx_fw.c --- --- all_subdir_qatfw/qat_c62x --- --- offset.inc --- --- all_subdir_qatfw/qat_200xx --- awk -f /workspace/src/sys/tools/fw_stub.awk qat_200xx.bin:qat_200xx_fw:111 = qat_200xx_mmp.bin:qat_200xx_mmp_fw:111 -mqat_200xx_fw -cqat_200xx_fw.c =20 --- all_subdir_qatfw/qat_c62x --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_qatfw/qat_200xx --- --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -gdwarf-4 -Wall -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign = -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho= w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag= gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut= es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin= itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare = -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl= ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro= r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-= aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro= r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z= ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit= =3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func= tion-growth=3D1000 -std=3Dgnu17 -fcommon /workspace/src/sys/kern/genoffset= .c --- all_subdir_qat --- --- all_subdir_qat/qat_common --- --- adf_ctl_drv.o --- ctfconvert -L VERSION -g adf_ctl_drv.o --- all_subdir_qatfw --- --- all_subdir_qatfw/qat_c62x --- --- qat_c62x.bin.fwo --- qat_c62x.bin /workspace/src/sys/contrib/dev/qat/qat_c62x.bin /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -x = assembler-with-cpp -DLOCORE =09 -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/workspace/src/sys/contrib/ck/include -fno-co= mmon -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/workspa= ce/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC = -MD -MF.depend.qat_c62x.bin.fwo -MTqat_c62x.bin.fwo -mcmodel=3Dkernel -mn= o-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables = -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototyp= es -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-si= gn -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=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 -Werror =09=09=09=09 -DFIRMW_FILE=3D\= ""/workspace/src/sys/contrib/dev/qat/qat_c62x.bin"\"=09 -DFIRMW_SYMBOL=3D"q= at_c62x_bin"=09 /workspace/src/sys/kern/firmw.S -o qat_c62x.bin.fwo --- qat_c62x_mmp.bin.fwo --- qat_c62x_mmp.bin /workspace/src/sys/contrib/dev/qat/qat_c62x_mmp.bin /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -x = assembler-with-cpp -DLOCORE =09 -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/workspace/src/sys/contrib/ck/include -fno-co= mmon -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/workspa= ce/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC = -MD -MF.depend.qat_c62x_mmp.bin.fwo -MTqat_c62x_mmp.bin.fwo -mcmodel=3Dke= rnel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind= -tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -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 -Wswitch -Wno-error=3Daddress -Wno= -error=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 -Werror =09=09=09=09 -DFIRM= W_FILE=3D\""/workspace/src/sys/contrib/dev/qat/qat_c62x_mmp.bin"\"=09 -DFIR= MW_SYMBOL=3D"qat_c62x_mmp_bin"=09 /workspace/src/sys/kern/firmw.S -o qat_c6= 2x_mmp.bin.fwo --- all_subdir_qatfw/qat_200xx --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_qat --- --- adf_dev_mgr.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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/dev/qat/include -I/workspace/src/sys/= dev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include = -I/workspace/src/sys/compat/linuxkpi/dummy/include -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 -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/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.adf_dev_mgr.o -MTadf_dev_mgr.o -mcmodel=3Dkernel -mno-red-zon= e -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreesta= nding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__pr= intf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressi= ve-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wn= o-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitiali= zed -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-e= rror=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wn= o-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dst= ringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligne= d -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dal= loca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-le= ngth-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=3D800= 0 -fms-extensions --param inline-unit-growth=3D100 --param large-function-g= rowth=3D1000 -std=3Dgnu17 -c /workspace/src/sys/dev/qat/qat_common/adf_dev= _mgr.c -o adf_dev_mgr.o --- all_subdir_qatfw --- --- all_subdir_qatfw/qat_c62x --- --- qat_c62x_fw.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.qat_c62x_fw.o -MTqat= _c62x_fw.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-prototypes -Wpointer-arith -Wc= ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmis= sing-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-error=3Dcast-qual -Wno-error= =3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in= dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds= equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare= -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm= emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe= r -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 inli= ne-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -c = qat_c62x_fw.c -o qat_c62x_fw.o --- all_subdir_qatfw/qat_200xx --- --- qat_200xx.bin.fwo --- qat_200xx.bin /workspace/src/sys/contrib/dev/qat/qat_200xx.bin /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -x = assembler-with-cpp -DLOCORE =09 -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/workspace/src/sys/contrib/ck/include -fno-co= mmon -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/workspa= ce/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC = -MD -MF.depend.qat_200xx.bin.fwo -MTqat_200xx.bin.fwo -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 -Werror =09=09=09=09 -DFIRMW_FILE=3D\= ""/workspace/src/sys/contrib/dev/qat/qat_200xx.bin"\"=09 -DFIRMW_SYMBOL=3D"= qat_200xx_bin"=09 /workspace/src/sys/kern/firmw.S -o qat_200xx.bin.fwo --- qat_200xx_mmp.bin.fwo --- qat_200xx_mmp.bin /workspace/src/sys/contrib/dev/qat/qat_200xx_mmp.bin /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -x = assembler-with-cpp -DLOCORE =09 -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/workspace/src/sys/contrib/ck/include -fno-co= mmon -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/workspa= ce/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC = -MD -MF.depend.qat_200xx_mmp.bin.fwo -MTqat_200xx_mmp.bin.fwo -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 -Werror =09=09=09=09 -DFIRM= W_FILE=3D\""/workspace/src/sys/contrib/dev/qat/qat_200xx_mmp.bin"\"=09 -DFI= RMW_SYMBOL=3D"qat_200xx_mmp_bin"=09 /workspace/src/sys/kern/firmw.S -o qat_= 200xx_mmp.bin.fwo --- qat_200xx_fw.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.qat_200xx_fw.o -MTqa= t_200xx_fw.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-prototypes -Wpointer-arith -= Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-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-error=3Dcast-qual -Wno-error= =3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in= dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds= equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare= -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm= emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe= r -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 inli= ne-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -c = qat_200xx_fw.c -o qat_200xx_fw.o --- all_subdir_qatfw/qat_c62x --- ctfconvert -L VERSION -g qat_c62x_fw.o --- qat_c62x_fw.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o qat_c62x_fw.ko.full qat_c62x.bin.fwo qat_c62x_mmp.bin.fwo qat_c62x_fw.o= =20 /usr/local/x86_64-unknown-freebsd14.1/bin/ld: warning: qat_c62x_mmp.bin.fwo= : missing .note.GNU-stack section implies executable stack /usr/local/x86_64-unknown-freebsd14.1/bin/ld: NOTE: This behaviour is depre= cated and will be removed in a future version of the linker ctfmerge -L VERSION -g -o qat_c62x_fw.ko.full qat_c62x.bin.fwo qat_c62x_mmp= .bin.fwo qat_c62x_fw.o=20 :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk qat_c62x_fw.ko.full export_sy= ms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % qat_c62= x_fw.ko.full --- qat_c62x_fw.ko.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug qat_c62= x_fw.ko.full qat_c62x_fw.ko.debug --- qat_c62x_fw.ko --- --- all_subdir_qatfw/qat_200xx --- ctfconvert -L VERSION -g qat_200xx_fw.o --- all_subdir_qatfw/qat_c62x --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dqat_c62x_fw.ko.debug qat_c62x_fw.ko.full qat_c62x_fw.ko --- all_subdir_pms --- --- tdinit.o --- --- all_subdir_qatfw --- --- all_subdir_qatfw/qat_200xx --- --- qat_200xx_fw.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o qat_200xx_fw.ko.full qat_200xx.bin.fwo qat_200xx_mmp.bin.fwo qat_200xx_fw= .o=20 /usr/local/x86_64-unknown-freebsd14.1/bin/ld: warning: qat_200xx_mmp.bin.fw= o: missing .note.GNU-stack section implies executable stack /usr/local/x86_64-unknown-freebsd14.1/bin/ld: NOTE: This behaviour is depre= cated and will be removed in a future version of the linker ctfmerge -L VERSION -g -o qat_200xx_fw.ko.full qat_200xx.bin.fwo qat_200xx_= mmp.bin.fwo qat_200xx_fw.o=20 :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk qat_200xx_fw.ko.full export_s= yms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % qat_20= 0xx_fw.ko.full --- qat_200xx_fw.ko.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug qat_200= xx_fw.ko.full qat_200xx_fw.ko.debug --- qat_200xx_fw.ko --- --- all_subdir_pms --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -fno-builtin -fms-extensions -Wredundant-decls -Wunused-va= riable -Woverflow -Wmissing-prototypes -Wparentheses -w -fno-strict-aliasi= ng -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTI= ON_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glob= al.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 -fdebug-pref= ix-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/works= pace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC = -MD -MF.depend.tdinit.o -MTtdinit.o -mcmodel=3Dkernel -mno-red-zone -mn= o-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding= -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes ---- all_su= bdir_qatfw --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dqat_200xx_fw.ko.debug qat_200xx_fw.ko.full qat_200xx_fw.ko --- all_subdir_qatfw/qat_c3xxx --- =3D=3D=3D> qatfw/qat_c3xxx (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/qatfw/qat_c3xxx...] --- all_subdir_pms --- 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=3Dagg= ressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unini= tialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -= Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflo= w -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 -finline-limit= =3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func= tion-growth=3D1000 -std=3Dgnu17 -c /workspace/src/sys/dev/pms/RefTisa/tisa= /sassata/common/tdinit.c -o tdinit.o --- all_subdir_qatfw --- --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- qat_c3xxx_fw.c --- awk -f /workspace/src/sys/tools/fw_stub.awk qat_c3xxx.bin:qat_c3xxx_fw:111 = qat_c3xxx_mmp.bin:qat_c3xxx_mmp_fw:111 -mqat_c3xxx_fw -cqat_c3xxx_fw.c =20 --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -gdwarf-4 -Wall -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign = -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho= w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag= gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut= es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin= itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare = -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl= ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro= r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-= aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro= r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z= ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit= =3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func= tion-growth=3D1000 -std=3Dgnu17 -fcommon /workspace/src/sys/kern/genoffset= .c --- all_subdir_pf --- cc1: all warnings being treated as errors --- all_subdir_qat --- --- all_subdir_qat/qat_api --- ctfconvert -L VERSION -g common/compression/dc_ns_header_footer.o --- common/utils/lac_buffer_desc.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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/dev/qat/qat_api/include -I/workspace/= src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/in= clude/dc -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspa= ce/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/q= at_api/common/include -I/workspace/src/sys/dev/qat/qat_api/common/compressi= on/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/include -= I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/src/sys/d= ev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include -= I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEAD= ERS -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 -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/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.common_utils_lac_buffer_desc.o -MTcommon/utils/lac_buffer_des= c.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-as= ynchronous-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 -Wno-cast-qual -finline-limit=3D8000 -fms-extensions --param = inline-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17= -c /workspace/src/sys/dev/qat/qat_api/common/utils/lac_buffer_desc.c -o co= mmon/utils/lac_buffer_desc.o --- all_subdir_qatfw --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- qat_c3xxx.bin.fwo --- qat_c3xxx.bin /workspace/src/sys/contrib/dev/qat/qat_c3xxx.bin /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -x = assembler-with-cpp -DLOCORE =09 -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/workspace/src/sys/contrib/ck/include -fno-co= mmon -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/workspa= ce/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC = -MD -MF.depend.qat_c3xxx.bin.fwo -MTqat_c3xxx.bin.fwo -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 -Werror =09=09=09=09 -DFIRMW_FILE=3D\= ""/workspace/src/sys/contrib/dev/qat/qat_c3xxx.bin"\"=09 -DFIRMW_SYMBOL=3D"= qat_c3xxx_bin"=09 /workspace/src/sys/kern/firmw.S -o qat_c3xxx.bin.fwo --- qat_c3xxx_mmp.bin.fwo --- qat_c3xxx_mmp.bin /workspace/src/sys/contrib/dev/qat/qat_c3xxx_mmp.bin /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -x = assembler-with-cpp -DLOCORE =09 -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/workspace/src/sys/contrib/ck/include -fno-co= mmon -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/workspa= ce/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC = -MD -MF.depend.qat_c3xxx_mmp.bin.fwo -MTqat_c3xxx_mmp.bin.fwo -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 -Werror =09=09=09=09 -DFIRM= W_FILE=3D\""/workspace/src/sys/contrib/dev/qat/qat_c3xxx_mmp.bin"\"=09 -DFI= RMW_SYMBOL=3D"qat_c3xxx_mmp_bin"=09 /workspace/src/sys/kern/firmw.S -o qat_= c3xxx_mmp.bin.fwo --- qat_c3xxx_fw.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.qat_c3xxx_fw.o -MTqa= t_c3xxx_fw.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-prototypes -Wpointer-arith -= Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-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-error=3Dcast-qual -Wno-error= =3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in= dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds= equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare= -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm= emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe= r -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 inli= ne-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -c = qat_c3xxx_fw.c -o qat_c3xxx_fw.o ctfconvert -L VERSION -g qat_c3xxx_fw.o --- qat_c3xxx_fw.ko.full --- --- all_subdir_qat --- --- all_subdir_qat/qat_hw --- ctfconvert -L VERSION -g qat_dh895xcc/adf_drv.o --- all_subdir_qatfw --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o qat_c3xxx_fw.ko.full qat_c3xxx.bin.fwo qat_c3xxx_mmp.bin.fwo qat_c3xxx_fw= .o=20 /usr/local/x86_64-unknown-freebsd14.1/bin/ld: warning: qat_c3xxx_mmp.bin.fw= o: missing .note.GNU-stack section implies executable stack /usr/local/x86_64-unknown-freebsd14.1/bin/ld: NOTE: This behaviour is depre= cated and will be removed in a future version of the linker --- all_subdir_pf --- *** [pf.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/pf 238.16 real 231.73 user 14.12 sys make[1]: stopped in /workspace/src make: stopped in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins8351705278019134= 391.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc12_build Checking for post-build Performing post-build step Checking if email needs to be generated Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Sending mail from default account using System Admin e-mail address ------=_Part_1802_1656749305.1739816438160--