Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2016 10:50:53 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        trasz@FreeBSD.org, kp@FreeBSD.org, adrian@FreeBSD.org, emaste@FreeBSD.org,  kib@FreeBSD.org, mmel@FreeBSD.org, hselasky@FreeBSD.org,  bdrewery@FreeBSD.org, cem@FreeBSD.org, smh@FreeBSD.org,  mav@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org
Subject:   FreeBSD_HEAD_amd64_gcc4.9 - Build #1127 - Failure
Message-ID:  <904463719.55.1458125479305.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_amd64_gcc4.9 - Build #1127 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.=
9/1127/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/=
1127/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1=
127/console

Change summaries:

296934 by hselasky:
Fix crash in krping when run as a client due to NULL pointer access.
Initialize pointer in question which is used only when fast registers
mode is selected.

Sponsored by:=09Mellanox Technologies
MFC after:=091 week

296933 by hselasky:
Improve the implementation and documentation of the
SYSCTL_COUNTER_U64_ARRAY() macro.

- Add proper asserts to the SYSCTL_COUNTER_U64_ARRAY() macro that checks
  the size of the first element of the array.
- Add an example to the counter(9) manual page how to use the
  SYSCTL_COUNTER_U64_ARRAY() macro.
- Add some missing symbolic links for counter(9) while at it.

296932 by kp:
pf: Improve forwarding detection

When we guess the nature of the outbound packet (output vs. forwarding) we =
need
to take bridges into account. When bridging the input interface does not ma=
tch
the output interface, but we're not forwarding. Similarly, it's possible fo=
r the
interface to actually be the bridge interface itself (and not a member inte=
rface).

PR:=09=09202351
MFC after:=092 weeks

296931 by adrian:
Display the VHT IE names.

This doesn't decode the IEs just yet.

Tested:

* Archer c2 AP:

TP-LINK_D579_5G                  60:e3:27:e1:d5:78   44   54M   26:0     10=
0 EP   SSID<TP-LINK_D579_5G> RATES<B12,18,B24,36,B48,72,96,108> DSPARMS<44>=
 COUNTRY<US  36-48,20> TIM<050400010000> HTCAP<cap 0x6e param 0x16 mcsset[0=
-7,32] extcap 0x0 txbf 0x0 antenna 0x0> HTINFO<ctl 44, 5,0,0,0 basicmcs[]> =
VHTCAP<bf0c2000c031feff2401feff2401> VHTOPMODE<c005012a00feff> RSN<v1 mc:AE=
S-CCMP uc:AES-CCMP km:8021X-PSK> WME<qosinfo 0x0 BE[aifsn 3 cwmin 4 cwmax 1=
0 txop 0] BK[aifsn 7 cwmin 4 cwmax 10 txop 0] VO[aifsn 2 cwmin 3 cwmax 4 tx=
op 94] VI[aifsn 2 cwmin 2 cwmax 3 txop 47]> BSSLOAD<0b05000001127a> VEN<dd0=
7000c4300000000>

296930 by adrian:
Add initial VHT IE's and action codes.

Yes, there's more to 802.11ac than this.

296929 by cem:
fail.9: Bump Dd

296927 by cem:
fail(9): Upstreaming some fail point enhancements

This is several year's worth of fail point upgrades done at EMC Isilon. The=
y
are interdependent enough that it makes sense to put a single diff up for t=
hem.
Primarily, we added:

- Changing all mainline execution paths to be lockless, which lets us use f=
ail
  points in more sleep-sensitive areas, and allows more parallel execution
- A number of additional commands, including 'pause' that lets us do some
  interesting deterministic repros of race conditions
- The ability to dump the stacks of all threads sleeping on a fail point
- A number of other API changes to allow marking up the fail point's contex=
t in
  the code, and firing callbacks before and after execution
- A man page update

Submitted by:=09Matthew Bryan <matthew.bryan@isilon.com>
Reviewed by:=09cem (earlier version), jhb, kib, pho
With feedback from:=09bdrewery
Sponsored by:=09EMC / Isilon Storage Division
Differential Revision:=09https://reviews.freebsd.org/D5427

