Build failed in Jenkins: FreeBSD_HEAD #2716

From: <jenkins-admin_at_freebsd.org>
Date: Fri, 1 May 2015 08:56:57 +0000 (GMT)
See <https://jenkins.freebsd.org/job/FreeBSD_HEAD/2716/changes>

Changes:

[emaste] crunchide: Restore local EM_AARCH64 constant for bootstrapping

Most of the EM_* constants are available in all supported host branches,
but EM_AARCH64 was added relatively recently. Add it back to fix
building HEAD on 10.x.

Noticed by:	adrian, jmallett

[erj] Include makefiles necessary to make ixgbe build with the new code.

Originally supposed to be included in r282289.

Differential Revision: D2414

[erj] Add support for certain Intel X550 devices.

These include standalone X550 adapters, X552 10GbE backplane, and
X552/X557-AT 10GBASE-T; with the latter two being integrated into Xeon D SoCs.

As well, this bumps the ixgbe version number to 2.8.3, and includes updates
to shared code for support for the new devices.

Differential Revision: D2414
Reviewed by:	gnn, adrian
Approved by:	jfv (mentor), gnn (mentor)

[emaste] Actually add c++filt's Makefile

Missed in r282285

Pointy hat to:	emaste

[neel] Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.

Only a subset of source files that include <machine/vmm.h> need to use the
APIs that require the inclusion of <sys/cpuset.h>.

MFC after:	1 week

[melifaro] Fix KASSERT introduced in r282155.

Found by:	dhw

[emaste] Add ELF Tool Chain's c++filt to the build

Differential Revision:	https://reviews.freebsd.org/D2408
Reviewed by:	brooks, imp
Sponsored by:	The FreeBSD Foundation

[neel] When an instruction cannot be decoded just return to userspace so bhyve(8)
can dump the instruction bytes.

Requested by:	grehan
MFC after:	1 week

[oshogbo] Mark local function as static as a result of removing recursion.

Approved by:	pjd (mentor)

[oshogbo] Rename macros to use prefix ERRNO. Add macro ERRNO_SET. Now
ERRNO_{RESTORE/SAVE} must by used together, additional variable is not
needed. Always use ERRNO_{SAVE/RESTORE/SET} macros.

Approved by:	pjd (mentor)

[neel] Advertise the MTRR feature via CPUID and emulate the minimal set of MTRR MSRs.
This is required for booting Windows guests.

Reported by:	Leon Dang (ldang_at_nahannisys.com)
MFC after:	2 weeks

[jhb] Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).
- Use hardware counters for ifnet stats in igb(4) when possible.  This
  ensures these stats include packets that bypass the regular stack via
  netmap.
- Don't derefence values off the end of the igb(4) VF stats structure.
  Instead, add a dedicated if_get_counter method for igb(4) VF interfaces.
- Report missed packets on igb(4) as input queue drops rather than an
  input error.
- Report bug_ring drop counts as output queue drops for igb(4) and ixgbe(4).
- Export the buf_ring drop stats for individual rings via sysctl on
  ixgbe(4).
- Fix a typo that in ixl(4) that caused output queue drops to be reported
  as input queue drops and input queue drops to be unreported.

Differential Revision:	https://reviews.freebsd.org/D2402
Reviewed by:	jfv, rstone (6)
Sponsored by:	Norse Corp, Inc.

[jkim] Remove leftover from r282269.

MFC after:	2 weeks
X-MFC with:	r282269

[gnn] Move the SIFTR DTrace probe out of the writing thread context
and directly into the place where the data is collected.

