Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2016 16:16:47 +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 #3803 - Still Failing
Message-ID:  <963472858.28.1472401009703.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <797566600.23.1472393824897.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <797566600.23.1472393824897.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_i386 - Build #3803 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3803/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3803/cha=
nges
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3803/cons=
ole

Change summaries:

304957 by bde:
Fix vm86 initialization, part 1 of 2 and a half.

vm86 uses the tss, but r273995 moved tss initialization to after where
it may be first used, just because tss_esp0 now depends on later
initializations and/or amd64 does it later.

vm86 is first used for memory sizing in cases where the loader can't
figure out the size or is not used.  Its initialization is placed
immediately before memory sizing to support this, and the tss was
initialized a little earlier.

Move everything in the tss initialization except for tss_esp0 back to
almost where it was, immediately before vm86 initialization (the
combined move is from before dblflt_tss initialization to after).  Add
only early initialization of tss_esp0, later reloading of the tss, and
comments.  The initial tss_esp0 no longer has space for the pcb since
initially the size of the pcb is not known and no pcb is needed.
(Later changes broke debugging at this point, so the nonexistent pcb
cannot be used by debuggers, and at the time of 273995 when ddb was
almost able to debug this problem it didn't need the pcb.)  The
iniitial tss_esp0 still has a magic 16 bytes reserved for vm86
although I think this is unused too.



The end of the build log:

[...truncated 166700 lines...]
=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
--- scsi_pass.o ---
ctfconvert -L VERSION -g scsi_pass.o
--- modules-all ---
--- all_subdir_ipfw_nat ---
=3D=3D=3D> ipfw_nat (all)
--- 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_ipfw ---
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_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
:> 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_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
--- all_subdir_igb ---
--- e1000_82575.o ---
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_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
--- 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
--- all_subdir_ipfilter ---
ctfconvert -L VERSION -g ip_frag.o
--- all_subdir_ipfw ---
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_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_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_igb ---
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
ctfconvert -L VERSION -g e1000_i210.o
--- 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_nat64 ---
ctfconvert -L VERSION -g nat64_translate.o
--- nat64lsn.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.nat64lsn.o -MTnat64lsn.o -mno-mmx -mno=
-sse -msoft-float -ffreestanding -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__ -Wmissing-include-dirs -fdiagnostics-show-option -W=
no-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W=
no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer=
-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=3Diso9899:19=
99 -c /usr/src/sys/modules/ipfw_nat64/../../netpfil/ipfw/nat64/nat64lsn.c -=
o nat64lsn.o
--- all_subdir_ipfilter ---
--- ip_nat.o ---
ctfconvert -L VERSION -g ip_nat.o
--- 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_ipfw ---
ctfconvert -L VERSION -g ip_fw_sockopt.o
--- 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_ipfw_nat64 ---
ctfconvert -L VERSION -g nat64lsn.o
--- nat64lsn_control.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.nat64lsn_control.o -MTnat64lsn_control=
.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector =
-gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmi=
ssing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-=
sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic=
s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-err=
or-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -W=
no-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -=
std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw_nat64/../../netpfil/ipfw/na=
t64/nat64lsn_control.c -o nat64lsn_control.o
ctfconvert -L VERSION -g nat64lsn_control.o
--- nat64stl.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.nat64stl.o -MTnat64stl.o -mno-mmx -mno=
-sse -msoft-float -ffreestanding -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__ -Wmissing-include-dirs -fdiagnostics-show-option -W=
no-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W=
no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer=
-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=3Diso9899:19=
99 -c /usr/src/sys/modules/ipfw_nat64/../../netpfil/ipfw/nat64/nat64stl.c -=
o nat64stl.o
--- all_subdir_ipfw ---
ctfconvert -L VERSION -g ip_fw_table.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_ipfw_nat64 ---
ctfconvert -L VERSION -g nat64stl.o
--- nat64stl_control.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.nat64stl_control.o -MTnat64stl_control=
.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector =
-gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmi=
ssing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-=
sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic=
s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-err=
or-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -W=
no-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -=
std=3Diso9899:1999 -c /usr/src/sys/modules/ipfw_nat64/../../netpfil/ipfw/na=
t64/nat64stl_control.c -o nat64stl_control.o
--- all_subdir_ipfilter ---
ctfconvert -L VERSION -g ip_state.o
--- 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_nat64 ---
ctfconvert -L VERSION -g nat64stl_control.o
--- ip_fw_nat64.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_nat64.o -MTip_fw_nat64.o -mno-mm=
x -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 =
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot=
otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__p=
rintf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opt=
ion -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-b=
ody -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-p=
ointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=3Diso9=
899:1999 -c /usr/src/sys/modules/ipfw_nat64/../../netpfil/ipfw/nat64/ip_fw_=
nat64.c -o ip_fw_nat64.o
ctfconvert -L VERSION -g ip_fw_nat64.o
--- ipfw_nat64.kld ---
ld -d -warn-common -r -d -o ipfw_nat64.kld ip_fw_nat64.o nat64_translate.o =
nat64lsn.o nat64lsn_control.o nat64stl.o nat64stl_control.o
ctfmerge -L VERSION -g -o ipfw_nat64.kld ip_fw_nat64.o nat64_translate.o na=
t64lsn.o nat64lsn_control.o nat64stl.o nat64stl_control.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk ipfw_nat64.kld  export_syms | xargs =
-J% objcopy % ipfw_nat64.kld
--- ipfw_nat64.ko.full ---
ld -Bshareable -d -warn-common -o ipfw_nat64.ko.full ipfw_nat64.kld
--- ipfw_nat64.ko.debug ---
objcopy --only-keep-debug ipfw_nat64.ko.full ipfw_nat64.ko.debug
--- ipfw_nat64.ko ---
objcopy --strip-debug --add-gnu-debuglink=3Dipfw_nat64.ko.debug  ipfw_nat64=
.ko.full ipfw_nat64.ko
--- 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
--- 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_igb ---
ctfconvert -L VERSION -g if_igb.o
--- if_igb.kld ---
ld -d -warn-common -r -d -o if_igb.kld if_igb.o e1000_api.o e1000_phy.o e10=
00_nvm.o e1000_mac.o e1000_manage.o e1000_80003es2lan.o e1000_82542.o e1000=
_82541.o e1000_82543.o e1000_82540.o e1000_ich8lan.o e1000_82571.o e1000_os=
dep.o e1000_82575.o e1000_vf.o e1000_mbx.o e1000_i210.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_igb ---
ctfmerge -L VERSION -g -o if_igb.kld if_igb.o e1000_api.o e1000_phy.o e1000=
_nvm.o e1000_mac.o e1000_manage.o e1000_80003es2lan.o e1000_82542.o e1000_8=
2541.o e1000_82543.o e1000_82540.o e1000_ich8lan.o e1000_82571.o e1000_osde=
p.o e1000_82575.o e1000_vf.o e1000_mbx.o e1000_i210.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk if_igb.kld  export_syms | xargs -J% =
objcopy % if_igb.kld
--- all_subdir_ipfilter ---
ctfconvert -L VERSION -g ip_auth.o
--- scsi_sa.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.scsi_sa.o -MTscsi_sa.o -mno-mmx -mno-sse -msof=
t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan=
t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer=
-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__free=
bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown=
-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-p=
arentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno=
-error-shift-negative-value  -mno-aes -mno-avx  -std=3Diso9899:1999 -Werror=
  /usr/src/sys/cam/scsi/scsi_sa.c
--- modules-all ---
--- all_subdir_igb ---
--- if_igb.ko.full ---
ld -Bshareable -d -warn-common -o if_igb.ko.full if_igb.kld
--- if_igb.ko.debug ---
objcopy --only-keep-debug if_igb.ko.full if_igb.ko.debug
--- if_igb.ko ---
objcopy --strip-debug --add-gnu-debuglink=3Dif_igb.ko.debug  if_igb.ko.full=
 if_igb.ko
--- scsi_enc.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.scsi_enc.o -MTscsi_enc.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/cam/scsi/scsi_enc.c
ctfconvert -L VERSION -g scsi_enc.o
--- modules-all ---
--- all_subdir_ipfilter ---
--- 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
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
--- ip_proxy.o ---
ctfconvert -L VERSION -g ip_proxy.o
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 ---
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
2 errors

bmake[3]: stopped in /usr/src/sys/modules
*** [modules-all] Error code 2

bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC
--- scsi_sa.o ---
ctfconvert -L VERSION -g scsi_sa.o
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/hudson1557937212539871563.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?963472858.28.1472401009703.JavaMail.jenkins>