296926 by emaste:
kbdcontrol: add -P path option to add keymap search paths

PR:=09=09193865
Reviewed by:=09cem
Sponsored by:=09The FreeBSD Foundation
Differential Revision:=09https://reviews.freebsd.org/D5645

296925 by adrian:
[net80211] Begin implementing rate control module stats.

* Implement a new ratectl method, which defaults to returning nothing;
* Add a top level sysctl (net.wlan.X.rate_stats) to extract it;
* Add ratectl info for the 'amrr' module.

Tested:

* urtwn(4), STA mode

Differential Revision:=09https://reviews.freebsd.org/D5630

296922 by smh:
Prevent invalid ixgbe advertise setting warning

Prevent ixgbe outputting "Invalid advertised speed" warning on boot with
no customisations by moving test from sysctl handler to set handler.

PR:=09=09208022
MFC after:=093 days
Sponsored by:=09Multiplay

296921 by bdrewery:
Partially revert r266227 and stop stripping paths in ldscripts.

Specifically this fixes /usr/lib/libc.so stripping the paths to the
libraries.  The reason for this in r266227 was both likely because ld(1) di=
d
not fully respect --sysroot until r291226 and because of the lib32
build.  The lib32 build does not use --sysroot into the /usr/lib32 path,
rather it only uses -L and -B into the /usr/lib32 path and --sysroot
into the normal (64bit) /usr/lib.  The _LDSCRIPTROOT was added with
the ldscript support in bsd.lib.mk so that it builds a 32-bit-sysrooted pat=
hed
ldscript in the object directory and then installs a normal unprefixed
version in installworld.  This commit also fixes the rebuild during
install which was broken in r266227.  This commit would break DIRDEPS_BUILD
build of lib32 but it does not currently have a way to build it anyhow.

For example, before this change we had in /usr/lib/libc.so:
  GROUP ( libc.so.7 libc_nonshared.a libssp_nonshared.a )
Now it is restored to pre-r266227:
  GROUP ( /lib/libc.so.7 /usr/lib/libc_nonshared.a /usr/lib/libssp_nonshare=
d.a )

The motivation for this is in testing of lld.
>From emaste:
  lld does not have built-in search paths (e.g. /lib, /usr/lib) and relies =
on
  -L arguments passed by the caller.  As the linker is nearly always invoke=
d
  from the clang driver this is fine other than the fact that /usr/lib/libc=
.so
  is an ldscript that refers to libc.so.7 which is in /lib, not /usr/lib.

PR:=09=09207980
Reported by:=09emaste
Submitted by:=09emaste (based on)
Differential Revision:=09https://reviews.freebsd.org/D5637

296920 by emaste:
vtfontcvt: support .hex fonts with characters beyond the Unicode BMP

This is already supported by the vt(4) vfnt format mapping from code
points to glyphs. Update the .hex font parser to accept up to six hex
digits.

296919 by mav:
Fix small memory leak on attempt to access deleted snapshot.

MFC after:=093 days

296918 by trasz:
Pacify Coverity.

MFC after:=091 month
Sponsored by:=09The FreeBSD Foundation

296915 by emaste:
libc: don't build compat functions if building WITHOUT_SYMVER

WITHOUT_SYMVER necessarily implies building a system without symver
backwards compatability.

Sponsored by:=09The FreeBSD Foundation

296914 by emaste:
Fix copy-n-pasteo in r296899 ukbdmap.h header generation for pc98

The ukbd default is specified by UKBD_DFLT_KEYMAP not ATKBD_DFLT_KEYMAP.

PR:=09=09193865
Submitted by:=09Harald Schmalzbauer

296910 by hselasky:
Use hardware computed Toeplitz hash for incoming flowids

Use the Toeplitz hash value as source for the flowid. This makes the
hash value more suitable for so-called hash bucket algorithms which
are used in the FreeBSD's TCP/IP stack when RSS is enabled.

