Date: Mon, 17 Feb 2025 19:35:17 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: andrew@FreeBSD.org, bnovkov@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #5015 - Still Failing Message-ID: <458320815.1813.1739820921007@jenkins.ci.freebsd.org> In-Reply-To: <691273939.1803.1739816441359@jenkins.ci.freebsd.org> References: <691273939.1803.1739816441359@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_1812_1719465590.1739820917509 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #5015 (df436036e82b895a6233d803bc8bf= 14d2cfe90d7) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/5015/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 5015/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5= 015/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) 05f6f65c3bdaf241ec819babda666445bf8e9909 by andrew: arm64: add CHECK_CPU_FEAT() for checking feature support in assembly 94686b081fdb0c1bb0fc1dfeda14bd53f26ce7c5 by andrew: arm64: add missing HWCAP and HWCAP2 values 4daaee441311833ca2bef8ddae0089f66a900844 by andrew: arm64: update and align armreg.h with ARMv8.9 features 76c38c2f2e026c5a019a759b2996745a42d10176 by andrew: arm64: add missing feature identification to align with ARMv8.9 43b3e755d07576da8a169a2d000d0f4b4ce33f19 by andrew: arm64: use FEAT_WFxT for DELAY() when available df436036e82b895a6233d803bc8bf14d2cfe90d7 by bnovkov: umtx: Don't sleep after casueword32 failure in do_sem2_wake The end of the build log: [...truncated 123.68 MiB...] | ^~~ In function 'qat_ae_write_ctx_mode', inlined from 'qat_aefw_uof_init_ae' at /workspace/src/sys/dev/qat_c2xxx= /qat_ae.c:2703:3, inlined from 'qat_aefw_uof_init' at /workspace/src/sys/dev/qat_c2xxx/qa= t_ae.c:2754:11, inlined from 'qat_aefw_load' at /workspace/src/sys/dev/qat_c2xxx/qat_ae= .c:2804:11: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:748:22: warning: 'val' may be use= d uninitialized [-Wmaybe-uninitialized] 748 | nval =3D val & ~CTX_ENABLES_INUSE_CONTEXTS; /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_load': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:740:18: note: 'val' was declared = here 740 | uint32_t val, nval; | ^~~ --- all_subdir_pms --- ctfconvert -L VERSION -g sampirsp.o --- all_subdir_pf --- --- pf_norm.o --- In file included from /workspace/src/sys/netpfil/pf/pf_norm.c:59: /workspace/src/sys/netinet/tcp_seq.h: In function 'pf_normalize_tcp_statefu= l': /workspace/src/sys/netinet/tcp_seq.h:39:35: warning: 'tsecr' may be used un= initialized [-Wmaybe-uninitialized] 39 | #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) | ^ /workspace/src/sys/netpfil/pf/pf_norm.c:1543:26: note: 'tsecr' was declared= here 1543 | u_int32_t tsval, tsecr; | ^~~~~ /workspace/src/sys/netinet/tcp_seq.h:39:35: warning: 'tsval' may be used un= initialized [-Wmaybe-uninitialized] 39 | #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) | ^ /workspace/src/sys/netpfil/pf/pf_norm.c:1543:19: note: 'tsval' was declared= here 1543 | u_int32_t tsval, tsecr; | ^~~~~ --- all_subdir_pms --- --- saphy.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-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 --- all_subdir_pf --- --- pf.o --- cc1: all warnings being treated as errors --- all_subdir_qlnx --- --- all_subdir_qlnx/qlnxe --- 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_rl_pqs' at /workspace/src/sys/dev/qlnx/qlnx= e/ecore_dev.c:2203:2, inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/q= lnxe/ecore_dev.c:2211: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] 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_mcos_pqs' at /workspace/src/sys/dev/qlnx/ql= nxe/ecore_dev.c:2176:2, inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/q= lnxe/ecore_dev.c:2214: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] 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': --- all_subdir_pf --- --- pf_norm.o --- ctfconvert -L VERSION -g pf_norm.o --- all_subdir_qlnx --- /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_lb_pq' at /workspace/src/sys/dev/qlnx/qlnxe= /ecore_dev.c:2120:2, inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/q= lnxe/ecore_dev.c:2217: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] 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_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] 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] 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] 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_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] 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] 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) | ^~~~~~~~~~~~~~~~ --- all_subdir_pf --- --- pf_table.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.pf_table.o -MTpf_tab= le.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_table.c -o pf_table.o --- all_subdir_pms --- ctfconvert -L VERSION -g saphy.o --- saport.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-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.saport.o -MTsaport.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 -Wmissing-p= rototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_= _=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -W= no-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-lo= op-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -= Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error= =3Doverflow -Wno-error=3Dsequence-point -Wno-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= port.c -o saport.o 184.08 real 593.23 user 33.88 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/jenkins2210053076502773= 057.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_1812_1719465590.1739820917509--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?458320815.1813.1739820921007>