Date: Sun, 28 Aug 2016 18:16:42 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bde@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: FreeBSD_HEAD_i386 - Build #3804 - Still Failing Message-ID: <1992157489.35.1472408205589.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <963472858.28.1472401009703.JavaMail.jenkins@jenkins-9.freebsd.org> References: <963472858.28.1472401009703.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_i386 - Build #3804 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3804/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3804/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3804/cons= ole Change summaries: 304958 by bde: Fix vm86 initialization, part 1 of 2 and a half. Early use of vm86 depends on the PIC being reset to mask interrupts, but r286667 moved PIC initialization to after where vm86 may be first used. Move the PIC initialization up to immdiately before vm86 initialization. All invocations of diff that I tried display this move poorly so that it looks like PIC and vm86 initialization was moved later. r286667 was to move console initialization later. The diffs are again unreadable -- they show a large move that doesn't seem to involve the console. The PIC initialization stayed just below the console initialization where it could still be debugged but no longer works. Later console initialization breaks mainly debugging vm86 initialization and memory sizing using ddb and printf(). There are several printf()s in the memory sizing that now go nowhere since message buffer initialization has always been too late. Memory sizing is done by loader for most users, but the lost messages for this case are even more interesting than for an auto-probe since they tell you what the loader found. The end of the build log: [...truncated 166596 lines...] --- opt_bpf.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_bpf.h opt_bpf.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- ip_nat.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFILTER=3D1 -DIPFILTER_LKM -DIPFILTER= _LOG -DIPFILTER_LOOKUP -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE= -nostdinc -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -DHAVE_K= ERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I.= -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.dep= end.ip_nat.o -MTip_nat.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwr= apv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual= -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-er= ror-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value= -Wno-unused -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modules= /ipfilter/../../contrib/ipfilter/netinet/ip_nat.c -o ip_nat.o --- all_subdir_ipdivert --- --- ipdivert.kld --- ld -d -warn-common -r -d -o ipdivert.kld ip_divert.o ctfmerge -L VERSION -g -o ipdivert.kld ip_divert.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ipdivert.kld export_syms | xargs -J= % objcopy % ipdivert.kld --- ipdivert.ko.full --- ld -Bshareable -d -warn-common -o ipdivert.ko.full ipdivert.kld --- ipdivert.ko.debug --- objcopy --only-keep-debug ipdivert.ko.full ipdivert.ko.debug --- ipdivert.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dipdivert.ko.debug ipdivert.ko.= full ipdivert.ko --- all_subdir_ipfilter --- --- ip_frag.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFILTER=3D1 -DIPFILTER_LKM -DIPFILTER= _LOG -DIPFILTER_LOOKUP -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE= -nostdinc -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -DHAVE_K= ERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I.= -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.dep= end.ip_frag.o -MTip_frag.o -mno-mmx -mno-sse -msoft-float -ffreestanding -f= wrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-= error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-val= ue -Wno-unused -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modul= es/ipfilter/../../contrib/ipfilter/netinet/ip_frag.c -o ip_frag.o ctfconvert -L VERSION -g ip_frag.o --- all_subdir_igb --- --- e1000_osdep.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DSMP -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -= MF.depend.e1000_osdep.o -MTe1000_osdep.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Win= line -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -W= no-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-= equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shif= t-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/mo= dules/igb/../../dev/e1000/e1000_osdep.c -o e1000_osdep.o --- e1000_82571.o --- ctfconvert -L VERSION -g e1000_82571.o --- all_subdir_ipfilter --- --- ip_state.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFILTER=3D1 -DIPFILTER_LKM -DIPFILTER= _LOG -DIPFILTER_LOOKUP -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE= -nostdinc -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -DHAVE_K= ERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I.= -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.dep= end.ip_state.o -MTip_state.o -mno-mmx -mno-sse -msoft-float -ffreestanding = -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-extern= s -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-= qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing= -include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tau= tological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wn= o-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-v= alue -Wno-unused -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/mod= ules/ipfilter/../../contrib/ipfilter/netinet/ip_state.c -o ip_state.o --- all_subdir_igb --- --- e1000_osdep.o --- ctfconvert -L VERSION -g e1000_osdep.o --- all_subdir_ipfw --- =3D=3D=3D> ipfw (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- opt_ipdivert.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ipdivert.h opt_ipdivert.h --- opt_ipfw.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ipfw.h opt_ipfw.h --- opt_ipsec.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ipsec.h opt_ipsec.h --- ip_fw_pfil.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_pfil.o -MTip_fw_pfi= l.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector= -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer= -sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnosti= cs-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-er= ror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -= Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx = -std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/ipfw/ip_fw_p= fil.c -o ip_fw_pfil.o ctfconvert -L VERSION -g ip_fw_pfil.o --- ip_fw_bpf.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_bpf.o -MTip_fw_bpf.= o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -= gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics= -show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-erro= r-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wn= o-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -s= td=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/ipfw/ip_fw_bpf= .c -o ip_fw_bpf.o ctfconvert -L VERSION -g ip_fw_bpf.o --- ip_fw_dynamic.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_dynamic.o -MTip_fw_= dynamic.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-pro= tector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototyp= es -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-p= ointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdia= gnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-func= tion -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno= -avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/ipfw/i= p_fw_dynamic.c -o ip_fw_dynamic.o --- all_subdir_igb --- --- e1000_ich8lan.o --- ctfconvert -L VERSION -g e1000_ich8lan.o --- e1000_82575.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DSMP -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -= MF.depend.e1000_82575.o -MTe1000_82575.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Win= line -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -W= no-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-= equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shif= t-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/mo= dules/igb/../../dev/e1000/e1000_82575.c -o e1000_82575.o --- all_subdir_ipfw --- ctfconvert -L VERSION -g ip_fw_dynamic.o --- ip_fw_log.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_log.o -MTip_fw_log.= o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -= gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics= -show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-erro= r-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wn= o-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -s= td=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/ipfw/ip_fw_log= .c -o ip_fw_log.o ctfconvert -L VERSION -g ip_fw_log.o --- ip_fw_eaction.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_eaction.o -MTip_fw_= eaction.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-pro= tector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototyp= es -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-p= ointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdia= gnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-func= tion -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno= -avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/ipfw/i= p_fw_eaction.c -o ip_fw_eaction.o --- all_subdir_ipfilter --- ctfconvert -L VERSION -g ip_state.o --- all_subdir_ipfw_nat --- =3D=3D=3D> ipfw_nat (all) --- all_subdir_ipfw --- ctfconvert -L VERSION -g ip_fw_eaction.o --- ip_fw_sockopt.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_sockopt.o -MTip_fw_= sockopt.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-pro= tector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototyp= es -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-p= ointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdia= gnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-func= tion -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno= -avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/ipfw/i= p_fw_sockopt.c -o ip_fw_sockopt.o --- all_subdir_ipfw_nat --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- ip_fw_nat.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL = -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr= /src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/= usr/src/sys/GENERIC -MD -MF.depend.ip_fw_nat.o -MTip_fw_nat.o -mno-mmx -m= no-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototyp= es -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__print= f__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option = -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body = -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-point= er-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:= 1999 -c /usr/src/sys/modules/ipfw_nat/../../netpfil/ipfw/ip_fw_nat.c -o ip_= fw_nat.o --- all_subdir_igb --- ctfconvert -L VERSION -g e1000_82575.o --- e1000_vf.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DSMP -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -= MF.depend.e1000_vf.o -MTe1000_vf.o -mno-mmx -mno-sse -msoft-float -ffreesta= nding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-= externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -= Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-err= or-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equali= ty -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-nega= tive-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/= igb/../../dev/e1000/e1000_vf.c -o e1000_vf.o --- all_subdir_ipfilter --- --- ip_nat.o --- ctfconvert -L VERSION -g ip_nat.o --- all_subdir_ipfw_nat --- ctfconvert -L VERSION -g ip_fw_nat.o --- ipfw_nat.kld --- ld -d -warn-common -r -d -o ipfw_nat.kld ip_fw_nat.o ctfmerge -L VERSION -g -o ipfw_nat.kld ip_fw_nat.o --- all_subdir_ipfilter --- --- ip_proxy.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFILTER=3D1 -DIPFILTER_LKM -DIPFILTER= _LOG -DIPFILTER_LOOKUP -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE= -nostdinc -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -DHAVE_K= ERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I.= -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.dep= end.ip_proxy.o -MTip_proxy.o -mno-mmx -mno-sse -msoft-float -ffreestanding = -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-extern= s -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-= qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing= -include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tau= tological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wn= o-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-v= alue -Wno-self-assign -Wno-unused -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_proxy.c -o= ip_proxy.o --- all_subdir_ipfw_nat --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ipfw_nat.kld export_syms | xargs -J= % objcopy % ipfw_nat.kld --- ipfw_nat.ko.full --- ld -Bshareable -d -warn-common -o ipfw_nat.ko.full ipfw_nat.kld --- ipfw_nat.ko.debug --- objcopy --only-keep-debug ipfw_nat.ko.full ipfw_nat.ko.debug --- ipfw_nat.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dipfw_nat.ko.debug ipfw_nat.ko.= full ipfw_nat.ko --- all_subdir_ipfw --- --- ip_fw_table.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_table.o -MTip_fw_ta= ble.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protect= or -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnos= tics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-= error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx= -std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/ipfw/ip_fw= _table.c -o ip_fw_table.o --- all_subdir_igb --- ctfconvert -L VERSION -g e1000_vf.o --- e1000_mbx.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DSMP -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -= MF.depend.e1000_mbx.o -MTe1000_mbx.o -mno-mmx -mno-sse -msoft-float -ffrees= tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste= d-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline= -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -= Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equa= lity -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-ne= gative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/module= s/igb/../../dev/e1000/e1000_mbx.c -o e1000_mbx.o ctfconvert -L VERSION -g e1000_mbx.o --- e1000_i210.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DSMP -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -= MF.depend.e1000_i210.o -MTe1000_i210.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winli= ne -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__= -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno= -error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-eq= uality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-= negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modu= les/igb/../../dev/e1000/e1000_i210.c -o e1000_i210.o --- all_subdir_ipfw --- ctfconvert -L VERSION -g ip_fw_table.o --- all_subdir_igb --- --- if_igb.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DSMP -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -= MF.depend.if_igb.o -MTif_igb.o -mno-mmx -mno-sse -msoft-float -ffreestandin= g -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcas= t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi= ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-t= autological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -= Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative= -value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/igb/= ../../dev/e1000/if_igb.c -o if_igb.o --- all_subdir_ipfw --- --- ip_fw_sockopt.o --- ctfconvert -L VERSION -g ip_fw_sockopt.o --- ip_fw_table_algo.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_table_algo.o -MTip_= fw_table_algo.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fsta= ck-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef = -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs= -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unuse= d-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-ae= s -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/= ipfw/ip_fw_table_algo.c -o ip_fw_table_algo.o --- all_subdir_igb --- --- e1000_i210.o --- ctfconvert -L VERSION -g e1000_i210.o --- all_subdir_ipfw --- --- ip_fw_iface.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_iface.o -MTip_fw_if= ace.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protect= or -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnos= tics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-= error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx= -std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/ipfw/ip_fw= _iface.c -o ip_fw_iface.o ctfconvert -L VERSION -g ip_fw_iface.o --- nsaccess.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/u= sr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include o= pt_global.h -MD -MF.depend.nsaccess.o -MTnsaccess.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error= -parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W= no-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -Werr= or /usr/src/sys/contrib/dev/acpica/components/namespace/nsaccess.c ctfconvert -L VERSION -g nsaccess.o --- modules-all --- --- all_subdir_ipfilter --- --- ip_auth.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFILTER=3D1 -DIPFILTER_LKM -DIPFILTER= _LOG -DIPFILTER_LOOKUP -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE= -nostdinc -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -DHAVE_K= ERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I.= -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.dep= end.ip_auth.o -MTip_auth.o -mno-mmx -mno-sse -msoft-float -ffreestanding -f= wrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-= error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-val= ue -Wno-unused -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modul= es/ipfilter/../../contrib/ipfilter/netinet/ip_auth.c -o ip_auth.o --- all_subdir_ipfw --- --- ip_fw_table_algo.o --- ctfconvert -L VERSION -g ip_fw_table_algo.o --- ip_fw_table_value.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw_table_value.o -MTip= _fw_table_value.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fs= tack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-= prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wunde= f -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-di= rs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-c= ompare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-= aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfi= l/ipfw/ip_fw_table_value.c -o ip_fw_table_value.o --- all_subdir_ipfilter --- ctfconvert -L VERSION -g ip_auth.o --- all_subdir_ipfw_nat64 --- =3D=3D=3D> ipfw_nat64 (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_ipfw.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ipfw.h opt_ipfw.h --- nat64_translate.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL = -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr= /src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/= usr/src/sys/GENERIC -MD -MF.depend.nat64_translate.o -MTnat64_translate.o= -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -g= dwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-= show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error= -empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno= -error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -st= d=3Diso9899:1999 -c /usr/src/sys/modules/ipfw_nat64/../../netpfil/ipfw/nat6= 4/nat64_translate.c -o nat64_translate.o --- all_subdir_ipfilter --- --- ip_proxy.o --- ctfconvert -L VERSION -g ip_proxy.o --- ip_log.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFILTER=3D1 -DIPFILTER_LKM -DIPFILTER= _LOG -DIPFILTER_LOOKUP -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE= -nostdinc -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -DHAVE_K= ERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I.= -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.dep= end.ip_log.o -MTip_log.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwr= apv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual= -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-er= ror-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value= -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ipfilter/.= ./../contrib/ipfilter/netinet/ip_log.c -o ip_log.o --- all_subdir_ipfw --- ctfconvert -L VERSION -g ip_fw_table_value.o --- ip_fw2.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DIPFIREWALL -fno-strict-aliasing -Werr= or -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include= /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -= g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.ip_fw2.o -MTip_fw2.o -mno= -mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf= -2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D= __printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-= option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empt= y-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Di= so9899:1999 -c /usr/src/sys/modules/ipfw/../../netpfil/ipfw/ip_fw2.c -o ip_= fw2.o --- all_subdir_ipfilter --- In file included from /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/= netinet/ip_log.c:118: /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_compat.h:38= :10: error: 'SOLARIS' macro redefined [-Werror,-Wmacro-redefined] # define SOLARIS 0 ^ /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_log.c:22:10= : note: previous definition is here # define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4))) ^ 1 error generated. *** [ip_log.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/ipfilter 1 error bmake[4]: stopped in /usr/src/sys/modules/ipfilter *** [all_subdir_ipfilter] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ipfw_nat64 --- ctfconvert -L VERSION -g nat64_translate.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ipfw_nat64 *** [all_subdir_ipfw_nat64] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ipfw --- ctfconvert -L VERSION -g ip_fw2.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ipfw *** [all_subdir_ipfw] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_igb --- --- if_igb.o --- ctfconvert -L VERSION -g if_igb.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/igb *** [all_subdir_igb] Error code 2 bmake[3]: stopped in /usr/src/sys/modules 4 errors bmake[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson2368104715762734524.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1992157489.35.1472408205589.JavaMail.jenkins>