------------------------------------------
[...truncated 315882 lines...]
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/dev/xen/netback/netback.c>
--- control.o ---
ctfconvert -L VERSION -g control.o
--- netfront.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/dev/xen/netfront/netfront.c>
--- blkfront.o ---
ctfconvert -L VERSION -g blkfront.o
--- xenstore.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/dev/xen/xenstore/xenstore.c>
--- netback.o ---
ctfconvert -L VERSION -g netback.o
--- xenstore_dev.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/dev/xen/xenstore/xenstore_dev.c>
--- netfront.o ---
ctfconvert -L VERSION -g netfront.o
--- xenstored_dev.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/dev/xen/xenstore/xenstored_dev.c>
--- xenstore.o ---
ctfconvert -L VERSION -g xenstore.o
--- xenbus.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xenbus.c>
--- xenstore_dev.o ---
ctfconvert -L VERSION -g xenstore_dev.o
--- xenbusb.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xenbusb.c>
--- xenstored_dev.o ---
ctfconvert -L VERSION -g xenstored_dev.o
--- xenbusb_front.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xenbusb_front.c>
--- blkback.o ---
ctfconvert -L VERSION -g blkback.o
--- xenbus.o ---
ctfconvert -L VERSION -g xenbus.o
--- xenbusb_back.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xenbusb_back.c>
--- pv.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/x86/xen/pv.c>
--- xenbusb_front.o ---
ctfconvert -L VERSION -g xenbusb_front.o
--- xenbusb_back.o ---
ctfconvert -L VERSION -g xenbusb_back.o
--- xenbusb.o ---
ctfconvert -L VERSION -g xenbusb.o
--- xenbus_if.o ---
--- xenbusb_if.o ---
--- xenbus_if.o ---
awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/tools/makeobjops.awk> <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xenbus_if.m> -c ;  cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  xenbus_if.c
--- xenbusb_if.o ---
awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/tools/makeobjops.awk> <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xenbusb_if.m> -c ;  cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  xenbusb_if.c
--- timer.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/dev/xen/timer/timer.c>
--- xenbus_if.o ---
ctfconvert -L VERSION -g xenbus_if.o
--- subr_rtc.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/kern/subr_rtc.c>
--- xenbusb_if.o ---
ctfconvert -L VERSION -g xenbusb_if.o
--- atrtc.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/x86/isa/atrtc.c>
--- pv.o ---
ctfconvert -L VERSION -g pv.o
--- clock_if.o ---
awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/tools/makeobjops.awk> <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/kern/clock_if.m> -c ;  cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  clock_if.c
--- subr_rtc.o ---
ctfconvert -L VERSION -g subr_rtc.o
--- g_part.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/part/g_part.c>
--- timer.o ---
ctfconvert -L VERSION -g timer.o
--- g_part_bsd.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/part/g_part_bsd.c>
--- clock_if.o ---
ctfconvert -L VERSION -g clock_if.o
--- g_part_ebr.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/part/g_part_ebr.c>
--- atrtc.o ---
ctfconvert -L VERSION -g atrtc.o
--- g_part_gpt.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/part/g_part_gpt.c>
--- g_part_bsd.o ---
ctfconvert -L VERSION -g g_part_bsd.o
--- g_part_ebr.o ---
ctfconvert -L VERSION -g g_part_ebr.o
--- g_part_mbr.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/part/g_part_mbr.c>
--- g_part_if.o ---
awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/tools/makeobjops.awk> <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/part/g_part_if.m> -c ;  cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  g_part_if.c
--- g_part.o ---
ctfconvert -L VERSION -g g_part.o
--- g_raid_ctl.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/g_raid_ctl.c>
--- g_part_mbr.o ---
ctfconvert -L VERSION -g g_part_mbr.o
--- g_part_if.o ---
ctfconvert -L VERSION -g g_part_if.o
--- md_ddf.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/md_ddf.c>
--- md_intel.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/md_intel.c>
--- g_part_gpt.o ---
ctfconvert -L VERSION -g g_part_gpt.o
--- md_jmicron.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/md_jmicron.c>
--- g_raid_ctl.o ---
ctfconvert -L VERSION -g g_raid_ctl.o
--- md_nvidia.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/md_nvidia.c>
--- md_jmicron.o ---
ctfconvert -L VERSION -g md_jmicron.o
--- md_intel.o ---
ctfconvert -L VERSION -g md_intel.o
--- md_promise.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/md_promise.c>
--- md_nvidia.o ---
ctfconvert -L VERSION -g md_nvidia.o
--- md_sii.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/md_sii.c>
--- g_raid_md_if.o ---
awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/tools/makeobjops.awk> <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/g_raid_md_if.m> -c ;  cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  g_raid_md_if.c
ctfconvert -L VERSION -g g_raid_md_if.o
--- g_raid.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/g_raid.c>
--- md_sii.o ---
ctfconvert -L VERSION -g md_sii.o
--- tr_concat.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_concat.c>
--- md_promise.o ---
ctfconvert -L VERSION -g md_promise.o
--- tr_raid0.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_raid0.c>
--- tr_concat.o ---
ctfconvert -L VERSION -g tr_concat.o
--- tr_raid1.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_raid1.c>
--- md_ddf.o ---
ctfconvert -L VERSION -g md_ddf.o
--- tr_raid0.o ---
ctfconvert -L VERSION -g tr_raid0.o
--- tr_raid1e.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_raid1e.c>
--- tr_raid5.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_raid5.c>
--- g_raid.o ---
ctfconvert -L VERSION -g g_raid.o
--- g_raid_tr_if.o ---
awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/tools/makeobjops.awk> <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/geom/raid/g_raid_tr_if.m> -c ;  cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  g_raid_tr_if.c
--- tr_raid1.o ---
ctfconvert -L VERSION -g tr_raid1.o
--- kern_linker.o ---
--- tr_raid5.o ---
ctfconvert -L VERSION -g tr_raid5.o
--- kern_linker.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/kern/kern_linker.c>
--- link_elf.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/kern/link_elf.c>
--- g_raid_tr_if.o ---
ctfconvert -L VERSION -g g_raid_tr_if.o
--- link_elf_obj.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/kern/link_elf_obj.c>
--- tr_raid1e.o ---
ctfconvert -L VERSION -g tr_raid1e.o
--- linker_if.o ---
awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/tools/makeobjops.awk> <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/kern/linker_if.m> -c ;  cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  linker_if.c
ctfconvert -L VERSION -g linker_if.o
--- teken.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/teken/teken.c>
--- link_elf.o ---
ctfconvert -L VERSION -g link_elf.o
--- cpu_switch.o ---
cc  -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999  -Werror <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/amd64/cpu_switch.S>
--- kern_linker.o ---
ctfconvert -L VERSION -g kern_linker.o
--- cpu_switch.o ---
ctfconvert -L VERSION -g cpu_switch.o
--- exception.o ---
--- locore.o ---
--- exception.o ---
cc  -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999  -Werror <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/amd64/exception.S>
--- locore.o ---
cc  -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999  -Werror <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/amd64/locore.S>
--- link_elf_obj.o ---
ctfconvert -L VERSION -g link_elf_obj.o
--- xen-locore.o ---
cc  -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999  -Werror <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/amd64/xen-locore.S>
--- mpboot.o ---
cc  -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999  -Werror <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/amd64/mpboot.S>
--- xen-locore.o ---
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/amd64/xen-locore.S>:45:1: warning: DWARF2 only supports one section per compilation unit
.section __xen_guest
^
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/amd64/xen-locore.S>:46:2: warning: DWARF2 only supports one section per compilation unit
 .pushsection .note.Xen ; .align 4 ; .long 2f - 1f ; .long 4f - 3f ; .long 6 ; 1:.asciz "Xen" ; 2:.align 4 ; 3:.asciz "FreeBSD" ; 4:.align 4 ; .popsection
 ^