Sponsored by:=09Mellanox Technologies
MFC after:=091 week

296909 by hselasky:
Fix witness panic in the ipoib_ioctl() function when unloading the
ipoib module.

The bpfdetach() function is trying to turn off promiscious mode on the
network interface it is attached to while holding a mutex. The fix
consists of ignoring any further calls to the ipoib_ioctl() function
when the network interface is going to be detached. The ipoib_ioctl()
function might sleep.

Sponsored by:=09Mellanox Technologies
MFC after:=091 week

296908 by kib:
The PKRU state size is 4 bytes, its support makes the XSAVE area size
non-multiple of 64 bytes.  Thereafter, the user state save area is
misaligned, which triggers assertion in the debugging kernels, or
segmentation violation on accesses for non-debugging configs.

Force the desired alignment of the user save area as the fix
(workaround is to disable bit 9 in the hw.xsave_mask loader tunable).
This correction is required for booting on the upcoming Intel' Purley
platform.

Reported and tested by:=09"Pieper, Jeffrey E" <jeffrey.e.pieper@intel.com>,
=09jimharris
Sponsored by:=09The FreeBSD Foundation
MFC after:=093 days

296907 by mmel:
Add phy framework, a next part of new 'extended resources' family of
support frameworks (i.e. clk/regulators/tsensors/fuses...).

It provides simple unified consumers interface for manipulations with
phy (USB/SATA/PCIe) resources.

296906 by mmel:
Add regulator framework, a next part of new 'extended resources' family of
support frameworks(i.e. clk/reset/phy/tsensors/fuses...).

The framework is still far from perfect and probably doesn't have stable
interface yet, but we want to start testing it on more real boards and
different architectures.

296905 by mmel:
CLK: Add and use explicit locking for access to clock device registers.
Implicit locking (for read/write/modify) is not sufficient for complex
cases.

296904 by mmel:
CLK: Add enumerator for 'clocks' OFW node. Add bus device bindings
for clk_fixed class.

296903 by mmel:
CLK: Remove forgotten mutex from clk_fixed class.

296902 by hselasky:
Improve detection of extended QSFP diagnostics.

The standards in the QSFP diagnostics area are not clear when the
additional measurements are present or not. Use a valid temperature
reading as an indicator for the presence of voltage and TX/RX power
measurements.

MFC after:=091 week
Sponsored by:=09Mellanox Technologies
Tested by:=09Netflix
Differential Revision:=09https://reviews.freebsd.org/D5391
Reviewed by:=09gallatin

296901 by mmel:
Use EARLY_DRIVER_MODULE() with BUS_PASS_BUS priority for ofw_gpiobus
and ofw_iicbus. This causes enumeration of gpiobus/iicbus at the base drive=
r
attach time. Due to this, childern drivers can be also attached early.

296899 by emaste:
Fix atkbdmap.h generation for sc/vt consoles

Keymap header files have historically been generated using the build
host's /usr/sbin/kbdcontrol and using the host's keymap files.

However, that introduces an issue when building a kernel to use vt(4)
on a system using sc(4), or vice versa: kbdcontrol searches for keymap
files in the /usr/share subdirectory appropriate for the host, not the
target.

With this change the build searches both the and sc keymap directories
from the source tree.

PR:=09=09193865
Submitted by:=09Harald Schmalzbauer

296898 by trasz:
Make fail() preserve the errno.

MFC after:=091 month
Sponsored by:=09The FreeBSD Foundation

296897 by trasz:
Use the log_errno value passed to the function instead of the errno global
variable.

Suggested by:=09Daniel Braniss
MFC after:=091 month
Sponsored by:=09The FreeBSD Foundation



The end of the build log:

