FreeBSD-main-amd64-gcc12_build - Build #1149 - Still Failing
Date: Fri, 09 Jun 2023 01:46:31 UTC
FreeBSD-main-amd64-gcc12_build - Build #1149 (cbbac560911521c0ded3e06e713107176855fae4) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1149/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1149/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1149/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) 2178e8c27aada86ce679d90b8d6cd61dc3bc7f6b by jilles: sh: make smark a static variable instead of a local in main() 920184ed6e43b19f4b71253b55fd3ba66a7f0bb2 by dchagin: linux(4): In preparation for xsave refactor fxsave code on amd64 cbbac560911521c0ded3e06e713107176855fae4 by dchagin: linux(4): Preserve fpu xsave state across signal delivery on amd64 The end of the build log: [...truncated 104.54 MB...] /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2601:35: warning: 'clo' may be used uninitialized [-Wmaybe-uninitialized] 2601 | pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ --- modules-all --- 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 --- all_subdir_netgraph/netflow --- ./machine/pcpu.h:153:17: warning: array subscript 0 is outside array bounds of 'struct __s[0]' [-Warray-bounds] --- ar5212_reset.o --- 2602 | powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2575:18: note: 'clo' was declared here 2575 | uint16_t clo, chi, ixlo, ixhi; | ^~~ In function 'ar5212GetTargetPowers', inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2303:3, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2029:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2601:35: warning: 'chi' may be used uninitialized [-Wmaybe-uninitialized] 2601 | pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ --- modules-all --- 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")); --- ar5212_reset.o --- 2602 | powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': --- modules-all --- | ^~~~~~ --- all_subdir_my --- ctfmerge -L VERSION -g -o if_my.ko.full if_my.o --- ar5212_reset.o --- /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2575:23: note: 'chi' was declared here 2575 | uint16_t clo, chi, ixlo, ixhi; | ^~~ In function 'ar5212GetTargetPowers', inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2303:3, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2029:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2601:35: warning: 'clo' may be used uninitialized [-Wmaybe-uninitialized] 2601 | pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2602 | powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': --- modules-all --- ERROR: ctfmerge: No ctf sections found to merge :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk if_my.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy % if_my.ko.full --- ar5212_reset.o --- /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2575:18: note: 'clo' was declared here 2575 | uint16_t clo, chi, ixlo, ixhi; | ^~~ In function 'ar5212GetLowerUpperValues', inlined from 'ar5212GetTargetPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2582:2, inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2303:3, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2029:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2636:35: warning: 'tempChannelList' may be used uninitialized [-Wmaybe-uninitialized] 2636 | if (target < (uint32_t)(lp[0] * EEP_SCALE - EEP_DELTA)) { | ~~^~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2574:18: note: 'tempChannelList' declared here 2574 | uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; | ^~~~~~~~~~~~~~~ In function 'ar5212GetLowerUpperValues', inlined from 'ar5212GetTargetPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2582:2, inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2218:4, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2029:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2636:35: warning: 'tempChannelList' may be used uninitialized [-Wmaybe-uninitialized] 2636 | if (target < (uint32_t)(lp[0] * EEP_SCALE - EEP_DELTA)) { | ~~^~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2574:18: note: 'tempChannelList' declared here 2574 | uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; | ^~~~~~~~~~~~~~~ In function 'ar5212GetLowerUpperValues', inlined from 'ar5212GetTargetPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2582:2, inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2221:4, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2029:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2636:35: warning: 'tempChannelList' may be used uninitialized [-Wmaybe-uninitialized] 2636 | if (target < (uint32_t)(lp[0] * EEP_SCALE - EEP_DELTA)) { | ~~^~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2574:18: note: 'tempChannelList' declared here 2574 | uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; | ^~~~~~~~~~~~~~~ --- modules-all --- --- if_my.ko.debug --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug if_my.ko.full if_my.ko.debug --- if_my.ko --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=if_my.ko.debug if_my.ko.full if_my.ko --- ar5416_phy.o --- ctfconvert -L VERSION -g ar5416_phy.o --- modules-all --- --- all_subdir_nfsd --- --- nfs_nfsdport.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_nfsdport.o -MTnfs_nfsdport.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/nfsserver/nfs_nfsdport.c -o nfs_nfsdport.o --- ar5416_phy.o --- ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- modules-all --- --- nfs_fha_new.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_fha_new.o -MTnfs_fha_new.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/nfsserver/nfs_fha_new.c -o nfs_fha_new.o --- nfs_nfsdsocket.o --- ctfconvert -L VERSION -g nfs_nfsdsocket.o --- all_subdir_netgraph --- --- all_subdir_netgraph/pptpgre --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_nfsd --- ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- ar5416_power.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.ar5416_power.o -MTar5416_power.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/ar5416/ar5416_power.c -I/workspace/src/sys/dev/ath/ath_hal --- modules-all --- --- all_subdir_netgraph --- --- ng_pptpgre.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_pptpgre.o -MTng_pptpgre.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_pptpgre.c -o ng_pptpgre.o --- ar5416_power.o --- ctfconvert -L VERSION -g ar5416_power.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- modules-all --- --- all_subdir_netgraph/pred1 --- ===> netgraph/pred1 (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/pred1...] --- 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_pred1.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_pred1.o -MTng_pred1.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_pred1.c -o ng_pred1.o --- all_subdir_netgraph/netflow --- ctfconvert -L VERSION -g 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 --- all_subdir_nfslockd --- --- nlm_advlock.o --- ctfconvert -L VERSION -g nlm_advlock.o --- all_subdir_netgraph --- 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 --- all_subdir_nfslockd --- ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- all_subdir_netgraph --- --- all_subdir_netgraph/rfc1490 --- ===> netgraph/rfc1490 (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/rfc1490...] --- all_subdir_netgraph/netflow --- --- 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_nlsysevent --- ===> nlsysevent (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/nlsysevent...] --- all_subdir_netgraph --- --- all_subdir_netgraph/rfc1490 --- --- 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 --- --- all_subdir_nlsysevent --- --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- all_subdir_netgraph --- /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 --- all_subdir_netgraph/pipe --- ctfconvert -L VERSION -g ng_pipe.o --- all_subdir_nlsysevent --- --- i386 --- --- all_subdir_netgraph --- ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- ng_pipe.ko.full --- --- all_subdir_nlsysevent --- i386 -> /workspace/src/sys/i386/include --- all_subdir_netgraph --- /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_pipe.ko.full ng_pipe.o --- all_subdir_nlsysevent --- --- 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 --- all_subdir_netgraph --- ctfmerge -L VERSION -g -o ng_pipe.ko.full ng_pipe.o ERROR: ctfmerge: No ctf sections found to merge :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk ng_pipe.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy % ng_pipe.ko.full --- ng_pipe.ko.debug --- --- all_subdir_nlsysevent --- cc1: error: /workspace/src/sys/contrib/netlink: No such file or directory [-Werror=missing-include-dirs] --- all_subdir_netgraph --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug ng_pipe.ko.full ng_pipe.ko.debug --- ng_pipe.ko --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=ng_pipe.ko.debug ng_pipe.ko.full ng_pipe.ko --- ar5416_radar.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.ar5416_radar.o -MTar5416_radar.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/ar5416/ar5416_radar.c -I/workspace/src/sys/dev/ath/ath_hal --- modules-all --- --- all_subdir_netgraph/rfc1490 --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_nlsysevent --- cc1: all warnings being treated as errors *** [genoffset.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/nlsysevent 145.87 real 435.59 user 23.39 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/jenkins11276630110149222708.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