--- exception.o ---
ctfconvert -L VERSION -g exception.o
--- xen-locore.o ---
ctfconvert -L VERSION -g xen-locore.o
--- sigtramp.o ---
--- support.o ---
--- mpboot.o ---
ctfconvert -L VERSION -g mpboot.o
--- sigtramp.o ---
cc  -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999  -Werror <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/amd64/sigtramp.S>
--- ia32_sigtramp.o ---
--- support.o ---
cc  -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999  -Werror <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/amd64/support.S>
--- ia32_sigtramp.o ---
cc  -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999  -Werror <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/amd64/ia32/ia32_sigtramp.S>
--- sigtramp.o ---
ctfconvert -L VERSION -g sigtramp.o
--- support.o ---
ctfconvert -L VERSION -g support.o
--- acpi_wakeup.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/x86/acpica/acpi_wakeup.c>
--- ia32_sigtramp.o ---
ctfconvert -L VERSION -g ia32_sigtramp.o
--- teken.o ---
ctfconvert -L VERSION -g teken.o
--- acpi_wakeup.o ---
ctfconvert -L VERSION -g acpi_wakeup.o
--- vers.c ---
MAKE=make sh <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/conf/newvers.sh> GENERIC
--- vers.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -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  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__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  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  vers.c
ctfconvert -L VERSION -g vers.o
--- kernel.debug ---
linking kernel.debug
ixgbe_api.o: In function `ixgbe_init_shared_code':
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/dev/ixgbe/ixgbe_api.c>:101: undefined reference to `ixgbe_init_ops_X550'
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/dev/ixgbe/ixgbe_api.c>:104: undefined reference to `ixgbe_init_ops_X550EM'
*** [kernel.debug] Error code 1

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC>
1 error

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC>
*** [buildkernel] Error code 2

make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
1 error

make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
*** [buildkernel] Error code 2

make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
1 error

make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
Build step 'Execute shell' marked build as failure
Received on Fri May 01 2015 - 06:57:05 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:57 UTC