[...truncated 304773 lines...]
--- in.o ---
ctfconvert -L VERSION -g in.o
--- ip_id.o ---
ctfconvert -L VERSION -g ip_id.o
--- in_pcb.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.in_pcb.o -MTin_pcb.o -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wp=
ointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-exten=
sions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragm=
as  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-s=
et-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-=
uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=
=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-erro=
r=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fin=
line-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-g=
rowth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/n=
etinet/in_pcb.c
--- in_proto.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.in_proto.o -MTin_proto.o -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W=
redundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-ex=
tensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-bu=
t-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmay=
be-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-erro=
r=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-err=
or=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fi=
nline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-=
growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/=
netinet/in_proto.c
--- igmp.o ---
ctfconvert -L VERSION -g igmp.o
--- in_proto.o ---
ctfconvert -L VERSION -g in_proto.o
--- in_rmx.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.in_rmx.o -MTin_rmx.o -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wp=
ointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-exten=
sions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragm=
as  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-s=
et-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-=
uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=
=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-erro=
r=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fin=
line-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-g=
rowth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/n=
etinet/in_rmx.c
--- ip_ecn.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.ip_ecn.o -MTip_ecn.o -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wp=
ointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-exten=
sions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragm=
as  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-s=
et-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-=
uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=
=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-erro=
r=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fin=
line-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-g=
rowth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/n=
etinet/ip_ecn.c
ctfconvert -L VERSION -g ip_ecn.o
--- ip_encap.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.ip_encap.o -MTip_encap.o -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W=
redundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-ex=
tensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-bu=
t-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmay=
be-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-erro=
r=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-err=
or=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fi=
nline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-=
growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/=
netinet/ip_encap.c
--- in_rmx.o ---
ctfconvert -L VERSION -g in_rmx.o
--- ip_fastfwd.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.ip_fastfwd.o -MTip_fastfwd.o -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal=
l -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototy=
pes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fforma=
t-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknow=
n-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunuse=
d-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/ip_fastfwd.c
--- ip_encap.o ---
ctfconvert -L VERSION -g ip_encap.o
--- ip_icmp.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.ip_icmp.o -MTip_icmp.o -mcmode=
l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-=
unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wre=
dundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -W=
pointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-exte=
nsions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-prag=
mas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-=
set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe=
-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=
=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-erro=
r=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fin=
line-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-g=
rowth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/n=
etinet/ip_icmp.c
--- ip_fastfwd.o ---
ctfconvert -L VERSION -g ip_fastfwd.o
--- ip_input.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.ip_input.o -MTip_input.o -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W=
redundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-ex=
tensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-bu=
t-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmay=
be-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-erro=
r=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-err=
or=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fi=
nline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-=
growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/=
netinet/ip_input.c
--- in_pcb.o ---
ctfconvert -L VERSION -g in_pcb.o
--- in_mcast.o ---
ctfconvert -L VERSION -g in_mcast.o
--- ip_ipsec.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.ip_ipsec.o -MTip_ipsec.o -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W=
redundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-ex=
tensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-bu=
t-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmay=
be-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-erro=
r=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-err=
or=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fi=
nline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-=
growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/=
netinet/ip_ipsec.c
--- ip_icmp.o ---
ctfconvert -L VERSION -g ip_icmp.o
--- ip_options.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.ip_options.o -MTip_options.o -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal=
l -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototy=
pes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fforma=
t-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknow=
n-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunuse=
d-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/ip_options.c
--- ip_output.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.ip_output.o -MTip_output.o -mc=
model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchron=
ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall =
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototype=
s -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-=
extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-=
pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-=
but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dm=
aybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-er=
ror=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-e=
rror=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -=
finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-functio=
n-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/netinet/ip_output.c
--- ip_ipsec.o ---
ctfconvert -L VERSION -g ip_ipsec.o
--- ip_reass.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.ip_reass.o -MTip_reass.o -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W=
redundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-ex=
tensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-bu=
t-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmay=
be-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-erro=
r=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-err=
or=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fi=
nline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-=
growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/=
netinet/ip_reass.c
--- ip_input.o ---
ctfconvert -L VERSION -g ip_input.o
--- raw_ip.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.raw_ip.o -MTraw_ip.o -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wp=
ointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-exten=
sions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragm=
as  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-s=
et-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-=
uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=
=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-erro=
r=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fin=
line-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-g=
rowth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/n=
etinet/raw_ip.c
--- ip_options.o ---
ctfconvert -L VERSION -g ip_options.o
--- cc.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.cc.o -MTcc.o -mcmodel=3Dkernel=
 -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tab=
