FreeBSD_HEAD_amd64_gcc - Build #1359 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Fri, 8 Jul 2016 16:11:50 +0000 (GMT)
FreeBSD_HEAD_amd64_gcc - Build #1359 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1359/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1359/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1359/console

Change summaries:

302436 by Steven Kreuzer:
Document 300291, Enable NEW_PCIB on arm64.

Approved by:	re (gjb, implicit, relnotes)

302435 by Steven Kreuzer:
Document 301973, Add bsdconfig `wifi' (aka `wireless' or `wlan') module

Approved by:	re (gjb, implicit, relnotes)

302434 by Steven Kreuzer:
Document 300436, bsdinstall/zfsboot GPT+BIOS+GELI installs make use of GELIBOOT

Approved by:	re (gjb, implicit, relnotes)

302433 by Steven Kreuzer:
Document 293190, Update less to v481

Approved by:	re (gjb, implicit, relnotes)

302432 by Steven Kreuzer:
Document 289549, Update hostapd/wpa_supplicant to version 2.5.

Approved by:	re (gjb, implicit, relnotes)

302431 by Steven Kreuzer:
Document 302110, Merge netmap support from ncxgbe/ncxl to vcxgbe/vcxl

Approved by:	re (gjb, implicit, relnotes)



The end of the build log:

