Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2016 01:31:43 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        mav@FreeBSD.org, jilles@FreeBSD.org, ngie@FreeBSD.org,  jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org
Subject:   FreeBSD_HEAD_amd64_gcc - Build #1357 - Failure
Message-ID:  <1148082774.1.1467941509730.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_amd64_gcc - Build #1357 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1=
357/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/135=
7/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1357=
/console

Change summaries:

302403 by ngie:
Do not use -fformat-extensions with non-base versions of gcc

Ports versions of gcc do not have -fformat-extensions support.

This unbreaks compiling the kernel/modules with non-base gcc (4.8,
5.0, etc) if MK_FORMAT_EXTENSIONS=3Dyes (the default).

Approved by: re (gjb)
Differential Revision: https://reviews.freebsd.org/D7150
Reviewed by: bdrewery
Sponsored by: EMC / Isilon Storage Division

302402 by mav:
Fix ahci(4) driver attach to controller with 32 ports.

Incorrect sign expansion in variables that supposed to be a bit fields
caused infinite loop.  Fixing this allows system properly detect maximal
possible 32 devices configured on AHCI HBA of BHyVe.  That case did not
happen in a wild before due to lack of hardware AHCI HBAs with 32 ports.

Approved by:=09re (gjb@)
MFC after:=091 week

302401 by jilles:
fcntl(2): Document interrupt/restart for file locks.

Since r302216, thread suspension causes advisory file locks to restart
(instead of continuing to wait) and for a long time SA_RESTART has
affected advisory file locks. These are both not compliant to POSIX.1.

To clarify that restarting means something, add a paragraph about fair
queuing. Note that the network lock manager does not implement fair
queuing.

Reviewed by:=09kib (previous version)
Approved by:=09re (gjb)



The end of the build log:

[...truncated 314217 lines...]
/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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.intr_machdep.o -MTintr_machdep.o -mcmodel=3Dkernel -m=
no-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=3Dinline -Wno-er=
ror=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggre=
ssive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darr=
ay-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequenc=
e-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3D=
overflow  -fno-common -fms-extensions -finline-limit=3D8000 --param inline-=
unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999=
   /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/intr_machdep.c