les -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-de=
cls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-ar=
ith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -W=
missing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-=
error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variab=
le  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitial=
ized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qua=
l -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-=
overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -finline-limit=
=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D10=
00  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/cc/=
cc.c
--- ip_reass.o ---
ctfconvert -L VERSION -g ip_reass.o
--- cc_newreno.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.cc_newreno.o -MTcc_newreno.o -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal=
l -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototy=
pes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fforma=
t-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknow=
n-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunuse=
d-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/cc/cc_newreno.c
--- cc.o ---
ctfconvert -L VERSION -g cc.o
--- sctp_asconf.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_asconf.o -MTsctp_asconf.o=
 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-async=
hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -W=
all -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-proto=
types -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -ffor=
mat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unkn=
own-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunu=
sed-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/sctp_asconf.c
--- ip_output.o ---
ctfconvert -L VERSION -g ip_output.o
--- cc_newreno.o ---
ctfconvert -L VERSION -g cc_newreno.o
--- sctp_auth.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_auth.o -MTsctp_auth.o -mc=
model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchron=
ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall =
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototype=
s -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-=
extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-=
pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-=
but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dm=
aybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-er=
ror=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-e=
rror=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -=
finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-functio=
n-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/netinet/sctp_auth.c
--- sctp_bsd_addr.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_bsd_addr.o -MTsctp_bsd_ad=
dr.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-a=
synchronous-unwind-tables -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 -=
fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-=
unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=
=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno=
-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddres=
s  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattribut=
es  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-ex=
tensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --param lar=
ge-function-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64=
_gcc4.9/sys/netinet/sctp_bsd_addr.c
--- raw_ip.o ---
ctfconvert -L VERSION -g raw_ip.o
--- sctp_cc_functions.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_cc_functions.o -MTsctp_cc=
_functions.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float=
  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector =
-gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wm=
issing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointe=
r-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-optio=
n  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno=
-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3D=
address  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dat=
tributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -=
fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --par=
am large-function-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD=
_amd64_gcc4.9/sys/netinet/sctp_cc_functions.c
--- sctp_bsd_addr.o ---
ctfconvert -L VERSION -g sctp_bsd_addr.o
--- sctp_crc32.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_crc32.o -MTsctp_crc32.o -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal=
l -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototy=
pes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fforma=
t-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknow=
n-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunuse=
d-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/sctp_crc32.c
ctfconvert -L VERSION -g sctp_crc32.o
--- sctp_indata.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_indata.o -MTsctp_indata.o=
 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-async=
hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -W=
all -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-proto=
types -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -ffor=
mat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unkn=
own-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunu=
sed-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/sctp_indata.c
--- sctp_auth.o ---
ctfconvert -L VERSION -g sctp_auth.o
--- sctp_input.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_input.o -MTsctp_input.o -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal=
l -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototy=
pes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fforma=
t-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknow=
n-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunuse=
d-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/sctp_input.c
--- sctp_cc_functions.o ---
ctfconvert -L VERSION -g sctp_cc_functions.o
--- sctp_output.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_output.o -MTsctp_output.o=
 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-async=
hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -W=
all -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-proto=
types -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -ffor=
mat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unkn=
own-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunu=
sed-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/sctp_output.c
--- sctp_asconf.o ---
ctfconvert -L VERSION -g sctp_asconf.o
--- sctp_pcb.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_pcb.o -MTsctp_pcb.o -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W=
redundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-ex=
tensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-bu=
t-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmay=
be-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-erro=
r=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-err=
or=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fi=
nline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-=
growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/=
netinet/sctp_pcb.c
--- sctp_output.o ---
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_output.c: In function 's=
ctp_send_initiate':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_output.c:4700:6: warning=
: variable 'ret' set but not used [-Wunused-but-set-variable]
  int ret;
      ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_output.c: In function 's=
