FreeBSD-main-amd64-gcc12_build - Build #1152 - Still Failing
- In reply to: jenkins-admin_a_FreeBSD.org: "FreeBSD-main-amd64-gcc12_build - Build #1151 - Still Failing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Jun 2023 18:03:44 UTC
FreeBSD-main-amd64-gcc12_build - Build #1152 (a75d93a74d55d371876f5444075de4ecd685297f) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1152/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1152/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1152/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) e9a38ed2fa61fd264a80f24ceb35f39b0ac6463d by kib: rtld: fix allocate_module_tls() variant I fallback to static allocation a75d93a74d55d371876f5444075de4ecd685297f by jrm: tcpdump: Do not hard code HAVE_LIBCRYPTO in config.h The end of the build log: [...truncated 103.47 MB...] /workspace/src/sys/sys/systm.h:266:33: warning: '__builtin_memcpy' offset [0, 11] is out of the bounds [0, 0] [-Warray-bounds] 266 | #define memcpy(to, from, len) __builtin_memcpy((to), (from), (len)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netgraph/netflow/ng_netflow.c:416:25: note: in expansion of macro 'memcpy' 416 | memcpy((void *)i, (void *)&priv->ifaces[*index].info, | ^~~~~~ --- ar5210_recv.o --- ctfconvert -L VERSION -g ar5210_recv.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- modules-all --- --- all_subdir_nfscl --- --- nfs_clvnops.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.nfs_clvnops.o -MTnfs_clvnops.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /workspace/src/sys/fs/nfsclient/nfs_clvnops.c -o nfs_clvnops.o --- all_subdir_netgraph --- In file included from /workspace/src/sys/netgraph/netflow/ng_netflow.c:33: In function 'counter_u64_add', inlined from 'ng_netflow_rcvdata' at /workspace/src/sys/netgraph/netflow/ng_netflow.c:987:5: ./machine/pcpu.h:153:17: warning: array subscript 0 is outside array bounds of 'struct __s[0]' [-Warray-bounds] 153 | __asm __volatile("mov %%gs:%1,%0" \ | ^~~~~ /workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__predict_false' 449 | #define __predict_false(exp) __builtin_expect((exp), 0) | ^~~ ./machine/counter.h:92:9: note: in expansion of macro 'KASSERT' 92 | KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP")); | ^~~~~~~ ./machine/pcpu.h:214:33: note: in expansion of macro '__PCPU_GET' 214 | #define PCPU_GET(member) __PCPU_GET(pc_ ## member) | ^~~~~~~~~~ ./machine/pcpu.h:219:26: note: in expansion of macro 'PCPU_GET' 219 | #define IS_BSP() (PCPU_GET(cpuid) == 0) | ^~~~~~~~ ./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP' 92 | KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP")); | ^~~~~~ In function 'counter_u64_add', inlined from 'ng_netflow_rcvdata' at /workspace/src/sys/netgraph/netflow/ng_netflow.c:988:5: ./machine/pcpu.h:153:17: warning: array subscript 0 is outside array bounds of 'struct __s[0]' [-Warray-bounds] 153 | __asm __volatile("mov %%gs:%1,%0" \ | ^~~~~ /workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__predict_false' 449 | #define __predict_false(exp) __builtin_expect((exp), 0) | ^~~ ./machine/counter.h:92:9: note: in expansion of macro 'KASSERT' 92 | KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP")); | ^~~~~~~ ./machine/pcpu.h:214:33: note: in expansion of macro '__PCPU_GET' 214 | #define PCPU_GET(member) __PCPU_GET(pc_ ## member) | ^~~~~~~~~~ ./machine/pcpu.h:219:26: note: in expansion of macro 'PCPU_GET' 219 | #define IS_BSP() (PCPU_GET(cpuid) == 0) | ^~~~~~~~ ./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP' 92 | KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP")); | ^~~~~~ In function 'counter_u64_add', inlined from 'ng_netflow_rcvdata' at /workspace/src/sys/netgraph/netflow/ng_netflow.c:983:5: ./machine/pcpu.h:153:17: warning: array subscript 0 is outside array bounds of 'struct __s[0]' [-Warray-bounds] 153 | __asm __volatile("mov %%gs:%1,%0" \ | ^~~~~ /workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__predict_false' 449 | #define __predict_false(exp) __builtin_expect((exp), 0) | ^~~ ./machine/counter.h:92:9: note: in expansion of macro 'KASSERT' 92 | KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP")); | ^~~~~~~ ./machine/pcpu.h:214:33: note: in expansion of macro '__PCPU_GET' 214 | #define PCPU_GET(member) __PCPU_GET(pc_ ## member) | ^~~~~~~~~~ ./machine/pcpu.h:219:26: note: in expansion of macro 'PCPU_GET' 219 | #define IS_BSP() (PCPU_GET(cpuid) == 0) | ^~~~~~~~ ./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP' 92 | KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP")); | ^~~~~~ In function 'counter_u64_add', inlined from 'ng_netflow_rcvdata' at /workspace/src/sys/netgraph/netflow/ng_netflow.c:984:5: ./machine/pcpu.h:153:17: warning: array subscript 0 is outside array bounds of 'struct __s[0]' [-Warray-bounds] 153 | __asm __volatile("mov %%gs:%1,%0" \ | ^~~~~ /workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__predict_false' 449 | #define __predict_false(exp) __builtin_expect((exp), 0) | ^~~ ./machine/counter.h:92:9: note: in expansion of macro 'KASSERT' 92 | KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP")); | ^~~~~~~ ./machine/pcpu.h:214:33: note: in expansion of macro '__PCPU_GET' 214 | #define PCPU_GET(member) __PCPU_GET(pc_ ## member) | ^~~~~~~~~~ ./machine/pcpu.h:219:26: note: in expansion of macro 'PCPU_GET' 219 | #define IS_BSP() (PCPU_GET(cpuid) == 0) | ^~~~~~~~ ./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP' 92 | KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP")); | ^~~~~~ --- netflow.o --- ctfconvert -L VERSION -g netflow.o --- ar5210_reset.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/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.ar5210_reset.o -MTar5210_reset.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=iso9899:1999 -Werror -I/workspace/src/sys/dev/ath -Wno-unused-but-set-variable /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c -I/workspace/src/sys/dev/ath/ath_hal --- modules-all --- ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- ng_netflow.o --- ctfconvert -L VERSION -g ng_netflow.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- ng_netflow.ko.full --- /usr/local/x86_64-unknown-freebsd13.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o ng_netflow.ko.full ng_netflow.o netflow.o netflow_v9.o ctfmerge -L VERSION -g -o ng_netflow.ko.full ng_netflow.o netflow.o netflow_v9.o ERROR: ctfmerge: No ctf sections found to merge :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk ng_netflow.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy % ng_netflow.ko.full --- ng_netflow.ko.debug --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug ng_netflow.ko.full ng_netflow.ko.debug --- ng_netflow.ko --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=ng_netflow.ko.debug ng_netflow.ko.full ng_netflow.ko --- all_subdir_netgraph/mppc --- --- ng_mppc.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ng_mppc.o -MTng_mppc.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /workspace/src/sys/netgraph/ng_mppc.c -o ng_mppc.o --- ar5210_reset.o --- In file included from /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:24: /workspace/src/sys/dev/ath/ath_hal/ah_internal.h: In function 'ar5210Reset': /workspace/src/sys/dev/ath/ath_hal/ah_internal.h:29:37: warning: 'dBm54' may be used uninitialized [-Wmaybe-uninitialized] 29 | #define AH_MIN(a,b) ((a)<(b)?(a):(b)) | ^ /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:739:38: note: 'dBm54' was declared here 739 | uint8_t dBmRD, dBm36, dBm48, dBm54, dontcare; | ^~~~~ /workspace/src/sys/dev/ath/ath_hal/ah_internal.h:29:37: warning: 'dBm48' may be used uninitialized [-Wmaybe-uninitialized] 29 | #define AH_MIN(a,b) ((a)<(b)?(a):(b)) | ^ /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:739:31: note: 'dBm48' was declared here 739 | uint8_t dBmRD, dBm36, dBm48, dBm54, dontcare; | ^~~~~ /workspace/src/sys/dev/ath/ath_hal/ah_internal.h:29:37: warning: 'dBm36' may be used uninitialized [-Wmaybe-uninitialized] 29 | #define AH_MIN(a,b) ((a)<(b)?(a):(b)) | ^ /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:739:24: note: 'dBm36' was declared here 739 | uint8_t dBmRD, dBm36, dBm48, dBm54, dontcare; | ^~~~~ In function 'setupPowerSettings', inlined from 'ar5210SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:854:7, inlined from 'ar5210Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:218:7: /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:816:42: warning: 'dBmRD' may be used uninitialized [-Wmaybe-uninitialized] 816 | AH_PRIVATE(ah)->ah_maxPowerLevel = 2*dBmRD; /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c: In function 'ar5210Reset': /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:739:17: note: 'dBmRD' was declared here 739 | uint8_t dBmRD, dBm36, dBm48, dBm54, dontcare; | ^~~~~ --- modules-all --- --- all_subdir_nfslockd --- ctfconvert -L VERSION -g nlm_advlock.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- nfslockd.ko.full --- /usr/local/x86_64-unknown-freebsd13.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o nfslockd.ko.full nlm_advlock.o nlm_prot_clnt.o nlm_prot_impl.o nlm_prot_server.o nlm_prot_svc.o nlm_prot_xdr.o sm_inter_xdr.o ctfmerge -L VERSION -g -o nfslockd.ko.full nlm_advlock.o nlm_prot_clnt.o nlm_prot_impl.o nlm_prot_server.o nlm_prot_svc.o nlm_prot_xdr.o sm_inter_xdr.o ERROR: ctfmerge: No ctf sections found to merge :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk nfslockd.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy % nfslockd.ko.full --- nfslockd.ko.debug --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug nfslockd.ko.full nfslockd.ko.debug --- nfslockd.ko --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=nfslockd.ko.debug nfslockd.ko.full nfslockd.ko --- all_subdir_nfscl --- --- nfs_diskless.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.nfs_diskless.o -MTnfs_diskless.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /workspace/src/sys/nfs/nfs_diskless.c -o nfs_diskless.o --- all_subdir_netgraph --- ctfconvert -L VERSION -g ng_mppc.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- all_subdir_netgraph/patch --- ===> netgraph/patch (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/patch...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_netgraph.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_netgraph.h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -c -O2 -pipe -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 -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -fcommon /workspace/src/sys/kern/genoffset.c --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- ng_patch.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ng_patch.o -MTng_patch.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /workspace/src/sys/netgraph/ng_patch.c -o ng_patch.o --- all_subdir_nfscl --- ctfconvert -L VERSION -g nfs_diskless.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- all_subdir_nlsysevent --- ===> nlsysevent (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/nlsysevent...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/netlink -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 -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -fcommon /workspace/src/sys/kern/genoffset.c cc1: error: /workspace/src/sys/contrib/netlink: No such file or directory [-Werror=missing-include-dirs] --- ar5210_reset.o --- /workspace/src/sys/dev/ath/ath_hal/ah_internal.h: In function 'ar5210SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ah_internal.h:29:37: warning: 'dBm54' may be used uninitialized [-Wmaybe-uninitialized] 29 | #define AH_MIN(a,b) ((a)<(b)?(a):(b)) | ^ /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:739:38: note: 'dBm54' was declared here 739 | uint8_t dBmRD, dBm36, dBm48, dBm54, dontcare; | ^~~~~ /workspace/src/sys/dev/ath/ath_hal/ah_internal.h:29:37: warning: 'dBm48' may be used uninitialized [-Wmaybe-uninitialized] 29 | #define AH_MIN(a,b) ((a)<(b)?(a):(b)) | ^ /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:739:31: note: 'dBm48' was declared here 739 | uint8_t dBmRD, dBm36, dBm48, dBm54, dontcare; | ^~~~~ /workspace/src/sys/dev/ath/ath_hal/ah_internal.h:29:37: warning: 'dBm36' may be used uninitialized [-Wmaybe-uninitialized] 29 | #define AH_MIN(a,b) ((a)<(b)?(a):(b)) | ^ /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:739:24: note: 'dBm36' was declared here 739 | uint8_t dBmRD, dBm36, dBm48, dBm54, dontcare; | ^~~~~ In function 'setupPowerSettings', inlined from 'ar5210SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:854:7: /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:816:42: warning: 'dBmRD' may be used uninitialized [-Wmaybe-uninitialized] 816 | AH_PRIVATE(ah)->ah_maxPowerLevel = 2*dBmRD; /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c: In function 'ar5210SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:739:17: note: 'dBmRD' was declared here 739 | uint8_t dBmRD, dBm36, dBm48, dBm54, dontcare; | ^~~~~ --- modules-all --- cc1: all warnings being treated as errors *** [genoffset.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/nlsysevent 199.40 real 275.74 user 15.13 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/jenkins12674114628298412185.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