[...truncated 313643 lines...]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:772:11: warning: unknown conversion type character 'b' in format [-Wformat=]
    printf("\n  Features=0x%b", cpu_feature,
           ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:772:11: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:809:12: warning: unknown conversion type character 'b' in format [-Wformat=]
     printf("\n  Features2=0x%b", cpu_feature2,
            ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:809:12: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:847:12: warning: unknown conversion type character 'b' in format [-Wformat=]
     printf("\n  AMD Features=0x%b", amd_feature,
            ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:847:12: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:885:12: warning: unknown conversion type character 'b' in format [-Wformat=]
     printf("\n  AMD Features2=0x%b", amd_feature2,
            ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:885:12: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:923:12: warning: unknown conversion type character 'b' in format [-Wformat=]
     printf("\n  Structured Extended Features=0x%b",
            ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:923:12: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:975:12: warning: unknown conversion type character 'b' in format [-Wformat=]
     printf("\n  Structured Extended Features2=0x%b",
            ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:975:12: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:991:13: warning: unknown conversion type character 'b' in format [-Wformat=]
      printf("\n  XSAVE Features=0x%b",
             ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:991:13: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c: In function 'print_svm_info':
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2162:9: warning: unknown conversion type character 'b' in format [-Wformat=]
  printf("Features=0x%b", features,
         ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2162:9: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c: In function 'print_via_padlock_info':
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2225:9: warning: unknown conversion type character 'b' in format [-Wformat=]
  printf("\n  VIA Padlock Features=0x%b", regs[3],
         ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2225:9: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c: In function 'print_vmx_info':
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2318:9: warning: unknown conversion type character 'b' in format [-Wformat=]
  printf("Basic Features=0x%b", mask,
         ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2318:9: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2325:9: warning: unknown conversion type character 'b' in format [-Wformat=]
  printf("\n        Pin-Based Controls=0x%b", pin,
         ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2325:9: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2333:9: warning: unknown conversion type character 'b' in format [-Wformat=]
  printf("\n        Primary Processor Controls=0x%b", proc,
         ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2333:9: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2357:10: warning: unknown conversion type character 'b' in format [-Wformat=]
   printf("\n        Secondary Processor Controls=0x%b", proc2,
          ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2357:10: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2377:9: warning: unknown conversion type character 'b' in format [-Wformat=]
  printf("\n        Exit Controls=0x%b", mask,
         ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2377:9: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2389:9: warning: unknown conversion type character 'b' in format [-Wformat=]
  printf("\n        Entry Controls=0x%b", mask,
         ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2389:9: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2403:10: warning: unknown conversion type character 'b' in format [-Wformat=]
   printf("\n        EPT Features=0x%b", mask,
          ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2403:10: warning: too many arguments for format [-Wformat-extra-args]
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2417:10: warning: unknown conversion type character 'b' in format [-Wformat=]
   printf("\n        VPID Features=0x%b", mask,
          ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2417:10: warning: too many arguments for format [-Wformat-extra-args]
--- x86emu.o ---
ctfconvert -L VERSION -g x86emu.o
--- io_apic.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.io_apic.o -MTio_apic.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/io_apic.c
--- busdma_bounce.o ---
ctfconvert -L VERSION -g busdma_bounce.o
--- legacy.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.legacy.o -MTlegacy.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/legacy.c
--- intr_machdep.o ---
ctfconvert -L VERSION -g intr_machdep.o
--- local_apic.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.local_apic.o -MTlocal_apic.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/local_apic.c
--- identcpu.o ---
ctfconvert -L VERSION -g identcpu.o
--- legacy.o ---
ctfconvert -L VERSION -g legacy.o
--- mca.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.mca.o -MTmca.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/mca.c
--- mp_x86.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.mp_x86.o -MTmp_x86.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/mp_x86.c
--- io_apic.o ---
ctfconvert -L VERSION -g io_apic.o
--- msi.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.msi.o -MTmsi.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/msi.c
--- mca.o ---
ctfconvert -L VERSION -g mca.o
--- nexus.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.nexus.o -MTnexus.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/nexus.c
--- local_apic.o ---
In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/sys/systm.h:42:0,
                 from /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/local_apic.c:43:
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/local_apic.c: In function 'native_lapic_ipi_raw':
./machine/cpufunc.h:790:2: warning: 'saveintr' may be used uninitialized in this function [-Wmaybe-uninitialized]
  write_rflags(rflags);
  ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/local_apic.c:1811:13: note: 'saveintr' was declared here
  register_t saveintr;
             ^
--- mp_x86.o ---
ctfconvert -L VERSION -g mp_x86.o
--- pvclock.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.pvclock.o -MTpvclock.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/pvclock.c
--- msi.o ---
ctfconvert -L VERSION -g msi.o
--- stack_machdep.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.stack_machdep.o -MTstack_machdep.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/stack_machdep.c
--- pvclock.o ---
ctfconvert -L VERSION -g pvclock.o
--- tsc.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.tsc.o -MTtsc.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/tsc.c
--- stack_machdep.o ---
ctfconvert -L VERSION -g stack_machdep.o
--- delay.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.delay.o -MTdelay.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/delay.c
--- local_apic.o ---
ctfconvert -L VERSION -g local_apic.o
--- nexus.o ---
ctfconvert -L VERSION -g nexus.o
--- hvm.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.hvm.o -MThvm.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/hvm.c
--- xen_intr.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.xen_intr.o -MTxen_intr.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/xen_intr.c
--- delay.o ---
ctfconvert -L VERSION -g delay.o
--- pv.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.pv.o -MTpv.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/pv.c
--- tsc.o ---
ctfconvert -L VERSION -g tsc.o
--- pvcpu_enum.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.pvcpu_enum.o -MTpvcpu_enum.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/pvcpu_enum.c
--- hvm.o ---
ctfconvert -L VERSION -g hvm.o
--- xen_apic.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.xen_apic.o -MTxen_apic.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/xen_apic.c
--- pv.o ---
ctfconvert -L VERSION -g pv.o
--- xenpv.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.xenpv.o -MTxenpv.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/xenpv.c
--- pvcpu_enum.o ---
ctfconvert -L VERSION -g pvcpu_enum.o
--- xen_nexus.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.xen_nexus.o -MTxen_nexus.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/xen_nexus.c
--- xenpv.o ---
ctfconvert -L VERSION -g xenpv.o
--- xen_msi.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.xen_msi.o -MTxen_msi.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/xen_msi.c
--- xen_apic.o ---
ctfconvert -L VERSION -g xen_apic.o
--- xen_pci_bus.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.xen_pci_bus.o -MTxen_pci_bus.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/xen_pci_bus.c
--- xen_nexus.o ---
ctfconvert -L VERSION -g xen_nexus.o
--- xen_msi.o ---
ctfconvert -L VERSION -g xen_msi.o
--- config.o ---
--- env.o ---
--- config.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.config.o -MTconfig.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   config.c
--- env.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.env.o -MTenv.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   env.c
--- config.o ---
ctfconvert -L VERSION -g config.o
--- hints.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.hints.o -MThints.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   hints.c
--- env.o ---
ctfconvert -L VERSION -g env.o
--- vnode_if.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.vnode_if.o -MTvnode_if.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   vnode_if.c
--- hints.o ---
ctfconvert -L VERSION -g hints.o
--- hack.So ---
:> hack.c
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -shared -nostdlib hack.c -o hack.So
--- xen_pci_bus.o ---
ctfconvert -L VERSION -g xen_pci_bus.o
--- sym_hipd.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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.sym_hipd.o -MTsym_hipd.o -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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/sym/sym_hipd.c
--- xen_intr.o ---
ctfconvert -L VERSION -g xen_intr.o
--- hack.So ---
rm -f hack.c
--- hpt27xx_lib.o ---
uudecode < /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/hpt27xx/amd64-elf.hpt27xx_lib.o.uu
--- hptmvraid.o ---
uudecode < /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/hptmv/amd64-elf.raid.o.uu
--- hpt27xx_lib.o ---
ctfconvert -L VERSION -g hpt27xx_lib.o
ERROR: ctfconvert: rc = -1 No entry found [dwarf_next_cu_header_c(61)]
--- hptmvraid.o ---
ctfconvert -L VERSION -g hptmvraid.o
--- hptnr_lib.o ---
--- hptmvraid.o ---
ERROR: ctfconvert: rc = -1 No entry found [dwarf_next_cu_header_c(61)]
--- hptrr_lib.o ---
--- hptnr_lib.o ---
uudecode < /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/hptnr/amd64-elf.hptnr_lib.o.uu
--- hptrr_lib.o ---
uudecode < /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu
--- hptnr_lib.o ---
ctfconvert -L VERSION -g hptnr_lib.o
ERROR: ctfconvert: rc = -1 No entry found [dwarf_next_cu_header_c(61)]
--- hptrr_lib.o ---
ctfconvert -L VERSION -g hptrr_lib.o
ERROR: ctfconvert: rc = -1 No entry found [dwarf_next_cu_header_c(61)]
--- sym_hipd.o ---
/builds/FreeBSD_HEAD_amd64_gcc/sys/dev/sym/sym_hipd.c: In function 'sym_compute_residual':
/builds/FreeBSD_HEAD_amd64_gcc/sys/dev/sym/sym_hipd.c:5475:13: warning: variable 'dp_sgmin' set but not used [-Wunused-but-set-variable]
  int dp_sg, dp_sgmin, resid = 0;
             ^
--- vnode_if.o ---
ctfconvert -L VERSION -g vnode_if.o
--- sym_hipd.o ---
ctfconvert -L VERSION -g sym_hipd.o
--- vers.c ---
MAKE=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/make.amd64/bmake sh /builds/FreeBSD_HEAD_amd64_gcc/sys/conf/newvers.sh GENERIC
--- vers.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-strict-aliasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/FreeBSD_HEAD_amd64_gcc/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   -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable  -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized  -Wno-error=array-bounds -Wno-error=address  -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes  -Wno-error=strict-overflow -Wno-error=overflow  -fno-common -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -std=iso9899:1999   vers.c
ctfconvert -L VERSION -g vers.o
--- kernel.full ---
linking kernel.full
ctfmerge -L VERSION -g -o kernel.full ...
   text	   data	    bss	    dec	    hex	filename
21409242	1408664	5124624	27942530	1aa5e82	kernel.full
--- kernel.debug ---
/usr/local/x86_64-freebsd/bin/objcopy --only-keep-debug kernel.full kernel.debug
--- kernel ---
/usr/local/x86_64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=kernel.debug  kernel.full kernel
--------------------------------------------------------------
>>> Kernel build for GENERIC completed on Fri Jul  8 16:11:22 UTC 2016
--------------------------------------------------------------
[WARNINGS] Parsing warnings in console log with parser GNU C Compiler 4 (gcc)
[WARNINGS] Computing warning deltas based on reference build #1356
[WARNINGS] Ignore new warnings since this is the first valid build
[WARNINGS] Plug-in Result: Failed - <a href="warningsResult">3,170 warnings</a> exceed the threshold of 2715 by 455
Build step 'Scan for compiler warnings' changed build result to FAILURE
IRC notifier plugin: Sending notification to: #freebsd-commits
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Received on Fri Jul 08 2016 - 14:11:54 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:06 UTC