ctp_send_resp_msg':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_output.c:10946:6: warnin=
g: variable 'ret' set but not used [-Wunused-but-set-variable]
  int ret;
      ^
--- sctp_indata.o ---
ctfconvert -L VERSION -g sctp_indata.o
--- sctp_peeloff.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_peeloff.o -MTsctp_peeloff=
.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 =
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-pro=
totypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -ff=
ormat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-un=
known-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Du=
nused-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-err=
or=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -=
Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  =
-Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extens=
ions -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-f=
unction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc=
4.9/sys/netinet/sctp_peeloff.c
ctfconvert -L VERSION -g sctp_peeloff.o
--- sctp_ss_functions.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_ss_functions.o -MTsctp_ss=
_functions.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float=
  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector =
-gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wm=
issing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointe=
r-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-optio=
n  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno=
-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3D=
address  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dat=
tributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -=
fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --par=
am large-function-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD=
_amd64_gcc4.9/sys/netinet/sctp_ss_functions.c
--- sctp_input.o ---
ctfconvert -L VERSION -g sctp_input.o
--- sctp_syscalls.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_syscalls.o -MTsctp_syscal=
ls.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-a=
synchronous-unwind-tables -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 -=
fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-=
unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=
=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno=
-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddres=
s  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattribut=
es  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-ex=
tensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --param lar=
ge-function-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64=
_gcc4.9/sys/netinet/sctp_syscalls.c
--- sctp_ss_functions.o ---
ctfconvert -L VERSION -g sctp_ss_functions.o
--- sctp_sysctl.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_sysctl.o -MTsctp_sysctl.o=
 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-async=
hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -W=
all -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-proto=
types -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -ffor=
mat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unkn=
own-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunu=
sed-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/sctp_sysctl.c
--- sctp_pcb.o ---
ctfconvert -L VERSION -g sctp_pcb.o
--- sctp_timer.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_timer.o -MTsctp_timer.o -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal=
l -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototy=
pes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fforma=
t-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknow=
n-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunuse=
d-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/sctp_timer.c
--- sctp_syscalls.o ---
ctfconvert -L VERSION -g sctp_syscalls.o
--- sctp_usrreq.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctp_usrreq.o -MTsctp_usrreq.o=
 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-async=
hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -W=
all -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-proto=
types -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -ffor=
mat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unkn=
own-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunu=
sed-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wn=
o-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -W=
no-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensio=
ns -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-fun=
ction-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/netinet/sctp_usrreq.c
--- sctp_sysctl.o ---
ctfconvert -L VERSION -g sctp_sysctl.o
--- sctputil.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.sctputil.o -MTsctputil.o -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W=
redundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-ex=
tensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-bu=
t-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmay=
be-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-erro=
r=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-err=
or=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -fi=
nline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-=
growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/=
netinet/sctputil.c
--- sctp_timer.o ---
ctfconvert -L VERSION -g sctp_timer.o
--- tcp_hostcache.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.tcp_hostcache.o -MTtcp_hostcac=
he.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-a=
synchronous-unwind-tables -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 -=
fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-=
unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=
=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno=
-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddres=
s  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattribut=
es  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-ex=
tensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --param lar=
ge-function-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64=
_gcc4.9/sys/netinet/tcp_hostcache.c
--- sctputil.o ---
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_sblog':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:67:23: warning: va=
riable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_log_closing':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:88:23: warning: va=
riable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_log_strm_del_alt':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:129:23: warning: v=
ariable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_log_nagle_event':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:149:23: warning: v=
ariable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_log_sack':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:168:23: warning: v=
ariable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_log_strm_del':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:261:23: warning: v=
ariable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_log_cwnd':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:290:23: warning: v=
ariable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_log_rwnd':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:396:23: warning: v=
ariable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_log_rwnd_set':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:414:23: warning: v=
ariable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c: In function 'sctp=
_log_block':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctputil.c:508:23: warning: v=
ariable 'sctp_clog' set but not used [-Wunused-but-set-variable]
  struct sctp_cwnd_log sctp_clog;
                       ^