--- identcpu.o ---
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c: In function 'printcp=
uinfo':
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:772:11: warning: unkn=
own conversion type character 'b' in format [-Wformat=3D]
    printf("\n  Features=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
     printf("\n  Features2=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
     printf("\n  AMD Features=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
     printf("\n  AMD Features2=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
     printf("\n  Structured Extended Features=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
     printf("\n  Structured Extended Features2=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
      printf("\n  XSAVE Features=3D0x%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_s=
vm_info':
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2162:9: warning: unkn=
own conversion type character 'b' in format [-Wformat=3D]
  printf("Features=3D0x%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_v=
ia_padlock_info':
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2225:9: warning: unkn=
own conversion type character 'b' in format [-Wformat=3D]
  printf("\n  VIA Padlock Features=3D0x%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_v=
mx_info':
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2318:9: warning: unkn=
own conversion type character 'b' in format [-Wformat=3D]
  printf("Basic Features=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
  printf("\n        Pin-Based Controls=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
  printf("\n        Primary Processor Controls=3D0x%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: unk=
nown conversion type character 'b' in format [-Wformat=3D]
   printf("\n        Secondary Processor Controls=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
  printf("\n        Exit Controls=3D0x%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: unkn=
own conversion type character 'b' in format [-Wformat=3D]
  printf("\n        Entry Controls=3D0x%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: unk=
nown conversion type character 'b' in format [-Wformat=3D]
   printf("\n        EPT Features=3D0x%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: unk=
nown conversion type character 'b' in format [-Wformat=3D]
   printf("\n        VPID Features=3D0x%b", mask,
          ^
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/identcpu.c:2417:10: warning: too=
 many arguments for format [-Wformat-extra-args]
--- busdma_bounce.o ---
ctfconvert -L VERSION -g busdma_bounce.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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.io_apic.o -MTio_apic.o -mcmodel=3Dkernel -mno-red-zon=
e -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreesta=
nding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-=
externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline =
-Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnosti=
cs-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum=
-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop=
-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds =
-Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -W=
no-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  =
-fno-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growt=
h=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999   /builds=
/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/io_apic.c
--- x86emu.o ---
ctfconvert -L VERSION -g x86emu.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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.legacy.o -MTlegacy.o -mcmodel=3Dkernel -mno-red-zone =
-mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestand=
ing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ex=
terns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -W=
cast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics=
-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-c=
ompare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-o=
ptimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -W=
no-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno=
-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -f=
no-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.local_apic.o -MTlocal_apic.o -mcmodel=3Dkernel -mno-r=
ed-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdia=
gnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=
=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressi=
ve-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-=
bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-p=
oint -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Dove=
rflow  -fno-common -fms-extensions -finline-limit=3D8000 --param inline-uni=
t-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999   =
/builds/FreeBSD_HEAD_amd64_gcc/sys/x86/x86/local_apic.c
--- identcpu.o ---
ctfconvert -L VERSION -g identcpu.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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.mca.o -MTmca.o -mcmodel=3Dkernel -mno-red-zone -mno-m=
mx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -f=
wrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs =
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q=
ual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-show-=
option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare=
 -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimiz=
ations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-err=
or=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=
=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-com=
mon -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 =
--param large-function-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD=
_HEAD_amd64_gcc/sys/x86/x86/mca.c
--- legacy.o ---
ctfconvert -L VERSION -g legacy.o
--- 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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.mp_x86.o -MTmp_x86.o -mcmodel=3Dkernel -mno-red-zone =
-mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestand=
ing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ex=
terns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -W=
cast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics=
-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-c=
ompare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-o=
ptimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -W=
no-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno=
-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -f=
no-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.msi.o -MTmsi.o -mcmodel=3Dkernel -mno-red-zone -mno-m=
mx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -f=
wrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs =
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q=
ual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-show-=
option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare=
 -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimiz=
ations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-err=
or=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=
=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-com=
mon -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 =
--param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.nexus.o -MTnexus.o -mcmodel=3Dkernel -mno-red-zone -m=
no-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestandin=
g -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-exte=
rns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wca=
st-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-s=
how-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-com=
pare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-opt=
imizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno=
-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-e=
rror=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno=
-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D=
100 --param large-function-growth=3D1000  -std=3Diso9899:1999   /builds/Fre=
eBSD_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 'nativ=
e_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: 'sav=
eintr' 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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.pvclock.o -MTpvclock.o -mcmodel=3Dkernel -mno-red-zon=
e -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreesta=
nding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-=
externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline =
-Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnosti=
cs-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum=
-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop=
-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds =
-Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -W=
no-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  =
-fno-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growt=
h=3D100 --param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.stack_machdep.o -MTstack_machdep.o -mcmodel=3Dkernel =
-mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tabl=
es -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-dec=
ls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-ari=
th -Winline -Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs=
 -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-=
error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Da=
rray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dseque=
nce-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=
=3Doverflow  -fno-common -fms-extensions -finline-limit=3D8000 --param inli=
ne-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1=
999   /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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.tsc.o -MTtsc.o -mcmodel=3Dkernel -mno-red-zone -mno-m=
mx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -f=
wrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs =
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q=
ual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-show-=
option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare=
 -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimiz=
ations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-err=
or=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=
=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-com=
mon -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 =
--param large-function-growth=3D1000  -std=3Diso9899:1999   /builds/FreeBSD=
_HEAD_amd64_gcc/sys/x86/x86/tsc.c
--- nexus.o ---
ctfconvert -L VERSION -g nexus.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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.delay.o -MTdelay.o -mcmodel=3Dkernel -mno-red-zone -m=
no-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestandin=
g -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-exte=
rns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wca=
st-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-s=
how-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-com=
pare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-opt=
imizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno=
-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-e=
rror=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno=
-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D=
100 --param large-function-growth=3D1000  -std=3Diso9899:1999   /builds/Fre=
eBSD_HEAD_amd64_gcc/sys/x86/x86/delay.c
--- local_apic.o ---
ctfconvert -L VERSION -g local_apic.o
--- hvm.o ---
--- stack_machdep.o ---
ctfconvert -L VERSION -g stack_machdep.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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.hvm.o -MThvm.o -mcmodel=3Dkernel -mno-red-zone -mno-m=
mx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -f=
wrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs =
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q=
ual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-show-=
option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare=
 -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimiz=
ations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-err=
or=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=
=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-com=
mon -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 =
--param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.xen_intr.o -MTxen_intr.o -mcmodel=3Dkernel -mno-red-z=
one -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffrees=
tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste=
d-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winlin=
e -Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnos=
tics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Den=
um-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-lo=
op-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bound=
s -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point =
-Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow=
  -fno-common -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999   /buil=
ds/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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.pv.o -MTpv.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx=
 -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwr=
apv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -W=
strict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qua=
l  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-show-op=
tion  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -=
Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimizat=
ions -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=
=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=
=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-com=
mon -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 =
--param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.pvcpu_enum.o -MTpvcpu_enum.o -mcmodel=3Dkernel -mno-r=
ed-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdia=
gnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=
=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressi=
ve-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-=
bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-p=
oint -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Dove=
rflow  -fno-common -fms-extensions -finline-limit=3D8000 --param inline-uni=
t-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.xen_apic.o -MTxen_apic.o -mcmodel=3Dkernel -mno-red-z=
one -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffrees=
tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste=
d-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winlin=
e -Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnos=
tics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Den=
um-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-lo=
op-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bound=
s -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point =
-Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow=
  -fno-common -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999   /buil=
ds/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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.xenpv.o -MTxenpv.o -mcmodel=3Dkernel -mno-red-zone -m=
no-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestandin=
g -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-exte=
rns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wca=
st-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-s=
how-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-com=
pare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-opt=
imizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno=
-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-e=
rror=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno=
-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D=
100 --param large-function-growth=3D1000  -std=3Diso9899:1999   /builds/Fre=
eBSD_HEAD_amd64_gcc/sys/x86/xen/xenpv.c
ctfconvert -L VERSION -g xenpv.o
--- xen_nexus.o ---
--- 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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.xen_nexus.o -MTxen_nexus.o -mcmodel=3Dkernel -mno-red=
-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winl=
ine -Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagn=
ostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3D=
enum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-=
loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bou=
nds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-poin=
t -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverfl=
ow  -fno-common -fms-extensions -finline-limit=3D8000 --param inline-unit-g=
rowth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999   /bu=
ilds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/xen_nexus.c
--- 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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.xen_msi.o -MTxen_msi.o -mcmodel=3Dkernel -mno-red-zon=
e -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreesta=
nding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-=
externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline =
-Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnosti=
cs-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum=
-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop=
-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds =
-Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -W=
no-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  =
-fno-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growt=
h=3D100 --param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.xen_pci_bus.o -MTxen_pci_bus.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -=
ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -=
Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -=
Winline -Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-erro=
r=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggress=
ive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray=
-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-=
point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Dov=
erflow  -fno-common -fms-extensions -finline-limit=3D8000 --param inline-un=
it-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999  =
 /builds/FreeBSD_HEAD_amd64_gcc/sys/x86/xen/xen_pci_bus.c
--- xen_msi.o ---
ctfconvert -L VERSION -g xen_msi.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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.config.o -MTconfig.o -mcmodel=3Dkernel -mno-red-zone =
-mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestand=
ing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ex=
terns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -W=
cast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics=
-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-c=
ompare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-o=
ptimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -W=
no-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno=
-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -f=
no-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999   config.c
ctfconvert -L VERSION -g config.o
--- 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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.env.o -MTenv.o -mcmodel=3Dkernel -mno-red-zone -mno-m=
mx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -f=
wrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs =
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q=
ual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-show-=
option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare=
 -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-optimiz=
ations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno-err=
or=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=
=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno-com=
mon -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 =
--param large-function-growth=3D1000  -std=3Diso9899:1999   env.c
--- xen_nexus.o ---
ctfconvert -L VERSION -g xen_nexus.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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.hints.o -MThints.o -mcmodel=3Dkernel -mno-red-zone -m=
no-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestandin=
g -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-exte=
rns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wca=
st-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnostics-s=
how-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Denum-com=
pare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-loop-opt=
imizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bounds -Wno=
-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-e=
rror=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow  -fno=
-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D=
100 --param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.vnode_if.o -MTvnode_if.o -mcmodel=3Dkernel -mno-red-z=
one -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffrees=
tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste=
d-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winlin=
e -Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnos=
tics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Den=
um-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-lo=
op-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bound=
s -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point =
-Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow=
  -fno-common -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000  -std=3Diso9899: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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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_intr.o ---
ctfconvert -L VERSION -g xen_intr.o
--- 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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter -MD  -MF.depend.sym_hipd.o -MTsym_hipd.o -mcmodel=3Dkernel -mno-red-z=
one -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffrees=
tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste=
d-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winlin=
e -Wcast-qual  -Wundef -Wno-pointer-sign   -Wmissing-include-dirs -fdiagnos=
tics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=3Den=
um-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressive-lo=
op-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-bound=
s -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-point =
-Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow=
  -fno-common -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999   /buil=
ds/FreeBSD_HEAD_amd64_gcc/sys/dev/sym/sym_hipd.c
--- hpt27xx_lib.o ---
uudecode < /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/hpt27xx/amd64-elf.hpt27xx=
_lib.o.uu
ctfconvert -L VERSION -g hpt27xx_lib.o
--- hack.So ---
rm -f hack.c
--- hpt27xx_lib.o ---
ERROR: ctfconvert: rc =3D -1 No entry found [dwarf_next_cu_header_c(61)]
--- hptmvraid.o ---
--- hptnr_lib.o ---
--- hptmvraid.o ---
uudecode < /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/hptmv/amd64-elf.raid.o.uu
--- hptnr_lib.o ---
uudecode < /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/hptnr/amd64-elf.hptnr_lib=
.o.uu
--- hptmvraid.o ---
ctfconvert -L VERSION -g hptmvraid.o
ERROR: ctfconvert: rc =3D -1 No entry found [dwarf_next_cu_header_c(61)]
--- 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 =3D -1 No entry found [dwarf_next_cu_header_c(61)]
--- hptrr_lib.o ---
ctfconvert -L VERSION -g hptrr_lib.o
ERROR: ctfconvert: rc =3D -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_com=
pute_residual':
/builds/FreeBSD_HEAD_amd64_gcc/sys/dev/sym/sym_hipd.c:5475:13: warning: var=
iable 'dp_sgmin' set but not used [-Wunused-but-set-variable]
  int dp_sg, dp_sgmin, resid =3D 0;
             ^
--- vnode_if.o ---
ctfconvert -L VERSION -g vnode_if.o
--- sym_hipd.o ---
ctfconvert -L VERSION -g sym_hipd.o
--- vers.c ---
MAKE=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/mak=
e.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/Free=
BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=
=3D/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-a=
liasing  -g -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/builds/F=
reeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEA=
DERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-po=
inter  -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno=
-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwar=
f-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=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-v=
ariable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-unin=
itialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcas=
t-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dst=
rict-overflow -Wno-error=3Doverflow  -fno-common -fms-extensions -finline-l=
imit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000  -std=3Diso9899:1999   vers.c
ctfconvert -L VERSION -g vers.o
--- kernel.full ---
linking kernel.full
ctfmerge -L VERSION -g -o kernel.full ...
   text=09   data=09    bss=09    dec=09    hex=09filename
21409242=091408664=095124624=0927942530=091aa5e82=09kernel.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=3Dk=
ernel.debug  kernel.full kernel
--------------------------------------------------------------
>>> Kernel build for GENERIC completed on Fri Jul  8 01:31:17 UTC 2016
--------------------------------------------------------------
[WARNINGS] Parsing warnings in console log with parser GNU C Compiler 4 (gc=
c)
[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=3D"warningsResult">3,170 warnin=
gs</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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1148082774.1.1467941509730.JavaMail.jenkins>