From nobody Fri Jun 13 21:55:43 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 4bJtW7238nz5MSsZ for ; Fri, 13 Jun 2025 21:55:47 +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 4bJtW66K4gz3PBc; Fri, 13 Jun 2025 21:55:46 +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=1749851746; 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=yrdZumR9jdIMxdE3qKD9aLU8W/J5Oyn6eWDwkI+VDyM=; b=c3APmUZN/G5Z5fNZl8u5HO7A/i6AUyzcV2XcTv+pXyjhGpplmsXBguGnOfXDC1ld8JjiRn CqgvJfSyIRe3LdxRyJlRtWeHX/Siv9AKFmT+Jkdk7SNkuLFHtheN0rorF1XMqAepKzBugV 8m6604LKzfg1+U67q7dGCK6oS4z8tym8rATxDuQJ6AJL+X7yuCVaaZRRBnYegUkb3CCTbH hWa5Hzc0y6sPNw+1C+mVt0jzneN85Db9V2P/mFP3D/4ZDsZpvUoAmcci3T715DAHuzXaw7 yhzTzYdtVPWtWq7FArUFS07UA5hugO+PkEjEAPxGZowE0plCqOVRHMNRaFHxGw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749851746; a=rsa-sha256; cv=none; b=IjPYvO6Wo9Xnchw5V2JJ0D5s7zRQ9S7Vc6dYZIfctk+iJboC3zG1gnHbHL+I0lCZVsYvsX ydSR+xKFGf3ppy2RqMmtYmU16IQlJKdRBQU98rFGPyu/aK0iW/YpUaXQxNp/yHCzjVpkIo vttG2g5hpFIiHQNnzyhbXvJ09JuVeZWPmc3G4iDsX/fvxD+IzeFK1EBbTEk0upAzbZIB0E Lp7dpw3BJI3B25FtmZITcLON6bAVzeEMFnHCMwwKOwiq10o26/HSniMghLGkcWYCjglAUo Dyv5HVPDR9GdgEzg57oRVqyK6y40orsaiuDpMOVhO3BFzJGmtUW0uz7Mu0ydTQ== 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 4bJtW65WN1z1F75; Fri, 13 Jun 2025 21:55:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 13 Jun 2025 21:55:43 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: alc@FreeBSD.org, olce@FreeBSD.org, jrtc27@FreeBSD.org, imp@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1784234354.1375.1749851746780@jenkins.ci.freebsd.org> In-Reply-To: <1620497153.1359.1749846807737@jenkins.ci.freebsd.org> References: <1620497153.1359.1749846807737@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-gcc14_build - Build #786 - 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_1374_1539230979.1749851743443" X-Jenkins-Job: FreeBSD-main-amd64-gcc14_build X-Jenkins-Result: FAILURE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_1374_1539230979.1749851743443 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc14_build - Build #786 (67c5db938c87fd3e6688070b6958da= 70f8a1ee90) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_buil= d/786/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/= 786/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/7= 86/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) 67f18e8d494f0a1f30663074d738ca8acdd9a3a2 by jrtc27: usr.sbin: Gate bhyve/bhyvectl on MK_BHYVE for riscv 7747d826573a38e6caa06619f5596b792dc5a976 by olce: mac_do(4): Bump .Dd to reflect latest update 330b17e1cf5c2e259f99ad6ac21eda6bd92a0836 by alc: vm: remove pa_index from the machine-independent layer 67c5db938c87fd3e6688070b6958da70f8a1ee90 by imp: clock_gettime: Better markup The end of the build log: [...truncated 124.57 MiB...] 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev) | ^~~~~~~~~~~~~~~~ In function 'bitmap_weight', inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/d= ev/qlnx/qlnxe/ecore_dev.c:2036:6, inlined from 'ecore_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qln= xe/ecore_dev.c:2069:21, inlined from 'ecore_init_qm_ooo_pq' at /workspace/src/sys/dev/qlnx/qlnx= e/ecore_dev.c:2131:2, inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/q= lnxe/ecore_dev.c:2220:2, inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/= ecore_dev.c:2313:2, inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ec= ore_dev.c:2457:3: /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: wa= rning: array subscript 'long unsigned int[0]' is partly outside array bound= s of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=3D] 218 | retval +=3D hweight_long(addr[end] & mask); | ~~~~^~~~~ /workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bi= tcountl' 90 | #define __bitcountl(x) __bitcount64((unsigned long)(x)) | ^ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: not= e: in expansion of macro 'bitcountl' 63 | #define hweight_long(x) bitcountl(x) | ^~~~~~~~~ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: no= te: in expansion of macro 'hweight_long' 218 | retval +=3D hweight_long(addr[end] & mask); | ^~~~~~~~~~~~ /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_resc_allo= c': /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_fla= gs' of size 4 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev) | ^~~~~~~~~~~~~~~~ In function 'bitmap_weight', inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/d= ev/qlnx/qlnxe/ecore_dev.c:2036:6, inlined from 'ecore_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qln= xe/ecore_dev.c:2069:21, inlined from 'ecore_init_qm_pure_ack_pq' at /workspace/src/sys/dev/qlnx= /qlnxe/ecore_dev.c:2142:2, inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/q= lnxe/ecore_dev.c:2223:2, inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/= ecore_dev.c:2313:2, inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ec= ore_dev.c:2457:3: /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: wa= rning: array subscript 'long unsigned int[0]' is partly outside array bound= s of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=3D] 218 | retval +=3D hweight_long(addr[end] & mask); | ~~~~^~~~~ /workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bi= tcountl' 90 | #define __bitcountl(x) __bitcount64((unsigned long)(x)) | ^ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: not= e: in expansion of macro 'bitcountl' 63 | #define hweight_long(x) bitcountl(x) | ^~~~~~~~~ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: no= te: in expansion of macro 'hweight_long' 218 | retval +=3D hweight_long(addr[end] & mask); | ^~~~~~~~~~~~ /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_resc_allo= c': /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_fla= gs' of size 4 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev) | ^~~~~~~~~~~~~~~~ In function 'bitmap_weight', inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/d= ev/qlnx/qlnxe/ecore_dev.c:2036:6, inlined from 'ecore_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qln= xe/ecore_dev.c:2069:21, inlined from 'ecore_init_qm_offload_pq' at /workspace/src/sys/dev/qlnx/= qlnxe/ecore_dev.c:2153:2, inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/q= lnxe/ecore_dev.c:2226:2, inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/= ecore_dev.c:2313:2, inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ec= ore_dev.c:2457:3: /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: wa= rning: array subscript 'long unsigned int[0]' is partly outside array bound= s of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=3D] 218 | retval +=3D hweight_long(addr[end] & mask); | ~~~~^~~~~ /workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bi= tcountl' 90 | #define __bitcountl(x) __bitcount64((unsigned long)(x)) | ^ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: not= e: in expansion of macro 'bitcountl' 63 | #define hweight_long(x) bitcountl(x) | ^~~~~~~~~ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: no= te: in expansion of macro 'hweight_long' 218 | retval +=3D hweight_long(addr[end] & mask); | ^~~~~~~~~~~~ /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_resc_allo= c': /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_fla= gs' of size 4 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev) | ^~~~~~~~~~~~~~~~ --- ata-acerlabs.o --- ctfconvert -L VERSION -g ata-acerlabs.o --- modules-all --- In function 'bitmap_weight', inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/d= ev/qlnx/qlnxe/ecore_dev.c:2036:6, inlined from 'ecore_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qln= xe/ecore_dev.c:2069:21, inlined from 'ecore_init_qm_low_latency_pq' at /workspace/src/sys/dev/q= lnx/qlnxe/ecore_dev.c:2164:2, inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/q= lnxe/ecore_dev.c:2229:2, inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/= ecore_dev.c:2313:2, inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ec= ore_dev.c:2457:3: /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: wa= rning: array subscript 'long unsigned int[0]' is partly outside array bound= s of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=3D] 218 | retval +=3D hweight_long(addr[end] & mask); | ~~~~^~~~~ /workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bi= tcountl' 90 | #define __bitcountl(x) __bitcount64((unsigned long)(x)) | ^ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: not= e: in expansion of macro 'bitcountl' 63 | #define hweight_long(x) bitcountl(x) | ^~~~~~~~~ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: no= te: in expansion of macro 'hweight_long' 218 | retval +=3D hweight_long(addr[end] & mask); | ^~~~~~~~~~~~ /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_resc_allo= c': /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_fla= gs' of size 4 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev) | ^~~~~~~~~~~~~~~~ In function 'bitmap_weight', inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/d= ev/qlnx/qlnxe/ecore_dev.c:2036:6, inlined from 'ecore_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qln= xe/ecore_dev.c:2069:21, inlined from 'ecore_init_qm_vf_pqs' at /workspace/src/sys/dev/qlnx/qlnx= e/ecore_dev.c:2189:2, inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/q= lnxe/ecore_dev.c:2235:2, inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/= ecore_dev.c:2313:2, inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ec= ore_dev.c:2457:3: /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: wa= rning: array subscript 'long unsigned int[0]' is partly outside array bound= s of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=3D] 218 | retval +=3D hweight_long(addr[end] & mask); | ~~~~^~~~~ /workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bi= tcountl' 90 | #define __bitcountl(x) __bitcount64((unsigned long)(x)) | ^ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: not= e: in expansion of macro 'bitcountl' 63 | #define hweight_long(x) bitcountl(x) | ^~~~~~~~~ /workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: no= te: in expansion of macro 'hweight_long' 218 | retval +=3D hweight_long(addr[end] & mask); | ^~~~~~~~~~~~ /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_resc_allo= c': /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_fla= gs' of size 4 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev) | ^~~~~~~~~~~~~~~~ --- ata-ati.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.ata-ati.o -MTata-ati.o -fdebug-prefix-map=3D./machine=3D/workspace/s= rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in= clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode= l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-= unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws= trict-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=3Daddres= s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werror= /workspace/src/sys/dev/ata/chipsets/ata-ati.c --- ata-amd.o --- ctfconvert -L VERSION -g ata-amd.o --- ata-cenatek.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.ata-cenatek.o -MTata-cenatek.o -fdebug-prefix-map=3D./machine=3D/wor= kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-async= hronous-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-inclu= de-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 -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu1= 7 -Werror /workspace/src/sys/dev/ata/chipsets/ata-cenatek.c --- modules-all --- --- all_subdir_pf --- ctfconvert -L VERSION -g pf_if.o --- pf_osfp.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.pf_osfp.o -MTpf_osfp= .o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asy= nchronous-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-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro= r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b= ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp= are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W= no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin= t -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/netpfil/pf/pf_osfp.c -o pf_osfp.o --- ata-cenatek.o --- ctfconvert -L VERSION -g ata-cenatek.o --- ata-cypress.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.ata-cypress.o -MTata-cypress.o -fdebug-prefix-map=3D./machine=3D/wor= kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-async= hronous-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-inclu= de-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 -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu1= 7 -Werror /workspace/src/sys/dev/ata/chipsets/ata-cypress.c ctfconvert -L VERSION -g ata-cypress.o --- ata-cyrix.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.ata-cyrix.o -MTata-cyrix.o -fdebug-prefix-map=3D./machine=3D/workspa= ce/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x8= 6/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund= ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Dad= dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W= no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err= or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno= -error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus= ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn= o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-= larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da= ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le= ngth -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1= 00 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werr= or /workspace/src/sys/dev/ata/chipsets/ata-cyrix.c --- ata-ati.o --- ctfconvert -L VERSION -g ata-ati.o --- ata-highpoint.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.ata-highpoint.o -MTata-highpoint.o -fdebug-prefix-map=3D./machine=3D= /workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/sr= c/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inc= lude -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-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-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 -fms-extensions -finline-limit=3D8000 --param inline-unit-gr= owth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu= 17 -Werror /workspace/src/sys/dev/ata/chipsets/ata-highpoint.c --- modules-all --- ctfconvert -L VERSION -g pf_osfp.o --- all_subdir_qlnx --- --- ecore_init_fw_funcs.o --- ctfconvert -L VERSION -g ecore_init_fw_funcs.o --- all_subdir_pf --- --- pf_ioctl.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.pf_ioctl.o -MTpf_ioc= tl.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-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-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-gr= owth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -c /workspace= /src/sys/netpfil/pf/pf_ioctl.c -o pf_ioctl.o --- all_subdir_qlnx --- --- ecore_int.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.ecore_int.o -MTecore= _int.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 -DCONFIG_EC= ORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/comm= on/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -include /w= orkspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_EC= ORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DCON= FIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -c /workspace/src/sys/dev/qlnx/qlnxe/eco= re_int.c -o ecore_int.o --- ata-cyrix.o --- ctfconvert -L VERSION -g ata-cyrix.o --- ata-intel.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.ata-intel.o -MTata-intel.o -fdebug-prefix-map=3D./machine=3D/workspa= ce/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x8= 6/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund= ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Dad= dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W= no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err= or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno= -error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus= ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn= o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-= larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da= ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le= ngth -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1= 00 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werr= or /workspace/src/sys/dev/ata/chipsets/ata-intel.c --- modules-all --- --- all_subdir_qat_c2xxx --- In function 'bus_space_write_4', 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_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_a= e.c:2848:3: ./x86/bus.h:487:55: warning: 'ctxptr' may be used uninitialized [-Wmaybe-un= initialized] 487 | *(volatile u_int32_t *)(bsh + offset) =3D value; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_start': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:247:18: note: 'ctxptr' was declar= ed here 247 | uint32_t ctxptr; | ^~~~~~ In function 'qat_ae_enable_ctx', inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_a= e.c:2851:3: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:714:15: warning: 'ctxen' may be u= sed uninitialized [-Wmaybe-uninitialized] 714 | ctxen &=3D CTX_ENABLES_IGNORE_W1C_MASK; | ^~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_start': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:711:18: note: 'ctxen' was declare= d here 711 | uint32_t ctxen; | ^~~~~ --- ata-highpoint.o --- ctfconvert -L VERSION -g ata-highpoint.o --- ata-ite.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.ata-ite.o -MTata-ite.o -fdebug-prefix-map=3D./machine=3D/workspace/s= rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in= clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode= l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-= unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws= trict-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=3Daddres= s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werror= /workspace/src/sys/dev/ata/chipsets/ata-ite.c --- modules-all --- --- all_subdir_qat --- ctfconvert -L VERSION -g adf_transport.o --- adf_isr.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_isr.o -MTadf_isr.o -mcmodel=3Dkernel -mno-red-zone -mno-m= mx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -f= wrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prot= otypes -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/dev/qat/qat_common/adf_isr.c -= o adf_isr.o --- all_subdir_pf --- In file included from ./machine/atomic.h:73, from /workspace/src/sys/sys/systm.h:45, from /workspace/src/sys/sys/bus.h:168, from /workspace/src/sys/netpfil/pf/pf_ioctl.c:49: /workspace/src/sys/netpfil/pf/pf_ioctl.c: In function 'pf_commit_eth': /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all inte= rmediate pointers in cast from 'struct pf_keth_ruleq **' to 'struct pf_keth= _ruleq * volatile*' must be 'const' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) =3D = (v)) | ^ /workspace/src/sys/netpfil/pf/pf_ioctl.c:890:9: note: in expansion of macro= 'atomic_store_ptr' 890 | atomic_store_ptr(&rs->active.rules, rs->inactive.rules); | ^~~~~~~~~~~~~~~~ --- all_subdir_pms --- ctfconvert -L VERSION -g sampirsp.o --- saphy.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.saphy.o -MTsaphy.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/dev/pms/RefTisa/sallsdk/spc/sa= phy.c -o saphy.o --- ata-ite.o --- ctfconvert -L VERSION -g ata-ite.o --- ata-jmicron.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.ata-jmicron.o -MTata-jmicron.o -fdebug-prefix-map=3D./machine=3D/wor= kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-async= hronous-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-inclu= de-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 -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu1= 7 -Werror /workspace/src/sys/dev/ata/chipsets/ata-jmicron.c --- modules-all --- --- all_subdir_qat_c2xxx --- ctfconvert -L VERSION -g qat_ae.o --- qat_c2xxx.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_c2xxx.o -MTqat_c= 2xxx.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/dev/qat_c2xxx/qat_c2xxx.c -o qat_c2xxx.o --- all_subdir_pf --- --- pf.o --- cc1: all warnings being treated as errors --- ata-jmicron.o --- ctfconvert -L VERSION -g ata-jmicron.o --- ata-marvell.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.ata-marvell.o -MTata-marvell.o -fdebug-prefix-map=3D./machine=3D/wor= kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-async= hronous-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-inclu= de-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 -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu1= 7 -Werror /workspace/src/sys/dev/ata/chipsets/ata-marvell.c --- modules-all --- --- all_subdir_qat_c2xxx --- ctfconvert -L VERSION -g qat_c2xxx.o --- qat_hw15.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_hw15.o -MTqat_hw= 15.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-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-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-gr= owth=3D100 --param large-function-growth=3D1000 -std=3Dgnu17 -c /workspace= /src/sys/dev/qat_c2xxx/qat_hw15.c -o qat_hw15.o --- all_subdir_pf --- *** [pf.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/pf 222.44 real 250.24 user 14.74 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-gcc14_build] $ /bin/sh -xe /tmp/jenkins1723294194809455= 342.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc14_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_1374_1539230979.1749851743443--