--- tcp_hostcache.o ---
ctfconvert -L VERSION -g tcp_hostcache.o
--- tcp_input.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -p=
ipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gc=
c4.9/sys -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/contrib/libfdt -D_KERNEL -=
DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer =
-mno-omit-leaf-frame-pointer -MD  -MF.depend.tcp_input.o -MTtcp_input.o -mc=
model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchron=
ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall =
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototype=
s -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-=
extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-=
pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-=
but-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dm=
aybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-er=
ror=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-e=
rror=3Dstrict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -=
finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-functio=
n-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/netinet/tcp_input.c
--- sctp_output.o ---
In file included from /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_os=
_bsd.h:53:0,
                 from /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_os=
.h:63,
                 from /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_ou=
tput.c:36:
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_output.c: In function 's=
ctp_lower_sosend':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/mbuf.h:779:1: warning: inlining f=
ailed in call to 'm_extrefcnt': call is unlikely and code size would grow [=
-Winline]
 m_extrefcnt(struct mbuf *m)
 ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/mbuf.h:809:6: warning: called fro=
m here [-Winline]
     (m_extrefcnt(m) =3D=3D 1)))
      ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/mbuf.h:896:3: note: in expansion =
of macro 'M_WRITABLE'
  (M_WRITABLE(m) ?      \
   ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_output.c:6817:11: note: =
in expansion of macro 'M_TRAILINGSPACE'
  cancpy =3D M_TRAILINGSPACE(ret);
           ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/mbuf.h:779:1: warning: inlining f=
ailed in call to 'm_extrefcnt': call is unlikely and code size would grow [=
-Winline]
 m_extrefcnt(struct mbuf *m)
 ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/mbuf.h:809:6: warning: called fro=
m here [-Winline]
     (m_extrefcnt(m) =3D=3D 1)))
      ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/mbuf.h:896:3: note: in expansion =
of macro 'M_WRITABLE'
  (M_WRITABLE(m) ?      \
   ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/sctp_output.c:6838:13: note: =
in expansion of macro 'M_TRAILINGSPACE'
    cancpy =3D M_TRAILINGSPACE(at);
             ^
--- tcp_input.o ---
In file included from /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/mbuf.h:40:0=
,
                 from /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/tcp_inp=
ut.c:63:
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/systm.h:103:21: error: static ass=
ertion failed: "compile-time assertion failed"
 #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed")
                     ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/sysctl.h:657:2: note: in expansio=
n of macro 'CTASSERT'
  CTASSERT((((access) & CTLTYPE) =3D=3D 0 ||    \
  ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/netinet/tcp_input.c:245:1: note: in e=
xpansion of macro 'SYSCTL_COUNTER_U64_ARRAY'
 SYSCTL_COUNTER_U64_ARRAY(_net_inet_tcp, TCPCTL_STATES, states, CTLFLAG_RD =
|
 ^
*** [tcp_input.o] Error code 1

bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_H=
EAD_amd64_gcc4.9/sys/GENERIC
--- sctp_output.o ---
ctfconvert -L VERSION -g sctp_output.o
--- sctputil.o ---
ctfconvert -L VERSION -g sctputil.o
--- sctp_usrreq.o ---
ctfconvert -L VERSION -g sctp_usrreq.o
1 error

bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_H=
EAD_amd64_gcc4.9/sys/GENERIC
*** [buildkernel] Error code 2

bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9
1 error

bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9
*** [buildkernel] Error code 2

make: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9
1 error

make: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
IRC notifier plugin: Sending notification to: #freebsd-commits
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?904463719.55.1458125479305.JavaMail.jenkins>